corca-aicorca-aiOfficialยท5 Agent Skills Included

claude-plugins

Structured end-to-end development workflow from research to shipping

Runs a full development pipeline covering context gathering, requirement clarification, planning, parallel implementation, multi-perspective review, refactoring, retrospectives, and GitHub shipping. Preserves decisions, lessons, and session state in files so work survives context resets and session restarts. Replaces ad-hoc prompting with deterministic gates, evidence-backed decisions, and resumable human review checkpoints.
npx skills add corca-ai/claude-plugins --all -g -y
Available:

Defines the agent's operating rules, language policy, safety constraints, and a routing map that directs requests to the correct CWF workflow skills.

All Skills in This Repository (5)

Pure Emerald Level Indicators

Frequently Asked Questions

FAQPage Schema
How to install claude-plugins?โ–ผ

Run `npx skills add corca-ai/claude-plugins --all -g -y` in your terminal to install all skills in this suite globally.

What does the CWF workflow do?โ–ผ

It chains a full development pipeline: gather context, clarify requirements, plan, implement, review, refactor, run a retrospective, and ship via GitHub issues and PRs.

How does CWF prevent losing context between sessions?โ–ผ

It persists plans, lessons, decisions, and handoff documents as files under .cwf/, so the agent recovers full context after restarts or auto-compaction.

Does CWF work with Claude Code and Codex?โ–ผ

Yes. It runs natively in Claude Code and includes scope-aware Codex CLI integration with skill syncing and wrapper setup.

Can I run the whole pipeline with one command?โ–ผ

Yes. Use `cwf:run <task>` to orchestrate every stage automatically, with human approval gates before implementation and merge.

Related Repositories in Software Engineering

View All in Software Engineeringโ†’