By whichguy
Architect, refactor, test, schedule-plan-tasks, node-plan, alias/unalias, performance, knowledge.
Researches and compares technology options with structured analysis. **AUTOMATICALLY INVOKE** when user mentions: - "which tech", "compare options", "technology stack", "what should I use" - "framework comparison", "library choice", "tech recommendation" - Choosing between multiple technologies or frameworks **STRONGLY RECOMMENDED** for: - Technology stack decisions - Framework selection - Tool comparisons - Architecture planning
Automated code refactoring agent for improving code quality and structure. **AUTOMATICALLY INVOKE** this agent when user mentions "refactor", "cleanup", "technical debt", "DRY", or when detecting code duplication. **STRONGLY RECOMMENDED** for legacy code modernization, performance optimization, and maintainability improvements.
Create isolated git worktrees for parallel development, enabling multiple subagents to work concurrently on different features without conflicts or directory changes. **AUTOMATICALLY INVOKE** this agent when user mentions "parallel development", "concurrent agents", "isolated workspace", or when spawning multiple feature-developers. **STRONGLY RECOMMENDED** for multi-feature work, risky operations, and CI/CD workflows.
Implements a single delivery-agent task from an approved plan: reads the task envelope (a runtime header plus one paragraph of guidance), infers purpose / what-to-do / DoD from it, executes the work to completion (no mid-task pauses), spawns specialist sub-agents when needed, commits a single squashed commit on the worktree branch, and self-merges to MERGE_TARGET via rebase-retry on chain-tail and standalone tasks. AUTOMATICALLY INVOKE via subagent_type: "delivery-agent" — only dispatched by the schedule-plan-tasks skill, never directly by the user. NOT for: ad-hoc one-off coding tasks (use feature-developer), exploratory investigation (use Explore), code review (use code-reviewer).
Deploys code through the deployment pipeline. **AUTOMATICALLY INVOKE** when user mentions: - "deploy", "release", "ship", "launch", "go live", "push to prod" - "promote to staging", "promote to production" - After feature merge to main branch **STRONGLY RECOMMENDED** for: - Feature releases - Hotfix deployments - Rollbacks
Design system architecture and make technology decisions. Dispatches to system-architect agent for comprehensive design work. AUTOMATICALLY INVOKE when: - "design architecture", "what tech stack", "system design" - "how should I structure", "architecture for", "design system" - "technology recommendation", "compare frameworks" NOT for: Implementation (use superpowers:executing-plans), task breakdown (use superpowers:writing-plans)
Dual-perspective Node.js/TypeScript plan review (TypeScript/API + Node runtime) with iterative convergence loop. 36 Node/TS-specific questions (N20/N21 naming+docs deferred to L1's Q-G6/Q-G7 which cover these universally). **AUTOMATICALLY INVOKE** when: - Any plan exists for Node.js or TypeScript changes - Plan references package.json, tsconfig.json, .ts files, npm/yarn/pnpm/bun - Plan targets Express, Fastify, NestJS, Next.js, or similar Node frameworks - Plan modifies async code, environment variables, or Node process lifecycle - User says "review plan", "check plan", "node-plan" **NOT for:** GAS plans (use /gas-plan), code review (use /review), non-Node plans
Refactor code for improved quality and structure. Dispatches to code-refactor agent for large multi-file refactoring operations. AUTOMATICALLY INVOKE when: - "refactor this", "clean up", "reduce duplication", "DRY this up" - "simplify", "modernize", "restructure" - When detecting code duplication or technical debt NOT for: Bug fixes (fix the bug directly), feature additions (use superpowers:executing-plans)
Analyzes an approved plan and decomposes it into a dependency-ordered task graph via a two-phase TaskCreate and TaskUpdate pass. Detects linear DEPENDS ON chains (shared worktree), identifies independent work streams (parallelized), and executes the full worktree-isolated run. Also handles Branch B (learnings from session context). **AUTOMATICALLY INVOKE** when: - ExitPlanMode hook triggers (PostToolUse) - User says "schedule tasks", "create task graph", "decompose plan into tasks", "execute plan" - /schedule-plan-tasks is invoked **References:** JIT-loaded from `${CLAUDE_SKILL_DIR}/references/`
Execute a delivery-agent fixture through an actual agent dispatch and print the full response. Supports --dry-run for safe simulation.
Uses power tools
Uses Bash, Write, or Edit tools
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.
Family-bundled Claude Code extensions, distributed as a plugin marketplace.
Eleven plugins covering Apps Script tooling, project wiki, plan/code review, prompt research bench, planning, async workflow, slides, and several domain-specific bundles. Install only what you need.
/plugin marketplace add whichguy/claude-craft
/plugin install gas-suite@claude-craft # pick the bundles you want
/plugin install review-suite@claude-craft
/plugin install wiki-suite@claude-craft
# … etc.
Verify with /plugin list.
| Bundle | What it provides |
|---|---|
gas-suite | Apps Script review, debugging, planning, sidebar testing, Gmail Cards |
wiki-suite | Project LLM wiki: ingest, query, process queue, lint, proactive research |
review-suite | Plan review, code review (Adversarial Auditor), iterative review-fix loop |
review-bench | Prompt/question A/B benchmarking and ablation tooling (depends on review-suite) |
planning-suite | Architect, refactor, test, schedule-plan-tasks, node-plan, alias/unalias, performance, knowledge |
async-suite | Background task workflow: /bg, /todo, task-persist, feedback-collector |
slides-suite | reveal.js or Google Slides decks |
comms | Slack tagging |
form990 | IRS Form 990 preparation orchestrator |
plan-red-team | Iterative red-team plan review with Opus orchestration |
local-classifier | Local Ollama-powered prompt classifier UserPromptSubmit hook |
Cross-bundle dependency edges (declared in each plugin.json):
gas-suite → review-suite, review-suite → wiki-suite,
review-bench → review-suite, form990 → review-bench.
If you previously ran ./install.sh, run the one-shot cleanup once before
adding the marketplace — it removes hook entries injected into
~/.claude/settings.json and unlinks dangling symlinks pointing into the
repo:
git -C path/to/claude-craft pull
path/to/claude-craft/tools/migrate-from-symlinks.sh
Then proceed with the /plugin marketplace add step above.
Claude Craft includes a self-building wiki system that captures knowledge from your sessions and makes it available across conversations.
| Skill | Description |
|---|---|
/wiki-init | Initialize a project wiki with directory structure and SCHEMA.md |
/wiki-ingest <source> | Add a file or URL to the wiki (runs async in background) |
/wiki-query <question> | Synthesize an answer from wiki pages with citations |
/wiki-load <topic> | Load raw wiki pages into context (no synthesis overhead) |
/wiki-process | Process pending queue entries — the self-building engine |
/wiki-lint | Health check: find orphans, broken links, contradictions, stale pages |
A consolidated set of skills for iterating on prompts, system prompts, and evaluator questions.
| Skill | Description |
|---|---|
/improve-prompt | Research-backed iterative prompt improvement loop with experiment variants, scope-preservation gate, and questions-based judging. Subsumes /prompt-critique (via --mode critique) and /prompt-probes (via --with-probes). |
/compare-prompts | A/B test two prompts with execution-based scoring. Standalone harness. |
/process-feedback | Ingest the feedback-collector plugin's backlog and propose surgical prompt updates (propose-only — never auto-edits SKILL.md). |
/optimize-system-prompt | Optimize/refine the GAS Sheets Chat system prompt (compression + refinement). Subsumes /ideate-system-prompt via --mode ideate (autonomous hypothesis generation + benchmarking). |
/improve-system-prompt | Benchmark pre-coded GAS system prompt variants (V2/V2a/V2b/V2c) against scenarios. Sibling of /optimize-system-prompt for projects with predefined variants. |
/derive-questions | Mine failures and extract evaluator questions from real runs. |
/optimize-questions | Token-efficiency optimization for plan-review questions. Uses /compare-questions as its internal A/B engine. |
/compare-questions | Pairwise A/B testing of two evaluator questions against plan fixtures. |
The wiki-hooks plugin provides 13 lifecycle handlers + a shared library that run automatically:
npx claudepluginhub whichguy/claude-craft --plugin planning-suiteProject LLM wiki: ingest, query, process queue, lint, plus proactive research hook.
Plan review, code review (Adversarial Auditor), review-fix, security/red-team, memory audits.
Google Apps Script review, debugging, planning, sidebar testing, Gmail Cards.
Background task workflow: bg / todo / todo-cleanup + task-persist + feedback ingestion.
End-to-end IRS Form 990 preparation orchestrator.
Complete collection of battle-tested Claude Code configs from an Anthropic hackathon winner - agents, skills, hooks, and rules evolved over 10+ months of intensive daily use
Complete creative writing suite with 10 specialized agents covering the full writing process: research gathering, character development, story architecture, world-building, dialogue coaching, editing/review, outlining, content strategy, believability auditing, and prose style/voice analysis. Includes genre-specific guides, templates, and quality checklists.
Unity Development Toolkit - Expert agents for scripting/refactoring/optimization, script templates, and Agent Skills for Unity C# development
Comprehensive .NET development skills for modern C#, ASP.NET, MAUI, Blazor, Aspire, EF Core, Native AOT, testing, security, performance optimization, CI/CD, and cloud-native applications
20 SEO/GEO skills and 5 commands on one shared contract for keyword research, content creation, technical audits, schema markup, monitoring, quality gates, entity truth, and campaign memory.
Comprehensive SEO analysis plugin for Claude Code. 25 sub-skills (21 core + 1 orchestrator + 1 framework + 2 extension mirrors) and 18 sub-agents cover technical SEO, content quality, schema, sitemaps, Core Web Vitals, local SEO, backlinks, AI/GEO, ecommerce, hreflang, SXO, clustering, drift monitoring, and Google APIs. Includes optional MCP extensions, SPA-aware rendering, portability, and hardened SSRF/DNS-rebinding safe fetchers.