Structured reasoning skills for Claude Code: atom-of-thought decomposes complex multi-part problems into independent and dependent sub-questions before answering; confess produces an honest audit of just-completed work, surfacing confidence levels, shortcuts, and unverified assumptions; postmortem turns a finished session into a root-cause analysis, a minimum-round-trip replay, and proposed fixes.
Use when facing a complex, multi-part problem that would benefit from being broken into independent and dependent sub-questions before answering, rather than reasoned about as one tangled whole. Trigger on "atom of thought", "AoT", "break this down systematically", "decompose this problem", "atomic decomposition", or any complex analytical, planning, or reasoning task where a direct one-shot answer risks missing a sub-part or an implicit dependency between parts.
Use when you've just completed work and the user wants an honest audit of it — confidence levels, shortcuts taken, unverified assumptions, and known weaknesses. Triggers on: "confess", "be honest about this", "what are you unsure about", "what did you cut corners on", "what's the weakest part", "audit your own work", "what assumptions did you make", or after any significant output where the user wants unvarnished reflection rather than reassurance.
Run an engineering postmortem on a just-finished task or session — what was learned, where time was wasted, and the concrete fixes so it goes faster next time. Reconstructs the facts, hands them to ONE well-briefed reviewer subagent, and returns a root-cause analysis, a minimum-round-trip replay, and proposed edits to the skill/config/code that caused the friction. Use when the user says "postmortem", "retro", "what did we learn", "how could that have gone better", "how do we do this more efficiently next time", or asks to review how a piece of work went.
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
npx claudepluginhub benjaminjackson/reasoning-skills --plugin reasoningCRUD operations for Reclaim.ai tasks including create, update, list, complete, and delete with confirmation workflow
Ruby LSP integration with proactive SessionStart hook that guides Claude on when and how to use the 9 LSP operations for semantic code intelligence
Technical writing that respects the reader's time: the write skill drafts and updates READMEs, install guides, and dev docs, verifying every path, command, and flag against the actual code before describing it, refusing to document a UI flow it hasn't watched run, and cutting the reassurance, closing flourishes, and leftover conversation that bloat docs without telling the reader anything.
Ask the Oracle for a fast, cheap answer: the skill spawns a bare headless Fable session for ~1.3k tokens of overhead, and the oracle agent is a fallback subagent for when the headless call can't run (auth, sandbox), at ~6k tokens.
Prose editing built on Deirdre McCloskey's Economical Writing: the editor agent critiques a draft line by line and refuses to rewrite it, the critique skill runs a document through editor and reports the findings with no edits made, and the tighten skill runs the same process but applies every safe and structural edit automatically, no approval step.
Comprehensive skill pack with 66 specialized skills for full-stack developers: 12 language experts (Python, TypeScript, Go, Rust, C++, Swift, Kotlin, C#, PHP, Java, SQL, JavaScript), 10 backend frameworks, 6 frontend/mobile, plus infrastructure, DevOps, security, and testing. Features progressive disclosure architecture for 50% faster loading.
This skill should be used when users need to generate ideas, explore creative solutions, or systematically brainstorm approaches to problems. Use when users request help with ideation, content planning, product features, marketing campaigns, strategic planning, creative writing, or any task requiring structured idea generation. The skill provides 30+ research-validated prompt patterns across 14 categories with exact templates, success metrics, and domain-specific applications.
Develop, test, build, and deploy Godot 4.x games with Claude Code. Includes GdUnit4 testing, web/desktop exports, CI/CD pipelines, and deployment to Vercel/GitHub Pages/itch.io.
A growing collection of Claude-compatible academic workflow bundles. Covers scientific figures, manuscript writing and polishing, reviewer assessment, citation retrieval, data availability, paper reading, literature search, response letters, paper-to-PPTX conversion, and evidence-grounded Chinese invention patent drafting. Rules are organized as reusable skill folders with explicit workflows and quality checks.
Upstash Context7 MCP server for up-to-date documentation lookup. Pull version-specific documentation and code examples directly from source repositories into your LLM context.
Consult multiple AI coding agents (Gemini, OpenAI, Grok, Perplexity, plus codex, antigravity, and grok CLIs when installed) to get diverse perspectives on coding problems