Skip to main content

// curated GitHub index // 5 repositories // verified 2026-08-03

Claude Code ecosystem. Plugins, skills, workflows, hooks, and tools worth understanding.

Each entry explains what the repository does, who it helps, why it is interesting, and what to inspect before installation. Inclusion is not an endorsement; installable agent code can run hooks, scripts, MCP servers, and tools with your permissions.

officialOfficialverified 2026-08-03

Claude Code

Anthropic

GitHub ↗

The official Claude Code repository, release history, changelog, issue tracker, and distribution source.

Best for
Following releases, checking known issues, and tracing a product change back to Anthropic.
Why it is interesting
It is the primary public change stream behind Claude Code and the first stop for version-specific research.
Check before installing
Use the official documentation for supported behaviour; issues and discussions can describe unconfirmed or version-specific experiences.
Repository-specificClaude Code#official#releases#changelog
marketplaceOfficialverified 2026-08-03

Claude Code Plugins Directory

Anthropic

GitHub ↗

Anthropic's official directory of Claude Code plugins, including Anthropic-maintained and third-party entries.

Best for
Discovering plugins that use the current Claude Code marketplace format.
Why it is interesting
Its marketplace manifest is a live catalog and a practical reference for plugin structure, metadata, and distribution.
Check before installing
Official directory inclusion is not a guarantee that third-party code is safe. Review each plugin's hooks, MCP servers, scripts, permissions, and source repository.

Documented install

/plugin/plugin install <plugin-name>@claude-plugins-official
Apache-2.0 directory; linked plugins varyClaude Code#official#plugins#marketplace#skills#mcp
workflowverified 2026-08-03

Superpowers

Jesse Vincent / obra

GitHub ↗

A skills-based software-development workflow covering design, planning, testing, debugging, review, and task execution.

Best for
Developers who want a strong, repeatable engineering process around an agent rather than ad-hoc prompting.
Why it is interesting
It treats skills as an end-to-end development methodology and supports several coding-agent runtimes from one repository.
Check before installing
It changes how the agent approaches most development work. Review its hooks and skills first; the optional visual companion also documents opt-out telemetry controls.

Documented install

/plugin install superpowers@claude-plugins-official
MITClaude CodeCodexGemini CLICursor#skills#workflow#testing#planning
output styleverified 2026-08-03

Caveman

Julius Brussee

GitHub ↗

A skill and plugin that asks coding agents to give shorter, compressed responses while preserving technical details.

Best for
Users who find long agent explanations distracting or want to reduce conversational output tokens.
Why it is interesting
It packages response style, modes, lifecycle hooks, status-line feedback, and reproducible benchmarks as one cross-agent project.
Check before installing
The project distinguishes chat-response savings from full coding-run savings. Review the benchmark scope and ensure compressed prose remains clear for security and destructive actions.

Documented install

claude plugin marketplace add JuliusBrussee/cavemanclaude plugin install caveman@caveman
MITClaude CodeCodexGemini CLICursor#skill#output-style#tokens#hooks
engineering disciplineverified 2026-08-03

Ponytail

Dietrich Gebert

GitHub ↗

A plugin that pushes coding agents toward the smallest adequate implementation by checking reuse and native options before adding code.

Best for
Teams fighting over-engineering, speculative abstractions, unnecessary dependencies, or oversized diffs.
Why it is interesting
Its decision ladder turns YAGNI and reuse into an always-on agent behaviour, with audit and review commands for existing code.
Check before installing
The Claude Code plugin uses lifecycle hooks and requires Node on the non-interactive PATH. Minimalism should not remove required validation, accessibility, or safety controls.

Documented install

/plugin marketplace add DietrichGebert/ponytail/plugin install ponytail@ponytail
MITClaude CodeCodexGemini CLIOpenCode#plugin#yagni#review#hooks