The Claude Bible
Home / Skills library / Process & method
Category · 52 skills

Process & method Claude Code skills

52 curated skills in the Process & method category, from official Anthropic skills to community collections and marketplace picks. Free, with the source and install command for each.

52 skills
/code-review + /simplify + ultra
Anthropic officialProcess & method

Bundled multi-agent diff review at chosen effort level (low to max, plus cloud 'ultra'), with --fix and --comment; /simplify runs the cleanup-only sibling that applies reuse/simplification fixes without bug hunting.

code.claude.com/docs/en/commandsbuilt-in (bundled skill); ultra needs Pro/Max or credits
/run + /verify + /run-skill-generator (v2.1.145+)
Anthropic officialProcess & method

Trio that launches the actual app and observes behavior instead of trusting tests; run-skill-generator records the project's launch recipe as a per-project skill at .claude/skills/run-<name>/ so all agents reuse it.

code.claude.com/docs/en/skillsbuilt-in since v2.1.145
/debug + /fewer-permission-prompts
Anthropic officialProcess & method

Session hygiene skills: /debug turns on debug logging and diagnoses issues from the session log; /fewer-permission-prompts mines your transcripts to build a read-only allowlist in settings.json.

code.claude.com/docs/en/commandsbuilt-in bundled skills
hookify (first-party plugin)
Anthropic officialProcess & method

Creates custom hooks to block unwanted Claude behaviors, the official path to enforce automated rules the model itself cannot guarantee.

github.com/anthropics/claude-plugins-official
obra/superpowers (collection)
Community collectionProcess & method

The reference agentic-development framework: ~14 process skills (brainstorm, plan, TDD, debug, review, verify) that turn Claude Code into a methodology-driven senior engineer; portable to Cursor, Codex, Copilot CLI, Gemini CLI, OpenCode.

github.com/obra/superpowers
superpowers:test-driven-development
Community collectionProcess & method

Enforces RED-GREEN-REFACTOR before any implementation code, with an anti-patterns reference; the single most-cited skill in the collection.

github.com/obra/superpowersincluded in superpowers plugin
superpowers:systematic-debugging
Community collectionProcess & method

Four-phase root-cause analysis to run on any bug or test failure before proposing a fix, killing guess-and-patch loops.

github.com/obra/superpowersincluded in superpowers plugin
superpowers:brainstorming
Community collectionProcess & method

Socratic requirements/design refinement gate that runs before any creative or feature work starts.

github.com/obra/superpowersincluded in superpowers plugin
superpowers:writing-plans + executing-plans
Community collectionProcess & method

Pair that converts a spec into a detailed implementation plan then executes it in batches with review checkpoints, optionally in a separate session.

github.com/obra/superpowersincluded in superpowers plugin
superpowers:verification-before-completion
Community collectionProcess & method

Blocks 'done/fixed/passing' claims until verification commands have actually been run and their output confirmed: evidence before assertions.

github.com/obra/superpowersincluded in superpowers plugin
forrestchang / multica-ai andrej-karpathy-skills
Community collectionProcess & method

One CLAUDE.md distilling Karpathy's Jan-2026 complaints about LLM coding into four behavioural rules (no silent assumptions, no over-engineering, no orthogonal changes, explicit verification); fastest-growing skill repo of 2026.

github.com/multica-ai/andrej-karpathy-skillscopy CLAUDE.md / SKILL.md into ~/.claude (also packaged for Codex, Cursor, Gemini, Aider)
project-artifact
Anthropic officialProcess & method

Publish a living project status page (overview, workstreams, next steps) as a shareable claude.ai artifact that refreshes to the same URL and reports only deltas.

github.com/anthropics/claude-plugins-official/tree/main/
explanatory-output-style
Anthropic officialProcess & method

Adds educational insights about implementation choices and codebase patterns while working (revives the deprecated Explanatory output style).

github.com/anthropics/claude-plugins-official/tree/main/
learning-output-style
Anthropic officialProcess & method

Interactive learning mode that pauses and asks you to contribute meaningful code at decision points instead of writing everything itself.

github.com/anthropics/claude-plugins-official/tree/main/
brainstorming (superpowers)
Community collectionProcess & method

Socratic design refinement before any creative work: explores user intent, requirements, and design alternatives before implementation starts.

github.com/obra/superpowers/tree/main/skills/brainstormi
writing-plans (superpowers)
Community collectionProcess & method

Turns a spec or requirements for a multi-step task into a detailed written implementation plan before touching code.

github.com/obra/superpowers/tree/main/skills/writing-pla
executing-plans (superpowers)
Community collectionProcess & method

Executes a written implementation plan in batches with review checkpoints, designed for running the plan in a separate session.

github.com/obra/superpowers/tree/main/skills/executing-p
verification-before-completion (superpowers)
Community collectionProcess & method

Requires running verification commands and confirming their output before claiming work is complete, fixed, or passing: evidence before assertions.

github.com/obra/superpowers/tree/main/skills/verificatio
finishing-a-development-branch (superpowers)
Community collectionProcess & method

When implementation is done and tests pass, guides the merge-vs-PR-vs-cleanup decision with structured options.

github.com/obra/superpowers/tree/main/skills/finishing-a
get-shit-done
Community collectionProcess & method

Lightweight meta-prompting and spec-driven development system for shipping features fast.

github.com/gsd-build/get-shit-done
blueprint
Community collectionProcess & method

Planning copilot that explores the codebase, asks clarifying questions, and generates executable markdown plans.

github.com/imbue-ai/blueprint
grill-me
MarketplaceProcess & method

Matt Pocock's spec-interview skill: the agent interrogates your request with pointed questions to expose vague requirements before writing any code.

skills.sh/mattpocock/skills/grill-me
grill-with-docs
MarketplaceProcess & method

Variant of grill-me that grounds its interrogation in fetched library documentation, so requirement questions reference real API constraints.

skills.sh/mattpocock/skills/grill-with-docs
tdd (mattpocock)
MarketplaceProcess & method

Enforces a red-green-refactor loop: write the failing test first, implement minimally, refactor, for every feature or fix.

skills.sh/mattpocock/skills/tdd
writing-plans
MarketplaceProcess & method

From Superpowers: converts a spec into a written multi-step implementation plan with checkpoints before any code is touched.

skills.sh/obra/superpowers/writing-plans
verification-before-completion
MarketplaceProcess & method

From Superpowers: blocks any "done/fixed/passing" claim until verification commands have actually been run and their output confirmed.

skills.sh/obra/superpowers/verification-before-completio
git-commit-writer
MarketplaceProcess & method

Analyzes staged git changes and writes conventional-commit messages matching the actual diff.

www.agensi.io/skillsFree download from Agensi, unzip to ~/.claude/skills/ (65 installs)
changelog-generator (ComposioHQ)
MarketplaceProcess & method

Automatically creates user-facing changelogs from git commit history.

claudeskills.info/skills/Via claudeskills.info listing, ComposioHQ collection (66.6k downloads)
argus
Tested in my stackProcess & method

Active le protocole Argus (ex-Frankenstein) : un seul agent qui fusionne huit disciplines d'elite (code chirurgical, verification systematique avant toute affirmation, ecriture directe sans hedging, orchestration multi-agents qui bat un modele seul, gout UI pr

~/.claude/skills
model-custom
Tested in my stackProcess & method

Mode supercomputer. Fusionne sept system prompts d'elite (Fable 5, Cursor, GPT-5, Perplexity, Lovable, Cline, Devin) en une seule personnalite operationnelle. Code chirurgical avec verification systematique, ecriture directe sans hedging ni filler, reponses so

~/.claude/skills
verification-loop
Tested in my stackProcess & method

A comprehensive verification system for Claude Code sessions.

~/.claude/skills
superpowers:dispatching-parallel-agents
Tested in my stackProcess & method

Use when facing 2+ independent tasks that can be worked on without shared state or sequential dependencies

plugin
superpowers:executing-plans
Tested in my stackProcess & method

Use when you have a written implementation plan to execute in a separate session with review checkpoints

plugin
superpowers:finishing-a-development-branch
Tested in my stackProcess & method

Use when implementation is complete, all tests pass, and you need to decide how to integrate the work - guides completion of development work by presenting structured options for merge, PR, or cleanup

plugin
superpowers:receiving-code-review
Tested in my stackProcess & method

Use when receiving code review feedback, before implementing suggestions, especially if feedback seems unclear or technically questionable - requires technical rigor and verification, not performative agreement or blind implementation

plugin
superpowers:requesting-code-review
Tested in my stackProcess & method

Use when completing tasks, implementing major features, or before merging to verify work meets requirements

plugin
superpowers:using-git-worktrees
Tested in my stackProcess & method

Use when starting feature work that needs isolation from current workspace or before executing implementation plans - ensures an isolated workspace exists via native tools or git worktree fallback

plugin
superpowers:using-superpowers
Tested in my stackProcess & method

Use when starting any conversation - establishes how to find and use skills, requiring skill invocation before ANY response including clarifying questions

plugin
superpowers:writing-plans
Tested in my stackProcess & method

Use when you have a spec or requirements for a multi-step task, before touching code

plugin

← Back to the full skills library (504) · Learn to build your own skill

Work with me

This directory and the whole course are my own build.

I am Pierre Bottazzi. Web apps, mobile apps, AI automation, SEO/GEO: first call is free, no strings attached.

Contact me on LinkedInSee sept-tools.comTake the free course