Skip to content

Skills

Open-source skill collections that extend Claude Code and other AI coding agents with specialized workflows.

  • Superpowers — kompletní agentic workflow framework od Jesseho Vincenta (Prime Radiant); kompozitní “skills” řídí celý vývojový cyklus: brainstorming → plán → implementace přes subagenty → TDD → code review → merge/PR. Agent automaticky detekuje relevantní skill a dodržuje ho jako povinný workflow. Funguje s Claude Code, Cursor, Codex, OpenCode, Gemini CLI a GitHub Copilot CLI.

    Install in Claude Code:

    Terminal window
    /plugin install superpowers@claude-plugins-official

    Klíčové skills: brainstorming, writing-plans, subagent-driven-development, test-driven-development, systematic-debugging, using-git-worktrees, requesting-code-review, writing-skills

  • agent-skills — 19 production-grade engineering workflow skills for AI coding agents covering the full dev lifecycle (define → plan → build → verify → review → ship); works with Claude Code, Cursor, Gemini CLI, Windsurf, and GitHub Copilot

    Install in Claude Code:

    Terminal window
    /plugin marketplace add addyosmani/agent-skills
    /plugin install agent-skills@addy-agent-skills

    Key skills: spec-driven-development, test-driven-development, security-and-hardening, performance-optimization, code-review-and-quality, shipping-and-launch

  • caveman — “why use many token when few do trick” — skill/plugin that makes the agent talk like a caveman, cutting ~75% of output tokens while keeping full technical accuracy; includes intensity levels (Lite / Full / Ultra), 文言文 classical Chinese mode, terse commit messages (caveman-commit), one-line code reviews (caveman-review), and a caveman-compress tool that rewrites memory files (e.g. CLAUDE.md) into compressed prose saving ~45% of input tokens

    Install in Claude Code:

    Terminal window
    claude plugin marketplace add JuliusBrussee/caveman
    claude plugin install caveman@caveman

    Any agent (Cursor, Copilot, Windsurf, Cline, Codex):

    Terminal window
    npx skills add JuliusBrussee/caveman
  • claude-improve — self-improving retrospective skill; after each conversation Claude reflects on what went wrong and updates its own CLAUDE.md rules to do better next time

Reusable CLAUDE.md behavioral guidelines that can be merged into any project’s configuration.

  • andrej-karpathy-skills — single CLAUDE.md derived from Andrej Karpathy’s observations on common LLM coding pitfalls; enforces four principles: think before coding (surface assumptions and tradeoffs), simplicity first (no speculative abstractions), surgical changes (touch only what’s needed), and goal-driven execution (define verifiable success criteria before implementing)
  • Graphify — knowledge graph builder skill (Tree-sitter + LLM extraction) for codebase understanding
  • Claude Code — commands and settings reference
  • Plugins — Claude Code plugin marketplace