원클릭으로
import
Load an imported signature JSON as the active signature. Sets origin=imported so Historian classifies any drift as EXPECTED.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Load an imported signature JSON as the active signature. Sets origin=imported so Historian classifies any drift as EXPECTED.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
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.
| name | import |
| description | Load an imported signature JSON as the active signature. Sets origin=imported so Historian classifies any drift as EXPECTED. |
| user-invocable | true |
| allowed-tools | ["Bash","Read","Write"] |
/cogsig import path/to/teammate_sig.jsonorigin to "imported" and stamp imported_tssignature.json (becomes the active signature for inject)signature_history.jsonl (Historian sees origin=imported and classifies changes as EXPECTED)signature.json — now holds the imported signaturesignature_history.jsonl — import event appendedpython3 skills/import_sig/import_sig.py teammate_signature.json
python3 skills/import_sig/import_sig.py /path/to/shared/sig.json --repo /my/project