From f452175d227f32c467dc487b4bd387bd023713b4 Mon Sep 17 00:00:00 2001 From: Krzysztof Rodak Date: Fri, 20 Mar 2026 05:34:03 +0100 Subject: [PATCH 01/20] Add cup (ClickUp CLI for AI agents) --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index f2be37d..b5a582c 100644 --- a/README.md +++ b/README.md @@ -137,6 +137,7 @@ - [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. - [product-manager-skills](https://github.com/Digidai/product-manager-skills) - Senior PM agent with 6 knowledge domains, 12 templates, and 30+ frameworks covering discovery, strategy, delivery, SaaS metrics, PM career coaching (IC to CPO), and AI product craft. +- [cup](https://github.com/krodak/clickup-cli) - ClickUp CLI for AI coding agents and humans. 40+ commands for tasks, comments, sprints, time tracking, and more. Ships as a Claude Code plugin with skill files included. ## 🛡 Security & Web Testing From de524d33e57ea0af3be41ec471b6e9f7a2cf6b36 Mon Sep 17 00:00:00 2001 From: Krzysztof Rodak Date: Fri, 20 Mar 2026 05:43:16 +0100 Subject: [PATCH 02/20] Shorten description to match table style --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b5a582c..35950bc 100644 --- a/README.md +++ b/README.md @@ -137,7 +137,7 @@ - [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. - [product-manager-skills](https://github.com/Digidai/product-manager-skills) - Senior PM agent with 6 knowledge domains, 12 templates, and 30+ frameworks covering discovery, strategy, delivery, SaaS metrics, PM career coaching (IC to CPO), and AI product craft. -- [cup](https://github.com/krodak/clickup-cli) - ClickUp CLI for AI coding agents and humans. 40+ commands for tasks, comments, sprints, time tracking, and more. Ships as a Claude Code plugin with skill files included. +- [cup](https://github.com/krodak/clickup-cli) - ClickUp CLI for AI agents and humans. 40+ commands for tasks, sprints, time tracking. Ships as a Claude Code plugin. ## 🛡 Security & Web Testing From f4e3ace92232ba861d4528dffd7fa8f4bed67b1e Mon Sep 17 00:00:00 2001 From: Mario Michelli Date: Fri, 20 Mar 2026 10:35:35 +0100 Subject: [PATCH 03/20] Add Factory Floor --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index f2be37d..ba88790 100644 --- a/README.md +++ b/README.md @@ -130,6 +130,7 @@ - [meeting-insights-analyzer](https://github.com/ComposioHQ/awesome-claude-skills/blob/master/meeting-insights-analyzer/) - Transforms your meeting transcripts into actionable insights about your communication patterns - [review-implementing](https://github.com/mhattingpete/claude-skills-marketplace/tree/main/engineering-workflow-plugin/skills/review-implementing) - Evaluate code implementation plans and align with specs. - [test-fixing](https://github.com/mhattingpete/claude-skills-marketplace/tree/main/engineering-workflow-plugin/skills/test-fixing) - Detect failing tests and propose patches or fixes. +- [Factory-Floor](https://github.com/Swiftner/Factory-Floor) - Startup coaching skill combining Theory of Constraints, Customer Factory, How Brands Grow, and Marketing Strategy Discipline to help founders find and work their bottleneck. - [plannotator](https://github.com/backnotprop/plannotator) - Interactive plan review UI for Claude Code with visual annotation, offline sharing, and Obsidian/Bear integration. - [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). From a50c780434e87962319b353528db0a9c9f18724e Mon Sep 17 00:00:00 2001 From: argishh Date: Sun, 22 Mar 2026 01:52:15 +0530 Subject: [PATCH 04/20] remove deleted root-cause-tracing skill --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index f80c6d8..8e45491 100644 --- a/README.md +++ b/README.md @@ -10,11 +10,12 @@ - [✍️ Writing \& Research](#️-writing--research) - [📘 Learning \& Knowledge](#-learning--knowledge) - [🎬 Media \& Content](#-media--content) - - [🏥 Health & Life Sciences](#-health--life-sciences) + - [🏥 Health \& Life Sciences](#-health--life-sciences) - [🤝 Collaboration \& Project Management](#-collaboration--project-management) - [🛡 Security \& Web Testing](#-security--web-testing) - [🔧 Utility \& Automation](#-utility--automation) - - [🗂️ Collections](#-collections) + - [📰 Articles \& Blog Posts](#-articles--blog-posts) + - [🗂️ Collections](#️-collections) - [🤝 Contribution](#-contribution) - [📬 Contact](#-contact) @@ -63,7 +64,6 @@ ## 📊 Data & Analysis -- [root-cause-tracing](https://github.com/obra/superpowers/tree/main/skills/root-cause-tracing) - Use when errors occur deep in execution and you need to trace back to find the original trigger - [csv-data-summarizer-claude-skill](https://github.com/coffeefuelbump/csv-data-summarizer-claude-skill) - Automatically analyzes CSVs: columns, distributions, missing data, correlations. - [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. From 3a92ee797d03ab5a7fb27ac211fd59cd61f05d07 Mon Sep 17 00:00:00 2001 From: Olga Safonova Date: Sun, 22 Mar 2026 12:08:51 +0100 Subject: [PATCH 05/20] Add SkillCheck-Free skill validator --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index f80c6d8..de7f839 100644 --- a/README.md +++ b/README.md @@ -163,6 +163,7 @@ - [glitternetwork/pinme](https://github.com/glitternetwork/skills/tree/main/pinme) - PinMe is a zero-config frontend deployment tool. No servers. No accounts. No setup. - [linkedin](https://github.com/Linked-API/linkedin-skills) - General-purpose LinkedIn automation via Linked API — fetch profiles, search people/companies, send messages, manage connections, create posts. Supports Sales Navigator. - [review-claudemd](https://github.com/ykdojo/claude-code-tips/tree/main/skills/review-claudemd) - Review recent conversations to find improvements for CLAUDE.md files. +- [SkillCheck-Free](https://github.com/olgasafonova/SkillCheck-Free) - Free SKILL.md validator with 30+ checks across structure, naming, and semantics. Catches common errors before deploying Claude Code skills. ## 📰 Articles & Blog Posts From c828385fb5f45850a2c529452d1d93ee57f64a65 Mon Sep 17 00:00:00 2001 From: GlacierPhonk Date: Sun, 22 Mar 2026 13:45:29 +0100 Subject: [PATCH 06/20] Add naming skill --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index f80c6d8..4494da9 100644 --- a/README.md +++ b/README.md @@ -93,6 +93,7 @@ - [brainstorming](https://github.com/obra/superpowers/tree/main/skills/brainstorming) - Transform rough ideas into fully-formed designs through structured questioning and alternative exploration. - [family-history-research](https://github.com/emaynard/claude-family-history-research-skill) - Provides assistance with planning family history and genealogy research projects. - [avoid-ai-writing](https://github.com/conorbronsdon/avoid-ai-writing) - Audits and rewrites content to remove 21 categories of AI writing patterns with a 43-entry replacement table and two-pass detection. +- [naming](https://github.com/glacierphonk/naming) - Metaphor-driven naming for products, SaaS, brands, bots, and open source projects. Structured process that produces memorable, meaningful names. ## 📘 Learning & Knowledge From c7696442c814ee7a7270de34179faae866cf1874 Mon Sep 17 00:00:00 2001 From: DK Date: Sun, 22 Mar 2026 16:31:06 +0200 Subject: [PATCH 07/20] Add Unity Agent Skills MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Adds [jahro-console/unity-agent-skills](https://github.com/jahro-console/unity-agent-skills) — agent skills set for AI-assisted Unity debugging: structured logging, runtime commands, variable watching, and more. > 8 skills that teach Claude Code, Cursor, and other AI assistants how to generate correct Jahro and Unity debugging code — commands, watchers, snapshots, structured logging, production config, migration, and troubleshooting. - **GitHub** — [jahro-console/unity-agent-skills](https://github.com/jahro-console/unity-agent-skills) - **Website** — [jahro.io](https://jahro.io/?utm_source=github&utm_medium=readme&utm_campaign=unity_agent_skills) - **Documentation** — [jahro.io/docs](https://jahro.io/docs?utm_source=github&utm_medium=readme&utm_campaign=unity_agent_skills) - **Unity Package** — [github.com/jahro-console/unity-package](https://github.com/jahro-console/unity-package) --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index f80c6d8..6de1c9a 100644 --- a/README.md +++ b/README.md @@ -60,6 +60,7 @@ - [lightning-architecture-review](https://github.com/8144225309/superscalar-mcp/tree/master/skills/lightning-architecture-review) - Review Bitcoin Lightning Network protocol designs, compare channel factory approaches, and analyze Layer 2 scaling tradeoffs. - [Playwright Skill](https://github.com/testdino-hq/playwright-skill) - AI agent-ready Playwright skill with structured SKILL.md, test automation workflows, and MCP-compatible setup for real-world testing pipelines. - [Emblem AI Agent Wallet](https://github.com/EmblemCompany/Agent-skills/tree/main/skills/emblem-ai-agent-wallet) - Multi-chain crypto wallet management across 7 blockchains (Solana, Ethereum, Base, BSC, Polygon, Hedera, Bitcoin), swaps and transfers. +- [unity-agent-skills](https://github.com/jahro-console/unity-agent-skills) - Agent skills set for AI-assisted Unity debugging — structured logging, runtime commands, variable watching, and more. ## 📊 Data & Analysis From 4d2293b583659cc898536e50ab75738eb49fbbcc Mon Sep 17 00:00:00 2001 From: adiny <47896047+adiny@users.noreply.github.com> Date: Sun, 22 Mar 2026 20:58:23 +0200 Subject: [PATCH 08/20] Add moodtrip-hotel-search skill Added a new project entry for moodtrip-hotel-search in the README. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index f80c6d8..a436205 100644 --- a/README.md +++ b/README.md @@ -162,6 +162,7 @@ - [task-observer](https://github.com/rebelytics/one-skill-to-rule-them-all) - A meta-skill that builds and improves all your skills, including itself. - [glitternetwork/pinme](https://github.com/glitternetwork/skills/tree/main/pinme) - PinMe is a zero-config frontend deployment tool. No servers. No accounts. No setup. - [linkedin](https://github.com/Linked-API/linkedin-skills) - General-purpose LinkedIn automation via Linked API — fetch profiles, search people/companies, send messages, manage connections, create posts. Supports Sales Navigator. +- [moodtrip-hotel-search](https://github.com/adiny/moodtrip-hotel-search) - Hotel search, comparison, reviews, pricing, and booking handoff via MoodTrip.ai MCP server. 12 tools including semantic search, room matching, and price intelligence. - [review-claudemd](https://github.com/ykdojo/claude-code-tips/tree/main/skills/review-claudemd) - Review recent conversations to find improvements for CLAUDE.md files. ## 📰 Articles & Blog Posts From 23eaf154174d8b8586e599b76752b954be8cc375 Mon Sep 17 00:00:00 2001 From: YK <1811651+ykdojo@users.noreply.github.com> Date: Mon, 23 Mar 2026 09:48:30 -0700 Subject: [PATCH 09/20] Add gh-star-history to Data & Analysis --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index f80c6d8..c998795 100644 --- a/README.md +++ b/README.md @@ -76,6 +76,7 @@ - [x-twitter-scraper](https://github.com/Xquik-dev/x-twitter-scraper) - X/Twitter data extraction for AI coding agents: tweet search, user lookup, followers, engagement metrics, giveaway draws & trending topics. - [claude-ecom](https://github.com/takechanman1228/claude-ecom) - Generate full ecommerce business reviews from order CSVs — KPIs, diagnostics, and action plans. - [chainaware-behavioral-prediction](https://github.com/ChainAware/behavioral-prediction-mcp) - ChainAware Skill for AI-powered tools to analyze wallet behaviour prediction,fraud detection and rug pull prediction. +- [gh-star-history](https://github.com/ykdojo/gh-star-history) - Visualize and compare GitHub star history as interactive charts, with regional breakdown of stargazers. ## 🔬 Scientific & Research Tools From 166aa9bae6705e0051fe7a4b669697a30894b115 Mon Sep 17 00:00:00 2001 From: wd041216-bit Date: Tue, 24 Mar 2026 17:24:02 +0800 Subject: [PATCH 10/20] Add ironclaw-agent-guard --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index f80c6d8..95893d0 100644 --- a/README.md +++ b/README.md @@ -150,6 +150,7 @@ - [varlock-claude-skill](https://github.com/wrsmith108/varlock-claude-skill) - Secure environment variable management ensuring secrets never appear in Claude sessions, terminals, logs, or git commits. - [sanitize](https://github.com/openclaw/skills/tree/main/skills/agentward-ai/sanitize) - Detect and redact PII from text files — 15 categories (SSNs, credit cards, API keys, etc.), zero dependencies, all processing local. - [webapp-testing](https://github.com/anthropics/skills/tree/main/skills/webapp-testing) - Toolkit for interacting with and testing local web applications using Playwright. +- [ironclaw-agent-guard](https://github.com/wd041216-bit/ironclaw-agent-guard) - Security review skill and CLI/MCP companion for risky tool calls, prompt injection, secret redaction, and audit-friendly agent workflows. From 94c14f73f9c46a5ad25439350797b4fc992ae342 Mon Sep 17 00:00:00 2001 From: bitwize Date: Wed, 25 Mar 2026 10:46:08 -0500 Subject: [PATCH 11/20] Add claude-ai-music-skills to Media & Content Co-Authored-By: Claude Opus 4.6 (1M context) --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index f80c6d8..e6d90f4 100644 --- a/README.md +++ b/README.md @@ -116,6 +116,7 @@ - [Claude Code Video Toolkit](https://github.com/digitalsamba/claude-code-video-toolkit) — AI-native video production workspace for Claude Code with Remotion, ElevenLabs, FFmpeg, and Playwright skills. - [VideoDB Skills](https://github.com/video-db/skills) - See, understand, and act on video & audio — ingest, search, edit, generate, and stream media via VideoDB. - [moltdj](https://github.com/polaroteam/moltdj-skill) - AI music and podcast platform for autonomous agents — generate tracks, discover, earn tips and royalties. +- [claude-ai-music-skills](https://github.com/bitwize-music-studio/claude-ai-music-skills) - Claude Code plugin for AI music creation covering lyrics, Suno style prompts, per-stem mixing, mastering, and release distribution. ## 🏥 Health & Life Sciences From 98c780e5832f3dc50a3bd5b6689615daec5737da Mon Sep 17 00:00:00 2001 From: astrosbd <11527213+SeifBenayed@users.noreply.github.com> Date: Wed, 25 Mar 2026 18:22:16 +0100 Subject: [PATCH 12/20] Add Claude Code SDK to Collections --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index f80c6d8..f2c184d 100644 --- a/README.md +++ b/README.md @@ -169,6 +169,8 @@ - [Agent Skills](https://arxiv.org/abs/2602.08004) - Data-driven analysis: the ecosystem, opportunities, and risks behind 40,000+ Claude Skills ## 🗂️ Collections +- [Claude Code SDK](https://github.com/SeifBenayed/claude-code-sdk) - Open-source single-file CLIs (Node.js, Python, Go, Rust) implementing the full Claude Code tool loop. Provider-agnostic: Anthropic, OpenAI, Google, DeepSeek, Mistral, Groq, Ollama, LM Studio. Zero dependencies, built-in permissions, session persistence, and skill loading. + - [@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. - [wondelai/skills](https://github.com/wondelai/skills) - 25 agent skills for UX design, marketing/CRO, sales, product strategy, and growth based on books by Norman, Cialdini, Ries, Hormozi, and others. - [devmarketing-skills](https://github.com/jonathimer/devmarketing-skills) - 33 skills for developer marketing — HN strategy, technical tutorials, docs-as-marketing, Reddit engagement, developer onboarding, newsletters, and SEO for devtools. From 27d79fc05641d4b647fe4aa9e2977391c82977a2 Mon Sep 17 00:00:00 2001 From: astrosbd <11527213+SeifBenayed@users.noreply.github.com> Date: Wed, 25 Mar 2026 18:40:42 +0100 Subject: [PATCH 13/20] Update description: focus on open source + agnostic --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f2c184d..49d09c1 100644 --- a/README.md +++ b/README.md @@ -169,7 +169,7 @@ - [Agent Skills](https://arxiv.org/abs/2602.08004) - Data-driven analysis: the ecosystem, opportunities, and risks behind 40,000+ Claude Skills ## 🗂️ Collections -- [Claude Code SDK](https://github.com/SeifBenayed/claude-code-sdk) - Open-source single-file CLIs (Node.js, Python, Go, Rust) implementing the full Claude Code tool loop. Provider-agnostic: Anthropic, OpenAI, Google, DeepSeek, Mistral, Groq, Ollama, LM Studio. Zero dependencies, built-in permissions, session persistence, and skill loading. +- [Claude Code SDK](https://github.com/SeifBenayed/claude-code-sdk) - Open-source, provider-agnostic SDK implementing the Claude Code tool loop in 4 languages (Node.js, Python, Go, Rust). Works with: Anthropic, OpenAI, Google, DeepSeek, Mistral, Groq, Ollama, LM Studio. Zero dependencies, built-in permissions, session persistence, and skill loading. - [@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. - [wondelai/skills](https://github.com/wondelai/skills) - 25 agent skills for UX design, marketing/CRO, sales, product strategy, and growth based on books by Norman, Cialdini, Ries, Hormozi, and others. From 16be9ebd2202429091f6d6465cebfa8d3b72b363 Mon Sep 17 00:00:00 2001 From: abramem Date: Thu, 26 Mar 2026 11:43:34 -1000 Subject: [PATCH 14/20] feat: add Public Google Drive skill --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index f80c6d8..4b2fbbe 100644 --- a/README.md +++ b/README.md @@ -134,6 +134,7 @@ - [plannotator](https://github.com/backnotprop/plannotator) - Interactive plan review UI for Claude Code with visual annotation, offline sharing, and Obsidian/Bear integration. - [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). +- [public-google-drive](https://github.com/zagmoai/public-google-drive) - Create and edit Google Docs and Sheets without Google sign-in. Documents are hosted on Memyard and viewable at shareable links. - [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 51bede8f0f5fd058bb64c2cf3afe3278ded518f6 Mon Sep 17 00:00:00 2001 From: Mateusz <169154504+donbagger@users.noreply.github.com> Date: Fri, 27 Mar 2026 02:32:10 +0100 Subject: [PATCH 15/20] Add CoinPaprika and DexPaprika API skills to Data & Analysis --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index f80c6d8..e92d80c 100644 --- a/README.md +++ b/README.md @@ -76,6 +76,8 @@ - [x-twitter-scraper](https://github.com/Xquik-dev/x-twitter-scraper) - X/Twitter data extraction for AI coding agents: tweet search, user lookup, followers, engagement metrics, giveaway draws & trending topics. - [claude-ecom](https://github.com/takechanman1228/claude-ecom) - Generate full ecommerce business reviews from order CSVs — KPIs, diagnostics, and action plans. - [chainaware-behavioral-prediction](https://github.com/ChainAware/behavioral-prediction-mcp) - ChainAware Skill for AI-powered tools to analyze wallet behaviour prediction,fraud detection and rug pull prediction. +- [coinpaprika-api](https://github.com/coinpaprika/skills/tree/main/coinpaprika-api) - Crypto market data for 12K+ coins, 350+ exchanges, tickers, OHLCV, historical prices. Free, no API key. +- [dexpaprika-api](https://github.com/coinpaprika/skills/tree/main/dexpaprika-api) - Free DEX data across 34 chains: 30M+ pools, 27M+ tokens, real-time SSE streaming, OHLCV. No API key, no rate limits. ## 🔬 Scientific & Research Tools From 87b91de657144e23c84d9fdae9608fdf2d8a6daf Mon Sep 17 00:00:00 2001 From: Anatoliy <11361354+TheQmaks@users.noreply.github.com> Date: Sat, 28 Mar 2026 14:06:16 +0300 Subject: [PATCH 16/20] Add crowdcast - multi-agent social simulation skill --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index f80c6d8..d82c54e 100644 --- a/README.md +++ b/README.md @@ -76,6 +76,7 @@ - [x-twitter-scraper](https://github.com/Xquik-dev/x-twitter-scraper) - X/Twitter data extraction for AI coding agents: tweet search, user lookup, followers, engagement metrics, giveaway draws & trending topics. - [claude-ecom](https://github.com/takechanman1228/claude-ecom) - Generate full ecommerce business reviews from order CSVs — KPIs, diagnostics, and action plans. - [chainaware-behavioral-prediction](https://github.com/ChainAware/behavioral-prediction-mcp) - ChainAware Skill for AI-powered tools to analyze wallet behaviour prediction,fraud detection and rug pull prediction. +- [crowdcast](https://github.com/TheQmaks/crowdcast) - Multi-agent social simulation as a Claude Code skill. Spawns dozens of AI agents that argue, post, and react on a simulated platform, then writes a prediction report. Zero dependencies. ## 🔬 Scientific & Research Tools From cc069b41f812913ced3e7d853cdba9153280dd6c Mon Sep 17 00:00:00 2001 From: kepimec Date: Thu, 26 Mar 2026 14:09:05 +0300 Subject: [PATCH 17/20] =?UTF-8?q?Add=20AlterLab=20Skills=20Trilogy=20?= =?UTF-8?q?=E2=80=94=20game=20dev,=20academic=20research,=20communication?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - AlterLab GameForge: 34 game dev skills (Godot/Unity/Unreal) - AlterLab Academic Skills: 186+ research skills (bioinformatics, clinical, data science) - AlterLab FC Skills: 72 communication student skills (PR, cinema, new media, AI production) Co-Authored-By: Claude Opus 4.6 --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index f80c6d8..c7e1040 100644 --- a/README.md +++ b/README.md @@ -176,6 +176,9 @@ - [OpenPaw](https://github.com/daxaur/openpaw) - 38-skill bundle that turns Claude Code into a personal assistant. Includes git, Telegram, Discord, Obsidian, daily briefing, and more. Run via `npx pawmode`. - [agentskill.sh](https://agentskill.sh) - Browse and install 69,000+ AI agent skills for Claude Code, Cursor, Copilot, Windsurf, Zed, and 20+ AI tools. - [Agent Almanac](https://github.com/pjt222/agent-almanac) - 317 skills, 65 agents, and 14 teams for Claude Code following the Agent Skills open standard across 50+ domains. +- [AlterLab-FC-Skills](https://github.com/AlterLab-IEU/AlterLab-FC-Skills) - 72 agentic skills for creative technology workflows across 11 domains. +- [AlterLab-Academic-Skills](https://github.com/AlterLab-IEU/AlterLab-Academic-Skills) - 2,097 academic skill MDs for higher education and research contexts. +- [AlterLab_GameForge](https://github.com/AlterLab-IEU/AlterLab_GameForge) - 34 game development skills covering design, mechanics, and production pipelines. ## 🤝 Contribution From d4bb14af89c181bf923ca4091ea4cf394a1eeda7 Mon Sep 17 00:00:00 2001 From: kepimec Date: Mon, 30 Mar 2026 16:29:47 +0300 Subject: [PATCH 18/20] fix: correct AlterLab Academic skill count (186 skills, not 2,097) Co-Authored-By: Claude Opus 4.6 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index df9ff17..800f090 100644 --- a/README.md +++ b/README.md @@ -189,7 +189,7 @@ - [agentskill.sh](https://agentskill.sh) - Browse and install 69,000+ AI agent skills for Claude Code, Cursor, Copilot, Windsurf, Zed, and 20+ AI tools. - [Agent Almanac](https://github.com/pjt222/agent-almanac) - 317 skills, 65 agents, and 14 teams for Claude Code following the Agent Skills open standard across 50+ domains. - [AlterLab-FC-Skills](https://github.com/AlterLab-IEU/AlterLab-FC-Skills) - 72 agentic skills for creative technology workflows across 11 domains. -- [AlterLab-Academic-Skills](https://github.com/AlterLab-IEU/AlterLab-Academic-Skills) - 2,097 academic skill MDs for higher education and research contexts. +- [AlterLab-Academic-Skills](https://github.com/AlterLab-IEU/AlterLab-Academic-Skills) - 186+ academic research skills across 13 domains for higher education and research. - [AlterLab_GameForge](https://github.com/AlterLab-IEU/AlterLab_GameForge) - 34 game development skills covering design, mechanics, and production pipelines. ## 🤝 Contribution From 611a66c29cb3ede61521c6a25042a7330905947f Mon Sep 17 00:00:00 2001 From: astrosbd <11527213+SeifBenayed@users.noreply.github.com> Date: Mon, 30 Mar 2026 15:32:53 +0200 Subject: [PATCH 19/20] Shorten description, move to end of section --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 49d09c1..41a0a5e 100644 --- a/README.md +++ b/README.md @@ -169,7 +169,6 @@ - [Agent Skills](https://arxiv.org/abs/2602.08004) - Data-driven analysis: the ecosystem, opportunities, and risks behind 40,000+ Claude Skills ## 🗂️ Collections -- [Claude Code SDK](https://github.com/SeifBenayed/claude-code-sdk) - Open-source, provider-agnostic SDK implementing the Claude Code tool loop in 4 languages (Node.js, Python, Go, Rust). Works with: Anthropic, OpenAI, Google, DeepSeek, Mistral, Groq, Ollama, LM Studio. Zero dependencies, built-in permissions, session persistence, and skill loading. - [@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. - [wondelai/skills](https://github.com/wondelai/skills) - 25 agent skills for UX design, marketing/CRO, sales, product strategy, and growth based on books by Norman, Cialdini, Ries, Hormozi, and others. @@ -178,6 +177,7 @@ - [OpenPaw](https://github.com/daxaur/openpaw) - 38-skill bundle that turns Claude Code into a personal assistant. Includes git, Telegram, Discord, Obsidian, daily briefing, and more. Run via `npx pawmode`. - [agentskill.sh](https://agentskill.sh) - Browse and install 69,000+ AI agent skills for Claude Code, Cursor, Copilot, Windsurf, Zed, and 20+ AI tools. - [Agent Almanac](https://github.com/pjt222/agent-almanac) - 317 skills, 65 agents, and 14 teams for Claude Code following the Agent Skills open standard across 50+ domains. +- [Claude Code SDK](https://github.com/SeifBenayed/claude-code-sdk) - Open-source, provider-agnostic CLI for AI agents. 13 providers, built-in tools, skill marketplace. ## 🤝 Contribution From cbf02c75012df1ccb35cd807211d793ade6641da Mon Sep 17 00:00:00 2001 From: "khoa.dang.tran" Date: Mon, 30 Mar 2026 21:41:37 +0700 Subject: [PATCH 20/20] Add Spartan AI Toolkit to Development & Code Tools --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index df9ff17..e4a8b4f 100644 --- a/README.md +++ b/README.md @@ -62,6 +62,7 @@ - [Playwright Skill](https://github.com/testdino-hq/playwright-skill) - AI agent-ready Playwright skill with structured SKILL.md, test automation workflows, and MCP-compatible setup for real-world testing pipelines. - [Emblem AI Agent Wallet](https://github.com/EmblemCompany/Agent-skills/tree/main/skills/emblem-ai-agent-wallet) - Multi-chain crypto wallet management across 7 blockchains (Solana, Ethereum, Base, BSC, Polygon, Hedera, Bitcoin), swaps and transfers. - [unity-agent-skills](https://github.com/jahro-console/unity-agent-skills) - Agent skills set for AI-assisted Unity debugging — structured logging, runtime commands, variable watching, and more. +- [spartan-ai-toolkit](https://github.com/spartan-stratos/spartan-ai-toolkit) - Engineering workflow commands with quality gates, TDD enforcement, and atomic commits for AI coding agents. ## 📊 Data & Analysis