Curated analysis · August 25, 2026

How these repositories actually fit into Claude Code.

Repository type is not enough. This view separates skills, orchestration, hooks, MCP tools, companion software, and standalone applications so you can see what installs, what competes, and what should stay separate.

The headline

What actually installs into Claude Code?

51 of the 98 repositories install into Claude Code. Claude Code itself is the one host. The other 46 repositories are generators, catalogs, companion tools, infrastructure, interfaces, independent applications, or archived evidence—not Claude Code extensions.

98 repositories171 mechanism memberships51 install into Claude Code46 do not install into it

GroupCountInstalls into Claude Code?Entry pointWhat it does
Read explanation →1— It is Claude CodeClaude Code itselfThe primary environment that extensions run inside.
Read explanation →42Yes · skills.claude/skills/Advisory text loaded into the model by description matching.
Read explanation →22Yes · agents or plugins.claude/agents/ or /pluginSubagents, plugins, and methods that route work through a lifecycle.
Read explanation →7Yes · hooks.claude/settings.jsonDeterministic lifecycle hooks that run regardless of model cooperation.
Read explanation →23Yes · MCP.mcp.jsonCallable tools that add real capabilities with low idle context cost.
Read explanation →10No · generates skillsRun separatelyTools that generate skills instead of installing as one.
Read explanation →6No · reference onlyReference onlyIndexes to browse and selectively copy from.
Read explanation →15No · runs separatelyRun separatelyUtilities and libraries used alongside the coding agent.
Read explanation →10No · runs alongsideRun alongsideServices that sit in front of models or agents.
Read explanation →8No · wraps Claude CodeRun alongsideDesktop interfaces that wrap Claude Code.
Read explanation →26No · standaloneIndependent applicationComplete products rather than Claude Code extensions.
Read explanation →1No · archivedDo not installArchived projects that should not be selected for new work.

Select a group name to filter the live catalog, or open its explanation for the Markdown's full mechanism-by-mechanism breakdown.

Part one · Claude Code and its extension points

Five mechanisms that define the Claude Code stack

The host is the environment itself. The next four mechanisms genuinely extend it, but they behave differently: skills advise, orchestrators route, hooks intercept, and MCP servers act. That difference is the basis for deciding what can safely coexist.

— It is Claude Code

Host

The primary environment that extensions run inside.

1repositoryClaude Code itself
What it is

Claude Code is the host execution environment, not another add-on. It supplies the command-line application, session model, configuration hierarchy, lifecycle, and official plugin marketplace that the other extension mechanisms attach to.

Why it matters

The host version and its supported extension model set the compatibility boundary for every skill, agent, hook, plugin, and MCP connection below it. Treating Claude Code as a peer extension would distort the comparison.

How it works

You install and run Claude Code itself. Its user and project configuration then determine which skills, agents, plugins, hooks, and MCP servers are available in a session.

Practical guidanceUse the host as the baseline. Compare repositories by how they enter Claude Code, not by whether they can replace the host.

ScoreEffortRepositoryInstall relationshipClassification note
88lowanthropics/claude-codeCLI · productionInstallManualHostClaude Code itself and its official plugin marketplace.curated · high confidence
Back to the headline ↑

Yes · skills

Context injection

Advisory text loaded into the model by description matching.

42repositories.claude/skills/
What it is

Skills and prompts are advisory instructions. Claude Code selects them by their names and descriptions and loads their guidance into the model's context when a task appears relevant.

Why it matters

Context injection is the lightest way to teach repeatable practices, domain knowledge, or a house style. The tradeoff is competition: overlapping triggers and large instruction sets can consume attention and context before any work begins.

How it works

Install selected skill folders under `.claude/skills/`, or deliberately copy prompt text into a session. This mechanism influences model behavior; it does not guarantee that an action will run.

Practical guidanceInstall narrowly, keep descriptions distinct, and remove duplicate guidance. Prefer one authoritative skill for a domain instead of stacking several that answer the same request.

ScoreEffortRepositoryInstall relationshipClassification note
100lowblader/humanizerSkill collection · productionInstallManualInstalls into Claude CodeA single portable writing skill with a narrow trigger.curated · high confidence
94lowcoreyhaines31/marketingskillsSkill collection · productionInstallManualInstalls into Claude CodeA broad collection of 49 marketing skills.curated · high confidence
94lowkepano/obsidian-skillsSkill collection · productionInstallManualInstalls into Claude CodeObsidian formats, vault workflows, and Defuddle extraction skills.curated · high confidence
88lowanthropics/skillsSkill collection · productionInstallManualInstalls into Claude CodeOfficial Anthropic Agent Skills examples and reusable workflows.curated · high confidence
88lowmattpocock/skillsSkill collection · productionInstallManualInstalls into Claude CodeSmall, editable, composable skills that can be installed selectively.curated · high confidence
88lowpbakaus/impeccableSkill collection · productionInstallManualInstalls into Claude CodeFrontend design skills plus commands and detector rules; also participates in orchestration.curated · high confidence
83lowmultica-ai/andrej-karpathy-skillsSkill collection · productionInstallManualInstalls into Claude CodeGuideline-oriented skills derived from engineering principles.curated · high confidence
82lowLeonxlnx/taste-skillSkill collection · developmentInstallManualInstalls into Claude CodeFrontend design guidance loaded as a skill.curated · high confidence
82lownextlevelbuilder/ui-ux-pro-max-skillSkill collection · developmentInstallManualInstalls into Claude CodeUI and UX reference catalogs packaged as a skill.curated · high confidence
80mediumamElnagdy/delegate-skillsAgent Skills delegation and external-CLI orchestration toolkit · Usable with caveats: the common relay contract is smoke-tested, several implementers have live runs, and others remain contract-tested or platform-unverified.InstallManualInstalls into Claude CodeEvidence: SKILL.md packages load delegation instructions into Claude Code, while bundled Node relays orchestrate separate installed coding-agent CLIs and normalize their results. Claude-targeted Skills CLI installation is documented; useful dispatch additionally requires Node, Git, and an authenticated implementer CLI.automated · high confidence
80highcalcom/cal.diySelf-hosted scheduling application with repository-local Claude development context · Usable for advanced self-hosters and contributors; explicitly not recommended by its README for production or commercial deployment.InstallManualRuns alongsideEvidence: Cal.diy runs as a self-hosted web application, while repository specs, feature-local CLAUDE.md files, and machine-readable rules provide development context Claude can read. No installable Claude extension or tool surface is evidenced. Inference: it runs alongside Claude Code, and full application setup is high effort.automated · high confidence
80lowcathrynlavery/diagram-designClaude Code plugin and portable Agent Skill · Usable for diagram generation with strong repository-authored checks, but output quality, host compatibility, and security claims were not independently verified from executed tests.InstallManualInstalls into Claude CodeEvidence: a native Claude plugin loads a routed SKILL.md and commands; bundled Python extractors and self-checks add local executable helpers. Basic Claude installation is short, while optional PNG export and development checks require extra dependencies.automated · high confidence
80lowcodeswithroh/tastemakerClaude Code UI design skill and plugin · Ready for guided use in UI projects when generated design and fetched assets are reviewed; some optional asset and export paths require extra local dependencies or setup.InstallManualInstalls into Claude CodeThe Claude Code plugin injects a SKILL.md workflow and exposes bundled local Python helpers through that workflow; inference: optional illustration and export dependencies can raise setup beyond the basic install.automated · high confidence
80mediumConardLi/garden-skillsAgent Skills collection · Production-oriented and usable, with per-skill setup and external dependencies varying from low to medium.InstallManualInstalls into Claude CodeSKILL.md packages inject task guidance into Claude Code; bundled scripts and scaffolds add executable helpers, while some workflows coordinate checkpoints and optional sub-agent reviews. Basic installation is low effort, but selected skills require additional runtimes, tools, or credentials.automated · high confidence
80mediumD4Vinci/ScraplingWeb scraping framework with Agent Skill and MCP integration · Usable with review; parsing is a small install, while fetchers, browsers, MCP, and full crawling require optional dependencies and broader system access.InstallManualInstalls into Claude CodeEvidence: Claude Code can load the official Agent Skill for API guidance, while the optional MCP server exposes Scrapling capabilities and the skill directs use of its Python CLI/library. Inference: claude_extension is the closest install mode because the skill is tested with Claude Code, although no native plugin manifest is supplied.automated · high confidence
80lowDietrichGebert/ponytailClaude Code minimal-code plugin and Agent Skill · Usable for Claude Code with documented installation and tests, with caveats around Node-based hook activation, model adherence, and unverified benchmark and security claims.InstallManualInstalls into Claude CodeEvidence: the Claude Code plugin injects a SKILL.md ruleset and uses Node lifecycle hooks for session, prompt, and subagent activation; an optional MCP server exposes a prompt and read-only tool. Basic install is short, but automatic activation requires Node on the non-interactive PATH.automated · high confidence
80lowdzhng/skillsAgent Skills collection and software-delivery orchestration playbooks · Usable selectively with caveats; the multi-day autonomous workflow requires capable host tooling, project-specific verification, and human review.InstallManualInstalls into Claude CodeEvidence: SKILL.md packages can be copied into .claude/skills, and a Claude plugin manifest bundles 12 skills. Review, implementation, and full-loop skills coordinate other skills or agents; write-skills and eval-skills define authoring and evaluation methods. Basic installation is short, although advanced workflows need external tools.automated · high confidence
80lowelayadesign/ai-design-skillsAgent skill collection · Usable for guided landing-page work, with strong prescriptive coverage but limited repository-scale evidence.InstallManualInstalls into Claude CodeA portable Markdown Agent Skill copied into Claude Code; skill_authoring is inferred from the repository's reusable folder and SKILL.md structure.automated · high confidence
80lowemilkowalski/skillsAgent Skills collection · Ready to install and use, subject to host compatibilityInstallManualInstalls into Claude CodeInference: SKILL.md packages installed through the documented skills CLI extend Claude-compatible hosts by injecting task-specific guidance; no new tool surface is evidenced.automated · medium confidence
80mediumfirecrawl/firecrawlWeb context API and agent tool platform · Usable through the hosted API and documented agent integrations, while self-hosting and the separate CLI/MCP components require additional setup and review.InstallManualInstalls into Claude CodeEvidence: Firecrawl exposes web capabilities through a documented MCP route and API/CLI surfaces, while installable Skills provide agent guidance and this repository authors build skills. Evidence: the core also runs as hosted or self-hosted web infrastructure. Inference: claude_extension is the closest install mode because Claude Code Skill support is explicit, although CLI and MCP implementationautomated · medium confidence
80lowfreestylefly/awesome-gpt-image-2Agent Skill and image-prompt catalog · Usable for prompt selection and drafting, with legal, output-quality, compatibility, and uninspected-implementation caveats.InstallManualInstalls into Claude CodeEvidence: a native Claude Code marketplace route or installer places SKILL.md and its generated style reference in Claude's skills directory. The repository also acts as a prompt and example catalog. No Claude-facing image-generation tool or interception layer is evidenced.automated · high confidence
80highgoogle/mantisPortable security-review Agent Skills with reference orchestration harness · Use only with expert supervision in isolated, restricted environments; not production-ready by its own documentationInstallManualCopy/paste onlyEvidence: SKILL.md files inject staged security procedures, while the ADK reference harness orchestrates 16 agents and sandbox infrastructure. Inference: Claude Code could consume portable skills, but no Claude-specific plugin or path is documented; copy_paste best reflects cloning or generic skills-CLI use. End-to-end safe setup is high effort.automated · medium confidence
80highharry0703/MoneyPrinterTurboAI short-video generation application with a portable agent skill · Usable for local or containerized workflows with moderate-to-high setup and credential requirements; agent-assisted generation is documented for macOS and Windows.InstallManualCopy/paste onlyEvidence: MoneyPrinterTurbo is a standalone WebUI/API/CLI application; a remote SKILL.md injects agent instructions and invokes an adjacent Python helper. Inference: Claude Code can consume the portable skill when its terminal supports the stated capabilities, but no native plugin is shown. Setup is high because it downloads and runs a large media stack and often needs credentials.automated · medium confidence
80lowjakubkrehel/skillsAgent Skills collection and Claude Code plugin · Usable for selective or full installation, but validation and outcome evidence are limited to documentation in the supplied files.InstallManualInstalls into Claude CodeEvidence: Markdown skills install as the native Claude Code plugin interfaces or through a skills CLI. better-interface orchestrates domain skills, and AGENTS.md defines a reusable authoring contract. The native plugin is the primary Claude Code install mode.automated · high confidence
80mediumMadAppGang/magusClaude Code plugin marketplace and development workflow suite · Mixed: core plugin packaging and documentation appear usable, while readiness varies substantially by plugin and external dependency.InstallManualInstalls into Claude CodeEvidence: Magus is a Claude Code marketplace whose plugins add skills and knowledge to context and register MCP tools, agents, commands, and hooks. Inference: medium setup reflects simple marketplace registration but plugin-dependent binaries, credentials, and configuration; orchestration and interception are important features but omitted due to the three-mechanism limit.automated · high confidence
80lowMengTo/SkillsPortable Agent Skills collection · Usable with caveats; many skills are directly consumable, while installation conventions and some draft areas remain unsettled.InstallManualCopy/paste onlyEvidence: Claude Code is instructed to consume individual SKILL.md files through CLAUDE.md, a copied skills setup, or direct context. Inference: skill_authoring also applies because the repository defines a reusable skill folder contract and creation workflow; no packaged Claude plugin is evidenced.automated · high confidence
80mediummoonlight-lupin/agent-skillsCross-agent Agent Skills library with a Hermes-native retrieval plugin · Usable for Claude Code with adaptation; individual dependencies, credentials, and host-tool mappings vary by skill.InstallManualInstalls into Claude CodeEvidence: Claude Code can load the SKILL.md packages from .claude/skills, and many skills include executable helper scripts. Evidence: skill-maintainer covers authoring and curation. The BM25 plugin is Hermes-only; medium effort reflects tool-name adaptation and per-skill dependencies.automated · high confidence
80mediumn8n-io/n8nWorkflow automation and AI-agent platform · Production-oriented, with deployment and enterprise features documented; Claude integration evidence is split between a contributor plugin and a user-facing CLI skill.InstallManualRuns alongsideEvidence: n8n runs as its own cloud or self-hosted workflow platform; @n8n/cli is an external API client whose skill installer adds Claude Code guidance. The repository also has an internal Claude plugin, but no external distribution is shown. Inference: runs_alongside best describes public Claude use; instance deployment and credentials make setup medium.automated · high confidence
80mediumnateherkai/scroll-craftClaude Code plugin and portable Agent Skill · Usable for specialized website builds with substantial environment and human-review caveats.InstallManualInstalls into Claude CodeEvidence: a native Claude Code plugin loads a SKILL.md workflow, and the skill directs Claude to use bundled workspace, media, serving, and Playwright verification scripts. Medium setup reflects Node, full ffmpeg, Chrome, and playwright-core requirements; optional generation also needs a kie.ai key.automated · high confidence
80mediumOrchestra-Research/AI-Research-SKILLsAI research Agent Skills library · Usable for guided research workflows, but framework guidance, autonomous claims, and demo results require project-specific validationInstallManualInstalls into Claude CodeEvidence: the installer or marketplace places SKILL.md packages in Claude Code skill locations, and autoresearch routes work across domain skills. Inference: skill_authoring applies because the repository documents a reusable skill structure and contributions. Basic install is short, but research execution often needs substantial dependencies, compute, and credentials.automated · high confidence
80mediumOrRon/EpicInfographicsClaude Code Agent Skill and rendering toolkit · Usable for reviewed creative workflows, but local scripts, browser dependencies, generated claims, and output quality require human oversight.InstallManualInstalls into Claude CodeEvidence: a native Claude plugin or copied SKILL.md injects the workflow; bundled Node scripts expose checking, rendering, and animation tools; the skill sequences user choices, references, validation, visual review, correction, and optional motion. Setup is medium because rendering needs npm dependencies and Chromium, with ffmpeg additionally required for animation.automated · high confidence
80lowOthmanAdi/planning-with-filesClaude Code planning plugin and cross-agent skill · Production-oriented but configuration-sensitive; the repository supports only the latest release and recommends verifying hook activation with its doctor utility.InstallManualInstalls into Claude CodeEvidence: the native Claude Code plugin installs SKILL.md, slash commands, and lifecycle hooks that inject plans, intercept lifecycle and tool events, recover state, and gate completion. Basic plugin setup is two marketplace commands, but skill-only routes have reduced activation behavior.automated · high confidence
80lowOwl-Listener/designer-skillsClaude Code design skills and workflow plugin suite · Documented for direct selective installation from a Claude Code plugin marketplace, with repository-authored linting, generation, and CI requirements; output quality and host compatibility were not independently demonstrated.InstallManualInstalls into Claude CodeEvidence: native Claude Code plugins supply Markdown skills and slash commands, with commands chaining same-plugin skills. Evidence: templates, lint rules, and generators define a skill-authoring system. Basic marketplace selection is documented as no-terminal setup; companion repositories and Gemini copying are separate paths.automated · high confidence
80mediumPanniantong/Agent-ReachClaude Code-compatible Agent Skill and Python CLI for routed internet access · Documented for practical use, with medium setup and significant dependence on mutable third-party tools, services, credentials, and browser sessions.InstallManualInstalls into Claude CodeEvidence: SKILL.md injects routing guidance, doctor selects among ordered backends, and the Python CLI provisions or diagnoses external CLIs and MCP services. Inference: claude_extension is the closest mode because Claude Code is named as a supported skill host, although no Claude-specific manifest or path was supplied.automated · medium confidence
80mediumrebelytics/one-skill-to-rule-them-allAgent Skill for continuous skill discovery and improvement · Usable with operational and compatibility caveatsInstallManualInstalls into Claude CodeEvidence: Claude Code loads a copied SKILL.md bundle that injects observation and governance instructions, coordinates session, logging, review, and authoring episodes, and defines creation and improvement workflows. Inference: orchestration applies to the multi-episode meta-workflow; no bundled interception hook is evidenced.automated · high confidence
80lowreferodesign/refero_skillClaude Code design plugin with Agent Skill and MCP tools · Usable with service and verification caveatsInstallManualInstalls into Claude CodeEvidence: a Claude Code plugin manifest packages the refero-design SKILL.md and MCP configuration; the skill injects design methodology, the read-only MCP exposes research tools, and the workflow routes among styles, screens, flows, and build paths. Live use adds OAuth and a paid plan.automated · high confidence
80lowrtk-ai/rtkCLI output-compression proxy with Claude Code command-rewrite hook · Usable for developer workflows where reduced shell output is desirable, but adopters should validate filter fidelity, hook compatibility, recovery behavior, telemetry settings, and handling of sensitive command output in their environment.InstallManualInstalls into Claude CodeEvidence: Claude Code uses a PreToolUse hook that rewrites Bash tool input to RTK wrappers; the binary invokes and filters external CLIs, and default initialization adds RTK.md or CLAUDE.md guidance. Basic setup is a binary installation plus documented initialization, although policy review may increase effort.automated · high confidence
80lowshadcndashboard/shadcndashboardProject-local Claude Code skill bundled with a frontend application starter · Usable as a client-side dashboard starter and repository-specific coding guide, with production readiness dependent on replacing mocked data and validating the application.InstallManualInstalls into Claude CodeEvidence: a repository-local SKILL.md under .claude/skills injects task-specific project guidance into Claude Code. No plugin manifest, tool surface, interception, or orchestration is evidenced; the dashboard itself remains a standalone frontend project.automated · high confidence
80mediumtwentyhq/twentyCustomizable CRM platform with Claude-compatible Agent Skills and workspace MCP access · The CRM, SDK, self-hosting path, and five Agent Skills are documented for use, while twenty-ui is explicitly alpha and the macOS companion is an unsigned development build.InstallManualInstalls into Claude CodeEvidence: Twenty is a standalone CRM, its SKILL.md distributions inject app-development guidance into Claude Code, and authenticated workspace MCP exposes records as agent tools. Inference: claude_extension is the closest Claude-relative install mode, although the core product runs independently.automated · high confidence
77lowdarnoux/claude-code-level-upSkill collection · developmentInstallManualInstalls into Claude CodeAudits a Claude Code setup and recommends a roadmap.curated · high confidence
74mediumkrusemediallc/arcads-claude-codeSkill collection · developmentInstallManualInstalls into Claude CodeArcads image and video API skills.curated · high confidence
71lowlanggptai/awesome-claude-promptsPrompt collection · prototypeInstallManualCopy/paste onlyPrompt text for copying and pasting; it is not an installable extension.curated · high confidence
Back to the headline ↑

Yes · agents or plugins

Orchestration

Subagents, plugins, and methods that route work through a lifecycle.

22repositories.claude/agents/ or /plugin
What it is

Orchestration repositories add subagents, plugins, commands, or delivery methods that divide work into roles and route it through a lifecycle such as brainstorm, plan, implement, test, and review.

Why it matters

An orchestrator can improve consistency across a long project, but it often claims ownership of the whole workflow. Two lifecycle owners can issue competing instructions, duplicate stages, or disagree about artifacts and handoffs.

How it works

Agents commonly enter through `.claude/agents/`; plugins enter through Claude Code's plugin system. They may invoke skills, commands, subagents, worktrees, or tests as part of their method.

Practical guidanceChoose one primary lifecycle owner. Add other orchestration pieces only when their trigger and responsibility are explicitly subordinate and non-overlapping.

ScoreEffortRepositoryInstall relationshipClassification note
88lowobra/superpowersSkill collection · productionInstallManualInstalls into Claude CodeAuto-triggered skills with a TDD, worktree, and subagent lifecycle.curated · high confidence
88lowpbakaus/impeccableSkill collection · productionInstallManualInstalls into Claude CodeFrontend design skills plus commands and detector rules; also participates in orchestration.curated · high confidence
88lowVoltAgent/awesome-claude-code-subagentsAgent collection · productionInstallManualInstalls into Claude CodeA large catalog of installable specialist subagents.curated · high confidence
84mediumbmad-code-org/BMAD-METHODFramework · productionInstallManualInstalls into Claude CodeAn adaptive multi-role delivery method.curated · high confidence
84mediumEveryInc/compound-engineering-pluginSkill collection · productionInstallManualInstalls into Claude CodeA brainstorm, plan, work, and review loop.curated · high confidence
84mediumgithub/spec-kitCLI · productionInstallManualInstalls into Claude CodeA formal constitution-to-spec-to-plan-to-tasks workflow.curated · high confidence
84lowopenai/codex-plugin-ccPlugin · productionInstallManualInstalls into Claude CodeCodex review, delegation, and session handoff within Claude Code.curated · high confidence
80mediumamElnagdy/delegate-skillsAgent Skills delegation and external-CLI orchestration toolkit · Usable with caveats: the common relay contract is smoke-tested, several implementers have live runs, and others remain contract-tested or platform-unverified.InstallManualInstalls into Claude CodeEvidence: SKILL.md packages load delegation instructions into Claude Code, while bundled Node relays orchestrate separate installed coding-agent CLIs and normalize their results. Claude-targeted Skills CLI installation is documented; useful dispatch additionally requires Node, Git, and an authenticated implementer CLI.automated · high confidence
80mediumConardLi/garden-skillsAgent Skills collection · Production-oriented and usable, with per-skill setup and external dependencies varying from low to medium.InstallManualInstalls into Claude CodeSKILL.md packages inject task guidance into Claude Code; bundled scripts and scaffolds add executable helpers, while some workflows coordinate checkpoints and optional sub-agent reviews. Basic installation is low effort, but selected skills require additional runtimes, tools, or credentials.automated · high confidence
80mediumdzhng/deep-researchStandalone AI research assistant · Usable with configuration, but not production-validatedInstallManualStandalone applicationEvidence: the repository runs its own interactive Node.js research assistant and orchestrates recursive query generation, retrieval, result processing, and report writing. No Claude Code extension mechanism is documented; treating it as a standalone companion or alternative is an inference.automated · high confidence
80lowdzhng/skillsAgent Skills collection and software-delivery orchestration playbooks · Usable selectively with caveats; the multi-day autonomous workflow requires capable host tooling, project-specific verification, and human review.InstallManualInstalls into Claude CodeEvidence: SKILL.md packages can be copied into .claude/skills, and a Claude plugin manifest bundles 12 skills. Review, implementation, and full-loop skills coordinate other skills or agents; write-skills and eval-skills define authoring and evaluation methods. Basic installation is short, although advanced workflows need external tools.automated · high confidence
80highgoogle/mantisPortable security-review Agent Skills with reference orchestration harness · Use only with expert supervision in isolated, restricted environments; not production-ready by its own documentationInstallManualCopy/paste onlyEvidence: SKILL.md files inject staged security procedures, while the ADK reference harness orchestrates 16 agents and sandbox infrastructure. Inference: Claude Code could consume portable skills, but no Claude-specific plugin or path is documented; copy_paste best reflects cloning or generic skills-CLI use. End-to-end safe setup is high effort.automated · medium confidence
80lowjakubkrehel/skillsAgent Skills collection and Claude Code plugin · Usable for selective or full installation, but validation and outcome evidence are limited to documentation in the supplied files.InstallManualInstalls into Claude CodeEvidence: Markdown skills install as the native Claude Code plugin interfaces or through a skills CLI. better-interface orchestrates domain skills, and AGENTS.md defines a reusable authoring contract. The native plugin is the primary Claude Code install mode.automated · high confidence
80mediumOrchestra-Research/AI-Research-SKILLsAI research Agent Skills library · Usable for guided research workflows, but framework guidance, autonomous claims, and demo results require project-specific validationInstallManualInstalls into Claude CodeEvidence: the installer or marketplace places SKILL.md packages in Claude Code skill locations, and autoresearch routes work across domain skills. Inference: skill_authoring applies because the repository documents a reusable skill structure and contributions. Basic install is short, but research execution often needs substantial dependencies, compute, and credentials.automated · high confidence
80mediumOrRon/EpicInfographicsClaude Code Agent Skill and rendering toolkit · Usable for reviewed creative workflows, but local scripts, browser dependencies, generated claims, and output quality require human oversight.InstallManualInstalls into Claude CodeEvidence: a native Claude plugin or copied SKILL.md injects the workflow; bundled Node scripts expose checking, rendering, and animation tools; the skill sequences user choices, references, validation, visual review, correction, and optional motion. Setup is medium because rendering needs npm dependencies and Chromium, with ffmpeg additionally required for animation.automated · high confidence
80lowOthmanAdi/planning-with-filesClaude Code planning plugin and cross-agent skill · Production-oriented but configuration-sensitive; the repository supports only the latest release and recommends verifying hook activation with its doctor utility.InstallManualInstalls into Claude CodeEvidence: the native Claude Code plugin installs SKILL.md, slash commands, and lifecycle hooks that inject plans, intercept lifecycle and tool events, recover state, and gate completion. Basic plugin setup is two marketplace commands, but skill-only routes have reduced activation behavior.automated · high confidence
80lowOwl-Listener/designer-skillsClaude Code design skills and workflow plugin suite · Documented for direct selective installation from a Claude Code plugin marketplace, with repository-authored linting, generation, and CI requirements; output quality and host compatibility were not independently demonstrated.InstallManualInstalls into Claude CodeEvidence: native Claude Code plugins supply Markdown skills and slash commands, with commands chaining same-plugin skills. Evidence: templates, lint rules, and generators define a skill-authoring system. Basic marketplace selection is documented as no-terminal setup; companion repositories and Gemini copying are separate paths.automated · high confidence
80mediumPanniantong/Agent-ReachClaude Code-compatible Agent Skill and Python CLI for routed internet access · Documented for practical use, with medium setup and significant dependence on mutable third-party tools, services, credentials, and browser sessions.InstallManualInstalls into Claude CodeEvidence: SKILL.md injects routing guidance, doctor selects among ordered backends, and the Python CLI provisions or diagnoses external CLIs and MCP services. Inference: claude_extension is the closest mode because Claude Code is named as a supported skill host, although no Claude-specific manifest or path was supplied.automated · medium confidence
80mediumrebelytics/one-skill-to-rule-them-allAgent Skill for continuous skill discovery and improvement · Usable with operational and compatibility caveatsInstallManualInstalls into Claude CodeEvidence: Claude Code loads a copied SKILL.md bundle that injects observation and governance instructions, coordinates session, logging, review, and authoring episodes, and defines creation and improvement workflows. Inference: orchestration applies to the multi-episode meta-workflow; no bundled interception hook is evidenced.automated · high confidence
80lowreferodesign/refero_skillClaude Code design plugin with Agent Skill and MCP tools · Usable with service and verification caveatsInstallManualInstalls into Claude CodeEvidence: a Claude Code plugin manifest packages the refero-design SKILL.md and MCP configuration; the skill injects design methodology, the read-only MCP exposes research tools, and the workflow routes among styles, screens, flows, and build paths. Live use adds OAuth and a paid plan.automated · high confidence
80mediumYeachan-Heo/oh-my-claudecodePlugin · developmentInstallManualInstalls into Claude CodeTeams and autopilot orchestration with a large skill surface and lifecycle hooks.curated · high confidence
74highAgent-Field/SWE-AFFramework · developmentInstallManualInstalls into Claude CodeA public-beta autonomous engineering-team runtime.curated · high confidence
Back to the headline ↑

Yes · hooks

Interception

Deterministic lifecycle hooks that run regardless of model cooperation.

7repositories.claude/settings.json
What it is

Interception uses deterministic lifecycle hooks. Hooks run at configured moments—before or after commands, tool calls, prompts, or sessions—whether or not the model remembers to cooperate.

Why it matters

Hooks are well suited to enforcement, memory capture, telemetry, status displays, and output compression. They are also the sharpest extension boundary because they can execute local code and every matching registered hook may fire.

How it works

Hook definitions are registered through Claude Code settings, commonly `.claude/settings.json`. Multiple projects can add hooks, and Claude Code merges the applicable configuration.

Practical guidanceInspect and test hooks locally before trusting them. Avoid duplicate compressors, memory collectors, or command interceptors unless their ordering and interaction are documented.

ScoreEffortRepositoryInstall relationshipClassification note
88mediumJuliusBrussee/cavemanCLI · developmentInstallManualInstalls into Claude CodeA skill, proxy, recovery, memory, and compression system.curated · high confidence
88mediumthedotmack/claude-memPlugin · productionInstallManualInstalls into Claude CodeCaptures session observations and injects them into later sessions.curated · high confidence
80lowDietrichGebert/ponytailClaude Code minimal-code plugin and Agent Skill · Usable for Claude Code with documented installation and tests, with caveats around Node-based hook activation, model adherence, and unverified benchmark and security claims.InstallManualInstalls into Claude CodeEvidence: the Claude Code plugin injects a SKILL.md ruleset and uses Node lifecycle hooks for session, prompt, and subagent activation; an optional MCP server exposes a prompt and read-only tool. Basic install is short, but automatic activation requires Node on the non-interactive PATH.automated · high confidence
80lowOthmanAdi/planning-with-filesClaude Code planning plugin and cross-agent skill · Production-oriented but configuration-sensitive; the repository supports only the latest release and recommends verifying hook activation with its doctor utility.InstallManualInstalls into Claude CodeEvidence: the native Claude Code plugin installs SKILL.md, slash commands, and lifecycle hooks that inject plans, intercept lifecycle and tool events, recover state, and gate completion. Basic plugin setup is two marketplace commands, but skill-only routes have reduced activation behavior.automated · high confidence
80lowrtk-ai/rtkCLI output-compression proxy with Claude Code command-rewrite hook · Usable for developer workflows where reduced shell output is desirable, but adopters should validate filter fidelity, hook compatibility, recovery behavior, telemetry settings, and handling of sensitive command output in their environment.InstallManualInstalls into Claude CodeEvidence: Claude Code uses a PreToolUse hook that rewrites Bash tool input to RTK wrappers; the binary invokes and filters external CLIs, and default initialization adds RTK.md or CLAUDE.md guidance. Basic setup is a binary installation plus documented initialization, although policy review may increase effort.automated · high confidence
80mediumYeachan-Heo/oh-my-claudecodePlugin · developmentInstallManualInstalls into Claude CodeTeams and autopilot orchestration with a large skill surface and lifecycle hooks.curated · high confidence
77lowjarrodwatts/claude-hudPlugin · developmentInstallManualInstalls into Claude CodeA status-line HUD driven by Claude Code lifecycle data.curated · high confidence
Back to the headline ↑

Yes · MCP

Tool surface

Callable tools that add real capabilities with low idle context cost.

23repositories.mcp.json
What it is

MCP servers add callable tools: code search, scraping, authenticated service actions, databases, file operations, and other capabilities the model can invoke when needed.

Why it matters

A tool surface adds real capability with comparatively low idle context cost. It is usually a better fit than a large instruction package when the job requires an operation rather than advice.

How it works

Configure servers in `.mcp.json` or the applicable Claude Code MCP settings. The tools become visible to the model and may connect to local processes, hosted services, credentials, or external data.

Practical guidanceGrant the least privilege needed, scope credentials carefully, and prefer local or narrowly bounded servers when equivalent options exist. A tool can act; a skill can only advise.

ScoreEffortRepositoryInstall relationshipClassification note
100lowDeusData/codebase-memory-mcpMCP server · productionInstallManualInstalls into Claude CodeA local structural code graph exposed through MCP.curated · high confidence
86mediumComposioHQ/composioMonorepo · productionInstallManualInstalls into Claude CodeAuthenticated actions across external services.curated · high confidence
80highAbdelftahZowail/QuicklySelf-hosted cold-email platform with remote MCP tools · Self-hostable with substantial production configurationInstallManualStandalone applicationEvidence: Quickly is a separately deployed web application and exposes lead-related tools through remote MCP. Inference: Claude Code could consume that tool surface through compatible MCP support, but no Claude-specific configuration or validation was supplied, so it is not classified as a native Claude extension.automated · medium confidence
80mediumapache/makaLocal-first AI agent workspace and runtime · Developer and tester prerelease; explicitly not intended for production useInstallManualStandalone applicationEvidence: Maka supplies its own Electron desktop, TUI/CLI, Runtime Host, model connections, and model-visible coding tools. No Claude Code plugin, hook, skill, or native bridge is documented. Inference: it runs alongside or replaces Claude Code as a standalone alternative; setup requires Node and a user-configured model.automated · high confidence
80lowcathrynlavery/diagram-designClaude Code plugin and portable Agent Skill · Usable for diagram generation with strong repository-authored checks, but output quality, host compatibility, and security claims were not independently verified from executed tests.InstallManualInstalls into Claude CodeEvidence: a native Claude plugin loads a routed SKILL.md and commands; bundled Python extractors and self-checks add local executable helpers. Basic Claude installation is short, while optional PNG export and development checks require extra dependencies.automated · high confidence
80lowcodeswithroh/tastemakerClaude Code UI design skill and plugin · Ready for guided use in UI projects when generated design and fetched assets are reviewed; some optional asset and export paths require extra local dependencies or setup.InstallManualInstalls into Claude CodeThe Claude Code plugin injects a SKILL.md workflow and exposes bundled local Python helpers through that workflow; inference: optional illustration and export dependencies can raise setup beyond the basic install.automated · high confidence
80mediumConardLi/garden-skillsAgent Skills collection · Production-oriented and usable, with per-skill setup and external dependencies varying from low to medium.InstallManualInstalls into Claude CodeSKILL.md packages inject task guidance into Claude Code; bundled scripts and scaffolds add executable helpers, while some workflows coordinate checkpoints and optional sub-agent reviews. Basic installation is low effort, but selected skills require additional runtimes, tools, or credentials.automated · high confidence
80mediumD4Vinci/ScraplingWeb scraping framework with Agent Skill and MCP integration · Usable with review; parsing is a small install, while fetchers, browsers, MCP, and full crawling require optional dependencies and broader system access.InstallManualInstalls into Claude CodeEvidence: Claude Code can load the official Agent Skill for API guidance, while the optional MCP server exposes Scrapling capabilities and the skill directs use of its Python CLI/library. Inference: claude_extension is the closest install mode because the skill is tested with Claude Code, although no native plugin manifest is supplied.automated · high confidence
80lowDietrichGebert/ponytailClaude Code minimal-code plugin and Agent Skill · Usable for Claude Code with documented installation and tests, with caveats around Node-based hook activation, model adherence, and unverified benchmark and security claims.InstallManualInstalls into Claude CodeEvidence: the Claude Code plugin injects a SKILL.md ruleset and uses Node lifecycle hooks for session, prompt, and subagent activation; an optional MCP server exposes a prompt and read-only tool. Basic install is short, but automatic activation requires Node on the non-interactive PATH.automated · high confidence
80mediumfirecrawl/firecrawlWeb context API and agent tool platform · Usable through the hosted API and documented agent integrations, while self-hosting and the separate CLI/MCP components require additional setup and review.InstallManualInstalls into Claude CodeEvidence: Firecrawl exposes web capabilities through a documented MCP route and API/CLI surfaces, while installable Skills provide agent guidance and this repository authors build skills. Evidence: the core also runs as hosted or self-hosted web infrastructure. Inference: claude_extension is the closest install mode because Claude Code Skill support is explicit, although CLI and MCP implementationautomated · medium confidence
80highharry0703/MoneyPrinterTurboAI short-video generation application with a portable agent skill · Usable for local or containerized workflows with moderate-to-high setup and credential requirements; agent-assisted generation is documented for macOS and Windows.InstallManualCopy/paste onlyEvidence: MoneyPrinterTurbo is a standalone WebUI/API/CLI application; a remote SKILL.md injects agent instructions and invokes an adjacent Python helper. Inference: Claude Code can consume the portable skill when its terminal supports the stated capabilities, but no native plugin is shown. Setup is high because it downloads and runs a large media stack and often needs credentials.automated · medium confidence
80mediumMadAppGang/magusClaude Code plugin marketplace and development workflow suite · Mixed: core plugin packaging and documentation appear usable, while readiness varies substantially by plugin and external dependency.InstallManualInstalls into Claude CodeEvidence: Magus is a Claude Code marketplace whose plugins add skills and knowledge to context and register MCP tools, agents, commands, and hooks. Inference: medium setup reflects simple marketplace registration but plugin-dependent binaries, credentials, and configuration; orchestration and interception are important features but omitted due to the three-mechanism limit.automated · high confidence
80mediummicrosoft/playwrightBrowser automation and end-to-end testing framework · Production-oriented framework with documented testing, library, MCP, CLI, and editor pathsInstallManualRuns alongsideEvidence: Claude Code can register the separately packaged Playwright MCP server as a browser tool surface, while a separately hosted CLI targets coding agents and can install skills. This repository primarily provides browser-testing infrastructure and libraries, not a native Claude extension; setup requires Node tooling and usually browser components.automated · high confidence
80lowmodelcontextprotocol/serversMCP server · prototypeInstallManualInstalls into Claude CodeOfficial reference MCP servers for common capabilities.curated · high confidence
80mediummoonlight-lupin/agent-skillsCross-agent Agent Skills library with a Hermes-native retrieval plugin · Usable for Claude Code with adaptation; individual dependencies, credentials, and host-tool mappings vary by skill.InstallManualInstalls into Claude CodeEvidence: Claude Code can load the SKILL.md packages from .claude/skills, and many skills include executable helper scripts. Evidence: skill-maintainer covers authoring and curation. The BM25 plugin is Hermes-only; medium effort reflects tool-name adaptation and per-skill dependencies.automated · high confidence
80mediumnateherkai/scroll-craftClaude Code plugin and portable Agent Skill · Usable for specialized website builds with substantial environment and human-review caveats.InstallManualInstalls into Claude CodeEvidence: a native Claude Code plugin loads a SKILL.md workflow, and the skill directs Claude to use bundled workspace, media, serving, and Playwright verification scripts. Medium setup reflects Node, full ffmpeg, Chrome, and playwright-core requirements; optional generation also needs a kie.ai key.automated · high confidence
80mediumNousResearch/hermes-agentStandalone autonomous agent platform · Documented for end-user installation across major desktop operating systems and remote deployments, with production readiness not independently established.InstallManualStandalone applicationEvidence: Hermes installs and runs its own agent CLI, gateway, web dashboard, and Electron desktop app, while exposing tools, MCP hosting, skills, subagents, and plugin middleware. Inference: it is an alternative or companion to Claude Code; no native Claude Code extension path is documented.automated · high confidence
80lowopenai/codexStandalone coding agent CLI and embeddable SDK platform · Ready for direct end-user installation and application embedding according to first-party documentation, with authentication required and sandbox, permissions, network policy, and telemetry configuration needing environment-specific review.InstallManualRuns alongsideEvidence: Codex installs and runs as its own CLI, while Python and TypeScript SDKs embed or spawn it and its host exposes model-visible tools. No native Claude Code plugin, hook, or skill is documented; inference: it runs alongside Claude Code as an alternative or companion.automated · high confidence
80mediumOrRon/EpicInfographicsClaude Code Agent Skill and rendering toolkit · Usable for reviewed creative workflows, but local scripts, browser dependencies, generated claims, and output quality require human oversight.InstallManualInstalls into Claude CodeEvidence: a native Claude plugin or copied SKILL.md injects the workflow; bundled Node scripts expose checking, rendering, and animation tools; the skill sequences user choices, references, validation, visual review, correction, and optional motion. Setup is medium because rendering needs npm dependencies and Chromium, with ffmpeg additionally required for animation.automated · high confidence
80lowreferodesign/refero_skillClaude Code design plugin with Agent Skill and MCP tools · Usable with service and verification caveatsInstallManualInstalls into Claude CodeEvidence: a Claude Code plugin manifest packages the refero-design SKILL.md and MCP configuration; the skill injects design methodology, the read-only MCP exposes research tools, and the workflow routes among styles, screens, flows, and build paths. Live use adds OAuth and a paid plan.automated · high confidence
80mediumtwentyhq/twentyCustomizable CRM platform with Claude-compatible Agent Skills and workspace MCP access · The CRM, SDK, self-hosting path, and five Agent Skills are documented for use, while twenty-ui is explicitly alpha and the macOS companion is an unsigned development build.InstallManualInstalls into Claude CodeEvidence: Twenty is a standalone CRM, its SKILL.md distributions inject app-development guidance into Claude Code, and authenticated workspace MCP exposes records as agent tools. Inference: claude_extension is the closest Claude-relative install mode, although the core product runs independently.automated · high confidence
80mediumunclecode/crawl4aiWeb crawling and scraping framework · Usable for development and self-hosted workflows, but deployments should use a current security release and receive careful hardening, resource controls, and legal review.InstallManualRuns alongsideEvidence: the Python/CLI/Docker crawler runs alongside Claude Code, and its self-hosted MCP server exposes seven documented tools over SSE or WebSocket. It is also browser and API infrastructure; no native Claude plugin or skill is evidenced.automated · high confidence
75mediumzilliztech/claude-contextMCP server · productionInstallManualInstalls into Claude CodeVector-backed semantic code search exposed through MCP.curated · high confidence
Back to the headline ↑

Part two · Not Claude Code extensions

Useful repositories that belong beside, around, or outside Claude Code

These projects are not lesser; they answer different architectural questions. Some create the skills you later install, some help you discover tools, some run beside the agent, and others are complete products. Keeping them separate makes the stack easier to understand and prevents false installation expectations.

No · generates skills

Skill authoring tools

Tools that generate skills instead of installing as one.

10repositoriesRun separately
What it is

Skill-authoring tools transform a source—such as a design system, book, specification, or workflow—into one or more agent-ready skill packages. The generator is not itself the skill you ultimately install.

Why it matters

This distinction separates a one-time authoring workflow from persistent runtime context. It also makes review possible before generated instructions become part of every matching Claude Code task.

How it works

Run the authoring tool separately, inspect its generated `SKILL.md` content and triggers, then copy only the approved output into user or project skill scope.

Practical guidanceTreat generated skills as source code. Check provenance, trim repetition, verify trigger descriptions, and install the result only in the projects that need it.

ScoreEffortRepositoryInstall relationshipClassification note
82unknownamaancoderx/npxskilluiCLI · developmentInstallManualRuns alongsideExtracts design systems and generates agent-ready skills.curated · high confidence
80lowdzhng/skillsAgent Skills collection and software-delivery orchestration playbooks · Usable selectively with caveats; the multi-day autonomous workflow requires capable host tooling, project-specific verification, and human review.InstallManualInstalls into Claude CodeEvidence: SKILL.md packages can be copied into .claude/skills, and a Claude plugin manifest bundles 12 skills. Review, implementation, and full-loop skills coordinate other skills or agents; write-skills and eval-skills define authoring and evaluation methods. Basic installation is short, although advanced workflows need external tools.automated · high confidence
80lowelayadesign/ai-design-skillsAgent skill collection · Usable for guided landing-page work, with strong prescriptive coverage but limited repository-scale evidence.InstallManualInstalls into Claude CodeA portable Markdown Agent Skill copied into Claude Code; skill_authoring is inferred from the repository's reusable folder and SKILL.md structure.automated · high confidence
80lowjakubkrehel/skillsAgent Skills collection and Claude Code plugin · Usable for selective or full installation, but validation and outcome evidence are limited to documentation in the supplied files.InstallManualInstalls into Claude CodeEvidence: Markdown skills install as the native Claude Code plugin interfaces or through a skills CLI. better-interface orchestrates domain skills, and AGENTS.md defines a reusable authoring contract. The native plugin is the primary Claude Code install mode.automated · high confidence
80lowMengTo/SkillsPortable Agent Skills collection · Usable with caveats; many skills are directly consumable, while installation conventions and some draft areas remain unsettled.InstallManualCopy/paste onlyEvidence: Claude Code is instructed to consume individual SKILL.md files through CLAUDE.md, a copied skills setup, or direct context. Inference: skill_authoring also applies because the repository defines a reusable skill folder contract and creation workflow; no packaged Claude plugin is evidenced.automated · high confidence
80mediummoonlight-lupin/agent-skillsCross-agent Agent Skills library with a Hermes-native retrieval plugin · Usable for Claude Code with adaptation; individual dependencies, credentials, and host-tool mappings vary by skill.InstallManualInstalls into Claude CodeEvidence: Claude Code can load the SKILL.md packages from .claude/skills, and many skills include executable helper scripts. Evidence: skill-maintainer covers authoring and curation. The BM25 plugin is Hermes-only; medium effort reflects tool-name adaptation and per-skill dependencies.automated · high confidence
80mediumOrchestra-Research/AI-Research-SKILLsAI research Agent Skills library · Usable for guided research workflows, but framework guidance, autonomous claims, and demo results require project-specific validationInstallManualInstalls into Claude CodeEvidence: the installer or marketplace places SKILL.md packages in Claude Code skill locations, and autoresearch routes work across domain skills. Inference: skill_authoring applies because the repository documents a reusable skill structure and contributions. Basic install is short, but research execution often needs substantial dependencies, compute, and credentials.automated · high confidence
80lowOwl-Listener/designer-skillsClaude Code design skills and workflow plugin suite · Documented for direct selective installation from a Claude Code plugin marketplace, with repository-authored linting, generation, and CI requirements; output quality and host compatibility were not independently demonstrated.InstallManualInstalls into Claude CodeEvidence: native Claude Code plugins supply Markdown skills and slash commands, with commands chaining same-plugin skills. Evidence: templates, lint rules, and generators define a skill-authoring system. Basic marketplace selection is documented as no-terminal setup; companion repositories and Gemini copying are separate paths.automated · high confidence
80mediumrebelytics/one-skill-to-rule-them-allAgent Skill for continuous skill discovery and improvement · Usable with operational and compatibility caveatsInstallManualInstalls into Claude CodeEvidence: Claude Code loads a copied SKILL.md bundle that injects observation and governance instructions, coordinates session, logging, review, and authoring episodes, and defines creation and improvement workflows. Inference: orchestration applies to the multi-episode meta-workflow; no bundled interception hook is evidenced.automated · high confidence
78unknownvirgiliojr94/book-to-skillSkill collection · developmentInstallManualRuns alongsideTurns books and stable documents into SKILL.md packages.curated · high confidence
Back to the headline ↑

No · reference only

Catalogs and reading lists

Indexes to browse and selectively copy from.

6repositoriesReference only
What it is

Catalogs and reading lists are discovery indexes. They collect links to skills, plugins, MCP servers, prompts, examples, or other repositories but do not provide all of those capabilities themselves.

Why it matters

A useful catalog accelerates research, yet its inclusion of a project is not proof that the project is maintained, compatible, secure, or appropriate for your stack.

How it works

Browse the index, open the original repository and its primary documentation, then evaluate and install an individual item separately if it passes your requirements.

Practical guidanceDo not install a catalog wholesale or count it as runtime functionality. Use it as a map, then validate every selected destination at the source.

ScoreEffortRepositoryInstall relationshipClassification note
86unknownhesreallyhim/awesome-claude-codeDocumentation repository · productionInstallManualReference onlyA reading list and index of Claude Code resources.curated · high confidence
83unknownComposioHQ/awesome-claude-skillsSkill collection · productionInstallManualReference onlyA skill catalog that also includes one connect-apps plugin.curated · high confidence
80lowfreestylefly/awesome-gpt-image-2Agent Skill and image-prompt catalog · Usable for prompt selection and drafting, with legal, output-quality, compatibility, and uninspected-implementation caveats.InstallManualInstalls into Claude CodeEvidence: a native Claude Code marketplace route or installer places SKILL.md and its generated style reference in Claude's skills directory. The repository also acts as a prompt and example catalog. No Claude-facing image-generation tool or interception layer is evidenced.automated · high confidence
80lowkokasexton/awesome-marketing-reposCurated marketing repository catalog · Usable for discovery with independent verification requiredInstallManualReference onlyEvidence: the repository is a Markdown awesome list that routes readers to marketing tools, including Claude Code skills and MCP resources. It provides no evidenced plugin, skill, hook, tool server, or runtime integration of its own, so it is reference-only.automated · high confidence
80mediumMadAppGang/magusClaude Code plugin marketplace and development workflow suite · Mixed: core plugin packaging and documentation appear usable, while readiness varies substantially by plugin and external dependency.InstallManualInstalls into Claude CodeEvidence: Magus is a Claude Code marketplace whose plugins add skills and knowledge to context and register MCP tools, agents, commands, and hooks. Inference: medium setup reflects simple marketplace registration but plugin-dependent binaries, credentials, and configuration; orchestration and interception are important features but omitted due to the three-mechanism limit.automated · high confidence
71unknownpunkpeye/awesome-mcp-serversDocumentation repository · unknownInstallManualReference onlyAn MCP server reading list; the snapshot found an empty root README.curated · high confidence
Back to the headline ↑

No · runs separately

External CLI or library

Utilities and libraries used alongside the coding agent.

15repositoriesRun separately
What it is

External CLIs and libraries are utilities used alongside a coding agent. They prepare inputs, package repositories, retrieve documents, or perform work without becoming a persistent Claude Code extension.

Why it matters

They can be valuable precisely because they remain independent: you decide when to run them and what output to share, without adding another always-available trigger or tool surface.

How it works

Install and run the utility through its own command-line or library workflow, then pass its output, files, or references to Claude Code when useful.

Practical guidanceEvaluate the tool's own dependencies, data handling, and output size. Integrate it through scripts only after the manual workflow is predictable.

ScoreEffortRepositoryInstall relationshipClassification note
92lowyamadashy/repomixCLI · productionInstallManualRuns alongsideA repository packer run manually alongside an agent.curated · high confidence
80mediumamElnagdy/delegate-skillsAgent Skills delegation and external-CLI orchestration toolkit · Usable with caveats: the common relay contract is smoke-tested, several implementers have live runs, and others remain contract-tested or platform-unverified.InstallManualInstalls into Claude CodeEvidence: SKILL.md packages load delegation instructions into Claude Code, while bundled Node relays orchestrate separate installed coding-agent CLIs and normalize their results. Claude-targeted Skills CLI installation is documented; useful dispatch additionally requires Node, Git, and an authenticated implementer CLI.automated · high confidence
80mediumapify/crawlee-pythonPython web crawling and browser automation library · Production-oriented library with documented examples, type hints, tests, CI badges, packaged releases, and optional integrations, although deployment-specific validation remains necessary.InstallManualRuns alongsideEvidence: Crawlee is a Python package plus scaffolding CLI that supplies crawling infrastructure and can use Playwright. No Claude Code plugin, skill, hook, MCP server, or manifest is documented. Inference: it runs alongside Claude Code as a dependency in projects Claude may help develop, rather than extending Claude directly.automated · high confidence
80mediumAprilNEA/OpenLogiStandalone desktop peripheral-management application · Pre-stable releases are documented for end-user installation, with platform and hardware coverage varying by feature.InstallManualStandalone applicationEvidence: OpenLogi installs as its own GUI, background agent, overlay, and CLI and operates independently of Claude Code. Evidence: platform packages require ordinary application installation plus device permissions or agent setup on some systems. No Claude-specific extension mechanism is documented.automated · high confidence
80mediumD4Vinci/ScraplingWeb scraping framework with Agent Skill and MCP integration · Usable with review; parsing is a small install, while fetchers, browsers, MCP, and full crawling require optional dependencies and broader system access.InstallManualInstalls into Claude CodeEvidence: Claude Code can load the official Agent Skill for API guidance, while the optional MCP server exposes Scrapling capabilities and the skill directs use of its Python CLI/library. Inference: claude_extension is the closest install mode because the skill is tested with Claude Code, although no native plugin manifest is supplied.automated · high confidence
80mediummicrosoft/playwrightBrowser automation and end-to-end testing framework · Production-oriented framework with documented testing, library, MCP, CLI, and editor pathsInstallManualRuns alongsideEvidence: Claude Code can register the separately packaged Playwright MCP server as a browser tool surface, while a separately hosted CLI targets coding agents and can install skills. This repository primarily provides browser-testing infrastructure and libraries, not a native Claude extension; setup requires Node tooling and usually browser components.automated · high confidence
80mediumn8n-io/n8nWorkflow automation and AI-agent platform · Production-oriented, with deployment and enterprise features documented; Claude integration evidence is split between a contributor plugin and a user-facing CLI skill.InstallManualRuns alongsideEvidence: n8n runs as its own cloud or self-hosted workflow platform; @n8n/cli is an external API client whose skill installer adds Claude Code guidance. The repository also has an internal Claude plugin, but no external distribution is shown. Inference: runs_alongside best describes public Claude use; instance deployment and credentials make setup medium.automated · high confidence
80lowopenai/codexStandalone coding agent CLI and embeddable SDK platform · Ready for direct end-user installation and application embedding according to first-party documentation, with authentication required and sandbox, permissions, network policy, and telemetry configuration needing environment-specific review.InstallManualRuns alongsideEvidence: Codex installs and runs as its own CLI, while Python and TypeScript SDKs embed or spawn it and its host exposes model-visible tools. No native Claude Code plugin, hook, or skill is documented; inference: it runs alongside Claude Code as an alternative or companion.automated · high confidence
80highp-e-w/hereticStandalone transformer model-modification and interpretability CLI. · Usable beta for technically equipped local-model researchers, with substantial compute, validation, and safety-review requirements.InstallManualStandalone applicationEvidence: pyproject.toml publishes a Python console entry point and library dependencies, while the README describes a self-contained GPU model-modification workflow. No Claude Code plugin, skill, hook, MCP surface, or host integration is documented. Inference: it can run alongside Claude Code only as ordinary external software.automated · high confidence
80mediumPanniantong/Agent-ReachClaude Code-compatible Agent Skill and Python CLI for routed internet access · Documented for practical use, with medium setup and significant dependence on mutable third-party tools, services, credentials, and browser sessions.InstallManualInstalls into Claude CodeEvidence: SKILL.md injects routing guidance, doctor selects among ordered backends, and the Python CLI provisions or diagnoses external CLIs and MCP services. Inference: claude_extension is the closest mode because Claude Code is named as a supported skill host, although no Claude-specific manifest or path was supplied.automated · medium confidence
80mediumpuppeteer/puppeteerBrowser automation library · Production-orientedInstallManualRuns alongsideEvidence: Puppeteer is a Node library plus browser-management CLI and infrastructure, while the README points to a separately installed Puppeteer-based MCP server. Inference: it runs alongside Claude Code rather than extending it natively; setup typically includes packages, browser binaries, and platform dependencies.automated · high confidence
80lowrtk-ai/rtkCLI output-compression proxy with Claude Code command-rewrite hook · Usable for developer workflows where reduced shell output is desirable, but adopters should validate filter fidelity, hook compatibility, recovery behavior, telemetry settings, and handling of sensitive command output in their environment.InstallManualInstalls into Claude CodeEvidence: Claude Code uses a PreToolUse hook that rewrites Bash tool input to RTK wrappers; the binary invokes and filters external CLIs, and default initialization adds RTK.md or CLAUDE.md guidance. Basic setup is a binary installation plus documented initialization, although policy review may increase effort.automated · high confidence
80mediumSeleniumHQ/seleniumCross-browser automation framework · Production-capable framework; Claude Code integration is indirect and unverifiedInstallManualRuns alongsideEvidence: Selenium supplies language libraries, a Rust management CLI, WebDriver infrastructure, and Grid. No Claude plugin, skill, hook, or MCP surface is documented. Inference: Claude Code may author or invoke Selenium code alongside normal project tooling; setup varies from a package plus browser to distributed Grid infrastructure.automated · high confidence
80mediumunclecode/crawl4aiWeb crawling and scraping framework · Usable for development and self-hosted workflows, but deployments should use a current security release and receive careful hardening, resource controls, and legal review.InstallManualRuns alongsideEvidence: the Python/CLI/Docker crawler runs alongside Claude Code, and its self-hosted MCP server exposes seven documented tools over SSE or WebSocket. It is also browser and API infrastructure; no native Claude plugin or skill is evidenced.automated · high confidence
74mediumVectifyAI/PageIndexLibrary · developmentInstallManualRuns alongsideA vectorless RAG library used outside Claude Code.curated · high confidence
Back to the headline ↑

No · runs alongside

Infrastructure

Services that sit in front of models or agents.

10repositoriesRun alongside
What it is

Infrastructure sits between clients and model providers. A gateway or router can centralize provider selection, model routing, fallbacks, observability, privacy rules, and cost controls.

Why it matters

It changes how requests reach models rather than how Claude Code reasons about a task. That makes it an operational dependency and trust boundary, not a skill, hook, or plugin.

How it works

Run the service locally or deploy it separately, then configure supported clients to use its endpoint and authentication instead of connecting directly to each model provider.

Practical guidanceReview secret handling, logging, availability, and latency. A gateway can simplify a multi-provider stack, but its failure can affect every request routed through it.

ScoreEffortRepositoryInstall relationshipClassification note
80mediumapify/crawlee-pythonPython web crawling and browser automation library · Production-oriented library with documented examples, type hints, tests, CI badges, packaged releases, and optional integrations, although deployment-specific validation remains necessary.InstallManualRuns alongsideEvidence: Crawlee is a Python package plus scaffolding CLI that supplies crawling infrastructure and can use Playwright. No Claude Code plugin, skill, hook, MCP server, or manifest is documented. Inference: it runs alongside Claude Code as a dependency in projects Claude may help develop, rather than extending Claude directly.automated · high confidence
80mediumdiegosouzapw/OmniRouteAI gateway and model router · Production-capable with deployment and upstream-dependency caveatsInstallManualRuns alongsideRuns as a separate local or remote AI gateway in front of Claude Code's model traffic; it is not installed as a Claude Code plugin.automated · high confidence
80mediumfirecrawl/firecrawlWeb context API and agent tool platform · Usable through the hosted API and documented agent integrations, while self-hosting and the separate CLI/MCP components require additional setup and review.InstallManualInstalls into Claude CodeEvidence: Firecrawl exposes web capabilities through a documented MCP route and API/CLI surfaces, while installable Skills provide agent guidance and this repository authors build skills. Evidence: the core also runs as hosted or self-hosted web infrastructure. Inference: claude_extension is the closest install mode because Claude Code Skill support is explicit, although CLI and MCP implementationautomated · medium confidence
80highgoogle/mantisPortable security-review Agent Skills with reference orchestration harness · Use only with expert supervision in isolated, restricted environments; not production-ready by its own documentationInstallManualCopy/paste onlyEvidence: SKILL.md files inject staged security procedures, while the ADK reference harness orchestrates 16 agents and sandbox infrastructure. Inference: Claude Code could consume portable skills, but no Claude-specific plugin or path is documented; copy_paste best reflects cloning or generic skills-CLI use. End-to-end safe setup is high effort.automated · medium confidence
80mediummicrosoft/playwrightBrowser automation and end-to-end testing framework · Production-oriented framework with documented testing, library, MCP, CLI, and editor pathsInstallManualRuns alongsideEvidence: Claude Code can register the separately packaged Playwright MCP server as a browser tool surface, while a separately hosted CLI targets coding agents and can install skills. This repository primarily provides browser-testing infrastructure and libraries, not a native Claude extension; setup requires Node tooling and usually browser components.automated · high confidence
80highomacom/omarchyOpinionated Linux distribution and agent-aware desktop environment · Usable as a complete workstation environment, with elevated migration and trust requirementsInstallManualStandalone applicationEvidence: Omarchy is a full Linux distribution and Quickshell desktop that provisions Claude, launches coding agents, and displays collector-derived usage. It does not evidence Claude context injection, hooks, MCP, or model-visible tools; its relationship is host infrastructure and companion GUI.automated · high confidence
80mediumpuppeteer/puppeteerBrowser automation library · Production-orientedInstallManualRuns alongsideEvidence: Puppeteer is a Node library plus browser-management CLI and infrastructure, while the README points to a separately installed Puppeteer-based MCP server. Inference: it runs alongside Claude Code rather than extending it natively; setup typically includes packages, browser binaries, and platform dependencies.automated · high confidence
80mediumSeleniumHQ/seleniumCross-browser automation framework · Production-capable framework; Claude Code integration is indirect and unverifiedInstallManualRuns alongsideEvidence: Selenium supplies language libraries, a Rust management CLI, WebDriver infrastructure, and Grid. No Claude plugin, skill, hook, or MCP surface is documented. Inference: Claude Code may author or invoke Selenium code alongside normal project tooling; setup varies from a package plus browser to distributed Grid infrastructure.automated · high confidence
80lowtimharris707/modeldeckmacOS menu bar account and usage monitor · Usable through a signed, notarized DMG for documented macOS 14+ workflows, with source builds requiring additional tooling.InstallManualStandalone applicationEvidence: ModelDeck installs as a self-contained macOS menu bar app with a bundled localhost daemon and operates beside Claude Code and Codex. It reads usage and switches isolated profile homes for new sessions, but no Claude Code plugin, skill, hook, or context injection is documented.automated · high confidence
80mediumunclecode/crawl4aiWeb crawling and scraping framework · Usable for development and self-hosted workflows, but deployments should use a current security release and receive careful hardening, resource controls, and legal review.InstallManualRuns alongsideEvidence: the Python/CLI/Docker crawler runs alongside Claude Code, and its self-hosted MCP server exposes seven documented tools over SSE or WebSocket. It is also browser and API infrastructure; no native Claude plugin or skill is evidenced.automated · high confidence
Back to the headline ↑

No · wraps Claude Code

Desktop GUIs

Desktop interfaces that wrap Claude Code.

8repositoriesRun alongside
What it is

Desktop GUIs wrap Claude Code with a visual interface for sessions, projects, agents, terminals, files, or task boards. They sit around the host rather than installing a new capability inside it.

Why it matters

A wrapper can make work easier to see and manage, but it changes the interaction layer—not the underlying extension mechanism. Running several wrappers rarely produces additive capability.

How it works

Install and launch the separate desktop application, grant the local access it requires, and point it at Claude Code or its session and project data.

Practical guidanceChoose a GUI for the interface and trust model you prefer. Review its local file, process, and credential access, especially when setup effort is high.

ScoreEffortRepositoryInstall relationshipClassification note
84highmultica-ai/multicaStandalone application · productionInstallManualRuns alongsideA desktop interface wrapping Claude Code and agent workflows.curated · high confidence
80mediumapache/makaLocal-first AI agent workspace and runtime · Developer and tester prerelease; explicitly not intended for production useInstallManualStandalone applicationEvidence: Maka supplies its own Electron desktop, TUI/CLI, Runtime Host, model connections, and model-visible coding tools. No Claude Code plugin, hook, skill, or native bridge is documented. Inference: it runs alongside or replaces Claude Code as a standalone alternative; setup requires Node and a user-configured model.automated · high confidence
80mediumAprilNEA/OpenLogiStandalone desktop peripheral-management application · Pre-stable releases are documented for end-user installation, with platform and hardware coverage varying by feature.InstallManualStandalone applicationEvidence: OpenLogi installs as its own GUI, background agent, overlay, and CLI and operates independently of Claude Code. Evidence: platform packages require ordinary application installation plus device permissions or agent setup on some systems. No Claude-specific extension mechanism is documented.automated · high confidence
80mediumNousResearch/hermes-agentStandalone autonomous agent platform · Documented for end-user installation across major desktop operating systems and remote deployments, with production readiness not independently established.InstallManualStandalone applicationEvidence: Hermes installs and runs its own agent CLI, gateway, web dashboard, and Electron desktop app, while exposing tools, MCP hosting, skills, subagents, and plugin middleware. Inference: it is an alternative or companion to Claude Code; no native Claude Code extension path is documented.automated · high confidence
80highomacom/omarchyOpinionated Linux distribution and agent-aware desktop environment · Usable as a complete workstation environment, with elevated migration and trust requirementsInstallManualStandalone applicationEvidence: Omarchy is a full Linux distribution and Quickshell desktop that provisions Claude, launches coding agents, and displays collector-derived usage. It does not evidence Claude context injection, hooks, MCP, or model-visible tools; its relationship is host infrastructure and companion GUI.automated · high confidence
80lowtimharris707/modeldeckmacOS menu bar account and usage monitor · Usable through a signed, notarized DMG for documented macOS 14+ workflows, with source builds requiring additional tooling.InstallManualStandalone applicationEvidence: ModelDeck installs as a self-contained macOS menu bar app with a bundled localhost daemon and operates beside Claude Code and Codex. It reads usage and switches isolated profile homes for new sessions, but no Claude Code plugin, skill, hook, or context injection is documented.automated · high confidence
78highlcoutodemos/clui-ccStandalone application · developmentInstallManualRuns alongsideA macOS Electron interface wrapping Claude Code.curated · high confidence
74highshuairongzeng/claudiaStandalone application · developmentInstallManualRuns alongsideA Tauri desktop interface for Claude Code.curated · high confidence
Back to the headline ↑

No · standalone

Standalone applications

Complete products rather than Claude Code extensions.

26repositoriesIndependent application
What it is

Standalone applications are complete products, platforms, models, or workflows with their own runtime and purpose. They may be built with, called by, or discussed with Claude Code, but they are not Claude Code extensions.

Why it matters

Keeping them separate prevents an inflated extension count and clarifies architecture. A backend platform, automation server, deployment platform, or video system is usually a project dependency or destination.

How it works

Deploy or run the application independently. Connect it to an agent only through a documented API, CLI, MCP server, SDK, or project workflow when such an integration exists.

Practical guidanceEvaluate each application on its own operational, security, licensing, and hosting requirements. Do not infer agent integration merely because the repository is useful to an AI-assisted project.

ScoreEffortRepositoryInstall relationshipClassification note
88unknownsupabase/supabaseMonorepo · productionInstallManualStandalone applicationA complete backend platform, not a Claude Code extension.curated · high confidence
80highAbdelftahZowail/QuicklySelf-hosted cold-email platform with remote MCP tools · Self-hostable with substantial production configurationInstallManualStandalone applicationEvidence: Quickly is a separately deployed web application and exposes lead-related tools through remote MCP. Inference: Claude Code could consume that tool surface through compatible MCP support, but no Claude-specific configuration or validation was supplied, so it is not classified as a native Claude extension.automated · medium confidence
80mediumapache/makaLocal-first AI agent workspace and runtime · Developer and tester prerelease; explicitly not intended for production useInstallManualStandalone applicationEvidence: Maka supplies its own Electron desktop, TUI/CLI, Runtime Host, model connections, and model-visible coding tools. No Claude Code plugin, hook, skill, or native bridge is documented. Inference: it runs alongside or replaces Claude Code as a standalone alternative; setup requires Node and a user-configured model.automated · high confidence
80mediumAprilNEA/OpenLogiStandalone desktop peripheral-management application · Pre-stable releases are documented for end-user installation, with platform and hardware coverage varying by feature.InstallManualStandalone applicationEvidence: OpenLogi installs as its own GUI, background agent, overlay, and CLI and operates independently of Claude Code. Evidence: platform packages require ordinary application installation plus device permissions or agent setup on some systems. No Claude-specific extension mechanism is documented.automated · high confidence
80unknownblack-forest-labs/flux2Library · productionInstallManualStandalone applicationAn independent image-generation model and toolkit.curated · high confidence
80highcalcom/cal.diySelf-hosted scheduling application with repository-local Claude development context · Usable for advanced self-hosters and contributors; explicitly not recommended by its README for production or commercial deployment.InstallManualRuns alongsideEvidence: Cal.diy runs as a self-hosted web application, while repository specs, feature-local CLAUDE.md files, and machine-readable rules provide development context Claude can read. No installable Claude extension or tool surface is evidenced. Inference: it runs alongside Claude Code, and full application setup is high effort.automated · high confidence
80highchatwoot/chatwootOmnichannel customer-support platform · Production-oriented but operationally substantial; only the latest version receives security support, and supplied files do not establish Claude Code compatibility.InstallManualStandalone applicationEvidence: Chatwoot is deployed and operated as its own customer-support web application. Inference: it may run independently in an environment where Claude Code is also used, but no Claude Code integration is documented, so it is not classified as context injection, interception, orchestration, or a Claude tool surface.automated · high confidence
80mediumdzhng/deep-researchStandalone AI research assistant · Usable with configuration, but not production-validatedInstallManualStandalone applicationEvidence: the repository runs its own interactive Node.js research assistant and orchestrates recursive query generation, retrieval, result processing, and report writing. No Claude Code extension mechanism is documented; treating it as a standalone companion or alternative is an inference.automated · high confidence
80highharry0703/MoneyPrinterTurboAI short-video generation application with a portable agent skill · Usable for local or containerized workflows with moderate-to-high setup and credential requirements; agent-assisted generation is documented for macOS and Windows.InstallManualCopy/paste onlyEvidence: MoneyPrinterTurbo is a standalone WebUI/API/CLI application; a remote SKILL.md injects agent instructions and invokes an adjacent Python helper. Inference: Claude Code can consume the portable skill when its terminal supports the stated capabilities, but no native plugin is shown. Setup is high because it downloads and runs a large media stack and often needs credentials.automated · medium confidence
80highmautic/mauticSelf-hosted marketing automation application · Production use is directed to tagged, Composer-installed, or prepackaged releases; source outside tagged releases is not production-ready.InstallManualStandalone applicationEvidence: Mautic deploys as its own PHP web application using Composer or a prepackaged release and requires database, browser, and maintenance workflows. No Claude-specific mechanism is documented, so it is a standalone application rather than a Claude Code extension.automated · high confidence
80mediumn8n-io/n8nWorkflow automation and AI-agent platform · Production-oriented, with deployment and enterprise features documented; Claude integration evidence is split between a contributor plugin and a user-facing CLI skill.InstallManualRuns alongsideEvidence: n8n runs as its own cloud or self-hosted workflow platform; @n8n/cli is an external API client whose skill installer adds Claude Code guidance. The repository also has an internal Claude plugin, but no external distribution is shown. Inference: runs_alongside best describes public Claude use; instance deployment and credentials make setup medium.automated · high confidence
80mediumNousResearch/hermes-agentStandalone autonomous agent platform · Documented for end-user installation across major desktop operating systems and remote deployments, with production readiness not independently established.InstallManualStandalone applicationEvidence: Hermes installs and runs its own agent CLI, gateway, web dashboard, and Electron desktop app, while exposing tools, MCP hosting, skills, subagents, and plugin middleware. Inference: it is an alternative or companion to Claude Code; no native Claude Code extension path is documented.automated · high confidence
80highomacom/omarchyOpinionated Linux distribution and agent-aware desktop environment · Usable as a complete workstation environment, with elevated migration and trust requirementsInstallManualStandalone applicationEvidence: Omarchy is a full Linux distribution and Quickshell desktop that provisions Claude, launches coding agents, and displays collector-derived usage. It does not evidence Claude context injection, hooks, MCP, or model-visible tools; its relationship is host infrastructure and companion GUI.automated · high confidence
80lowopenai/codexStandalone coding agent CLI and embeddable SDK platform · Ready for direct end-user installation and application embedding according to first-party documentation, with authentication required and sandbox, permissions, network policy, and telemetry configuration needing environment-specific review.InstallManualRuns alongsideEvidence: Codex installs and runs as its own CLI, while Python and TypeScript SDKs embed or spawn it and its host exposes model-visible tools. No native Claude Code plugin, hook, or skill is documented; inference: it runs alongside Claude Code as an alternative or companion.automated · high confidence
80highp-e-w/hereticStandalone transformer model-modification and interpretability CLI. · Usable beta for technically equipped local-model researchers, with substantial compute, validation, and safety-review requirements.InstallManualStandalone applicationEvidence: pyproject.toml publishes a Python console entry point and library dependencies, while the README describes a self-contained GPU model-modification workflow. No Claude Code plugin, skill, hook, MCP surface, or host integration is documented. Inference: it can run alongside Claude Code only as ordinary external software.automated · high confidence
80lowtimharris707/modeldeckmacOS menu bar account and usage monitor · Usable through a signed, notarized DMG for documented macOS 14+ workflows, with source builds requiring additional tooling.InstallManualStandalone applicationEvidence: ModelDeck installs as a self-contained macOS menu bar app with a bundled localhost daemon and operates beside Claude Code and Codex. It reads usage and switches isolated profile homes for new sessions, but no Claude Code plugin, skill, hook, or context injection is documented.automated · high confidence
80mediumtwentyhq/twentyCustomizable CRM platform with Claude-compatible Agent Skills and workspace MCP access · The CRM, SDK, self-hosting path, and five Agent Skills are documented for use, while twenty-ui is explicitly alpha and the macOS companion is an unsigned development build.InstallManualInstalls into Claude CodeEvidence: Twenty is a standalone CRM, its SKILL.md distributions inject app-development guidance into Claude Code, and authenticated workspace MCP exposes records as agent tools. Inference: claude_extension is the closest Claude-relative install mode, although the core product runs independently.automated · high confidence
79unknownvercel/vercelMonorepo · productionInstallManualStandalone applicationA deployment platform and CLI used independently.curated · high confidence
78unknownkarpathy/nanochatFramework · developmentInstallManualStandalone applicationAn independent model-training application.curated · high confidence
78unknownnexu-io/open-designStandalone application · developmentInstallManualStandalone applicationAn independent design application.curated · high confidence
76unknowncalesthio/OpenMontageWorkflow · developmentInstallManualStandalone applicationAn independent agentic video-production system.curated · high confidence
76unknownflorykhan/FutureSpendStandalone application · prototypeInstallManualStandalone applicationAn independent spending application.curated · high confidence
72unknownhyperlight-dev/hyperagentFramework · prototypeInstallManualStandalone applicationAn independent browser-agent application.curated · high confidence
71unknownkarpathy/autoresearchFramework · prototypeInstallManualStandalone applicationAn independent research automation application.curated · high confidence
70unknowncoleam00/hyperframes-ai-video-generationWorkflow · developmentInstallManualStandalone applicationAn independent AI video-generation workflow.curated · high confidence
69unknownDenchHQ/DenchClawStandalone application · developmentInstallManualStandalone applicationAn independent agent application.curated · high confidence
Back to the headline ↑

No · archived

Dead or archived

Archived projects that should not be selected for new work.

1repositoryDo not install
What it is

Dead or archived repositories remain in the catalog as historical evidence, redirects, or migration references. They are not current installation candidates.

Why it matters

Preserving the record prevents broken provenance and helps explain older recommendations, while the explicit status keeps an obsolete project out of a new stack.

How it works

Follow an official successor or migration path when the archived repository documents one. Otherwise treat the repository as read-only reference material.

Practical guidanceDo not recommend or install an archived project for new work. Reassess only if the owner formally resumes maintenance or names a supported successor.

ScoreEffortRepositoryInstall relationshipClassification note
71unknowngsd-build/get-shit-doneDocumentation repository · unknownInstallManualArchivedArchived; its README redirects to open-gsd/gsd-core.curated · high confidence
Back to the headline ↑

Live catalog

Explore repository classifications

98 results
ScoreEffortRepositoryMechanismInstall relationshipReadinessClassification note
100lowblader/humanizerSkill collectionInstallManualSkillsInstalls into Claude CodeproductionA single portable writing skill with a narrow trigger.curated · high confidence
100lowDeusData/codebase-memory-mcpMCP serverInstallManualMCPInstalls into Claude CodeproductionA local structural code graph exposed through MCP.curated · high confidence
94lowcoreyhaines31/marketingskillsSkill collectionInstallManualSkillsInstalls into Claude CodeproductionA broad collection of 49 marketing skills.curated · high confidence
94lowkepano/obsidian-skillsSkill collectionInstallManualSkillsInstalls into Claude CodeproductionObsidian formats, vault workflows, and Defuddle extraction skills.curated · high confidence
92lowyamadashy/repomixCLIInstallManualCLI / libraryRuns alongsideproductionA repository packer run manually alongside an agent.curated · high confidence
88lowanthropics/claude-codeCLIInstallManualHostHostproductionClaude Code itself and its official plugin marketplace.curated · high confidence
88lowanthropics/skillsSkill collectionInstallManualSkillsInstalls into Claude CodeproductionOfficial Anthropic Agent Skills examples and reusable workflows.curated · high confidence
88mediumJuliusBrussee/cavemanCLIInstallManualHooksInstalls into Claude CodedevelopmentA skill, proxy, recovery, memory, and compression system.curated · high confidence
88lowmattpocock/skillsSkill collectionInstallManualSkillsInstalls into Claude CodeproductionSmall, editable, composable skills that can be installed selectively.curated · high confidence
88lowobra/superpowersSkill collectionInstallManualOrchestrationInstalls into Claude CodeproductionAuto-triggered skills with a TDD, worktree, and subagent lifecycle.curated · high confidence
88lowpbakaus/impeccableSkill collectionInstallManualSkillsOrchestrationInstalls into Claude CodeproductionFrontend design skills plus commands and detector rules; also participates in orchestration.curated · high confidence
88unknownsupabase/supabaseMonorepoInstallManualStandaloneStandalone applicationproductionA complete backend platform, not a Claude Code extension.curated · high confidence
88mediumthedotmack/claude-memPluginInstallManualHooksInstalls into Claude CodeproductionCaptures session observations and injects them into later sessions.curated · high confidence
88lowVoltAgent/awesome-claude-code-subagentsAgent collectionInstallManualOrchestrationInstalls into Claude CodeproductionA large catalog of installable specialist subagents.curated · high confidence
86mediumComposioHQ/composioMonorepoInstallManualMCPInstalls into Claude CodeproductionAuthenticated actions across external services.curated · high confidence
86unknownhesreallyhim/awesome-claude-codeDocumentation repositoryInstallManualCatalogReference onlyproductionA reading list and index of Claude Code resources.curated · high confidence
84mediumbmad-code-org/BMAD-METHODFrameworkInstallManualOrchestrationInstalls into Claude CodeproductionAn adaptive multi-role delivery method.curated · high confidence
84mediumEveryInc/compound-engineering-pluginSkill collectionInstallManualOrchestrationInstalls into Claude CodeproductionA brainstorm, plan, work, and review loop.curated · high confidence
84mediumgithub/spec-kitCLIInstallManualOrchestrationInstalls into Claude CodeproductionA formal constitution-to-spec-to-plan-to-tasks workflow.curated · high confidence
84highmultica-ai/multicaStandalone applicationInstallManualDesktop GUIRuns alongsideproductionA desktop interface wrapping Claude Code and agent workflows.curated · high confidence
84lowopenai/codex-plugin-ccPluginInstallManualOrchestrationInstalls into Claude CodeproductionCodex review, delegation, and session handoff within Claude Code.curated · high confidence
83unknownComposioHQ/awesome-claude-skillsSkill collectionInstallManualCatalogReference onlyproductionA skill catalog that also includes one connect-apps plugin.curated · high confidence
83lowmultica-ai/andrej-karpathy-skillsSkill collectionInstallManualSkillsInstalls into Claude CodeproductionGuideline-oriented skills derived from engineering principles.curated · high confidence
82unknownamaancoderx/npxskilluiCLIInstallManualAuthoringRuns alongsidedevelopmentExtracts design systems and generates agent-ready skills.curated · high confidence
82lowLeonxlnx/taste-skillSkill collectionInstallManualSkillsInstalls into Claude CodedevelopmentFrontend design guidance loaded as a skill.curated · high confidence
82lownextlevelbuilder/ui-ux-pro-max-skillSkill collectionInstallManualSkillsInstalls into Claude CodedevelopmentUI and UX reference catalogs packaged as a skill.curated · high confidence
80highAbdelftahZowail/QuicklySelf-hosted cold-email platform with remote MCP toolsInstallManualStandaloneMCPStandalone applicationSelf-hostable with substantial production configurationEvidence: Quickly is a separately deployed web application and exposes lead-related tools through remote MCP. Inference: Claude Code could consume that tool surface through compatible MCP support, but no Claude-specific configuration or validation was supplied, so it is not classified as a native Claude extension.automated · medium confidence
80mediumamElnagdy/delegate-skillsAgent Skills delegation and external-CLI orchestration toolkitInstallManualSkillsOrchestrationCLI / libraryInstalls into Claude CodeUsable with caveats: the common relay contract is smoke-tested, several implementers have live runs, and others remain contract-tested or platform-unverified.Evidence: SKILL.md packages load delegation instructions into Claude Code, while bundled Node relays orchestrate separate installed coding-agent CLIs and normalize their results. Claude-targeted Skills CLI installation is documented; useful dispatch additionally requires Node, Git, and an authenticated implementer CLI.automated · high confidence
80mediumapache/makaLocal-first AI agent workspace and runtimeInstallManualStandaloneDesktop GUIMCPStandalone applicationDeveloper and tester prerelease; explicitly not intended for production useEvidence: Maka supplies its own Electron desktop, TUI/CLI, Runtime Host, model connections, and model-visible coding tools. No Claude Code plugin, hook, skill, or native bridge is documented. Inference: it runs alongside or replaces Claude Code as a standalone alternative; setup requires Node and a user-configured model.automated · high confidence
80mediumapify/crawlee-pythonPython web crawling and browser automation libraryInstallManualCLI / libraryInfrastructureRuns alongsideProduction-oriented library with documented examples, type hints, tests, CI badges, packaged releases, and optional integrations, although deployment-specific validation remains necessary.Evidence: Crawlee is a Python package plus scaffolding CLI that supplies crawling infrastructure and can use Playwright. No Claude Code plugin, skill, hook, MCP server, or manifest is documented. Inference: it runs alongside Claude Code as a dependency in projects Claude may help develop, rather than extending Claude directly.automated · high confidence
80mediumAprilNEA/OpenLogiStandalone desktop peripheral-management applicationInstallManualStandaloneDesktop GUICLI / libraryStandalone applicationPre-stable releases are documented for end-user installation, with platform and hardware coverage varying by feature.Evidence: OpenLogi installs as its own GUI, background agent, overlay, and CLI and operates independently of Claude Code. Evidence: platform packages require ordinary application installation plus device permissions or agent setup on some systems. No Claude-specific extension mechanism is documented.automated · high confidence
80unknownblack-forest-labs/flux2LibraryInstallManualStandaloneStandalone applicationproductionAn independent image-generation model and toolkit.curated · high confidence
80highcalcom/cal.diySelf-hosted scheduling application with repository-local Claude development contextInstallManualStandaloneSkillsRuns alongsideUsable for advanced self-hosters and contributors; explicitly not recommended by its README for production or commercial deployment.Evidence: Cal.diy runs as a self-hosted web application, while repository specs, feature-local CLAUDE.md files, and machine-readable rules provide development context Claude can read. No installable Claude extension or tool surface is evidenced. Inference: it runs alongside Claude Code, and full application setup is high effort.automated · high confidence
80lowcathrynlavery/diagram-designClaude Code plugin and portable Agent SkillInstallManualSkillsMCPInstalls into Claude CodeUsable for diagram generation with strong repository-authored checks, but output quality, host compatibility, and security claims were not independently verified from executed tests.Evidence: a native Claude plugin loads a routed SKILL.md and commands; bundled Python extractors and self-checks add local executable helpers. Basic Claude installation is short, while optional PNG export and development checks require extra dependencies.automated · high confidence
80highchatwoot/chatwootOmnichannel customer-support platformInstallManualStandaloneStandalone applicationProduction-oriented but operationally substantial; only the latest version receives security support, and supplied files do not establish Claude Code compatibility.Evidence: Chatwoot is deployed and operated as its own customer-support web application. Inference: it may run independently in an environment where Claude Code is also used, but no Claude Code integration is documented, so it is not classified as context injection, interception, orchestration, or a Claude tool surface.automated · high confidence
80lowcodeswithroh/tastemakerClaude Code UI design skill and pluginInstallManualSkillsMCPInstalls into Claude CodeReady for guided use in UI projects when generated design and fetched assets are reviewed; some optional asset and export paths require extra local dependencies or setup.The Claude Code plugin injects a SKILL.md workflow and exposes bundled local Python helpers through that workflow; inference: optional illustration and export dependencies can raise setup beyond the basic install.automated · high confidence
80mediumConardLi/garden-skillsAgent Skills collectionInstallManualSkillsMCPOrchestrationInstalls into Claude CodeProduction-oriented and usable, with per-skill setup and external dependencies varying from low to medium.SKILL.md packages inject task guidance into Claude Code; bundled scripts and scaffolds add executable helpers, while some workflows coordinate checkpoints and optional sub-agent reviews. Basic installation is low effort, but selected skills require additional runtimes, tools, or credentials.automated · high confidence
80mediumD4Vinci/ScraplingWeb scraping framework with Agent Skill and MCP integrationInstallManualMCPSkillsCLI / libraryInstalls into Claude CodeUsable with review; parsing is a small install, while fetchers, browsers, MCP, and full crawling require optional dependencies and broader system access.Evidence: Claude Code can load the official Agent Skill for API guidance, while the optional MCP server exposes Scrapling capabilities and the skill directs use of its Python CLI/library. Inference: claude_extension is the closest install mode because the skill is tested with Claude Code, although no native plugin manifest is supplied.automated · high confidence
80mediumdiegosouzapw/OmniRouteAI gateway and model routerInstallManualInfrastructureRuns alongsideProduction-capable with deployment and upstream-dependency caveatsRuns as a separate local or remote AI gateway in front of Claude Code's model traffic; it is not installed as a Claude Code plugin.automated · high confidence
80lowDietrichGebert/ponytailClaude Code minimal-code plugin and Agent SkillInstallManualSkillsHooksMCPInstalls into Claude CodeUsable for Claude Code with documented installation and tests, with caveats around Node-based hook activation, model adherence, and unverified benchmark and security claims.Evidence: the Claude Code plugin injects a SKILL.md ruleset and uses Node lifecycle hooks for session, prompt, and subagent activation; an optional MCP server exposes a prompt and read-only tool. Basic install is short, but automatic activation requires Node on the non-interactive PATH.automated · high confidence
80mediumdzhng/deep-researchStandalone AI research assistantInstallManualStandaloneOrchestrationStandalone applicationUsable with configuration, but not production-validatedEvidence: the repository runs its own interactive Node.js research assistant and orchestrates recursive query generation, retrieval, result processing, and report writing. No Claude Code extension mechanism is documented; treating it as a standalone companion or alternative is an inference.automated · high confidence
80lowdzhng/skillsAgent Skills collection and software-delivery orchestration playbooksInstallManualSkillsOrchestrationAuthoringInstalls into Claude CodeUsable selectively with caveats; the multi-day autonomous workflow requires capable host tooling, project-specific verification, and human review.Evidence: SKILL.md packages can be copied into .claude/skills, and a Claude plugin manifest bundles 12 skills. Review, implementation, and full-loop skills coordinate other skills or agents; write-skills and eval-skills define authoring and evaluation methods. Basic installation is short, although advanced workflows need external tools.automated · high confidence
80lowelayadesign/ai-design-skillsAgent skill collectionInstallManualSkillsAuthoringInstalls into Claude CodeUsable for guided landing-page work, with strong prescriptive coverage but limited repository-scale evidence.A portable Markdown Agent Skill copied into Claude Code; skill_authoring is inferred from the repository's reusable folder and SKILL.md structure.automated · high confidence
80lowemilkowalski/skillsAgent Skills collectionInstallManualSkillsInstalls into Claude CodeReady to install and use, subject to host compatibilityInference: SKILL.md packages installed through the documented skills CLI extend Claude-compatible hosts by injecting task-specific guidance; no new tool surface is evidenced.automated · medium confidence
80mediumfirecrawl/firecrawlWeb context API and agent tool platformInstallManualMCPSkillsInfrastructureInstalls into Claude CodeUsable through the hosted API and documented agent integrations, while self-hosting and the separate CLI/MCP components require additional setup and review.Evidence: Firecrawl exposes web capabilities through a documented MCP route and API/CLI surfaces, while installable Skills provide agent guidance and this repository authors build skills. Evidence: the core also runs as hosted or self-hosted web infrastructure. Inference: claude_extension is the closest install mode because Claude Code Skill support is explicit, although CLI and MCP implementationautomated · medium confidence
80lowfreestylefly/awesome-gpt-image-2Agent Skill and image-prompt catalogInstallManualSkillsCatalogInstalls into Claude CodeUsable for prompt selection and drafting, with legal, output-quality, compatibility, and uninspected-implementation caveats.Evidence: a native Claude Code marketplace route or installer places SKILL.md and its generated style reference in Claude's skills directory. The repository also acts as a prompt and example catalog. No Claude-facing image-generation tool or interception layer is evidenced.automated · high confidence
80highgoogle/mantisPortable security-review Agent Skills with reference orchestration harnessInstallManualSkillsOrchestrationInfrastructureCopy/paste onlyUse only with expert supervision in isolated, restricted environments; not production-ready by its own documentationEvidence: SKILL.md files inject staged security procedures, while the ADK reference harness orchestrates 16 agents and sandbox infrastructure. Inference: Claude Code could consume portable skills, but no Claude-specific plugin or path is documented; copy_paste best reflects cloning or generic skills-CLI use. End-to-end safe setup is high effort.automated · medium confidence
80highharry0703/MoneyPrinterTurboAI short-video generation application with a portable agent skillInstallManualStandaloneSkillsMCPCopy/paste onlyUsable for local or containerized workflows with moderate-to-high setup and credential requirements; agent-assisted generation is documented for macOS and Windows.Evidence: MoneyPrinterTurbo is a standalone WebUI/API/CLI application; a remote SKILL.md injects agent instructions and invokes an adjacent Python helper. Inference: Claude Code can consume the portable skill when its terminal supports the stated capabilities, but no native plugin is shown. Setup is high because it downloads and runs a large media stack and often needs credentials.automated · medium confidence
80lowjakubkrehel/skillsAgent Skills collection and Claude Code pluginInstallManualSkillsOrchestrationAuthoringInstalls into Claude CodeUsable for selective or full installation, but validation and outcome evidence are limited to documentation in the supplied files.Evidence: Markdown skills install as the native Claude Code plugin interfaces or through a skills CLI. better-interface orchestrates domain skills, and AGENTS.md defines a reusable authoring contract. The native plugin is the primary Claude Code install mode.automated · high confidence
80lowkokasexton/awesome-marketing-reposCurated marketing repository catalogInstallManualCatalogReference onlyUsable for discovery with independent verification requiredEvidence: the repository is a Markdown awesome list that routes readers to marketing tools, including Claude Code skills and MCP resources. It provides no evidenced plugin, skill, hook, tool server, or runtime integration of its own, so it is reference-only.automated · high confidence
80mediumMadAppGang/magusClaude Code plugin marketplace and development workflow suiteInstallManualCatalogSkillsMCPInstalls into Claude CodeMixed: core plugin packaging and documentation appear usable, while readiness varies substantially by plugin and external dependency.Evidence: Magus is a Claude Code marketplace whose plugins add skills and knowledge to context and register MCP tools, agents, commands, and hooks. Inference: medium setup reflects simple marketplace registration but plugin-dependent binaries, credentials, and configuration; orchestration and interception are important features but omitted due to the three-mechanism limit.automated · high confidence
80highmautic/mauticSelf-hosted marketing automation applicationInstallManualStandaloneStandalone applicationProduction use is directed to tagged, Composer-installed, or prepackaged releases; source outside tagged releases is not production-ready.Evidence: Mautic deploys as its own PHP web application using Composer or a prepackaged release and requires database, browser, and maintenance workflows. No Claude-specific mechanism is documented, so it is a standalone application rather than a Claude Code extension.automated · high confidence
80lowMengTo/SkillsPortable Agent Skills collectionInstallManualSkillsAuthoringCopy/paste onlyUsable with caveats; many skills are directly consumable, while installation conventions and some draft areas remain unsettled.Evidence: Claude Code is instructed to consume individual SKILL.md files through CLAUDE.md, a copied skills setup, or direct context. Inference: skill_authoring also applies because the repository defines a reusable skill folder contract and creation workflow; no packaged Claude plugin is evidenced.automated · high confidence
80mediummicrosoft/playwrightBrowser automation and end-to-end testing frameworkInstallManualMCPCLI / libraryInfrastructureRuns alongsideProduction-oriented framework with documented testing, library, MCP, CLI, and editor pathsEvidence: Claude Code can register the separately packaged Playwright MCP server as a browser tool surface, while a separately hosted CLI targets coding agents and can install skills. This repository primarily provides browser-testing infrastructure and libraries, not a native Claude extension; setup requires Node tooling and usually browser components.automated · high confidence
80lowmodelcontextprotocol/serversMCP serverInstallManualMCPInstalls into Claude CodeprototypeOfficial reference MCP servers for common capabilities.curated · high confidence
80mediummoonlight-lupin/agent-skillsCross-agent Agent Skills library with a Hermes-native retrieval pluginInstallManualSkillsMCPAuthoringInstalls into Claude CodeUsable for Claude Code with adaptation; individual dependencies, credentials, and host-tool mappings vary by skill.Evidence: Claude Code can load the SKILL.md packages from .claude/skills, and many skills include executable helper scripts. Evidence: skill-maintainer covers authoring and curation. The BM25 plugin is Hermes-only; medium effort reflects tool-name adaptation and per-skill dependencies.automated · high confidence
80mediumn8n-io/n8nWorkflow automation and AI-agent platformInstallManualStandaloneCLI / librarySkillsRuns alongsideProduction-oriented, with deployment and enterprise features documented; Claude integration evidence is split between a contributor plugin and a user-facing CLI skill.Evidence: n8n runs as its own cloud or self-hosted workflow platform; @n8n/cli is an external API client whose skill installer adds Claude Code guidance. The repository also has an internal Claude plugin, but no external distribution is shown. Inference: runs_alongside best describes public Claude use; instance deployment and credentials make setup medium.automated · high confidence
80mediumnateherkai/scroll-craftClaude Code plugin and portable Agent SkillInstallManualSkillsMCPInstalls into Claude CodeUsable for specialized website builds with substantial environment and human-review caveats.Evidence: a native Claude Code plugin loads a SKILL.md workflow, and the skill directs Claude to use bundled workspace, media, serving, and Playwright verification scripts. Medium setup reflects Node, full ffmpeg, Chrome, and playwright-core requirements; optional generation also needs a kie.ai key.automated · high confidence
80mediumNousResearch/hermes-agentStandalone autonomous agent platformInstallManualStandaloneDesktop GUIMCPStandalone applicationDocumented for end-user installation across major desktop operating systems and remote deployments, with production readiness not independently established.Evidence: Hermes installs and runs its own agent CLI, gateway, web dashboard, and Electron desktop app, while exposing tools, MCP hosting, skills, subagents, and plugin middleware. Inference: it is an alternative or companion to Claude Code; no native Claude Code extension path is documented.automated · high confidence
80highomacom/omarchyOpinionated Linux distribution and agent-aware desktop environmentInstallManualInfrastructureDesktop GUIStandaloneStandalone applicationUsable as a complete workstation environment, with elevated migration and trust requirementsEvidence: Omarchy is a full Linux distribution and Quickshell desktop that provisions Claude, launches coding agents, and displays collector-derived usage. It does not evidence Claude context injection, hooks, MCP, or model-visible tools; its relationship is host infrastructure and companion GUI.automated · high confidence
80lowopenai/codexStandalone coding agent CLI and embeddable SDK platformInstallManualStandaloneCLI / libraryMCPRuns alongsideReady for direct end-user installation and application embedding according to first-party documentation, with authentication required and sandbox, permissions, network policy, and telemetry configuration needing environment-specific review.Evidence: Codex installs and runs as its own CLI, while Python and TypeScript SDKs embed or spawn it and its host exposes model-visible tools. No native Claude Code plugin, hook, or skill is documented; inference: it runs alongside Claude Code as an alternative or companion.automated · high confidence
80mediumOrchestra-Research/AI-Research-SKILLsAI research Agent Skills libraryInstallManualSkillsOrchestrationAuthoringInstalls into Claude CodeUsable for guided research workflows, but framework guidance, autonomous claims, and demo results require project-specific validationEvidence: the installer or marketplace places SKILL.md packages in Claude Code skill locations, and autoresearch routes work across domain skills. Inference: skill_authoring applies because the repository documents a reusable skill structure and contributions. Basic install is short, but research execution often needs substantial dependencies, compute, and credentials.automated · high confidence
80mediumOrRon/EpicInfographicsClaude Code Agent Skill and rendering toolkitInstallManualSkillsMCPOrchestrationInstalls into Claude CodeUsable for reviewed creative workflows, but local scripts, browser dependencies, generated claims, and output quality require human oversight.Evidence: a native Claude plugin or copied SKILL.md injects the workflow; bundled Node scripts expose checking, rendering, and animation tools; the skill sequences user choices, references, validation, visual review, correction, and optional motion. Setup is medium because rendering needs npm dependencies and Chromium, with ffmpeg additionally required for animation.automated · high confidence
80lowOthmanAdi/planning-with-filesClaude Code planning plugin and cross-agent skillInstallManualSkillsHooksOrchestrationInstalls into Claude CodeProduction-oriented but configuration-sensitive; the repository supports only the latest release and recommends verifying hook activation with its doctor utility.Evidence: the native Claude Code plugin installs SKILL.md, slash commands, and lifecycle hooks that inject plans, intercept lifecycle and tool events, recover state, and gate completion. Basic plugin setup is two marketplace commands, but skill-only routes have reduced activation behavior.automated · high confidence
80lowOwl-Listener/designer-skillsClaude Code design skills and workflow plugin suiteInstallManualSkillsOrchestrationAuthoringInstalls into Claude CodeDocumented for direct selective installation from a Claude Code plugin marketplace, with repository-authored linting, generation, and CI requirements; output quality and host compatibility were not independently demonstrated.Evidence: native Claude Code plugins supply Markdown skills and slash commands, with commands chaining same-plugin skills. Evidence: templates, lint rules, and generators define a skill-authoring system. Basic marketplace selection is documented as no-terminal setup; companion repositories and Gemini copying are separate paths.automated · high confidence
80highp-e-w/hereticStandalone transformer model-modification and interpretability CLI.InstallManualStandaloneCLI / libraryStandalone applicationUsable beta for technically equipped local-model researchers, with substantial compute, validation, and safety-review requirements.Evidence: pyproject.toml publishes a Python console entry point and library dependencies, while the README describes a self-contained GPU model-modification workflow. No Claude Code plugin, skill, hook, MCP surface, or host integration is documented. Inference: it can run alongside Claude Code only as ordinary external software.automated · high confidence
80mediumPanniantong/Agent-ReachClaude Code-compatible Agent Skill and Python CLI for routed internet accessInstallManualSkillsOrchestrationCLI / libraryInstalls into Claude CodeDocumented for practical use, with medium setup and significant dependence on mutable third-party tools, services, credentials, and browser sessions.Evidence: SKILL.md injects routing guidance, doctor selects among ordered backends, and the Python CLI provisions or diagnoses external CLIs and MCP services. Inference: claude_extension is the closest mode because Claude Code is named as a supported skill host, although no Claude-specific manifest or path was supplied.automated · medium confidence
80mediumpuppeteer/puppeteerBrowser automation libraryInstallManualCLI / libraryInfrastructureRuns alongsideProduction-orientedEvidence: Puppeteer is a Node library plus browser-management CLI and infrastructure, while the README points to a separately installed Puppeteer-based MCP server. Inference: it runs alongside Claude Code rather than extending it natively; setup typically includes packages, browser binaries, and platform dependencies.automated · high confidence
80mediumrebelytics/one-skill-to-rule-them-allAgent Skill for continuous skill discovery and improvementInstallManualSkillsOrchestrationAuthoringInstalls into Claude CodeUsable with operational and compatibility caveatsEvidence: Claude Code loads a copied SKILL.md bundle that injects observation and governance instructions, coordinates session, logging, review, and authoring episodes, and defines creation and improvement workflows. Inference: orchestration applies to the multi-episode meta-workflow; no bundled interception hook is evidenced.automated · high confidence
80lowreferodesign/refero_skillClaude Code design plugin with Agent Skill and MCP toolsInstallManualSkillsMCPOrchestrationInstalls into Claude CodeUsable with service and verification caveatsEvidence: a Claude Code plugin manifest packages the refero-design SKILL.md and MCP configuration; the skill injects design methodology, the read-only MCP exposes research tools, and the workflow routes among styles, screens, flows, and build paths. Live use adds OAuth and a paid plan.automated · high confidence
80lowrtk-ai/rtkCLI output-compression proxy with Claude Code command-rewrite hookInstallManualHooksCLI / librarySkillsInstalls into Claude CodeUsable for developer workflows where reduced shell output is desirable, but adopters should validate filter fidelity, hook compatibility, recovery behavior, telemetry settings, and handling of sensitive command output in their environment.Evidence: Claude Code uses a PreToolUse hook that rewrites Bash tool input to RTK wrappers; the binary invokes and filters external CLIs, and default initialization adds RTK.md or CLAUDE.md guidance. Basic setup is a binary installation plus documented initialization, although policy review may increase effort.automated · high confidence
80mediumSeleniumHQ/seleniumCross-browser automation frameworkInstallManualCLI / libraryInfrastructureRuns alongsideProduction-capable framework; Claude Code integration is indirect and unverifiedEvidence: Selenium supplies language libraries, a Rust management CLI, WebDriver infrastructure, and Grid. No Claude plugin, skill, hook, or MCP surface is documented. Inference: Claude Code may author or invoke Selenium code alongside normal project tooling; setup varies from a package plus browser to distributed Grid infrastructure.automated · high confidence
80lowshadcndashboard/shadcndashboardProject-local Claude Code skill bundled with a frontend application starterInstallManualSkillsInstalls into Claude CodeUsable as a client-side dashboard starter and repository-specific coding guide, with production readiness dependent on replacing mocked data and validating the application.Evidence: a repository-local SKILL.md under .claude/skills injects task-specific project guidance into Claude Code. No plugin manifest, tool surface, interception, or orchestration is evidenced; the dashboard itself remains a standalone frontend project.automated · high confidence
80lowtimharris707/modeldeckmacOS menu bar account and usage monitorInstallManualStandaloneDesktop GUIInfrastructureStandalone applicationUsable through a signed, notarized DMG for documented macOS 14+ workflows, with source builds requiring additional tooling.Evidence: ModelDeck installs as a self-contained macOS menu bar app with a bundled localhost daemon and operates beside Claude Code and Codex. It reads usage and switches isolated profile homes for new sessions, but no Claude Code plugin, skill, hook, or context injection is documented.automated · high confidence
80mediumtwentyhq/twentyCustomizable CRM platform with Claude-compatible Agent Skills and workspace MCP accessInstallManualSkillsMCPStandaloneInstalls into Claude CodeThe CRM, SDK, self-hosting path, and five Agent Skills are documented for use, while twenty-ui is explicitly alpha and the macOS companion is an unsigned development build.Evidence: Twenty is a standalone CRM, its SKILL.md distributions inject app-development guidance into Claude Code, and authenticated workspace MCP exposes records as agent tools. Inference: claude_extension is the closest Claude-relative install mode, although the core product runs independently.automated · high confidence
80mediumunclecode/crawl4aiWeb crawling and scraping frameworkInstallManualMCPCLI / libraryInfrastructureRuns alongsideUsable for development and self-hosted workflows, but deployments should use a current security release and receive careful hardening, resource controls, and legal review.Evidence: the Python/CLI/Docker crawler runs alongside Claude Code, and its self-hosted MCP server exposes seven documented tools over SSE or WebSocket. It is also browser and API infrastructure; no native Claude plugin or skill is evidenced.automated · high confidence
80mediumYeachan-Heo/oh-my-claudecodePluginInstallManualOrchestrationHooksInstalls into Claude CodedevelopmentTeams and autopilot orchestration with a large skill surface and lifecycle hooks.curated · high confidence
79unknownvercel/vercelMonorepoInstallManualStandaloneStandalone applicationproductionA deployment platform and CLI used independently.curated · high confidence
78unknownkarpathy/nanochatFrameworkInstallManualStandaloneStandalone applicationdevelopmentAn independent model-training application.curated · high confidence
78highlcoutodemos/clui-ccStandalone applicationInstallManualDesktop GUIRuns alongsidedevelopmentA macOS Electron interface wrapping Claude Code.curated · high confidence
78unknownnexu-io/open-designStandalone applicationInstallManualStandaloneStandalone applicationdevelopmentAn independent design application.curated · high confidence
78unknownvirgiliojr94/book-to-skillSkill collectionInstallManualAuthoringRuns alongsidedevelopmentTurns books and stable documents into SKILL.md packages.curated · high confidence
77lowdarnoux/claude-code-level-upSkill collectionInstallManualSkillsInstalls into Claude CodedevelopmentAudits a Claude Code setup and recommends a roadmap.curated · high confidence
77lowjarrodwatts/claude-hudPluginInstallManualHooksInstalls into Claude CodedevelopmentA status-line HUD driven by Claude Code lifecycle data.curated · high confidence
76unknowncalesthio/OpenMontageWorkflowInstallManualStandaloneStandalone applicationdevelopmentAn independent agentic video-production system.curated · high confidence
76unknownflorykhan/FutureSpendStandalone applicationInstallManualStandaloneStandalone applicationprototypeAn independent spending application.curated · high confidence
75mediumzilliztech/claude-contextMCP serverInstallManualMCPInstalls into Claude CodeproductionVector-backed semantic code search exposed through MCP.curated · high confidence
74highAgent-Field/SWE-AFFrameworkInstallManualOrchestrationInstalls into Claude CodedevelopmentA public-beta autonomous engineering-team runtime.curated · high confidence
74mediumkrusemediallc/arcads-claude-codeSkill collectionInstallManualSkillsInstalls into Claude CodedevelopmentArcads image and video API skills.curated · high confidence
74highshuairongzeng/claudiaStandalone applicationInstallManualDesktop GUIRuns alongsidedevelopmentA Tauri desktop interface for Claude Code.curated · high confidence
74mediumVectifyAI/PageIndexLibraryInstallManualCLI / libraryRuns alongsidedevelopmentA vectorless RAG library used outside Claude Code.curated · high confidence
72unknownhyperlight-dev/hyperagentFrameworkInstallManualStandaloneStandalone applicationprototypeAn independent browser-agent application.curated · high confidence
71unknowngsd-build/get-shit-doneDocumentation repositoryInstallManualArchivedArchivedunknownArchived; its README redirects to open-gsd/gsd-core.curated · high confidence
71unknownkarpathy/autoresearchFrameworkInstallManualStandaloneStandalone applicationprototypeAn independent research automation application.curated · high confidence
71lowlanggptai/awesome-claude-promptsPrompt collectionInstallManualSkillsCopy/paste onlyprototypePrompt text for copying and pasting; it is not an installable extension.curated · high confidence
71unknownpunkpeye/awesome-mcp-serversDocumentation repositoryInstallManualCatalogReference onlyunknownAn MCP server reading list; the snapshot found an empty root README.curated · high confidence
70unknowncoleam00/hyperframes-ai-video-generationWorkflowInstallManualStandaloneStandalone applicationdevelopmentAn independent AI video-generation workflow.curated · high confidence
69unknownDenchHQ/DenchClawStandalone applicationInstallManualStandaloneStandalone applicationdevelopmentAn independent agent application.curated · high confidence

Documented collisions

Where repositories compete for the same trigger

Open relationship graph →
TypeRepository ARepository BWhy they collideSnapshot verdict
alternativegithub/spec-kitBMAD-METHODFormal spec-driven versus adaptive multi-roleNeither by default; see lifecycle ownership
overlappinggithub/spec-kitobra/superpowersBoth own lifecycle phasesPrefer superpowers
alternativecompound-engineeringmattpocock/skillsLarge loop versus small, selective skillsDepends on desired ceremony
overlappingpbakaus/impeccableLeonxlnx/taste-skillBoth provide frontend-design guidancePrefer impeccable
overlappingpbakaus/impeccableui-ux-pro-max-skillBoth provide UI and UX guidancePrefer impeccable
high overlaprtk-ai/rtkJuliusBrussee/cavemanBoth reduce context cost through hooksPrefer rtk; do not run both
high alternativecodebase-memory-mcpzilliztech/claude-contextBoth provide repository retrievalPrefer codebase-memory-mcp
alternativeVectifyAI/PageIndexbook-to-skillRetrieval versus compilationPrefer book-to-skill for stable sources
alternativeAgent-Field/SWE-AFmultica-ai/multicaAutonomous factory versus human-and-agent boardChoose neither for now

These verdicts are curated decisions from the attached snapshot. Automated classifications added later appear in the explorer but do not silently receive an editorial verdict.

Six decisions resolved

Recommended choices and what would change them

Test a project request →
#DecisionRecommendationWhyWhat would change it
1Lifecycle ownershipobra/superpowersLow effort, production-ready, automatically triggeredspec-kit or BMAD if mandatory TDD/worktrees do not fit
2Context compressionrtk-ai/rtkProduction-ready with a 5/5 security boundaryCaveman when prose and prompt compression is the primary need
3Code retrievalcodebase-memory-mcp100 score, local structural graph, no vector infrastructureclaude-context for semantic similarity across prose
4Frontend designpbakaus/impeccableProduction-ready with explicit routing boundariesExtract an existing design system with npxskillui first
5Document knowledgebook-to-skillNative skill output for stable sourcesPageIndex when the source changes frequently
6Agent teamsNeither, for nowBoth current choices have high setup effortRevisit when team orchestration becomes a demonstrated need

Select a decision name for the evidence, tradeoffs, and cautions behind the summary.

1
Lifecycle ownershipRecommended: obra/superpowers

Superpowers is the only contender in this snapshot combining low setup effort, production readiness, and 5/5 setup simplicity. Its automatically triggered skills make the method harder to forget than an invocation-dependent workflow.

Superpowers · 88 · low effortspec-kit · 84 · mediumBMAD · 84 · mediumcompound-engineering · 84 · mediumoh-my-claudecode · 80 · developmentSWE-AF · 74 · high

What would flip it: If mandatory TDD and worktrees are unacceptable, use spec-kit for durable specification artifacts or BMAD-METHOD for role-based ceremony. If you want no methodology, choose mattpocock/skills à la carte.

Avoid SWE-AF for a first personal setup and avoid oh-my-claudecode when its 41 indexed skills would compete with another lifecycle owner.

2
Context compressionRecommended: rtk-ai/rtk

rtk is production-ready, low effort, Apache-2.0 licensed, and has a 5/5 security-boundary rating. It primarily compresses shell, Git, test, and build output.

What would flip it: Choose Caveman when long prose, repeated prompt context, or recoverable input compression dominates the token bill. Review its mixed MIT and BSL-1.1 licensing for commercial use.

Do not run both. Claude Code hooks merge, so both compressors can fire for the same command.

3
Code retrievalRecommended: DeusData/codebase-memory-mcp

codebase-memory-mcp is the catalog’s only 100-point repository, uses a persistent local structural graph, exposes 14 MCP tools, and does not require embeddings or a vector database.

What would flip it: Choose claude-context when semantic similarity over prose, comments, and documentation matters more than code structure. Keep repomix as a complementary snapshot and handoff tool.

4
Frontend designRecommended: pbakaus/impeccable, alone

Impeccable is production-ready and defines explicit routing boundaries. That makes it less likely to collide with other description-matched design guidance than taste-skill or ui-ux-pro-max.

Existing design system: Run npxskillui to extract the incumbent tokens, make those authoritative, and use Impeccable to audit against them.

This snapshot deliberately differs from the wiki combination that suggests stacking multiple design skills; nothing arbitrates their overlapping triggers at runtime.

5
Document knowledgeRecommended: book-to-skill

book-to-skill fits stable books, specifications, and standards: it compiles them into a native skill with high local control. PageIndex is better when the underlying source changes often and requires live retrieval.

6
Agent teamsRecommended: neither, for now

SWE-AF and multica both carry high setup effort; SWE-AF is still emerging/public beta. Team infrastructure is a later decision than a reliable first personal stack.

Resulting stack

Seven pieces with no two owning the same trigger

ScopeRepositoryMechanismWhy it belongs
User · safe everywherecodebase-memory-mcpMCPLocal code graph with near-zero idle context cost
User · safe everywherertkHookProduction command-output compression with a clear security boundary
User · safe everywherehumanizerSkillOne narrow, portable writing trigger
User · safe everywhereanthropics/skillsSkillsOfficial, well-described examples
ProjectsuperpowersOrchestrationUse where its mandatory methodology fits
ProjectimpeccableSkill + orchestrationFrontend projects only
Projectbook-to-skill outputGenerated skillInstall per stable knowledge domain

Before enabling interception-group tools, test them locally because lifecycle hooks execute code on your machine. Review claude-mem privacy behavior before allowing session capture and reinjection.

Open Wiki AgentSelections remain private in this browser.