一键导入
export
Write a shareable signature JSON from the current signature.json. Stamps origin=self and optional team_id.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Write a shareable signature JSON from the current signature.json. Stamps origin=self and optional team_id.
用 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 | export |
| description | Write a shareable signature JSON from the current signature.json. Stamps origin=self and optional team_id. |
| user-invocable | true |
| allowed-tools | ["Bash","Read","Write"] |
/cogsig export/cogsig export --team-id my-teamsignature.json from repo rootorigin: "self" and exported_ts (ISO timestamp)team_id if --team-id flag providedsignature_export.json (or path from --out)signature.jsonsignature_export.json — shareable, self-contained signature filepython3 skills/export/export.py
python3 skills/export/export.py --out my_sig.json --team-id acme-corp