From 6d39a59a6dfaa9ebaf777c195495eee6adaad4d9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=B2=90=E5=AE=8F?= Date: Fri, 13 Feb 2026 09:58:05 +0800 Subject: [PATCH 1/5] docs(readme): add find-skills to collections list - Added new entry for find-skills in the Collections section - Provided description highlighting skill discovery and installation features - Included link to the find-skills GitHub repository --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index d16c238..389061f 100644 --- a/README.md +++ b/README.md @@ -134,6 +134,7 @@ ## 🗂️ Collections - [@clawfu/mcp-skills](https://github.com/guia-matthieu/clawfu-skills) - 169 expert-sourced marketing skills (Dunford, Schwartz, Ogilvy, Cialdini) as MCP server with brand memory. +- [find-skills](https://github.com/agentbay-ai/agentbay-skills) - Helps users discover, search and install agent skills from the marketplace. ## 🤝 Contribution From 6588fea42b898b48278b9bbc3e39c8c7fc3a23d8 Mon Sep 17 00:00:00 2001 From: Sanjay Ramadugu Date: Thu, 12 Feb 2026 22:35:58 -0500 Subject: [PATCH 2/5] Add elevenlabs text-to-speech and podcast skill --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index d16c238..c73fc8a 100644 --- a/README.md +++ b/README.md @@ -86,6 +86,7 @@ - [video-downloader](https://github.com/ComposioHQ/awesome-claude-skills/tree/master/video-downloader) - Downloads videos from YouTube and other platforms for offline viewing, editing, or archival. - [image-enhancer](https://github.com/ComposioHQ/awesome-claude-skills/tree/master/image-enhancer) - Improves the quality of images, especially screenshots. - [imagen](https://github.com/sanjay3290/ai-skills/tree/main/skills/imagen) - Generate images using Google Gemini's image generation API for UI mockups, icons, and visual assets. +- [elevenlabs](https://github.com/sanjay3290/ai-skills/tree/main/skills/elevenlabs) - Text-to-speech narration and two-host podcast generation from documents using ElevenLabs API. - [claude-epub-skill](https://github.com/smerchek/claude-epub-skill) - Convert markdown documents, chat summaries, or research reports into a downloadable epub file that can be sent to Kindle. - [video-prompting-skill](https://github.com/Square-Zero-Labs/video-prompting-skill) - Draft and refine prompts for video generation models (LTX-2, Sora, Veo 3, etc.) From 0be961512bc880e205c9cf54211607221f95838f Mon Sep 17 00:00:00 2001 From: jprisant <6282841+jprisant@users.noreply.github.com> Date: Fri, 13 Feb 2026 15:26:12 -0800 Subject: [PATCH 3/5] Add pm-skills to Collaboration & Project Management --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index d16c238..df0d14b 100644 --- a/README.md +++ b/README.md @@ -106,6 +106,7 @@ - [claude-skills](https://github.com/jeffallan/claude-skills) - 9 project workflow commands (discovery, planning, execution, retrospectives) with Jira/Confluence integration. - [outline](https://github.com/sanjay3290/ai-skills/tree/main/skills/outline) - Search, read, create, and manage documents in Outline wiki instances (cloud or self-hosted). - [google-workspace-skills](https://github.com/sanjay3290/ai-skills/tree/main/skills) - Suite of Google Workspace integrations: Gmail, Google Calendar, Google Chat, Google Docs, Google Sheets, Google Slides, and Google Drive. Lightweight alternatives to full MCP servers with cross-platform OAuth. +- [pm-skills](https://github.com/product-on-purpose/pm-skills) - 24 product management skills across the Triple Diamond lifecycle with agentskills.io spec compliance, templates, and MCP server support. - [Product-Manager-Skills](https://github.com/deanpeters/Product-Manager-Skills) - Product management skill library covering discovery, prioritization, PRDs, roadmap planning, and SaaS metrics. From 20246f7783e343436b6c769d53018b7198eba20e Mon Sep 17 00:00:00 2001 From: oil-oil <2228586315@qq.com> Date: Mon, 16 Feb 2026 17:16:49 +0800 Subject: [PATCH 4/5] Add oiloil-ui-ux-guide skill --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index d16c238..1b75779 100644 --- a/README.md +++ b/README.md @@ -41,6 +41,7 @@ - [aws-skills](https://github.com/zxkane/aws-skills) - AWS development with CDK best practices, cost optimization MCP servers, and serverless/event-driven architecture patterns. - [claude-starter](https://github.com/raintree-technology/claude-starter) - Production-ready Claude Code configuration template with 40 auto-activating skills across 8 domains, TOON format support for 30-60% token savings, and native Zig encoder/decoder. - [move-code-quality-skill](https://github.com/1NickPappas/move-code-quality-skill) - Analyzes Move language packages against the official Move Book Code Quality Checklist for Move 2024 Edition compliance and best practices. +- [oiloil-ui-ux-guide](https://github.com/oil-oil/oiloil-ui-ux-guide) - Modern UI/UX guidance and review skill with `guide` and `review` modes. Covers CRAP, task-first UX, HCI laws, interaction psychology, and modern minimal style. - [claude-code-terminal-title](https://github.com/bluzername/claude-code-terminal-title) - Gives each Claud Code terminal window a dynamic title that describes the work being done so you don't lose track of what terminal window is doing what. - [charles-proxy-extract](https://github.com/wannabehero/charles-proxy-extract-skill) - Claude is able to extract and analyze HTTP traffic from Charles Proxy session files. - [plugin-authoring](https://github.com/ivan-magda/claude-code-plugin-template/tree/main/plugins/plugin-development/skills/plugin-authoring) - Ambient guidance for creating, modifying, and debugging Claude Code plugins with schemas, templates, validation workflows, and troubleshooting. From 3db69bd7ece28b5ecbb9e7e1e26311ca52a1db9c Mon Sep 17 00:00:00 2001 From: mjaskolski Date: Mon, 16 Feb 2026 15:33:03 +0100 Subject: [PATCH 5/5] Add TasteRay elicitation and recommendations skills Co-Authored-By: Claude Opus 4.6 --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index d16c238..fbd92d7 100644 --- a/README.md +++ b/README.md @@ -57,6 +57,8 @@ - [notebooklm](https://github.com/sanjay3290/ai-skills/tree/main/skills/notebooklm) - Query and manage Google NotebookLM notebooks with persistent auth, batch/multi queries, source sync, and structured exports. - [postgres](https://github.com/sanjay3290/ai-skills/tree/main/skills/postgres) - Execute safe read-only SQL queries against PostgreSQL databases with multi-connection support and defense-in-depth security. - [kaggle-skill](https://github.com/shepsci/kaggle-skill) - Complete Kaggle integration — account setup, competition reports, dataset/model downloads, notebook execution, submissions, and badge collection. +- [elicitation](https://github.com/tasteray/skills/tree/main/elicitation) - Psychological profiling through natural conversation using narrative identity and Motivational Interviewing techniques. +- [recommendations](https://github.com/tasteray/skills/tree/main/recommendations) - Personalized recommendations across movies, restaurants, products, travel, and jobs via the TasteRay API.