By codethread
Phase-based development workflow: What, How, Build. Structured planning with research, learning tests, and prototyping before implementation.
Reviews specs against code (and optionally a PRD) for accuracy. Two modes: post-build (PRD + specs + code) or reverse (specs + code only). Spawned by dev/done or dev/specs — not typically called directly.
Squash merges a feature worktree into trunk and cleans up. Handles: .dev/ removal, squash merge, worktree + branch deletion. Spawned by dev/done — not typically called directly.
Implement the next pending task from tasks.yml. One task per invocation — user loops externally. Triggers on: "dev/build", "build next task", "implement next"
Decompose prd.md into an ordered task list (tasks.yml). Mechanical phase — human reviews but agent drives. Triggers on: "dev/how", "decompose", "break this down", "create tasks"
Write or update persistent domain specs from existing code. Reads implementation, produces specs/<domain>.md and updates specs/README.md index. Triggers on: "dev/specs", "write spec", "update specs", "spec this"
Survey a codebase and produce a reverse-spec backlog in specs/systems.yml. Use when you want a queue of stable system domains to reverse-engineer over time. Triggers on: "dev/systems", "what systems should we spec", "plan reverse specs"
Define what to build through structured research and experimentation. Produces .dev/prd.md. Use at the start of any feature work. Triggers on: "what should we build", "let's plan", "new feature", "I want to build", "dev/what"
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.
A local plugin marketplace for Claude Code providing development workflows and document processing.
Extends Claude Code with:
Configure environment variable (add to your shell profile: ~/.zshrc, ~/.bashrc, etc.):
export CT_PLUGINS_DIR=~/.claude/plugins/marketplaces/codethread-plugins/plugins
After adding, reload your shell: source ~/.zshrc (or restart your terminal)
# Add marketplace
/plugin marketplace add [email protected]:codethread/claude-code-plugins.git
# Install plugins
/plugin install claude-code-knowledge@codethread-plugins
/plugin install doc-writer@codethread-plugins
/plugin install langs@codethread-plugins
/plugin install workflow@codethread-plugins
/plugin install bdfl@codethread-plugins
/plugin install karen@codethread-plugins
Then run claude --init (or claude --init-only) in any project to install dependencies and build plugins. Each plugin's Setup hook handles its own initialization automatically.
After installation, plugins provide slash commands, agents, and skills. See individual plugin READMEs for usage:
plugins/claude-code-knowledge/README.md - Claude Code docs and skill creationplugins/doc-writer/README.md - Documentation writing guidanceplugins/langs/README.md - Language-specific patternsplugins/workflow/README.md - Development workflowplugins/bdfl/README.md - Opinionated project bootstrapping and migrationplugins/karen/README.md - Scope gatekeeper agentFor detailed information, ask Claude:
What can the langs plugin do?
How do I create a new plugin?
Show me the plugin directory structure
Claude will reference CLAUDE.md files for comprehensive architecture details.
Project-level slash commands for maintaining this repository:
/release - Prepare plugin releases with version bumps, changelog updates, and git tags
.env, node_modules, hidden files)type(plugin1,plugin2): description<plugin-name>-v<version>git show first)Plugins provide automatic suggestions via hooks using structured XML tags. All plugin suggestions follow the pattern <plugin-PLUGINNAME-suggestion>, allowing you to control Claude's attention to these recommendations in your project's CLAUDE.md.
Example 1: Emphasize all plugin suggestions
# CLAUDE.md
ALWAYS follow `<plugin-*-suggestion>` tags closely. These provide
context-specific recommendations from installed plugins.
Example 2: Emphasize specific plugins
# CLAUDE.md
- ALWAYS follow `<plugin-langs-suggestion>` when test files are detected
- Consider `<plugin-claude-code-knowledge-suggestion>` for Claude Code questions
Example 3: Ignore specific suggestions
# CLAUDE.md
Follow all `<plugin-*-suggestion>` tags except `<plugin-langs-suggestion>`
(I prefer to manage test files manually).
The XML tag format ensures Claude treats these suggestions as structured prompts rather than visual formatting, improving reliability with Anthropic models.
Skill creation scripts sourced from Anthropic's skills repository.
npx claudepluginhub codethread/claude-code-plugins --plugin devPithos hooks for Claude Code. Tracks runs/tasks/artifacts for spawner-launched sessions.
Scope gatekeeper agent that pushes back on unnecessary features and complexity. Delegate to Karen before implementing new features to challenge necessity, detect optimistic bias, and insist on the simplest solution.
Opinionated project architecture bootstrapping and migration
Push notifications for Claude Code via cc-notify server (Stop, PermissionRequest, activity tracking)
No description provided.
Workflow skills and shared instructions for coding agents.
Production-ready Claude Code configuration with role-based workflows (PM→Lead→Designer→Dev→QA), safety hooks, 44 commands, 19 skills, 8 agents, 43 rules, 30 hook scripts across 19 events, auto-learning pipeline, hook profiles, and multi-language coding standards
Claude Code 插件開發工具包,提供七個專業技能、三個代理和完整的工作流程命令,用於構建高品質插件
Spec-driven development workflow system with structured phases: Requirements → Design → Tasks → Implementation
Corca Workflow Framework — consolidated hooks and skill orchestration for structured development sessions
Curated skills for Claude Code and Codex power users - tool selection, workflow optimization, and productivity