ワンクリックで
capture
Sample recent code the user has written — most-recent commits + recent file edits — and stage them for signature extraction.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Sample recent code the user has written — most-recent commits + recent file edits — and stage them for signature extraction.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
| name | capture |
| description | Sample recent code the user has written — most-recent commits + recent file edits — and stage them for signature extraction. |
| user-invocable | true |
| allowed-tools | ["Bash","Read","Write"] |
.signature-cache/ is empty or >24h stale/cogsig captureextract skill if no cache existsgit log --author=$GIT_USER_EMAIL -n 50 --name-only).signature-cache/samples.json with {path, language, content, modified_ts} rows.signature-cache/ (gitignored — signature is user-local).signature-cache/samples.json — ready for extract.
Anthropic Claude Advisor pattern — consulted at executor inflection points (low-confidence extraction, ambiguous dimensions, conflicting governance, unexplained drift) for strategic reframe rather than parameter-tuning.
CogSig v2 enforcement layer — convert signature from inject-only to inject+act. PreToolUse hook checks every Edit/Write/MultiEdit against the active signature.json and warns or rejects per the user's selected mode.
Prepend the current signature.json to Claude's context so code suggestions can mirror the user's style (Claude reads the signature each prompt and decides how closely to follow). INJECT-CONTEXT tier — see `skills/enforce/SKILL.md` + README "Architecture: Inject + Act" for the v2 force-mechanic. Auto-fires on every UserPromptSubmit via plugin hook; also invokable manually as `/cogsig inject`.
Slash command to enable, disable, or diff the cognitive signature injection.
Pattern-review surface for pending patterns. After extraction, diff new-signature vs permanent-signature — items at instance_count ≥ 2 not already in permanent become "pending." User approves / rejects / edits via slash commands, OR Claude surfaces them inline via inject.py next-response context.
One-command auto-seed from Claude Code session history. Scans ~/.claude/projects/**/*.jsonl, aggregates user-typed directives, runs extract → signature.json active. The default onboarding path.