Agent Plugins Marketplace
All plugins

cw

v1.0.0

Claude Code workflow plugin: design/build/ship skills, orchestration agents, and guardrail hooks.

Claude Code6 Skills

By Victor KzamLicense: MIT1 GitHub starsUpdated yesterday

Directory evidence

Runtimes
Claude Code
Parsed components
6 skill or MCP entries
Source updated
Sep 22, 2026
Manifest status
Canonical path parsed

The directory validates manifest shape and source location. It does not execute the plugin or provide a security endorsement. Review the indexing methodology

Install cw for Claude Code

Installs for the current user
claude plugin marketplace add IchenDEV/agent-plugin-mkt
claude plugin marketplace update agent-plugin-marketplace
claude plugin install cw@agent-plugin-marketplace

Paste and run these commands in a terminal with Claude Code. They add and refresh the PluginsMP catalog, then install this plugin.

The installer fetches third-party code from the source repository shown on this page. This directory validates manifest structure and source location, but does not perform a security audit; review the manifest, components, and source before installing.

Get the source manually
git clone https://github.com/victorkzam/claude-code-setup

Clone the source repository, then follow its setup instructions to add the plugin to a compatible client. The repository root is the plugin root.

Plugin files

cw/
├── .claude-plugin/plugin.json
├── skills/build/SKILL.md
├── skills/compound/SKILL.md
├── skills/design/SKILL.md
├── skills/google-workspace/SKILL.md
├── skills/search/SKILL.md
└── skills/ship/SKILL.md

Included Skills6

buildskills/build/SKILL.md

Implement an approved design by orchestrating subagents. Consumes the plan's task list, delegates each task to an implementer, verifies the result against git and the task's own verification command, reviews with a second model, and stops at a checkpoint before any PR.

compoundskills/compound/SKILL.md

Capture reusable lessons from a just-shipped change back into the project's CLAUDE.md or rules files so future work compounds. Use when the user says /cw:compound, or after /cw:ship when they want to record what was learned. Proposes process-rule edits, applies only the ones the user approves, and never commits them.

designskills/design/SKILL.md

Research-grounded feature design that ends in one approved plan file. Use when the user says /cw:design, starts planning a feature, asks how to approach something, or needs an implementation plan. Challenges the premise first, grounds the design in the real codebase and current web sources, self-reviews until findings converge (escalating after 5 iterations), then stops for the user's approval before any code is written.

google-workspaceskills/google-workspace/SKILL.md

Hard-won routes and dead ends for driving Google Workspace from Claude. Use when the user asks to export or upload a Google Doc, create Docs suggestions or comments from a docx, share a Drive file, or automate Google Workspace through the Drive/Docs MCP connector or the browser. Says which capabilities the connector genuinely has, which have no API at all, and the working workaround for each.

searchskills/search/SKILL.md

Multi-source web research to confirm approaches and find best practices. Use when the user says /cw:search, asks to 'research this', 'look this up', 'confirm this approach', 'find best practices for', 'what's the current consensus on', or needs to cross-reference sources. Covers any domain: coding, business, finance, legal, product, UX, AI/ML, marketing, growth. Trigger proactively when a question would clearly benefit from current web data rather than training knowledge alone.

shipskills/ship/SKILL.md

Verify the commit series, run the quality gate, push the branch and open the PR. Use when the user says /cw:ship, 'push this', 'create a PR', or 'ship it'.

Plugin manifests1

.claude-plugin/plugin.json
{
  "name": "cw",
  "version": "1.0.0",
  "description": "Claude Code workflow plugin: design/build/ship skills, orchestration agents, and guardrail hooks.",
  "author": {
    "name": "Victor Kzam"
  },
  "repository": "https://github.com/victorkzam/claude-code-setup",
  "license": "MIT",
  "keywords": [
    "workflow",
    "hooks",
    "skills",
    "agents",
    "orchestration"
  ]
}

If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.

[cw on Agent Plugins Marketplace](https://pluginsmp.com/plugins/cw)