claude-code-plugin skills

13,599 tagged claude-code-plugin, measured the same way as everything else here.

Browse within: claude-code-skills 238claude-code-plugins 158claude-plugin 85claude-plugins 83claude-code-marketplace 82claude-marketplace 76context-management 76agent-orchestration 74markdown 67code-quality 66gemini-cli-extension 64codex-plugin 63harness-engineering 59agent-harness 58

check-and-test

49

ReflexioAI/claude-smart

Skill Claude CodeCodex

Run lint checks (ruff for Python, Biome for TS/JS), type checks (pyright for Python, tsc for TS/JS), and the standard pytest tiers (unit + e2e + tests skipped during pre-commit). Investigates failures to determine if they are application bugs or test issues, and fixes application bugs rather than weakening tests. Does…

772 +2 5d ago A 97 tokens original Apache-2.0

review

50

ReflexioAI/claude-smart

Skill Claude CodeCodex

Rigorous code review of all uncommitted changes. Analyzes architecture, code quality, security, and engineering best practices. Embeds questions and assumptions inline, then summarizes all proposed changes as a plan for user approval before any edits are made.

772 +2 5d ago A 52 tokens original Apache-2.0

zh-cn-setup

51

taekchef/claude-code-zh-cn

Skill Claude CodeCodex

Part of claude-code-zh-cn

An installation helper for adding Chinese translations to Claude Code, a command-line coding assistant. It updates display settings, checks related configuration, and reports whether a restart is needed.

728 7d ago B 78 tokens original MIT

shinpr/claude-code-workflows

Skill Claude CodeCodex

Part of dev-skills

Applies language-agnostic and backend technical decision criteria, anti-pattern detection, debugging, and quality gates. Use when reviewing general/backend implementation choices, code smells, failures, or implementation completeness.

675 5d ago A 43 tokens original MIT

council-execution

55

hex/claude-council

Skill Claude CodeCodex

Part of claude-council

Executes council queries by running the query pipeline across selected AI providers (Gemini, OpenAI, Grok, Perplexity), displaying formatted responses verbatim, and generating a synthesis of consensus, divergence, and recommendations. Invoked by the ask command during standard (non-agent) council queries.

673 7d ago A 66 tokens original MIT

deep-execution

56

hex/claude-council

Skill Claude CodeCodex

Part of claude-council

Executes agent-enhanced council queries by spawning parallel Claude subagents that each query a provider, evaluate response quality, ask follow-up questions, and return structured insights with confidence ratings and blind spot analysis. Invoked when the --agents flag is used or when complex architectural decisions…

673 7d ago A 61 tokens original MIT

hex/claude-council

Skill Claude CodeCodex

Part of claude-council

Runs a local council when no external AI providers are configured. Spawns N independent Claude subagents (one per role, blind to each other) that each answer the question from a single assigned lens, then synthesizes their perspectives. Invoked by the ask command via --local, or when the user accepts the local-council…

673 7d ago A 98 tokens original MIT

seo-strategy

58

cbrock84/headcount

Skill Claude CodeCodex

Part of demand-generation

Audits and improves organic search performance — technical health, site architecture, internal linking, structured data, and the content decisions that determine what can rank. Use this to run an SEO audit, diagnose why pages are not ranking or were deindexed, plan a site's URL and navigation structure, add structured…

578 4d ago A 74 tokens original MIT

agent-hierarchy

59

cbrock84/headcount

Skill Claude CodeCodex

Part of executive

Designs orchestrator-and-subagent hierarchies for a repository — splitting agents by exclusive write surface, pairing every producer with an independent auditor, and enforcing the split with a script that runs in CI. Use this whenever the user wants to set up, expand, audit, or fix a multi-agent or subagent structure…

578 4d ago A 131 tokens original MIT

saas-idea-validator

60

cbrock84/headcount

Skill Claude CodeCodex

Part of executive

Evaluates a software or startup idea against problem, market, competition, monetization, defensibility, and execution, and returns a verdict rather than encouragement. Use this when an idea needs pressure-testing before anyone builds, when deciding whether something is worth pursuing, when assessing competition or…

578 4d ago A 93 tokens original MIT

adversarial-spec

61

zscole/adversarial-spec

Skill Claude CodeCodex

Part of adversarial-spec

Iteratively refine a product spec by debating with multiple LLMs (GPT, Gemini, Grok, etc.) until all models agree. Use when user wants to write or refine a specification document using adversarial development.

556 7mo ago A 49 tokens original MIT

promote

62

oliver-kriska/claude-elixir-phoenix

Skill Claude CodeCodex

Generate X/Twitter release promotion posts with ASCII tables and CodeSnap rendering. Use when writing release posts, promotion tweets, plugin announcements, or preparing social media content for new versions.

535 6d ago A 39 tokens original MIT

skill-monitor

63

oliver-kriska/claude-elixir-phoenix

Skill Claude CodeCodex

Analyze skill effectiveness across sessions. Computes per-skill metrics (action rate, friction, outcomes), identifies degrading skills, and generates improvement recommendations. Requires session-scan data in metrics.jsonl.

535 6d ago A 41 tokens original MIT

audit

64

oliver-kriska/claude-elixir-phoenix

Skill Claude CodeCodex

Part of elixir-phoenix

Project health audit and health check — architecture, performance, tests, dependencies, code quality. Use when assessing overall project health, before releases, or after refactors.

535 6d ago A 35 tokens original MIT

analyze

65

rsmdt/the-startup

Skill Claude CodeCodex

Part of start

Deep-dive codebase analysis that explains how things actually work — business rules, architecture patterns, auth flows, data models, integrations, and performance hotspots. Use whenever the user asks "how does X work", "map the Y flow", "what are the business rules for Z", "trace the auth path", "explore the codebase…

510 +1 1mo ago A 118 tokens original MIT

implement-factory

66

rsmdt/the-startup

Skill Claude CodeCodex

Part of start

Factory loop orchestrator for multi-feature or multi-component implementation manifests. Use for high-complexity work with parallel-eligible workstreams and holdout-scenario evaluation.

510 +1 1mo ago A 37 tokens original MIT

implement

67

rsmdt/the-startup

Skill Claude CodeCodex

Part of start

Implementation entry point. Use to execute a completed specification. Auto-detects the decomposition tier (Direct, Incremental, or Factory) from spec artifacts and dispatches to the matching execution sub-skill.

510 +1 1mo ago A 43 tokens original MIT

deploy-to-connect

68

posit-dev/skills

Skill Claude CodeCodex

Deploy or publish Python and R content to a Posit Connect server using rsconnect-python or the R rsconnect package. Handles interactive apps and dashboards, web APIs, rendered documents, and prepared bundles/manifests. Use whenever the user asks to deploy, publish, or redeploy content to Posit Connect, or mentions…

488 +1 5d ago A 81 tokens original MIT

ggsql

69

posit-dev/skills

Skill Claude CodeCodex

Write ggsql queries — a grammar of graphics for SQL. Use when the user wants to create, modify, or understand a ggsql visualization query.

488 +1 5d ago A 33 tokens original MIT

pr-create

70

posit-dev/skills

Skill Claude CodeCodex

Creates a pull request from current changes, monitors GitHub CI, and debugs any failures until CI passes. Activate when the user says "create pr", "make a pr", "open pull request", "submit pr", "pr for these changes", or wants to get their current work into a reviewable PR. Assumes the project uses git, is hosted on…

488 +1 5d ago A 112 tokens original MIT

At most 3 mods per repository are shown here, and a mod shipped inside a plugin is left to that plugin's page — the rest are on their repository pages: