Incrementally fix build and type errors with minimal, safe changes.
Code review — local uncommitted changes or GitHub PR (pass PR number/URL for PR mode)
Legacy slash-entry shim for the e2e-testing skill. Prefer the skill directly.
Analyze test coverage, identify gaps, and generate missing tests to reach 80%+ coverage.
Claude Code plugin for the ECC Agile platform — brings ECC-specific skills, commands, and agents directly into your Claude Code workflow.
# Add the ECC marketplace
claude plugin marketplace add https://github.com/ShunquanWang/cc-plugin
# Install the plugin
claude plugin install cc-plugin@cc-plugin
# Clone the repo
git clone https://github.com/ShunquanWang/cc-plugin.git
# Install from local path
claude plugin install cc-plugin@local --plugin-dir ./cc-plugin
Or load for a single session only:
claude --plugin-dir ./cc-plugin
If your team hosts a private Claude Code marketplace, add it and install from there:
# Add your team's marketplace (git repo containing marketplace.json)
claude plugin marketplace add https://github.com/your-org/your-marketplace
# Install the plugin from that marketplace
claude plugin install cc-plugin@your-marketplace
To set up your own marketplace, create a marketplace.json at .claude-plugin/marketplace.json in a git repo:
{
"name": "your-marketplace",
"owner": { "name": "Your Team", "email": "[email protected]" },
"plugins": [
{
"name": "cc-plugin",
"source": "./",
"description": "Claude Code plugin for ECC Agile platform",
"version": "1.10.0"
}
]
}
Then push the repo and share the URL with your team.
By default, plugins are installed for the current user. To share with your team via the project repo:
claude plugin install cc-plugin@cc-plugin --scope project
This writes to .claude/settings.json which can be committed to version control.
| Command | Description |
|---|---|
/analyze-story | Analyze ECC user stories — outputs AC, task breakdown, technical suggestions, and risks |
/code-review [pr-number|pr-url] | Security and quality review of local changes or a GitHub PR |
/e2e | Generate and run Playwright E2E tests for user flows |
gh CLI (for /code-review PR mode and GitHub integration)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.
npx claudepluginhub shunquanwang/cc-plugin --plugin cc-pluginComprehensive UI/UX design plugin for mobile (iOS, Android, React Native) and web applications with design systems, accessibility, and modern patterns
Standalone image generation plugin using Nano Banana MCP server. Generates and edits images, icons, diagrams, patterns, and visual assets via Gemini image models. No Gemini CLI dependency required.
Multi-model consensus engine integrating OpenAI Codex CLI, Gemini CLI, and Claude CLI for collaborative code review and problem-solving.
Write feature specs, plan roadmaps, and synthesize user research faster. Keep stakeholders updated and stay ahead of the competitive landscape.