AIFCC
記事一覧へ
claude-setupclaude-workflowagent-ops

ECC完全解説:Claude Codeを最大化

Noisy@noisyb0y1
12113
平均的なスタートアップは3〜4人の開発者チームに月8,000〜15,000ドルを支払っている。 ある人物はAnthropicハッカソンで、Claude Codeを使ってたった8時間でソロで完全なプロダクトを構築して優勝した。賞金は15,000ドル。 その後彼はリポジトリを公開し、全員がどのように達成したかを理解した。GitHubで153,000以上のスター。歴史上最速で成長した開発ツールのリポジトリ。 Everything Claude Code(ECC)がClaudeを完全なエンジニアリングチームに変える:38の専門エージェント、156のスキル、72のコマンド、1,282のテストを持つセキュリティスキャナー、そして毎セッションから学習するシステム。 ECCを使う開発者はコストを60%削減し、3〜5倍速くシップすると報告している。仕組みと正しいセットアップ方法を説明する。 ## パート1 — 中身(そして実際に必要なもの) インストール: # オプションA — プラグイン(推奨) /plugin marketplace add affaan-m/everything-claude-code /plugin install everything-claude-code@everything-claude-code # オプションB — 選択インストール(必要なものだけ) ecc install --profile developer \ --with lang:typescript \ --with agent:security-reviewer \ --without skill:continuous-learning オプションBが正解だ。156のスキル全部は必要ない。言語を選んで、エージェントを選んで、残りはスキップ。 ### 38のエージェント — チャットボットではなく専門家 各エージェントは一つの仕事を持ち、それをうまくこなす: planner → タスクをステップに分解し、他のエージェントに委任 security-reviewer → シップ前に脆弱性をスキャン typescript-reviewer → TS特有のアンチパターンをキャッチ pytorch-build-resolver → PyTorchのビルド問題を修正 code-reviewer → 5並列チェックによる一般的なコードレビュー debugger → 構造化された根本原因分析 対応言語:TypeScript、Python、Go、Java、Kotlin、C#、Rust、C++、Perl、Flutter。12の言語エコシステム。 plannerがリポジトリの主役だ。タスクを与えると、分解し、専門家に割り当て、結果を調整する。 実際には:ジュニア開発者が一日かかるタスクを、planner+3エージェントで20〜40分でこなす。後で一週間かけて修正するバグもなしに。 ### 156のスキル — 必要な時だけロード スキルは常にコンテキストウィンドウを消費しない。関連する時だけ有効化される: /plan → 構造化タスク計画 /tdd → テスト駆動開発ワークフロー /e2e → エンドツーエンドテスト /security-scan → AgentShield脆弱性チェック /model-route → タスクに適したモデルを選択 /harness-audit → 現在のセットアップを評価 /simplify → 可読性のためのリファクタリング /loop-start → 自律的な反復作業 ドメインスキルも:nextjs-turbopack、bun-runtime、pytorch-patterns、documentation-lookup、mcp-server-patterns。 ### 72のコマンド — プロンプトの段落の代わりにスラッシュ一つ 「コードをレビューしてセキュリティ問題をチェックしてテストを実行して...」の代わりに: /review # フルコードレビュー /security-scan # AgentShield監査 /tdd # テスト先、それから実装 /plan # 任意のタスクを分解 /quality-gate # シップ準備ができているかチェック スラッシュ一つで完了。節約:タスクごとに約15〜20分のプロンプトエンジニアリング。一日10タスクなら、2.5〜3時間が戻ってくる。 ## パート2 — AgentShield(誰もがスキップする本当のダイヤモンド) ほとんどの人はこの部分をスキップする。これがECCで最も重要なものだ。 背景:2026年1月、あるマーケットプレイスのスキルの12%がマルウェアだった。2,857のコミュニティスキルのうち341。CVSSスコア8.8のCVEが17,500のインスタンスをワンクリックでRCEにさらした。Moltbreachでは150万のAPIトークンが漏洩した。 AgentShieldはあなたのClaude Codeセットアップ全体のセキュリティ監査人だ。1,282のテスト、98%カバレッジ、102のセキュリティルール。 # クイックスキャン — インストールも不要 npx ecc-agentshield scan # 安全な問題の自動修正 npx ecc-agentshield scan --fix # 3つのOpus 4.6エージェントによる深い分析 npx ecc-agentshield scan --opus --stream --opusが行うことは衝撃的だ。レッドチーム/ブルーチーム/監査人パイプラインで3つのClaude Opus 4.6エージェントを実行する: 攻撃エージェント → あなたの設定のエクスプロイトチェーンを探す 防御エージェント → あなたの防御を評価する 監査エージェント → 両方を優先度付きリスクレポートに統合 スキャン対象:CLAUDE.md(ハードコードされたシークレット、インジェクションベクター)、settings.json(設定ミスの権限)、MCPの設定(サーバーリスク、25以上の既知CVE)、フック(インジェクション分析)、エージェント(プロンプトインジェクション、権限昇格)、スキル(サプライチェーン検証) 出力例: Security Scan Results ───────────────────── Grade: B+ Critical: 0 | High: 2 | Medium: 5 | Low: 3 ❌ HIGH: Hardcoded API key in CLAUDE.md:15 Fix: Move to environment variable ⚠️ MEDIUM: Overly permissive hook in hooks.json:42 Fix: Restrict to specific file patterns CIで実行可能 — エージェント設定を変更するすべてのPRが自動的に監査される。 AgentShieldがキャッチする問題のコスト:$500(APIキー漏洩)から$50,000以上(MCPサーバー経由の侵害)。 ## パート3 — あなたから学ぶシステム これがECCを他のどんな設定パックとも区別するものだ。 通常のClaude Codeは毎セッションゼロから始まる。あなたのパターンから学ばない。同じタイプのバグを10回修正しても、Claudeは覚えていない。 ECCの継続学習は「本能」を作り出す — エージェントがセッションを観察することで発展する行動: セッション1:非同期エラーハンドリングパターンを修正 → ECCがこれを本能としてログ(信頼度:0.3) セッション5:同じパターンを別の方法で修正 → 信頼度が0.6に成長 セッション10:安定したパターンを検出 → 信頼度0.9 → Claudeが新しいコードでこれを自動的に適用 これはモデルのファインチューニングではない。セッション間で持続し、時間とともに改善する知識レイヤーだ。 結果:2〜3週間の毎日の使用後、ClaudeはあなたのスタイルでコードをKEに書く。「汎用AIアシスタント」スタイルではなく、まさにあなた自身が書くように — でも10倍速く。 ## パート4 — ECCを完全にする3つのリポジトリ ECCはそれ自体パワフルだ。でもギャップがある。この3つのリポジトリがそれを完全に閉じる。 ### claude-mem — セッション間のメモリ(38,000以上のスター) github.com/thedotmack/claude-mem ECCはエージェントとスキルを提供する。でもエージェントは以前のセッションを覚えていない。claude-memがこれを修正する。 5つのライフサイクルフックがすべてをキャプチャ。SQLiteストレージ。localhost:37777でウェブビューア。これであなたのECCエージェントは昨日学んだことを覚えている。 ### Superpowers — コーディング前に考える(obra) github.com/obra/superpowers ECCには素早くコードを書く38のエージェントがある。Superpowersなしでは計画なしに実装に飛び込む。 構造化された思考を強制する:TDDモード、ブレインストーミング、根本原因デバッグ。エージェントは依然としてコードを書く — でも今は最初に考える。 Superpowersなし:エージェントが400行を書く→3時間のデバッグ Superpowersあり:エージェントが10分計画する→400行を書く→初回で動く ### CLAUDE.mdルール — 予測可能な動作 リポジトリではなくパターン。CLAUDE.mdに追加: - Always run tests before marking task complete - Never create files outside the project directory - Ask before deleting any file - Explain reasoning before writing code - If unsure, ask — don't guess 38のECCエージェント全員がCLAUDE.mdを読む。ルールを追加すると、全エージェントがそれに従う。混乱ではなく予測可能な動作。 ## フルセットアップ — 5分で完了 # 1. ECCをインストール(選択的に — あなたのスタック向けに) /plugin marketplace add affaan-m/everything-claude-code /plugin install everything-claude-code@everything-claude-code # 2. メモリを追加 /plugin marketplace add thedotmack/claude-mem /plugin install claude-mem # 3. 規律を追加 /plugin marketplace add obra/superpowers /plugin install superpowers # 4. セキュリティスキャンを実行 npx ecc-agentshield scan --fix # 5. CLAUDE.mdに動作ルールを追加 得られるもの: - 38の専門エージェント → 3〜4人のジュニア(月$8K〜$15K)を代替 - 156のスキル → 数週間のセットアップを代替 - セキュリティスキャナー → $500〜$50K以上の問題をキャッチ - 継続学習 → Claudeが2〜3週間でYOURスタイルを習得 - 持続メモリ → 同じことを毎日説明するのを止める - 構造化思考 → コードが初回で動く ECC+claude-mem+Superpowersを持つソロファウンダー一人は3〜4人チームのようにシップする。月$20で、月$8,000〜$15,000の代わりに。 支払うのはチームに月$15Kか、5分で4つのプラグインをインストールするかのどちらかだ。 唯一コストがかかるのは — すべてを手動でやることをやめるという決断だ。
原文を表示 / Show original
The average startup pays $8,000-15,000/month for a team of 3-4 developers. One guy won the Anthropic hackathon by building a full product in 8 hours solo with Claude Code. Prize - $15,000. Then he opened his repository and everyone understood how he did it. 153,000+ stars on GitHub. The fastest growing dev tool repo in history. Everything Claude Code turns Claude into a full engineering team: 38 specialized agents, 156 skills, 72 commands, a security scanner with 1,282 tests, and a system that learns from every session. Developers using ECC report 60% cost reduction and 3-5x faster shipping. Here's how it works and how to set it up correctly. Part 1 - What's inside (and what you actually need) Install: python # Option A — plugin (recommended) /plugin marketplace add affaan-m/everything-claude-code /plugin install everything-claude-code@everything-claude-code # Option B — selective install (only what you need) ecc install --profile developer \ --with lang:typescript \ --with agent:security-reviewer \ --without skill:continuous-learning Option B is the right move. You don't need all 156 skills. Pick your language, pick your agents, skip the rest. 38 agents - not chatbots, specialists Each agent has one job and does it well: plaintext planner → breaks down task into steps, delegates to other agents security-reviewer → scans for vulnerabilities before shipping typescript-reviewer → catches TS-specific antipatterns pytorch-build-resolver → fixes PyTorch build issues code-reviewer → general code review with 5 parallel checks debugger → structured root-cause analysis Coverage: TypeScript, Python, Go, Java, Kotlin, C#, Rust, C++, Perl, Flutter. 12 language ecosystems. Planner is the key hero in the repo. You give a task - it breaks it down, assigns to specialists, coordinates the result. In practice: a task that took a junior dev a day - planner + 3 agents do in 20-40 minutes. Without the bugs you spend a week fixing afterward. 156 skills - only load when needed Skills don't eat your context window constantly. They activate only when relevant: plaintext /plan → structured task planning /tdd → test-driven development workflow /e2e → end-to-end testing /security-scan → AgentShield vulnerability check /model-route → pick the right model for the task /harness-audit → evaluate your current setup /simplify → refactor for readability /loop-start → autonomous iterative work Plus domain skills: nextjs-turbopack, bun-runtime, pytorch-patterns, documentation-lookup, mcp-server-patterns. 72 commands - one slash instead of a paragraph of prompts Instead of "please review my code and check for security issues and run tests and...": plaintext /review # full code review /security-scan # AgentShield audit /tdd # tests first, then implementation /plan # break down any task /quality-gate # check if ready to ship One slash and done. Savings: ~15-20 minutes of prompt engineering per task. On 10 tasks a day - that's 2.5-3 hours returned to you. Replaces: Hours of setting up Claude Code from scratch in every project. Part 2 - AgentShield (the real diamond everyone skips) Most people skip this part. This is the most important thing in ECC. Context: in January 2026 12% of skills on one marketplace were malware - 341 out of 2,857 community skills. A CVSS 8.8 CVE exposed 17,500 instances to RCE with one click. The Moltbook breach - 1.5 million API tokens compromised. AgentShield is a security auditor for your entire Claude Code setup. 1,282 tests, 98% coverage,102 security rules. plaintext # Quick scan — don't even need to install npx ecc-agentshield scan # Auto-fix safe issues npx ecc-agentshield scan --fix # Deep analysis with three Opus 4.6 agents npx ecc-agentshield scan --opus --stream What --opus does is wild. Runs three Claude Opus 4.6 agents in a red-team/blue-team/auditor pipeline: plaintext Attacker agent → looks for exploit chains in your config Defender agent → evaluates your defenses Auditor agent → synthesizes both into a prioritized risk report What it scans: plaintext CLAUDE.md → hardcoded secrets, injection vectors settings.json → misconfigured permissions MCP configs → server risks (25+ known CVEs) Hooks → injection analysis Agents → prompt injection, privilege escalation Skills → supply chain verification Output: plaintext Security Scan Results ───────────────────── Grade: B+ Critical: 0 | High: 2 | Medium: 5 | Low: 3 ❌ HIGH: Hardcoded API key in CLAUDE.md:15 Fix: Move to environment variable ⚠️ MEDIUM: Overly permissive hook in hooks.json:42 Fix: Restrict to specific file patterns Can run in CI - every PR that changes an agent config gets automatically audited: python - name: AgentShield Security Scan uses: affaan-m/agentshield@v1 with: min-severity: "medium" fail-on-findings: "true" One npx ecc-agentshield scan command can save you from leaking API keys worth thousands of dollars. Or from a malware skill draining your code. Replaces: Hoping your Claude Code setup isn't breaking your security. The cost of the problem AgentShield catches: from $500 (API key leak) to $50,000+ (breach via MCP server). Part 3 - The system that learns from you Here's what separates ECC from any other config pack. Normal Claude Code starts every session from scratch. Doesn't learn from your patterns. You fix the same type of bug 10 times - Claude won't remember. ECC's continuous learning creates "instincts" - behaviors the agent develops by observing your sessions: plaintext Session 1: you fix an async error-handling pattern → ECC logs this as instinct (confidence: 0.3) Session 5: you fix the same pattern differently → confidence grows to 0.6 Session 10: stable pattern detected → confidence 0.9 → Claude applies this automatically in new code This isn't model fine-tuning. This is a knowledge layer on top that persists between sessions and improves over time. Result: after 2-3 weeks of daily use Claude writes code in YOUR style. Not "generic AI assistant" style - exactly how you would write it yourself - but 10x faster. Replaces: Explaining your patterns to Claude every session. After a month - it's like having a junior who finally learned your conventions. Part 4 - Three repos that make ECC complete ECC is powerful on its own. But it has gaps. These three repos close them perfectly. claude-mem - memory between sessions (38,000+ stars) github.com/thedotmack/claude-mem ECC gives agents and skills. But agents don't remember previous sessions. claude-mem fixes this. 0:00 / 0:14 python /plugin marketplace add thedotmack/claude-mem /plugin install claude-mem 5 lifecycle hooks capture everything. SQLite storage. Web viewer at localhost:37777. Now your ECC agents remember what they learned yesterday. Superpowers - think before coding (obra) github.com/obra/superpowers ECC has 38 agents that write code fast. Without Superpowers they jump into implementation without a plan. python /plugin marketplace add obra/superpowers /plugin install superpowers Forces structured thinking: TDD mode, brainstorming, root-cause debugging. Agents still write code - but now they think first. Without Superpowers: agent writes 400 lines -> 3 hours of debugging. With Superpowers: agent plans 10 minutes -> writes 400 lines -> works first try. CLAUDE.md rules - predictable behavior Not a repo - a pattern. Add to your CLAUDE.md: plaintext - Always run tests before marking task complete - Never create files outside the project directory - Ask before deleting any file - Explain reasoning before writing code - If unsure, ask — don't guess All 38 ECC agents read CLAUDE.md. Added rules - all agents follow them. Predictable behavior instead of chaos. Full setup - 5 minutes plaintext # 1. Install ECC (selectively — for your stack) /plugin marketplace add affaan-m/everything-claude-code /plugin install everything-claude-code@everything-claude-code # 2. Add memory /plugin marketplace add thedotmack/claude-mem /plugin install claude-mem # 3. Add discipline /plugin marketplace add obra/superpowers /plugin install superpowers # 4. Run security scan npx ecc-agentshield scan --fix # 5. Add behavior rules to CLAUDE.md What you get: plaintext 38 specialized agents → replaces 3-4 juniors ($8K-15K/month) 156 skills → replaces weeks of setup Security scanner → catches $500-50K+ problems Continuous learning → Claude learns YOUR style in 2-3 weeks Persistent memory → stop explaining the same thing daily Structured thinking → code works first try One solo founder with ECC + claude-mem + Superpowers ships like a team of 3-4 people. For $20/month instead of $8,000-15,000/month. You either pay $15K/month for a team. Or install 4 plugins in 5 minutes. The only thing it costs - the decision to stop doing everything manually. You build your own life - so choose the right path. / If this was useful - follow / more info in my tg channel: https://t.me/noisyclub01

AIFCC — AI Fluent CxO Club

読み書きそろばん、AI。経営者が AI を自分で動かせるようになるコミュニティ。

ECC完全解説:Claude Codeを最大化 | AIFCC