Claude Code プラグインのマーケットプレイス。
/plugin marketplace add MysMon/cc-plugins
| プラグイン | 説明 | コマンド |
|---|---|---|
| auto-fix | Codex + Claude Code による自動コード修正ワークフロー | /auto-fix |
プロジェクトの .claude/settings.json に追加:
{
"extraKnownMarketplaces": {
"mysmon": {
"source": {
"source": "github",
"repo": "MysMon/cc-plugins"
}
}
}
}
MIT
Uses power tools
Uses Bash, Write, or Edit tools
Based on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
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 claimSpecification-First Development Toolkit - Implements all 6 Anthropic composable patterns for long-running autonomous work. Features: Plan→Review→Implement workflow with iterative refinement, aggressive subagent delegation, TDD integration, Evaluator-Optimizer feedback loops, checkpoint-based error recovery, standardized subagent contracts, Initializer+Coding pattern for resumable tasks, and confidence-based review scoring.
npx claudepluginhub mysmon/cc-plugins --plugin auto-fixAutomated code review with severity levels and actionable feedback
使用多個專門代理進行自動化程式碼審查,配備基於置信度的評分系統以過濾誤報
Use Codex from Claude Code to review code or delegate tasks.
Iterative Ralph loops with Codex CLI review gates at completion. Claude works until done, then Codex reviews before allowing exit.
Multi-lens code review pipeline: deep review (Claude or Codex), automated fix loop, interactive walkthrough, manual promote, external-finding injection.
Multi-model consensus engine integrating OpenAI Codex CLI, Gemini CLI, and Claude CLI for collaborative code review and problem-solving.