A collection of Claude Code plugins for AI-Native Product Teams
npx claudepluginhub corca-ai/claude-pluginsCorca Workflow Framework — consolidated hooks and skill orchestration for structured development sessions
Disclaimer (SoT)
README.ko.mdis the single source of truth for CWF user-facing policy. If docs and implementation diverge, fix the plugin to match docs and report the mismatch via issue/PR.
A Claude Code plugin that turns structured development sessions into a repeatable workflow — from gathering context through retrospective analysis. Maintained by Corca for AI-Native Product Teams.
# Add the marketplace
claude plugin marketplace add https://github.com/corca-ai/claude-plugins.git
# Install CWF
claude plugin install cwf@corca-plugins
# Restart Claude Code for hooks to take effect
After restart, run one-time bootstrap in Claude Code / Codex CLI:
cwf:setup
cwf:setup standardizes first-run behavior by handling:
.cwf-config.yaml, .cwf-config.local.yaml)shellcheck, jq, gh, node, python3, lychee, markdownlint-cli2)For detailed flags, see setup.
If you also use Codex CLI, running only cwf:setup is enough to get guided defaults. Codex integration now follows the active plugin scope by default (local > project > user). Use the commands below when you want to re-apply Codex integration only:
cwf:setup --codex
cwf:setup --codex-wrapper
In Claude Code / Codex CLI, start with a plain prompt:
I need to solve <problem>. Please use CWF and drive the workflow.
The agent can invoke cwf:run and chain gather → clarify → plan → review(plan) → impl → review(code) → refactor → retro → ship. If automated review is not enough, switch to cwf:hitl to document key decision points and user concerns first, then continue chunk-by-chunk review.
You do not need to memorize every skill. The sections below explain why each skill exists and when to use it.
claude plugin marketplace update corca-plugins
claude plugin update cwf@corca-plugins
Or from inside Claude Code / Codex CLI:
cwf:update # Check + auto-update if newer version exists
cwf:update --check # Version check only
As of v3.0.0, legacy standalone plugins have been removed from the marketplace. If pre-v3.0 standalone plugins are installed, uninstall them and install cwf instead.
cwf) that integrates context gathering, requirement clarification, planning, implementation, review, retrospective, handoff, and shipping.$200 Max plan users).Open Design — local-first design app exposed to coding agents over MCP. Install once with your agent's plugin command and projects/files/skills are reachable through stdio.
Claude Code plugins for the Slidev presentation framework
Bundled plugins for actuating and debugging the Chrome browser.