Awesome Claude Skills

A curated list of skills for Claude Code. Updated Apr 15, 2026. Learn about skills

/ or ⌘K
Tags 150 skills
Filtering by publisher:

Skills Directory

Graphify

Turns any folder of code, docs, papers, images, or videos into a queryable knowledge graph with AST-based extraction for 25 languages, LLM subagent semantic extraction, Leiden community detection, and interactive HTML visualization

Runs scripts Sends data External calls No creds No auto-update External deps
Well-engineered knowledge graph skill with SSRF protection, sensitive file detection, and download size caps. Primary risk surface is the install command writing PreToolUse hooks and config files across multiple platform directories in the home folder, plus skill.md instructing LLMs to run pip install with --break-system-packages. Doc/paper/image content is sent to external LLM APIs for semantic extraction.
·
pip install graphifyy && graphify install

Behavioral guidelines derived from Andrej Karpathy's observations on LLM coding pitfalls — Think Before Coding, Simplicity First, Surgical Changes, and Goal-Driven Execution

No code exec No data sent No network No creds No auto-update Self-contained
Purely natural language guidelines in 6 Markdown/JSON files with no executable code, no dependencies, and no network access. Only adds behavioral instructions to Claude's context encouraging careful, minimal, assumption-surfacing coding practices.
·
/install forrestchang/andrej-karpathy-skills

Career Ops

AI-powered job search system with 14 skill modes, A-F scoring across 10 dimensions, ATS-optimized PDF resume generation, career portal scanning via Playwright, and batch processing with claude sub-agents

Runs scripts Sends data External calls No creds Auto-updates External deps
Feature-rich job search system with clear, well-structured code and a thoughtful data contract separating user files from system files. However, has a built-in auto-updater that overwrites CLAUDE.md, mode files, scripts, and package.json from upstream on every session start, and its batch runner uses --dangerously-skip-permissions. Users should understand upstream changes could modify agent behavior.
·
git clone https://github.com/santifer/career-ops.git && cd career-ops && npm install && npx playwright install chromium

Caveman

Token-saving skill that makes Claude talk like a caveman, cutting 65-75% of output tokens while keeping full technical accuracy. Three intensity levels (lite, full, ultra) plus a companion markdown compressor

No code exec No data sent No network No creds No auto-update Self-contained
Pure prompt-based skill that modifies Claude's output style to reduce token usage. The core installed component is a single markdown file with no executable code, no network calls, and no dependencies. Optional companion tools (caveman-compress, benchmarks) are clearly separated and only run when explicitly invoked.
·
npx skills add JuliusBrussee/caveman

Prompt Master

Transforms vague requests into optimized prompts for 30+ AI platforms with auto-selected templates, clarifying questions, and token efficiency audits

No code exec No data sent No network No creds No auto-update Self-contained
Pure prompt instructions in a single SKILL.md. Detects target AI platform, extracts intent across 9 dimensions, routes to 12 prompt templates (RTF, CO-STAR, RISEN, etc.), and audits for 35 token-wasting patterns. No executable code, no network calls.
·
git clone https://github.com/nidhinjs/prompt-master ~/.claude/skills/prompt-master

Claude SEO

Universal SEO skill with 19 sub-skills, 12 subagents, and Google API integration - technical audits, content analysis, schema markup, AI search optimization, and PDF report generation

Runs scripts Sends data External calls Reads creds No auto-update External deps
Comprehensive SEO toolkit with 21 Python scripts that make external API calls (Google Search Console, PageSpeed, GA4, Moz, Bing Webmaster, YouTube). Reads Google API credentials from env vars and config files. PostToolUse hook runs schema validation. Install script clones repo and installs pip packages. Powerful but requires trust in the author due to broad network and credential access.
·
git clone https://github.com/AgriciDaniel/claude-seo.git && cd claude-seo && bash install.sh

Turn Claude Code into a full game dev studio with 48 AI agents and 36 workflows

Runs scripts No data sent No network No creds No auto-update Self-contained
48 agent definitions in markdown with bash hooks for commit/push validation. Settings explicitly deny rm -rf, force push, and .env access. No network calls.
·
git clone https://github.com/Donchitos/Claude-Code-Game-Studios ~/.claude/skills/game-studios

Skills that turn any codebase into an interactive knowledge base

Runs scripts No data sent No network No creds No auto-update External deps
TypeScript monorepo with tree-sitter analysis, React dashboard, and multi-agent pipeline. Writes to .understand-anything/ in project directory. npm dependencies via pnpm.
·
git clone https://github.com/Lum1104/Understand-Anything ~/.claude/skills/understand-anything

Zero-config code flow for Claude Code and Codex

Runs scripts No data sent External calls Reads creds Auto-updates External deps
npx CLI configuring Claude Code, Codex, and MCP servers. Writes to ~/.claude/ and manages API proxy keys. Runs via npx which always fetches latest.
·
git clone https://github.com/UfoMiao/zcf ~/.claude/skills/zcf

Claude Context

Code search MCP for Claude Code making entire codebase the context

Runs scripts Sends data External calls Reads creds Auto-updates External deps
MCP server indexing codebase into Zilliz Cloud vector database using OpenAI embeddings. Requires OPENAI_API_KEY and MILVUS_TOKEN. Sends code chunks to external APIs.
·
git clone https://github.com/zilliztech/claude-context ~/.claude/skills/claude-context

Agent Rules

Rules and knowledge to work better with agents like Claude Code and Codex

Runs scripts No data sent No network No creds No auto-update Self-contained
Archived Cursor rules repo. Install script writes to ~/.claude/CLAUDE.md. All content is static prompt templates with no runtime code execution.
·
git clone https://github.com/steipete/agent-rules ~/.claude/skills/agent-rules

Lightweight markdown-only skills for autonomous research while you sleep

Arbitrary code Sends data External calls Reads creds No auto-update External deps
31 SKILL.md files orchestrating autonomous research pipelines. Includes MCP servers calling external LLM APIs. Rsyncs code to GPU servers, runs experiments, fetches arXiv/DBLP data.
·
git clone https://github.com/wanshuiyin/Auto-claude-code-research-in-sleep ~/.claude/skills/aris

Claude Code skills based on The Minimalist Entrepreneur by Sahil Lavingia

No code exec No data sent No network No creds No auto-update Self-contained
Pure markdown SKILL.md files with business advice prompts. No scripts, no dependencies, no code execution. Entirely text-based guidance.
·
/plugin marketplace add slavingia/skills

Peon Ping

Warcraft III Peon voice notifications for Claude Code, Codex, and Gemini CLI

Runs scripts No data sent Local only No creds No auto-update External deps
Voice notification hooks playing sound files via system audio (afplay/paplay). Install writes hooks to ~/.claude/hooks/peon-ping/. No data sent externally.
·
git clone https://github.com/PeonPing/peon-ping ~/.claude/skills/peon-ping

GEO SEO Claude

GEO-first SEO skill with comprehensive AI search optimization

Runs scripts No data sent External calls No creds No auto-update External deps
Python scripts using requests, BeautifulSoup, and Playwright for SEO/GEO auditing. Fetches user-specified URLs only. Stores prospect data in ~/.geo-prospects/.
·
git clone https://github.com/zubair-trabzada/geo-seo-claude ~/.claude/skills/geo-seo

734+ structured cybersecurity skills for AI agents with MITRE ATT&CK mapping

Runs scripts No data sent No network No creds No auto-update Self-contained
753 structured SKILL.md files covering cybersecurity domains with MITRE ATT&CK mapping. Includes helper Python scripts for forensics. All skills are instructional markdown.
·
git clone https://github.com/mukul975/Anthropic-Cybersecurity-Skills ~/.claude/skills/cybersecurity

Best workflows and configurations for heavy Claude Code usage

No code exec No data sent No network No creds No auto-update Self-contained
Three workflow templates (code review, security review, design review) as markdown slash commands and GitHub Actions YAML. No executable code.
·
git clone https://github.com/OneRedOak/claude-code-workflows ~/.claude/skills/workflows

Claude Code guide covering setup, commands, workflows, agents, skills and tips

No code exec No data sent No network No creds No auto-update Self-contained
Comprehensive reference documentation in a single large README.md. Command cheatsheets, configuration examples, and troubleshooting guides. No executable code.
·
git clone https://github.com/zebbern/claude-code-guide ~/.claude/skills/guide

Local knowledge graph for Claude Code building a persistent map of your codebase

Runs scripts No data sent No network No creds No auto-update External deps
Python MCP server using tree-sitter to build AST-based code graphs in local SQLite. Incremental updates via git hooks. All processing is local.
·
git clone https://github.com/tirth8205/code-review-graph ~/.claude/skills/code-review-graph

Claudian

Obsidian plugin that embeds Claude Code as an AI collaborator inside your vault

Arbitrary code Sends data External calls Reads creds No auto-update External deps
Obsidian plugin embedding full Claude Code CLI. Executes arbitrary bash, supports MCP servers, sends content to Anthropic API. Has YOLO mode that auto-approves all tool calls. Includes command blocklist safety.
·
Install from Obsidian community plugins

Figma MCP

MCP integration between AI agents (Cursor, Claude Code) and Figma for design-to-code

Runs scripts No data sent Local only No creds Auto-updates External deps
MCP server communicating with Figma via local WebSocket on port 3055. Requires Figma plugin running locally. bunx @latest pulls newest version. No external network calls.
·
git clone https://github.com/grab/cursor-talk-to-figma-mcp

PAL MCP Server

Claude Code + Gemini/OpenAI/Ollama via MCP for multi-model coding workflows

Runs scripts Sends data External calls Reads creds Auto-updates External deps
Multi-model MCP server routing prompts to Gemini, OpenAI, Grok, Azure, Ollama, and OpenRouter APIs. Reads API keys from .env. Sends code and conversation context to multiple external LLM providers.
·
git clone https://github.com/BeehiveInnovations/pal-mcp-server

Deep-dive tutorial on agent harness engineering - build a Claude Code-like agent from scratch with tools, context management, and permissions

Runs scripts No data sent External calls Reads creds No auto-update External deps
Educational repo teaching agent harness engineering with Python + Next.js. Reads ANTHROPIC_API_KEY for standard SDK calls. No telemetry, no home directory writes.
·
git clone https://github.com/shareAI-lab/learn-claude-code

CC Switch

Cross-platform desktop app for managing Claude Code, Codex, Gemini CLI, OpenCode, and OpenClaw sessions

Arbitrary code No data sent External calls Reads creds No auto-update External deps
Desktop app that manages and proxies API keys across 5 AI CLI tools. Local proxy intercepts all API traffic for format conversion. Cloud sync and deep link import are additional attack vectors. Code-signed binaries.
·
Download from https://github.com/farion1231/cc-switch/releases

Comprehensive best practices guide covering agents, commands, skills, hooks, workflows, and orchestration patterns

Runs scripts No data sent External calls Reads creds No auto-update External deps
Best practices guide with hook scripts (Python subprocess for sound playback), broad permissions (WebFetch, WebSearch), and MCP server configs (Reddit, Tavily, weather API). Not purely documentation.
·
git clone https://github.com/shanraisshan/claude-code-best-practice

gstack

Eight opinionated workflow skills — CEO review, engineering planning, code review, shipping, QA, browser testing, and retrospectives

Runs scripts Telemetry External calls Reads creds Auto-updates External deps
28-skill framework with opt-in Supabase telemetry. The /browse skill enables arbitrary web access and /setup-browser-cookies imports local browser cookies. Auto-upgrade via git pull. Telemetry schema is publicly auditable.
·
git clone https://github.com/garrytan/gstack.git ~/.claude/skills/gstack && cd ~/.claude/skills/gstack && ./setup

dx

Developer experience essentials — GitHub Actions debugging, conversation cloning, context handoffs, Reddit research, and CLAUDE.md review

Runs scripts No data sent External calls Reads creds No auto-update Self-contained
Developer experience plugin with shell scripts, GitHub CLI integration, and browser access. Makes external network calls and reads local auth state.
·
/plugin install dx@ykdojo

Programmatic access to Google NotebookLM for creating podcasts, videos, quizzes, and research automation

Arbitrary code Sends data External calls Reads creds Auto-updates External deps
Unofficial Python API for Google NotebookLM using undocumented Google APIs. Stores browser auth cookies locally. Sends content to Google servers.
·
uv tool install notebooklm-py && notebooklm skill install

Skillset for building flawless n8n workflows with Claude Code including node configuration, error handling, and best practices

Runs scripts No data sent External calls Reads creds No auto-update Self-contained
Seven skills teaching Claude to build n8n workflows. Primarily markdown knowledge bases. MCP integration requires external n8n instance. MIT licensed.
·
/plugin marketplace add czlonkowski/n8n-skills

Principle-based UI design system that stores design decisions and component patterns for consistent interfaces across sessions

No code exec No data sent No network No creds No auto-update Self-contained
Pure Markdown prompt instructions — zero executable code. Stores design decisions in a project-local system.md file. Every file is human-readable and auditable in 15 minutes. Clean.
·
/plugin marketplace add Dammyjay93/interface-design

Security Review

AI-powered semantic security analysis detecting OWASP Top 10 vulnerabilities, injection attacks, auth flaws, and data exposure in code changes

Runs scripts No data sent External calls Reads creds No auto-update External deps
Official Anthropic security review GitHub Action. Calls Claude API for semantic vulnerability analysis of PR diffs. Warns it is NOT hardened against prompt injection.
·
Built-in /security-review command, or copy security-review.md to .claude/commands/

Spec Workflow

Spec-driven development and bug fix workflows with 10 slash commands, real-time dashboard, and automated task breakdown

Runs scripts Telemetry External calls No creds No auto-update External deps
Spec-driven workflow CLI with real-time dashboard. Tunnel feature exposes local dashboard via ngrok/Cloudflare. Dashboard tracks access analytics.
·
npm install -g @pimzino/claude-code-spec-workflow && claude-code-spec-workflow

6 reusable skills and 2 agents for React, GraphQL, testing, and debugging with hooks and GitHub Actions automation

Runs scripts No data sent External calls Reads creds No auto-update Self-contained
Skills + hooks with MCP integrations to 6 external services (Jira, GitHub, Linear, Sentry, Slack, Postgres). Reads multiple API tokens. Hook scripts run on every prompt.
·
git clone https://github.com/ChrisWiles/claude-code-showcase && cp -r claude-code-showcase/.claude/ .claude/

85 AI research engineering skills across model architecture, training, optimization, safety, and MLOps with plugin marketplace

No code exec No data sent No network No creds No auto-update Self-contained
87 AI research prompt skills covering model architecture, training, and safety. Markdown knowledge bases only. No executable code.
·
claude plugin marketplace add Orchestra-Research/AI-Research-SKILLs

24+ orchestrated development agents including tech lead, code reviewer, and framework specialists for Laravel, Django, Rails, React, and Vue

No code exec No data sent No network No creds No auto-update Self-contained
24 markdown agent persona files. No executable code, no scripts, no network calls. Very low risk.
·
git clone https://github.com/vijaythecoder/awesome-claude-agents && ln -s $(pwd)/awesome-claude-agents/agents ~/.claude/agents

ccstatusline

Highly customizable statusline for Claude Code CLI with widgets for tokens, git, context window, costs, and Powerline themes

Runs scripts No data sent External calls Reads creds No auto-update External deps
Terminal statusline widget reading Claude Code session files and making API calls to Anthropic for usage data. No telemetry. Read-heavy with minimal write surface.
·
npm install -g ccstatusline

Ruflo

Multi-agent orchestration platform for Claude Code with 60+ specialized agents and swarms

Arbitrary code No data sent External calls Reads creds Auto-updates External deps
curl-pipe-bash installer from jsdelivr CDN, global npm installs, 12 autonomous background workers, 60+ agents, IPFS plugin registry. Massive surface area makes comprehensive auditing difficult.
·
npx ruflo@latest init --wizard

Query Google NotebookLM from Claude Code for grounded, citation-backed answers

Arbitrary code Sends data External calls Reads creds No auto-update External deps
Browser automation logging into Google NotebookLM via Patchright (anti-detection Playwright fork). Stores Google session cookies locally. Sends user queries to Google servers.
·
git clone https://github.com/PleasePrompto/notebooklm-skill ~/.claude/skills/notebooklm

claude-squad

Manage multiple AI coding agents in isolated git workspaces

Arbitrary code No data sent External calls Reads creds No auto-update External deps
Compiled Go binary managing multiple Claude Code agents in isolated git worktrees. Executes arbitrary commands via tmux/pty. No telemetry. AGPL-3.0 licensed.
·
brew install claude-squad

Real-time terminal monitor for Claude Code token usage and costs

Runs scripts No data sent No network No creds Auto-updates External deps
Python terminal dashboard reading local Claude JSONL files for token tracking with ML-based predictions. No external network calls.
·
uv tool install claude-monitor

GitHub Action for AI code review and implementation on PRs

Arbitrary code No data sent External calls Reads creds No auto-update External deps
Official Anthropic GitHub Action running Claude Code on PRs. Requires API keys and GitHub tokens. Well-maintained (143 releases, 81 contributors). MIT licensed.
·
Add anthropics/claude-code-action to your GitHub workflow YAML

Multi-agent orchestration for Claude Code with team pipelines and swarm modes

Arbitrary code Sends data External calls Reads creds Auto-updates External deps
Multi-agent orchestration spawning Claude/Codex/Gemini in tmux. Sends notifications to Telegram/Discord/Slack/OpenClaw webhooks. Writes to ~/.omc and ~/.claude.
·
git clone https://github.com/Yeachan-Heo/oh-my-claudecode && cd oh-my-claudecode && ./install.sh

Autonomous dev loop with intelligent exit detection and rate limiting

Runs scripts No data sent External calls Reads creds No auto-update External deps
Autonomous development loop running Claude Code CLI repeatedly with rate limiting and circuit breaker. Reads API keys from env vars. 556 tests passing.
·
git clone https://github.com/frankbria/ralph-claude-code && cd ralph-claude-code && ./install.sh

ccpm

Spec-driven project management using GitHub Issues and worktrees

Runs scripts No data sent External calls Reads creds No auto-update Self-contained
Spec-driven PM skill using bash scripts and gh CLI for GitHub Issues sync, worktree management, and parallel agent execution. Requires gh auth.
·
curl -sSL https://automaze.io/ccpm/install | bash

n8n MCP

MCP server giving AI assistants access to n8n workflow automation

Runs scripts Sends data External calls Reads creds Auto-updates External deps
MCP server providing AI access to n8n documentation and workflow execution. Connects to n8n instances via API key. Sends workflow data to external n8n server.
·
npx n8n-mcp

ccusage

CLI tool to analyze Claude Code token usage and costs

Runs scripts No data sent External calls No creds Auto-updates External deps
npm CLI analyzing local Claude Code JSONL files for token usage and costs. Fetches pricing data from GitHub. Run via npx with @latest pattern.
·
npx ccusage@latest

Vibe Kanban

Kanban board to orchestrate and manage multiple coding agents in parallel

Runs scripts Sends data External calls Reads creds No auto-update External deps
Kanban board with Rust backend. PostHog analytics present but defaults to disabled. SSH tunneling and Cloudflare/ngrok exposure can expose local project state to the network.
·
git clone https://github.com/BloopAI/vibe-kanban && cd vibe-kanban && npm install

Route Claude Code requests to different LLM providers and models with plugin system

Runs scripts No data sent External calls Reads creds No auto-update External deps
API proxy routing Claude Code requests to alternative LLM providers. Custom JS transformer plugin system allows loading arbitrary JS files. Forces localhost binding when no API key is set.
·
npm install -g claude-code-router

Opcode

GUI desktop app for managing Claude Code sessions, custom agents, and background execution

Arbitrary code No data sent Local only Reads creds No auto-update External deps
Tauri 2 desktop GUI wrapping Claude Code CLI. Manages sessions, agents, MCP servers, and usage analytics. Reads ~/.claude directory. AGPL-licensed.
·
brew install --cask opcode

Reference library of production-tested infrastructure with auto-activating skills via hooks, modular skill patterns, and 10 specialized agents

Runs scripts No data sent No network No creds No auto-update Self-contained
Reference library of hooks, skills, agents, and slash commands. Includes bash hook scripts for skill auto-activation and TypeScript checking. Project-scoped.
·
git clone https://github.com/diet103/claude-code-infrastructure-showcase && cp -r claude-code-infrastructure-showcase/.claude/ .claude/

Plugin implementing compound engineering where each unit of work makes future work easier - plan/work/review/compound cycles with worktree support

Runs scripts No data sent No network No creds No auto-update External deps
Plugin with brainstorm-plan-work-review-compound workflow cycle. Includes Bun/TS CLI for cross-tool conversion. Writes to multiple AI tool config dirs.
·
/plugin marketplace add https://github.com/EveryInc/compound-engineering-plugin

713+ agentic skills in universal SKILL.md format that works across Claude Code, Gemini CLI, Codex, Cursor, and more

Runs scripts No data sent External calls No creds Auto-updates External deps
1,326+ markdown skill playbooks with built-in security scanning for high-risk patterns. Author states skills are "not safe by default." CI validation and automated review checks are positive mitigations.
·
npx antigravity-awesome-skills --claude

126+ specialized subagent markdown files in 9 categories covering development, infrastructure, testing, security, and more

Runs scripts No data sent No network No creds No auto-update Self-contained
127+ markdown agent definitions installed to ~/.claude/agents. Includes bash installer. Agents are prompt-only but some invoke Bash/Write tools.
·
claude plugin marketplace add VoltAgent/awesome-claude-code-subagents

Get Shit Done

Lightweight spec-driven development system with meta-prompting and context engineering that solves context rot

Runs scripts No data sent External calls Reads creds Auto-updates External deps
Spec-driven multi-agent orchestration that writes configs to 9+ AI editor directories. No telemetry, but automatic git commits and @latest npm install pattern are notable.
·
npx get-shit-done-cc

CLI tool and web interface for browsing and installing 100+ agents, commands, hooks, MCPs, and skills for Claude Code

Runs scripts No data sent External calls No creds Auto-updates External deps
npm-based template installer that writes configs into ~/.claude and project dirs. Fetches from npm registry. Runs npx commands and shell scripts.
·
npx claude-code-templates@latest

25+ skills for CRO, copywriting, SEO, paid ads, analytics, A/B testing, and growth engineering

No code exec No data sent No network No creds No auto-update Self-contained
33 pure-markdown SKILL.md files covering SEO, CRO, copywriting, analytics, and growth. No executable code, no network calls.
·
git clone https://github.com/coreyhaines31/marketingskills ~/.claude/skills/marketing

Configuration framework with 30 slash commands, 16 agents, 7 behavioral modes, and 8 MCP server integrations

Runs scripts No data sent External calls No creds Auto-updates External deps
Meta-programming framework installing 30 slash commands and optional MCP servers into ~/.claude via pip/pipx. Deep research mode makes external web calls.
·
pipx install superclaude && superclaude install

Comprehensive plugin with 15+ agents, 30+ skills, 30+ commands, hooks, and rules from an Anthropic hackathon winner

Runs scripts No data sent External calls Reads creds No auto-update External deps
29 lifecycle hooks and multi-language rules. Uses npx to fetch packages, has MCP server integrations, and reads ANTHROPIC_API_KEY and GITHUB_TOKEN from env. No telemetry sending data home.
·
/plugin marketplace add affaan-m/everything-claude-code

73 focused plugins with 112 specialized agents, 146 skills, and 16 workflow orchestrators optimized for minimal token usage

Runs scripts No data sent External calls No creds No auto-update External deps
72 markdown agent definitions plus Python tools (yt-design-extractor) that download YouTube videos and run OCR. Makefile installs system tools. Core plugins are prompt-only but tools/ has real scripts.
·
/plugin marketplace add wshobson/agents

65 specialized skills for full-stack development with multi-skill workflows, project management integration, and context-aware activation

No code exec No data sent No network No creds No auto-update Self-contained
66 SKILL.md files with reference docs across 12 categories. Pure prompt instructions with context-aware activation. No executable code.
·
/plugin marketplace add jeffallan/claude-skills

AI image prompt generation with 1,246+ elements across portrait, design, and art domains - supports 200k+ style combinations

Runs scripts No data sent No network No creds No auto-update Self-contained
Offline prompt generation with 1,246+ elements in local SQLite database. Python scripts query local DB and YAML configs. No network calls, no credentials.
·
git clone https://github.com/huangserva/skill-prompt-generator ~/.claude/skills/prompt-generator

Comprehensive SEO and AI citation optimization - keyword research, content building, technical audits, and ranking monitoring

No code exec No data sent No network No creds No auto-update Self-contained
20 instructional SEO/GEO skills with 9 commands. Purely prompt-based with optional MCP connector placeholders.
·
git clone https://github.com/aaron-he-zhu/seo-geo-claude-skills ~/.claude/skills/seo-geo

Videocut Skills

AI-powered video editing for talking-head content - semantic analysis to cut stutters, repetitions, and corrections with subtitle generation

Arbitrary code Sends data External calls Reads creds No auto-update External deps
Video editing skill using FFmpeg and Volcano Engine speech-to-text. Uploads audio to uguu.se (public file host) for transcription. Sends user audio to two external services.
·
git clone https://github.com/Ceeon/videocut-skills ~/.claude/skills/videocut

Official HashiCorp skills for Terraform HCL, modules, providers, testing, and Packer image builds

No code exec No data sent No network No creds No auto-update Self-contained
Terraform and Packer knowledge skills providing HCL style guides and best practices. Purely instructional SKILL.md files.
·
/plugin marketplace add hashicorp/agent-skills

Auto Commenter

Learns your writing style and posts personalized comments across Reddit communities with lead tracking and batch processing

Runs scripts Sends data External calls Reads creds No auto-update External deps
Automated Reddit comment posting using Playwright MCP browser automation with personalized style matching. Posts content externally to Reddit.
·
git clone https://github.com/rokpiy/auto-commenter ~/.claude/skills/auto-commenter

Modern Solana development best practices - SDK, Anchor, testing, security patterns, and dApp building

Runs scripts No data sent No network No creds No auto-update Self-contained
Comprehensive Solana development reference covering Kit SDK, Anchor, Pinocchio, and testing. Primarily instructional markdown.
·
git clone https://github.com/solana-foundation/solana-dev-skill ~/.claude/skills/solana-dev

Curated collection of 200+ agent skills from official dev teams and community - works across Claude, Codex, Gemini, Cursor

No code exec No data sent No network No creds No auto-update Self-contained
Curated awesome-list of 1030+ agent skills with links and descriptions. No executable code, only markdown catalog entries.
·
git clone https://github.com/VoltAgent/awesome-agent-skills ~/.claude/skills/awesome-agent-skills

Research any topic across Reddit + X from the last 30 days with engagement metrics and trend discovery

Arbitrary code Sends data External calls Reads creds No auto-update External deps
Multi-platform research skill accessing 8+ services with 10+ API keys. Vendored X/Twitter GraphQL client using cookie-based auth. Extensive credential surface.
·
git clone https://github.com/mvanhorn/last30days-skill ~/.claude/skills/last30days

Convert 15+ content sources (YouTube, PDFs, WeChat, web pages) into podcasts, presentations, mind maps, and quizzes

Runs scripts Sends data External calls Reads creds No auto-update External deps
Sends user content to Google NotebookLM via API and uses Playwright MCP for WeChat scraping. Requires NotebookLM login credentials.
·
git clone https://github.com/joeseesun/anything-to-notebooklm ~/.claude/skills/anything-to-notebooklm

Security hook with 49+ packs protecting git, databases, cloud providers, and infrastructure from destructive commands

Runs scripts No data sent No network No creds No auto-update External deps
Rust-based security guard with 49+ protection packs. AST-based command scanning with fuzzing tests. No network calls, no telemetry. Purely defensive.
·
cargo install dcg

Flow-Next

Plan-first development with re-anchoring, fresh context per task, cross-model reviews, and autonomous Ralph mode

Runs scripts No data sent External calls No creds No auto-update External deps
Plan-first development plugin with cross-model reviews via RepoPrompt or Codex CLI. Ralph autonomous mode runs overnight with fresh context.
·
/plugin marketplace add gmickel/gmickel-claude-marketplace

Convert YouTube channel videos to polished EPUB ebooks with AI-powered transcript transformation

Runs scripts Sends data External calls Reads creds No auto-update External deps
Pipeline fetching YouTube transcripts via API, processing with Anthropic API, generating EPUBs. Requires YOUTUBE_API_KEY and ANTHROPIC_API_KEY.
·
git clone https://github.com/zarazhangrui/youtube-to-ebook ~/.claude/skills/youtube-to-ebook

WebGPU Three.js

Build WebGPU-powered 3D graphics with Three.js, TSL shaders, and GPU compute

No code exec No data sent No network No creds No auto-update Self-contained
Reference documentation skill for WebGPU Three.js TSL shader development. Contains only docs, examples, and templates.
·
git clone https://github.com/dgreenheck/webgpu-claude-skill ~/.claude/skills/webgpu

Repren

Power rename/refactor tool - multi-pattern search-replace with case-preserving variants

Runs scripts No data sent No network No creds No auto-update Self-contained
Zero-dependency Python CLI for regex-based find-replace and file renaming with dry-run and undo. Self-contained single file.
·
uvx repren --install-skill

Homunculus

Watches how you work, learns your patterns, and builds custom rules automatically

Runs scripts No data sent No network No creds No auto-update Self-contained
Self-evolving plugin using hooks for observation capture and background Haiku agent for instinct learning. Writes to .claude/homunculus/ in project.
·
/plugin marketplace add humanplane/homunculus

Cartographer

Maps entire codebases using parallel subagents - generates architecture docs and CLAUDE.md

Runs scripts No data sent No network No creds No auto-update External deps
Codebase mapping plugin spawning parallel Sonnet subagents. Generates docs/CODEBASE_MAP.md. Requires tiktoken for token counting.
·
/plugin marketplace add kingbootoshi/cartographer

Publish Markdown articles to X/Twitter with auto image upload and formatting

Runs scripts Sends data External calls Reads creds No auto-update External deps
Automates publishing Markdown to X Articles via Playwright browser automation. Requires X Premium Plus login. Sends content to x.com.
·
/plugin marketplace add wshuyi/x-article-publisher-skill

Subtask

Parallel task execution with Git worktrees - spawn subagents, track progress, manage merges

Runs scripts No data sent External calls No creds Auto-updates External deps
Task orchestration CLI spawning Git worktree-isolated subagents. Installed via curl-pipe-sh. Manages worktrees in project.
·
curl -fsSL https://subtask.dev/install.sh | bash && subtask install

BrowserWing

Convert browser actions to MCP commands with visual recording and LLM-powered extraction

Arbitrary code No data sent External calls Reads creds No auto-update External deps
Full browser automation platform with HTTP API, LLM integration, and MCP support. Executes arbitrary browser commands including form filling. High risk from combined scope.
·
npm install -g browserwing

Multi-model debate to refine product specs - surfaces gaps and edge cases through LLM consensus

Runs scripts Sends data External calls Reads creds No auto-update External deps
Multi-model debate system sending spec content to OpenAI, Google, xAI, Mistral APIs for adversarial review. Requires multiple API keys and litellm.
·
/plugin marketplace add zscole/adversarial-spec

Humanizer

Removes 24 common AI writing patterns to make text sound more natural and human

No code exec No data sent No network No creds No auto-update Self-contained
Single SKILL.md with 25 AI-writing detection patterns based on Wikipedia guide. Pure prompt instructions, no code execution, no network calls.
·
git clone https://github.com/blader/humanizer ~/.claude/skills/humanizer

Autonomous AI copywriter for SaaS content - blogs, case studies, social posts, newsletters

Runs scripts No data sent No network No creds No auto-update External deps
Autonomous copywriter plugin with SQLite persistence and git commits for memory. Shell hook continues execution loops. No external API calls.
·
/plugin marketplace add muratcankoylan/ralph-wiggum-marketer

Integration with Astral's uv, ty, and ruff for Python package management, type checking, and linting

No code exec No data sent No network No creds No auto-update Self-contained
Official Astral plugin with skills for uv, ty, and ruff tools plus ty LSP integration. Purely instructional skill definitions.
·
/plugin marketplace add astral-sh/claude-code-plugins

Security research, vulnerability analysis, smart contract auditing, and code review skills

Runs scripts No data sent External calls No creds No auto-update External deps
36 security-focused plugins from Trail of Bits covering smart contracts, supply chain, YARA rules, static analysis. Trusted security vendor. CC-BY-SA-4.0 licensed.
·
/plugin marketplace add trailofbits/skills

DOCX

Word document creation and editing with tracked changes support

Runs scripts No data sent No network No creds No auto-update Self-contained
Generates and edits Word documents by writing and running Python scripts and invoking LibreOffice for conversion. All scripts are vendored in the skill. No network calls or credential access.
·
/plugin install document-skills@anthropic-agent-skills

PDF

PDF manipulation including extraction, merging, splitting, and form handling

Runs scripts No data sent No network No creds No auto-update External deps
Instructs Claude to write Python scripts using PyPDF2/pdfplumber. Scripts run in your project directory with standard tool approval. No network calls, no credential access. Requires pip packages.
·
/plugin install document-skills@anthropic-agent-skills

PPTX

PowerPoint presentation creation with layouts and automation

Runs scripts No data sent No network No creds No auto-update External deps
Creates and edits PowerPoint files by running bundled Python scripts and JS with pptxgenjs. Uses LibreOffice and Poppler for QA. Requires external tools but makes no network calls.
·
/plugin install document-skills@anthropic-agent-skills

XLSX

Excel spreadsheet operations with formulas and data analysis

Runs scripts No data sent No network No creds No auto-update Self-contained
Creates and edits Excel spreadsheets with a bundled recalc script for formula validation. Uses shared office pack/unpack utilities. No network calls or credential access.
·
/plugin install document-skills@anthropic-agent-skills

Frontend Design

Create distinctive, production-grade frontend interfaces with bold design choices

No code exec No data sent No network No creds No auto-update Self-contained
Pure prompt instructions — no code execution, no network calls, no credential access. Generates production-grade React + Tailwind with genuine design taste. Safe to install.
·
/plugin install document-skills@anthropic-agent-skills

Algorithmic Art

Generate algorithmic art using p5.js with particle systems and flow fields

No code exec No data sent External calls No creds No auto-update Self-contained
Pure prompt instructions for generating HTML files with inline p5.js art. Output HTML loads p5.js from CDN at runtime. The skill itself executes no code.
·
/plugin install document-skills@anthropic-agent-skills

Canvas Design

Create visual art in PNG and PDF formats using design philosophy

Runs scripts No data sent No network No creds No auto-update Self-contained
Creates PNG/PDF designs by running Python scripts with Pillow. Bundles 81 OFL-licensed font files for local typography. Fully offline with no network calls.
·
/plugin install document-skills@anthropic-agent-skills

Create animated GIFs optimized for Slack with proper constraints

Runs scripts No data sent No network No creds No auto-update External deps
Generates animated GIFs by running Python scripts using Pillow, imageio, and numpy. Includes a core library with validators and easing helpers. No network calls.
·
/plugin install document-skills@anthropic-agent-skills

Create data visualizations using D3.js

No code exec No data sent No network No creds No auto-update Self-contained
D3.js visualization guidance, patterns, and code templates. No scripts or external dependencies, purely reference documentation.
·
git clone https://github.com/chrisvoncsefalvay/claude-d3js-skill ~/.claude/skills/d3js

Generate favicons, app icons, and social images from logos, text, or emojis

Runs scripts No data sent No network No creds No auto-update External deps
Python scripts generating favicons, app icons, and social media images using Pillow/pilmoji. All processing is local.
·
/plugin install web-asset-generator@web-asset-generator-marketplace

MCP Builder

Create high-quality MCP servers for external API integration

Runs scripts No data sent External calls Reads creds No auto-update External deps
Guides creation of MCP servers with bundled evaluation scripts. Evaluation calls the Anthropic API and connects to MCP servers via stdio/SSE/HTTP. Reads env vars for auth.
·
/plugin install document-skills@anthropic-agent-skills

Web App Testing

Test web applications using Playwright with screenshots and assertions

Runs scripts No data sent Local only No creds No auto-update External deps
Automates local web app testing by running Python Playwright scripts. Includes server lifecycle management. Network calls are localhost-only. Requires Playwright.
·
/plugin install document-skills@anthropic-agent-skills

Build complex HTML artifacts with React, Tailwind, and shadcn/ui

Runs scripts No data sent External calls No creds No auto-update External deps
Scaffolds React+Vite+Tailwind projects via shell scripts. Runs npm install to fetch React, Radix UI, and Tailwind from npm registry. Substantial external dependencies.
·
/plugin install document-skills@anthropic-agent-skills

System architecture design with Clean Architecture, SOLID principles, and ADR templates

No code exec No data sent No network No creds No auto-update Self-contained
Architecture review frameworks and decision templates. Pure prompt instructions, no executable code.
·
git clone https://github.com/alirezarezvani/claude-skills ~/.claude/skills/alirezarezvani

Code Reviewer

Automated code review with quality scoring, PR analysis, and best practices

No code exec No data sent No network No creds No auto-update Self-contained
Code review checklists and quality frameworks. Pure prompt instructions, no executable code.
·
git clone https://github.com/alirezarezvani/claude-skills ~/.claude/skills/alirezarezvani

iOS Simulator

iOS app development and simulator testing workflows

Runs scripts No data sent No network No creds No auto-update External deps
21 Python/bash scripts for iOS simulator automation using accessibility APIs. Requires Xcode CLI tools. All local execution.
·
git clone https://github.com/conorluddy/ios-simulator-skill ~/.claude/skills/ios-simulator-skill

PinMe Deploy

Deploy your frontend in a single command with Claude Code skills support

Runs scripts Sends data External calls Reads creds No auto-update External deps
IPFS deployment CLI. Uploads user files to decentralized storage. Uses crypto libs for content addressing. Sends user files externally by design.
·
npm install -g pinme

Manus-style persistent markdown planning - the workflow behind the $2B acquisition

Runs scripts No data sent No network No creds No auto-update Self-contained
Plugin creating markdown planning files in the project directory. Includes bash/PowerShell hook scripts for plan re-reading and completion verification. No network calls.
·
git clone https://github.com/OthmanAdi/planning-with-files ~/.claude/skills/planning-with-files

Axiom xOS

Battle-tested skills for iOS, iPadOS, watchOS, and tvOS development

Runs scripts No data sent No network No creds No auto-update Self-contained
iOS development skill with 175 skills, 38 agents, and xclog console capture. Operates purely on local Xcode projects with no external calls.
·
/plugin install axiom

Download sources from articles, PDFs, and YouTube video transcripts

Runs scripts No data sent External calls No creds No auto-update External deps
7 productivity skills including YouTube transcript download and article extraction. Fetches external web content and writes to ~/.claude/skills/.
·
git clone https://github.com/michalparkola/tapestry-skills ~/.claude/skills/tapestry

Design professional interfaces following Apple Human Interface Guidelines

No code exec No data sent No network No creds No auto-update Self-contained
Apple HIG typography, colors, spacing, and component patterns. Includes static CSS/JSX resources but no executable scripts.
·
git clone https://github.com/axiaoge2/Apple-Hig-Designer ~/.claude/skills/apple-hig-designer

IoT HackBot

IoT pentesting skills and custom tooling for hybrid hardware security testing

Arbitrary code No data sent External calls Reads creds No auto-update External deps
Offensive IoT pentesting toolkit with network scanners, default credential wordlists, and UART automation. High risk by design — this is a security testing tool.
·
git clone https://github.com/BrownFineSecurity/iothackbot ~/.claude/skills/iothackbot

Go Skills

Go language skills with support for OpenAI and other LLMs as subagents

Arbitrary code No data sent External calls Reads creds No auto-update External deps
Go-based skill runner with web UI executing arbitrary Python/shell code via built-in tools. Integrates with OpenAI/DeepSeek APIs. Downloads skills to ~/.goskills/.
·
brew install smallnest/goskills/goskills

Home Assistant

Supercharge and manage all Home Assistant workflows from Claude Code

Runs scripts No data sent Local only Reads creds No auto-update Self-contained
Home Assistant config management using SSH/scp and hass-cli for local HA instances. Reads HASS_SERVER and HASS_TOKEN env vars.
·
git clone https://github.com/komal-SkyNET/claude-skill-homeassistant ~/.claude/skills/home-assistant-manager

Prompt Engineer

LLM performance optimization, RAG systems, and agentic AI development

No code exec No data sent No network No creds No auto-update Self-contained
Prompt engineering techniques and optimization workflows. Pure prompt instructions, no executable code.
·
git clone https://github.com/alirezarezvani/claude-skills ~/.claude/skills/alirezarezvani

ML/AI Engineer

MLOps, model deployment, and LLM integration for production AI systems

No code exec No data sent No network No creds No auto-update Self-contained
ML/AI engineering patterns and deployment guides. Pure prompt instructions, no executable code.
·
git clone https://github.com/alirezarezvani/claude-skills ~/.claude/skills/alirezarezvani

Use Gemini 3 Pro from Claude Code via the Gemini CLI

Runs scripts Sends data External calls Reads creds No auto-update Self-contained
Teaches Claude to invoke Gemini CLI for code review, generation, and web research. Sends prompts/code to Google Gemini API.
·
git clone https://github.com/forayconsulting/gemini_cli_skill ~/.claude/skills/gemini-cli

RED-GREEN-REFACTOR cycle with testing anti-patterns reference

Runs scripts No data sent No network No creds No auto-update Self-contained
Methodology guide for red-green-refactor cycle. Instructs Claude to run project test suites. Self-contained markdown with one companion file. No network calls, no credentials.
·
/plugin install superpowers@superpowers-marketplace

4-phase root cause process with tracing and defense techniques

Runs scripts No data sent No network No creds No auto-update Self-contained
Four-phase debugging methodology. Includes a bash bisection script for test isolation. Shell execution limited to project test commands. No network calls or data transmission.
·
/plugin install superpowers@superpowers-marketplace

Brainstorming

Socratic design refinement for exploring ideas

Runs scripts No data sent Local only No creds No auto-update Self-contained
Design-before-implementation workflow with optional local Node.js preview server (127.0.0.1 only). Server auto-exits after 30 min idle. All network activity is localhost. No telemetry.
·
/plugin install superpowers@superpowers-marketplace

Writing Plans

Create detailed implementation plans before coding

No code exec No data sent No network No creds No auto-update Self-contained
Pure process skill that guides writing implementation plans as markdown files. No shell commands executed. Single SKILL.md with one companion file for self-review.
·
/plugin install superpowers@superpowers-marketplace

Executing Plans

Batch execution with human checkpoints

Runs scripts No data sent No network No creds No auto-update Self-contained
Orchestration skill that loads a plan file, creates a checklist, and executes tasks with verification. Runs whatever test commands the plan specifies. No standalone scripts.
·
/plugin install superpowers@superpowers-marketplace

Parallel Agents

Dispatch and manage concurrent subagent workflows

Runs scripts No data sent No network No creds No auto-update Self-contained
Coordination pattern for dispatching independent sub-agents. Single SKILL.md with no companion files. Shell execution comes from sub-agent tasks, not the skill itself.
·
/plugin install superpowers@superpowers-marketplace

138 scientific skills across bioinformatics, cheminformatics, ML, and more

Runs scripts No data sent External calls No creds No auto-update Self-contained
170+ SKILL.md files for scientific disciplines referencing 250+ databases. Skills instruct Claude to query external scientific APIs. No bundled executables.
·
/plugin install scientific-skills

Data Scientist

Statistical modeling, experimentation, and A/B testing frameworks

No code exec No data sent No network No creds No auto-update Self-contained
Data science workflows and analysis frameworks. Pure prompt instructions, no executable code.
·
git clone https://github.com/alirezarezvani/claude-skills ~/.claude/skills/alirezarezvani

Data Engineer

Data pipeline engineering, ETL/ELT workflows, and infrastructure

No code exec No data sent No network No creds No auto-update Self-contained
Data pipeline and ETL patterns. Pure prompt instructions, no executable code.
·
git clone https://github.com/alirezarezvani/claude-skills ~/.claude/skills/alirezarezvani

Analyze CSV files with summary statistics, missing data detection, and visualizations

Runs scripts No data sent No network No creds No auto-update External deps
Python analysis script using pandas/matplotlib/seaborn to auto-analyze CSV files. All processing is local with no network calls.
·
git clone https://github.com/coffeefuelbump/csv-data-summarizer-claude-skill ~/.claude/skills/csv-summarizer

Internal Comms

Write internal communications using company formats

No code exec No data sent No network No creds No auto-update Self-contained
Pure prompt skill with templates for internal communications — updates, newsletters, FAQs. Markdown only. No code execution, no network calls, no dependencies.
·
/plugin install document-skills@anthropic-agent-skills

Apply Anthropic brand colors and typography to artifacts

No code exec No data sent No network No creds No auto-update Self-contained
Pure prompt skill with Anthropic brand colors, typography specs, and accent color rules. Single SKILL.md file. No code execution or external access.
·
/plugin install document-skills@anthropic-agent-skills

Structured workflow for collaborative documentation writing

No code exec No data sent No network No creds No auto-update Self-contained
Pure prompt skill defining a three-stage collaborative writing workflow. No scripts, no network calls. Single SKILL.md file.
·
/plugin install document-skills@anthropic-agent-skills

Content Creator

Brand voice analysis, SEO optimization, and platform-specific content

Runs scripts No data sent No network No creds No auto-update Self-contained
Pure markdown skill with companion stdlib-only Python scripts. No network calls, no credential access, no external dependencies.
·
git clone https://github.com/alirezarezvani/claude-skills ~/.claude/skills/alirezarezvani

CEO Advisor

Strategic decision-making, organizational development, and stakeholder management

Runs scripts No data sent No network No creds No auto-update Self-contained
Strategic advisory skill with stdlib-only Python utilities. No network calls or credentials. Functionally a prompt-only skill.
·
git clone https://github.com/alirezarezvani/claude-skills ~/.claude/skills/alirezarezvani

Context management using hooks, ledgers, and isolated context windows

Arbitrary code No data sent External calls Reads creds No auto-update External deps
Agent orchestration framework with Docker stack, PostgreSQL, 32 agents, 109 skills, and 30 hooks. Modifies home directory Claude config. High complexity surface.
·
git clone https://github.com/parcadei/Continuous-Claude-v3 && cd Continuous-Claude-v3 && ./install-global.sh

Real-time monitoring for Claude Code agents through hook event tracking

Arbitrary code Telemetry Local only Reads creds No auto-update External deps
Real-time monitoring dashboard with 12 Python hooks sending lifecycle events to local Bun server. Data stays local (SQLite + WebSocket). Reads multiple API keys.
·
git clone https://github.com/disler/claude-code-hooks-multi-agent-observability ~/.claude/skills/multi-agent-observability

AI Maestro

AI agent orchestrator with skills system and multi-machine support

Runs scripts No data sent External calls No creds Auto-updates External deps
Multi-agent orchestration dashboard with peer mesh networking and gateway integrations (Slack, Discord, Email). Installs via curl-pipe-sh.
·
git clone https://github.com/23blocks-OS/ai-maestro ~/.claude/skills/ai-maestro

Dev Browser

Give Claude the ability to use a web browser for development tasks

Arbitrary code No data sent External calls No creds No auto-update External deps
Browser automation executing scripts in sandboxed QuickJS WASM (no host access). File I/O restricted to ~/.dev-browser/tmp/. Good sandboxing design.
·
/plugin install dev-browser@sawyerhood/dev-browser

Model-invoked browser automation - Claude writes and executes custom Playwright scripts

Arbitrary code No data sent External calls No creds No auto-update External deps
Enables Claude to write and execute arbitrary Playwright scripts for browser automation. Screenshots saved to /tmp/. MIT licensed.
·
/plugin install playwright-skill@playwright-skill

Chrome Control

Direct Chrome browser control via DevTools Protocol - zero dependencies

Runs scripts No data sent External calls No creds No auto-update Self-contained
Zero-dependency Chrome DevTools Protocol automation with 17 CLI commands. Launches Chrome with remote debugging on dynamic ports.
·
/plugin install superpowers-chrome@superpowers-marketplace

Anthropic-managed directory of high quality Claude Code plugins

Runs scripts No data sent External calls Reads creds No auto-update External deps
Anthropic-maintained plugin directory with internal and vetted external plugins. Individual plugin security varies. Plugins may include MCP servers and agents.
·
/plugin > Discover

Claude Mem

Auto-captures sessions, compresses with AI, and injects context into future sessions

Runs scripts Sends data External calls Reads creds No auto-update External deps
Persistent memory with local SQLite + Chroma vector storage. curl-pipe-bash installer from cmem.ai is highest risk. OpenClaw mode can stream session data to Telegram/Discord/Slack via webhooks.
·
/plugin install claude-mem

Claude HUD

Customizable status line display showing context, tokens, and session info

Runs scripts No data sent No network No creds No auto-update External deps
Statusline plugin parsing stdin JSON and transcript JSONL for context usage and tool activity display. Writes config to ~/.claude/plugins. No network calls.
·
/plugin install claude-hud

Safety Net

Catches destructive git and filesystem commands before they execute

Runs scripts No data sent No network Reads creds No auto-update External deps
Defensive hook blocking destructive git/filesystem commands before execution. AST-based command parsing. Single runtime dependency. Very low risk — this is a protective tool.
·
/plugin install safety-net@cc-marketplace

40+ specialized skills covering AI/ML, web dev, DevOps, databases, and document processing

No code exec No data sent No network No creds No auto-update Self-contained
40+ markdown skill definitions covering AI/ML, web dev, DevOps. No executable code — prompt instructions only. Low risk.
·
/plugin marketplace add mrgoonie/claudekit-skills

Smart blueprint-driven development for structured project scaffolding

No code exec No data sent No network No creds No auto-update Self-contained
Blueprint-driven development plugin with brainstorm, generate-prp, and execute commands. Purely prompt-based, writes markdown plans.
·
/plugin install bp

Equity Research

Institutional-grade equity research with buy/sell recommendations and analysis

No code exec No data sent External calls No creds No auto-update Self-contained
Prompt-based equity research command using Claude web search for live market data. No scripts, relies on built-in tools.
·
/plugin install claude-equity-research@quant-sentiment-ai

CC Proxy

Build mods for Claude Code - custom models, request hooks, intelligent routing

Runs scripts Sends data External calls Reads creds No auto-update External deps
LiteLLM-based proxy routing Claude Code requests to OpenAI, Gemini, Perplexity, etc. Reads OAuth tokens from ~/.claude/.credentials.json.
·
go install github.com/starbaser/ccproxy@latest

The contents of /mnt/skills in Claude's code interpreter environment

No code exec No data sent No network No creds No auto-update Self-contained
Near-empty repository (2 files). Redirects to Anthropic official skills repo. No executable code, no risk.
·
git clone https://github.com/simonw/claude-skills ~/.claude/skills/claude-interpreter-skills

Obsidian Skills

Claude Skills for Obsidian note-taking and knowledge management

No code exec No data sent No network No creds No auto-update Self-contained
Pure prompt-instruction SKILL.md files for Obsidian markdown, Bases, JSON Canvas, CLI usage, and Defuddle. No executable code or network calls.
·
/plugin install obsidian@kepano

Skill Creator

Interactive Q&A tool for building new Claude skills

Runs scripts No data sent External calls Reads creds No auto-update Self-contained
Meta-skill for building other skills. Runs bundled Python scripts that invoke Claude CLI as subprocesses to test trigger rates. Reads CLAUDECODE env var. Inherits session auth.
·
/plugin install document-skills@anthropic-agent-skills

Skill Seekers

Automatically convert any documentation website into a Claude skill

Runs scripts Sends data External calls Reads creds Auto-updates External deps
Python app with MCP integration for skill discovery, install, and management. Connects to external APIs and skill registries. Writes to ~/.claude and Docker containers.
·
git clone https://github.com/yusufkaraaslan/Skill_Seekers && cd Skill_Seekers && ./setup_mcp.sh

Hooks Mastery

Master Claude Code hooks with comprehensive examples and patterns

Arbitrary code No data sent External calls Reads creds No auto-update External deps
13 Python hooks covering all Claude lifecycle events. Blocks .env access and rm -rf (positive). But hooks call external LLM/TTS APIs with API keys.
·
git clone https://github.com/disler/claude-code-hooks-mastery ~/.claude/skills/hooks-mastery

SkillForge

The ultimate meta-skill for generating best-in-class Claude Code skills

Runs scripts No data sent No network No creds No auto-update Self-contained
Methodology-focused meta-skill for creating AI skills through a 4-phase architecture. Includes Python validation scripts, all local execution.
·
git clone https://github.com/tripleyak/SkillForge ~/.claude/skills/skillforge

Skill Factory

Toolkit for building production-ready skills, agents, and slash commands at scale

Runs scripts No data sent No network No creds No auto-update Self-contained
Meta-skill factory with 10 slash commands and 5 agents for generating Claude skills. Writes output to ~/.claude/skills/.
·
git clone https://github.com/alirezarezvani/claude-code-skill-factory ~/.claude/skills/skill-factory

Open Skills

Run Claude Skills locally using any LLM - portable skill execution

Arbitrary code No data sent External calls No creds No auto-update External deps
MCP server running Claude skills in Apple sandboxed containers with Jupyter kernel. Executes arbitrary code but isolated via VM-level container.
·
git clone https://github.com/instavm/open-skills && cd open-skills && ./install.sh

MCP server for searching and retrieving Claude skills via vector search

Runs scripts No data sent External calls No creds No auto-update External deps
MCP server providing semantic skill search via PyTorch/sentence-transformers vector embeddings. Fetches skills from GitHub and caches locally.
·
uvx claude-skills-mcp

Meta-skill that teaches Claude to create complete agents autonomously

Runs scripts No data sent External calls No creds Auto-updates External deps
Cross-platform skill generator for 14+ AI tools with bootstrap.sh curl-pipe-sh installer. Writes to ~/.claude/skills/ and ~/.agents/skills/.
·
git clone https://github.com/FrancyJGLisboa/agent-skill-creator ~/.claude/skills/agent-skill-creator
No skills found matching your search.