From 3656432a963c2f84434ecc8cbf7754c6635cad99 Mon Sep 17 00:00:00 2001 From: Kumar Anirudha Date: Mon, 6 Apr 2026 20:18:40 +0530 Subject: [PATCH] add: plugins 30 skills and commands focused --- plugins/alirezarezvani-claude-skills.json | 19 +++++++++++++++++++ plugins/axiom-apple-skills.json | 18 ++++++++++++++++++ plugins/caveman.json | 18 ++++++++++++++++++ plugins/claude-code-auto-memory.json | 19 +++++++++++++++++++ plugins/claude-elixir-phoenix.json | 19 +++++++++++++++++++ plugins/claude-forge.json | 19 +++++++++++++++++++ plugins/cloudflare-skills.json | 19 +++++++++++++++++++ plugins/comfy-claude-prompt-library.json | 18 ++++++++++++++++++ plugins/dotnet-skills.json | 18 ++++++++++++++++++ plugins/elastic-agent-skills.json | 18 ++++++++++++++++++ plugins/firebase-agent-skills.json | 18 ++++++++++++++++++ plugins/flow-next.json | 19 +++++++++++++++++++ plugins/hashicorp-agent-skills.json | 18 ++++++++++++++++++ plugins/huggingface-skills.json | 18 ++++++++++++++++++ plugins/humanizer.json | 18 ++++++++++++++++++ plugins/jeffallan-claude-skills.json | 19 +++++++++++++++++++ plugins/learning-opportunities.json | 18 ++++++++++++++++++ plugins/n-skills.json | 18 ++++++++++++++++++ plugins/napkin.json | 18 ++++++++++++++++++ plugins/nothing-design-skill.json | 18 ++++++++++++++++++ plugins/planning-with-files.json | 19 +++++++++++++++++++ plugins/playwright-skill.json | 18 ++++++++++++++++++ plugins/ring.json | 18 ++++++++++++++++++ plugins/ruby-skills.json | 18 ++++++++++++++++++ plugins/sentry-for-ai.json | 19 +++++++++++++++++++ plugins/stitch-skills.json | 18 ++++++++++++++++++ plugins/stripe-ai.json | 19 +++++++++++++++++++ plugins/supabase-agent-skills.json | 18 ++++++++++++++++++ plugins/trailofbits-skills.json | 18 ++++++++++++++++++ plugins/understand-anything.json | 18 ++++++++++++++++++ 30 files changed, 550 insertions(+) create mode 100644 plugins/alirezarezvani-claude-skills.json create mode 100644 plugins/axiom-apple-skills.json create mode 100644 plugins/caveman.json create mode 100644 plugins/claude-code-auto-memory.json create mode 100644 plugins/claude-elixir-phoenix.json create mode 100644 plugins/claude-forge.json create mode 100644 plugins/cloudflare-skills.json create mode 100644 plugins/comfy-claude-prompt-library.json create mode 100644 plugins/dotnet-skills.json create mode 100644 plugins/elastic-agent-skills.json create mode 100644 plugins/firebase-agent-skills.json create mode 100644 plugins/flow-next.json create mode 100644 plugins/hashicorp-agent-skills.json create mode 100644 plugins/huggingface-skills.json create mode 100644 plugins/humanizer.json create mode 100644 plugins/jeffallan-claude-skills.json create mode 100644 plugins/learning-opportunities.json create mode 100644 plugins/n-skills.json create mode 100644 plugins/napkin.json create mode 100644 plugins/nothing-design-skill.json create mode 100644 plugins/planning-with-files.json create mode 100644 plugins/playwright-skill.json create mode 100644 plugins/ring.json create mode 100644 plugins/ruby-skills.json create mode 100644 plugins/sentry-for-ai.json create mode 100644 plugins/stitch-skills.json create mode 100644 plugins/stripe-ai.json create mode 100644 plugins/supabase-agent-skills.json create mode 100644 plugins/trailofbits-skills.json create mode 100644 plugins/understand-anything.json diff --git a/plugins/alirezarezvani-claude-skills.json b/plugins/alirezarezvani-claude-skills.json new file mode 100644 index 0000000..098163a --- /dev/null +++ b/plugins/alirezarezvani-claude-skills.json @@ -0,0 +1,19 @@ +{ + "name": "alirezarezvani-claude-skills", + "source": { + "source": "github", + "repo": "alirezarezvani/claude-skills" + }, + "description": "220+ skills and agent plugins across engineering, marketing, product, and compliance", + "version": "1.0.0", + "author": { + "username": "alirezarezvani", + "name": "Alireza Rezvani" + }, + "category": "productivity", + "tags": [ + "skills", + "commands" + ], + "license": "MIT" +} diff --git a/plugins/axiom-apple-skills.json b/plugins/axiom-apple-skills.json new file mode 100644 index 0000000..bf32d04 --- /dev/null +++ b/plugins/axiom-apple-skills.json @@ -0,0 +1,18 @@ +{ + "name": "axiom-apple-skills", + "source": { + "source": "github", + "repo": "CharlesWiltgen/Axiom" + }, + "description": "Battle-tested skills for iOS, iPadOS, watchOS, and tvOS development", + "version": "1.0.0", + "author": { + "username": "CharlesWiltgen", + "name": "Charles Wiltgen" + }, + "category": "development", + "tags": [ + "skills" + ], + "license": "MIT" +} diff --git a/plugins/caveman.json b/plugins/caveman.json new file mode 100644 index 0000000..92ae48f --- /dev/null +++ b/plugins/caveman.json @@ -0,0 +1,18 @@ +{ + "name": "caveman", + "source": { + "source": "github", + "repo": "JuliusBrussee/caveman" + }, + "description": "Token-saving skill that cuts 75% of tokens by using caveman-style communication", + "version": "1.0.0", + "author": { + "username": "JuliusBrussee", + "name": "Julius Brussee" + }, + "category": "productivity", + "tags": [ + "skills" + ], + "license": "MIT" +} diff --git a/plugins/claude-code-auto-memory.json b/plugins/claude-code-auto-memory.json new file mode 100644 index 0000000..ddb5861 --- /dev/null +++ b/plugins/claude-code-auto-memory.json @@ -0,0 +1,19 @@ +{ + "name": "claude-code-auto-memory", + "source": { + "source": "github", + "repo": "severity1/claude-code-auto-memory" + }, + "description": "Plugin that automatically maintains and syncs CLAUDE.md memory files", + "version": "1.0.0", + "author": { + "username": "severity1", + "name": "severity1" + }, + "category": "productivity", + "tags": [ + "skills", + "commands" + ], + "license": "MIT" +} diff --git a/plugins/claude-elixir-phoenix.json b/plugins/claude-elixir-phoenix.json new file mode 100644 index 0000000..a03257b --- /dev/null +++ b/plugins/claude-elixir-phoenix.json @@ -0,0 +1,19 @@ +{ + "name": "claude-elixir-phoenix", + "source": { + "source": "github", + "repo": "oliver-kriska/claude-elixir-phoenix" + }, + "description": "Elixir/Phoenix/LiveView plugin with 20 specialist agents for BEAM development", + "version": "1.0.0", + "author": { + "username": "oliver-kriska", + "name": "Oliver Kriska" + }, + "category": "development", + "tags": [ + "skills", + "commands" + ], + "license": "MIT" +} diff --git a/plugins/claude-forge.json b/plugins/claude-forge.json new file mode 100644 index 0000000..305a8c0 --- /dev/null +++ b/plugins/claude-forge.json @@ -0,0 +1,19 @@ +{ + "name": "claude-forge", + "source": { + "source": "github", + "repo": "sangrokjung/claude-forge" + }, + "description": "Plugin framework inspired by oh-my-zsh with 11 agents, 36 commands, and 15 skills", + "version": "1.0.0", + "author": { + "username": "sangrokjung", + "name": "Sangrok Jung" + }, + "category": "development", + "tags": [ + "skills", + "commands" + ], + "license": "MIT" +} diff --git a/plugins/cloudflare-skills.json b/plugins/cloudflare-skills.json new file mode 100644 index 0000000..70cd349 --- /dev/null +++ b/plugins/cloudflare-skills.json @@ -0,0 +1,19 @@ +{ + "name": "cloudflare-skills", + "source": { + "source": "github", + "repo": "cloudflare/skills" + }, + "description": "Skills and commands for Cloudflare Workers, Pages, D1, R2, AI, and networking", + "version": "1.0.0", + "author": { + "username": "cloudflare", + "name": "Cloudflare" + }, + "category": "devops", + "tags": [ + "skills", + "commands" + ], + "license": "Apache-2.0" +} diff --git a/plugins/comfy-claude-prompt-library.json b/plugins/comfy-claude-prompt-library.json new file mode 100644 index 0000000..d7f1044 --- /dev/null +++ b/plugins/comfy-claude-prompt-library.json @@ -0,0 +1,18 @@ +{ + "name": "comfy-claude-prompt-library", + "source": { + "source": "github", + "repo": "Comfy-Org/comfy-claude-prompt-library" + }, + "description": "Commands and memories for agentic coding with ComfyUI workflows", + "version": "1.0.0", + "author": { + "username": "Comfy-Org", + "name": "Comfy Org" + }, + "category": "development", + "tags": [ + "commands" + ], + "license": "MIT" +} diff --git a/plugins/dotnet-skills.json b/plugins/dotnet-skills.json new file mode 100644 index 0000000..aa6439f --- /dev/null +++ b/plugins/dotnet-skills.json @@ -0,0 +1,18 @@ +{ + "name": "dotnet-skills", + "source": { + "source": "github", + "repo": "Aaronontheweb/dotnet-skills" + }, + "description": "Skills and sub-agents for .NET developers covering C#, F#, and ASP.NET workflows", + "version": "1.0.0", + "author": { + "username": "Aaronontheweb", + "name": "Aaron Stannard" + }, + "category": "development", + "tags": [ + "skills" + ], + "license": "MIT" +} diff --git a/plugins/elastic-agent-skills.json b/plugins/elastic-agent-skills.json new file mode 100644 index 0000000..3dda6e2 --- /dev/null +++ b/plugins/elastic-agent-skills.json @@ -0,0 +1,18 @@ +{ + "name": "elastic-agent-skills", + "source": { + "source": "github", + "repo": "elastic/agent-skills" + }, + "description": "33 skills for Elasticsearch, Kibana, Observability, and Security workflows", + "version": "1.0.0", + "author": { + "username": "elastic", + "name": "Elastic" + }, + "category": "data", + "tags": [ + "skills" + ], + "license": "Apache-2.0" +} diff --git a/plugins/firebase-agent-skills.json b/plugins/firebase-agent-skills.json new file mode 100644 index 0000000..bc99a00 --- /dev/null +++ b/plugins/firebase-agent-skills.json @@ -0,0 +1,18 @@ +{ + "name": "firebase-agent-skills", + "source": { + "source": "github", + "repo": "firebase/agent-skills" + }, + "description": "Agent skills for Firebase SDK setup, feature configuration, and deployment", + "version": "1.0.0", + "author": { + "username": "firebase", + "name": "Firebase" + }, + "category": "development", + "tags": [ + "skills" + ], + "license": "Apache-2.0" +} diff --git a/plugins/flow-next.json b/plugins/flow-next.json new file mode 100644 index 0000000..b1db56a --- /dev/null +++ b/plugins/flow-next.json @@ -0,0 +1,19 @@ +{ + "name": "flow-next", + "source": { + "source": "github", + "repo": "gmickel/flow-next" + }, + "description": "Plan-first AI workflow plugin with task tracking and worker subagents", + "version": "1.0.0", + "author": { + "username": "gmickel", + "name": "Gerald Mickel" + }, + "category": "productivity", + "tags": [ + "skills", + "commands" + ], + "license": "MIT" +} diff --git a/plugins/hashicorp-agent-skills.json b/plugins/hashicorp-agent-skills.json new file mode 100644 index 0000000..86a95bf --- /dev/null +++ b/plugins/hashicorp-agent-skills.json @@ -0,0 +1,18 @@ +{ + "name": "hashicorp-agent-skills", + "source": { + "source": "github", + "repo": "hashicorp/agent-skills" + }, + "description": "Agent skills and plugins for Terraform and Packer infrastructure workflows", + "version": "1.0.0", + "author": { + "username": "hashicorp", + "name": "HashiCorp" + }, + "category": "devops", + "tags": [ + "skills" + ], + "license": "MPL-2.0" +} diff --git a/plugins/huggingface-skills.json b/plugins/huggingface-skills.json new file mode 100644 index 0000000..a20af48 --- /dev/null +++ b/plugins/huggingface-skills.json @@ -0,0 +1,18 @@ +{ + "name": "huggingface-skills", + "source": { + "source": "github", + "repo": "huggingface/skills" + }, + "description": "AI/ML skills for dataset creation, model training, evaluation, and the Hugging Face ecosystem", + "version": "1.0.0", + "author": { + "username": "huggingface", + "name": "Hugging Face" + }, + "category": "data", + "tags": [ + "skills" + ], + "license": "Apache-2.0" +} diff --git a/plugins/humanizer.json b/plugins/humanizer.json new file mode 100644 index 0000000..c6808cf --- /dev/null +++ b/plugins/humanizer.json @@ -0,0 +1,18 @@ +{ + "name": "humanizer", + "source": { + "source": "github", + "repo": "blader/humanizer" + }, + "description": "Skill that removes signs of AI-generated writing from text", + "version": "1.0.0", + "author": { + "username": "blader", + "name": "blader" + }, + "category": "productivity", + "tags": [ + "skills" + ], + "license": "MIT" +} diff --git a/plugins/jeffallan-claude-skills.json b/plugins/jeffallan-claude-skills.json new file mode 100644 index 0000000..9a8a23e --- /dev/null +++ b/plugins/jeffallan-claude-skills.json @@ -0,0 +1,19 @@ +{ + "name": "jeffallan-claude-skills", + "source": { + "source": "github", + "repo": "Jeffallan/claude-skills" + }, + "description": "66 specialized skills for full-stack developers across multiple frameworks", + "version": "1.0.0", + "author": { + "username": "Jeffallan", + "name": "Jeff Allan" + }, + "category": "development", + "tags": [ + "skills", + "commands" + ], + "license": "MIT" +} diff --git a/plugins/learning-opportunities.json b/plugins/learning-opportunities.json new file mode 100644 index 0000000..a0c2d2d --- /dev/null +++ b/plugins/learning-opportunities.json @@ -0,0 +1,18 @@ +{ + "name": "learning-opportunities", + "source": { + "source": "github", + "repo": "DrCatHicks/learning-opportunities" + }, + "description": "Skill for deliberate skill development and learning during AI-assisted coding", + "version": "1.0.0", + "author": { + "username": "DrCatHicks", + "name": "Dr. Cat Hicks" + }, + "category": "productivity", + "tags": [ + "skills" + ], + "license": "CC-BY-4.0" +} diff --git a/plugins/n-skills.json b/plugins/n-skills.json new file mode 100644 index 0000000..6d3a1ac --- /dev/null +++ b/plugins/n-skills.json @@ -0,0 +1,18 @@ +{ + "name": "n-skills", + "source": { + "source": "github", + "repo": "numman-ali/n-skills" + }, + "description": "Curated plugin marketplace with skills for automation, tools, and workflow", + "version": "1.0.0", + "author": { + "username": "numman-ali", + "name": "Numman Ali" + }, + "category": "productivity", + "tags": [ + "skills" + ], + "license": "Apache-2.0" +} diff --git a/plugins/napkin.json b/plugins/napkin.json new file mode 100644 index 0000000..df35d94 --- /dev/null +++ b/plugins/napkin.json @@ -0,0 +1,18 @@ +{ + "name": "napkin", + "source": { + "source": "github", + "repo": "blader/napkin" + }, + "description": "Persistent per-repo learning scratchpad that remembers agent mistakes across sessions", + "version": "1.0.0", + "author": { + "username": "blader", + "name": "blader" + }, + "category": "productivity", + "tags": [ + "skills" + ], + "license": "MIT" +} diff --git a/plugins/nothing-design-skill.json b/plugins/nothing-design-skill.json new file mode 100644 index 0000000..39801ec --- /dev/null +++ b/plugins/nothing-design-skill.json @@ -0,0 +1,18 @@ +{ + "name": "nothing-design-skill", + "source": { + "source": "github", + "repo": "dominikmartn/nothing-design-skill" + }, + "description": "UI generation skill in Nothing design language with dot matrix aesthetics", + "version": "1.0.0", + "author": { + "username": "dominikmartn", + "name": "Dominik Martin" + }, + "category": "design", + "tags": [ + "skills" + ], + "license": "MIT" +} diff --git a/plugins/planning-with-files.json b/plugins/planning-with-files.json new file mode 100644 index 0000000..69481c6 --- /dev/null +++ b/plugins/planning-with-files.json @@ -0,0 +1,19 @@ +{ + "name": "planning-with-files", + "source": { + "source": "github", + "repo": "OthmanAdi/planning-with-files" + }, + "description": "Manus-style persistent markdown planning skill for structured project planning", + "version": "1.0.0", + "author": { + "username": "OthmanAdi", + "name": "Othman Adi" + }, + "category": "productivity", + "tags": [ + "skills", + "commands" + ], + "license": "MIT" +} diff --git a/plugins/playwright-skill.json b/plugins/playwright-skill.json new file mode 100644 index 0000000..2ad5380 --- /dev/null +++ b/plugins/playwright-skill.json @@ -0,0 +1,18 @@ +{ + "name": "playwright-skill", + "source": { + "source": "github", + "repo": "lackeyjb/playwright-skill" + }, + "description": "Browser automation skill using Playwright for testing and web interaction", + "version": "1.0.0", + "author": { + "username": "lackeyjb", + "name": "John Lackey" + }, + "category": "testing", + "tags": [ + "skills" + ], + "license": "MIT" +} diff --git a/plugins/ring.json b/plugins/ring.json new file mode 100644 index 0000000..853ff2b --- /dev/null +++ b/plugins/ring.json @@ -0,0 +1,18 @@ +{ + "name": "ring", + "source": { + "source": "github", + "repo": "LerianStudio/ring" + }, + "description": "89 skills and 38 agents enforcing engineering best practices across teams", + "version": "1.0.0", + "author": { + "username": "LerianStudio", + "name": "Lerian Studio" + }, + "category": "development", + "tags": [ + "skills" + ], + "license": "Apache-2.0" +} diff --git a/plugins/ruby-skills.json b/plugins/ruby-skills.json new file mode 100644 index 0000000..1f9205c --- /dev/null +++ b/plugins/ruby-skills.json @@ -0,0 +1,18 @@ +{ + "name": "ruby-skills", + "source": { + "source": "github", + "repo": "st0012/ruby-skills" + }, + "description": "Ruby development plugins with debugging, testing, and Rails workflow skills", + "version": "1.0.0", + "author": { + "username": "st0012", + "name": "Stan Lo" + }, + "category": "development", + "tags": [ + "skills" + ], + "license": "MIT" +} diff --git a/plugins/sentry-for-ai.json b/plugins/sentry-for-ai.json new file mode 100644 index 0000000..e5f83d2 --- /dev/null +++ b/plugins/sentry-for-ai.json @@ -0,0 +1,19 @@ +{ + "name": "sentry-for-ai", + "source": { + "source": "github", + "repo": "getsentry/sentry-for-ai" + }, + "description": "Skills and commands for Sentry error monitoring, alerts, and debugging with /seer command", + "version": "1.0.0", + "author": { + "username": "getsentry", + "name": "Sentry" + }, + "category": "devops", + "tags": [ + "skills", + "commands" + ], + "license": "MIT" +} diff --git a/plugins/stitch-skills.json b/plugins/stitch-skills.json new file mode 100644 index 0000000..faf3cef --- /dev/null +++ b/plugins/stitch-skills.json @@ -0,0 +1,18 @@ +{ + "name": "stitch-skills", + "source": { + "source": "github", + "repo": "google-labs-code/stitch-skills" + }, + "description": "Google Stitch skills for design-to-code, React components, shadcn-ui, and Remotion video", + "version": "1.0.0", + "author": { + "username": "google-labs-code", + "name": "Google Labs Code" + }, + "category": "design", + "tags": [ + "skills" + ], + "license": "Apache-2.0" +} diff --git a/plugins/stripe-ai.json b/plugins/stripe-ai.json new file mode 100644 index 0000000..8c90089 --- /dev/null +++ b/plugins/stripe-ai.json @@ -0,0 +1,19 @@ +{ + "name": "stripe-ai", + "source": { + "source": "github", + "repo": "stripe/ai" + }, + "description": "Skills and commands for building AI-powered products with Stripe payments and webhooks", + "version": "1.0.0", + "author": { + "username": "stripe", + "name": "Stripe" + }, + "category": "development", + "tags": [ + "skills", + "commands" + ], + "license": "MIT" +} diff --git a/plugins/supabase-agent-skills.json b/plugins/supabase-agent-skills.json new file mode 100644 index 0000000..e252d21 --- /dev/null +++ b/plugins/supabase-agent-skills.json @@ -0,0 +1,18 @@ +{ + "name": "supabase-agent-skills", + "source": { + "source": "github", + "repo": "supabase/agent-skills" + }, + "description": "Agent skills for Supabase covering database, auth, storage, realtime, and edge functions", + "version": "1.0.0", + "author": { + "username": "supabase", + "name": "Supabase" + }, + "category": "development", + "tags": [ + "skills" + ], + "license": "MIT" +} diff --git a/plugins/trailofbits-skills.json b/plugins/trailofbits-skills.json new file mode 100644 index 0000000..dd414f1 --- /dev/null +++ b/plugins/trailofbits-skills.json @@ -0,0 +1,18 @@ +{ + "name": "trailofbits-skills", + "source": { + "source": "github", + "repo": "trailofbits/skills" + }, + "description": "Security research skills for smart contract auditing, vulnerability detection, and reverse engineering", + "version": "1.0.0", + "author": { + "username": "trailofbits", + "name": "Trail of Bits" + }, + "category": "security", + "tags": [ + "skills" + ], + "license": "CC-BY-SA-4.0" +} diff --git a/plugins/understand-anything.json b/plugins/understand-anything.json new file mode 100644 index 0000000..429bf7c --- /dev/null +++ b/plugins/understand-anything.json @@ -0,0 +1,18 @@ +{ + "name": "understand-anything", + "source": { + "source": "github", + "repo": "Lum1104/Understand-Anything" + }, + "description": "Skills that turn any codebase into an interactive knowledge graph", + "version": "1.0.0", + "author": { + "username": "Lum1104", + "name": "Lum1104" + }, + "category": "development", + "tags": [ + "skills" + ], + "license": "MIT" +}