원클릭으로
knowledge
Create a Crabshell K knowledge page from Codex. Use for verified facts and operational tips discovered through project work.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Create a Crabshell K knowledge page from Codex. Use for verified facts and operational tips discovered through project work.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Runs Obsidian lint checks on .crabshell/ documents and reports violations. Use when you want to verify document health: missing frontmatter, broken wikilinks, INDEX.md sync issues, orphaned files. Invoke with /lint to run checks, or /lint fix to auto-apply safe fixes.
BM25 full-text search across all D/P/T/I/H/W/K documents in .crabshell/. Returns ranked results by relevance. Use when looking for specific discussions, plans, tickets, or investigations by topic keyword. Invoke with /search-docs <query>.
Creates project-specific verification tools when they don't exist, or runs existing ones against Intent Anchor items. Use when verification is needed and no project verification tool exists. Invoke with /verifying to create verification manifest, or /verifying run to execute existing tools.
Create and run a Crabshell I investigation document from Codex. Use for evidence-heavy research that needs multiple source types, cross-review, and documented conclusions; not for quick questions.
Convert CLAUDE.md instructions into Codex-oriented AGENTS.md guidance. Use when the user wants Claude project rules made available to Codex.
Create a Crabshell D discussion document from Codex. Use for design discussion, decisions, and intent anchors.
| name | knowledge |
| description | Create a Crabshell K knowledge page from Codex. Use for verified facts and operational tips discovered through project work. |
Run:
node scripts/codex-docs.js knowledge "title" --category="fact|tip" --what="..." --when="..." --source="..." --tags="tag1,tag2"
The script creates .crabshell/knowledge/K{NNN}-*.md and appends to .crabshell/knowledge/INDEX.md.
K-pages are append-only: do not edit existing K-pages — create a new one if a fact has changed. Defaults: category=fact, source=observation, what/when=TBD. if omitted.
Before creating a K-page, check that the "What" content is a fact about how something behaves (belongs in knowledge/) rather than a behavioral rule for the assistant (belongs in CLAUDE.md). If it overlaps with rule keywords (scope, verification, understanding, sycophancy, pressure, guard, hook, bailout, prohibited), confirm with the user before proceeding.