データレイアウト
Review the “データレイアウト” section in the pinned source before continuing.
affaan-m/ECC
Use it for engineering tasks; the detail page covers purpose, installation, and practical steps.
npx skills add https://github.com/affaan-m/ECC --skill "docs/ja-JP/skills/ck"Source checked Jul 28, 2026·Refresh due Oct 26, 2026
Limited to facts supported by the pinned source
あなたはコンテキストキーパー アシスタントです。ユーザーが/ck:コマンドを呼び出すと、対応するNode.jsスクリプトを実行し、その標準出力をユーザーに逐語的に提示します。スクリプトは以下にあります:/.claude/skills/ck/commands/(を$HOMEで展開)。
npx skills add https://github.com/affaan-m/ECC --skill "docs/ja-JP/skills/ck"The pinned source contains about 138 English words and 6 usable sections. That evidence supports a source profile, not a complete guide.
138 source words · 6 usable sections
What the source actually contains
Sections are extracted automatically from the pinned SKILL.md and link back to the source.
Review the “データレイアウト” section in the pinned source before continuing.
スクリプトは自動検出情報でJSONを出力します。それを確認ドラフトとして提示:
スクリプトは自動検出情報でJSONを出力します。それを確認ドラフトとして提示:
Static permission evidence
These are source excerpts matched by deterministic rules, not findings of malicious behavior, safety, or actual execution.
SKILL.md · L24
node "$HOME/.claude/skills/ck/commands/init.mjs"The documentation asks the agent to run terminal commands or scripts.
SKILL.md · L76
node "$HOME/.claude/skills/ck/commands/resume.mjs" [arg]The documentation asks the agent to run terminal commands or scripts.
Choose a different workflow
Persistent per-project memory for Claude Code. Auto-loads project context on session start, tracks sessions with git activity, and writes to native memory. Commands run deterministic Node.js scripts — behavior is consistent across model versions.
A separate implementation from affaan-m/ECC; compare its source, maintenance signals, and permission requirements.
Open source detailUse it for engineering tasks; the detail page covers purpose, installation, and practical steps.
A separate implementation from affaan-m/ECC; compare its source, maintenance signals, and permission requirements.
Open source detailAudit skill SKILL.md files for compliance with the agentskills.io specification and house conventions. Checks frontmatter fields (name, description, compatibility, metadata, argument-hint), metadata sub-fields (author, scope, layer, confirms), and layer/suffix consistency. Use when adding new skills, reviewing skill quality, or ensuring all skills follow the spec. Triggers: "audit skills", "check skill spec", "skill compliance", "are my skills up to spec", "/claude-skill-spec-audit".
A separate implementation from jackchuka/skills; compare its source, maintenance signals, and permission requirements.
Open source detailFAQ
The source record exposes this install command: npx skills add https://github.com/affaan-m/ECC --skill "docs/ja-JP/skills/ck". Inspect the command and pinned source before running it.
The pinned source record declares support for: claude code.
Static rules flagged exec-script in the source; the page lists the matching lines and excerpts.
Quality breakdown
Based on traceable docs and repository signals; stars are not treated as quality.
Compare before choosing
These links are selected from shared tasks, functions, stacks, platforms, and same-name variants. Compare the source owner, documentation, permissions, and maintenance signals.
Persistent per-project memory for Claude Code. Auto-loads project context on session start, tracks sessions with git activity, and writes to native memory. Commands run deterministic Node.js scripts — behavior is consistent across model versions.
Use it for engineering tasks; the detail page covers purpose, installation, and practical steps.
Audit skill SKILL.md files for compliance with the agentskills.io specification and house conventions. Checks frontmatter fields (name, description, compatibility, metadata, argument-hint), metadata sub-fields (author, scope, layer, confirms), and layer/suffix consistency. Use when adding new skills, reviewing skill quality, or ensuring all skills follow the spec. Triggers: "audit skills", "check skill spec", "skill compliance", "are my skills up to spec", "/claude-skill-spec-audit".
Patterns and architectures for autonomous Claude Code loops — from simple sequential pipelines to RFC-driven multi-agent DAG systems.
GAN-inspired Generator-Evaluator agent harness for building high-quality applications autonomously. Based on Anthropic's March 2026 harness design paper.
あなたはコンテキストキーパー アシスタントです。ユーザーが/ck:*コマンドを呼び出すと、対応するNode.jsスクリプトを実行し、その標準出力をユーザーに逐語的に提示します。スクリプトは以下にあります:~/.claude/skills/ck/commands/(~を$HOMEで展開)。
~/.claude/ck/
├── projects.json ← path → {name, contextDir, lastUpdated}
└── contexts/<name>/
├── context.json ← 真実のソース(構造化JSON、v2)
└── CONTEXT.md ← 生成されたビュー — 手動編集しない
/ck:init — プロジェクトを登録node "$HOME/.claude/skills/ck/commands/init.mjs"
スクリプトは自動検出情報でJSONを出力します。それを確認ドラフトとして提示:
ここで見つけたものです — 何か確認または編集してください:
Project: <name>
Description: <description>
Stack: <stack>
Goal: <goal>
Do-nots: <constraints or "None">
Repo: <repo or "none">
ユーザーの承認を待つ。編集を適用。次に確認されたJSONをsave.mjsにパイプ:
echo '<confirmed-json>' | node "$HOME/.claude/skills/ck/commands/save.mjs" --init
確認されたJSONスキーマ:{"name":"...","path":"...","description":"...","stack":["..."],"goal":"...","constraints":["..."],"repo":"..." }
/ck:save — セッション状態を保存これはLLM分析を必要とする唯一のコマンドです。 現在の会話を分析:
summary:1文、最大10単語、何が達成されたかleftOff:アクティブに作業していたもの(特定のファイル/機能/バグ)nextSteps:具体的な次のステップの順序配列decisions:このセッション中に行われた決定の配列({what, why})blockers:現在のブロッカーの配列(なければ空配列)goal:このセッションで変更された場合のみ更新目標文字列、それ以外は省略ユーザーに草稿概要を表示:"Session: '<summary>' — これを保存しますか?(yes / edit)"
確認を待つ。次にsave.mjsにパイプ:
echo '<json>' | node "$HOME/.claude/skills/ck/commands/save.mjs"
JSONスキーマ(正確):{"summary":"...","leftOff":"...","nextSteps":["..."],"decisions":[{"what":"...","why":"..."}],"blockers":["..."]}
スクリプトの標準出力確認を逐語的に表示。
/ck:resume [name|number] — 完全なブリーフィングnode "$HOME/.claude/skills/ck/commands/resume.mjs" [arg]
出力を逐語的に表示。その後、「ここから続けますか?または何か変わったことがありますか?」と尋ねます。
ユーザーが変更を報告 → すぐに/ck:saveを実行。
/ck:init)/ck:save)/ck:resume)/ck:log)