一键导入
claude-to-agents
Convert CLAUDE.md instructions into Codex-oriented AGENTS.md guidance. Use when the user wants Claude project rules made available to Codex.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Convert CLAUDE.md instructions into Codex-oriented AGENTS.md guidance. Use when the user wants Claude project rules made available to Codex.
用 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 a Crabshell K knowledge page from Codex. Use for verified facts and operational tips discovered through project work.
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.
Create a Crabshell D discussion document from Codex. Use for design discussion, decisions, and intent anchors.
| name | claude-to-agents |
| description | Convert CLAUDE.md instructions into Codex-oriented AGENTS.md guidance. Use when the user wants Claude project rules made available to Codex. |
Run:
node scripts/claude-to-agents.js
This reads CLAUDE.md and writes AGENTS.md. It preserves project-specific rules below the Crabshell marker and rewrites obvious Claude-specific terms to Codex-oriented wording. If AGENTS.md already exists, the script refuses to overwrite it unless --force is provided.
Use a dry run before overwriting if requested:
node scripts/claude-to-agents.js --dry-run
Overwrite an existing target only when that is intentional:
node scripts/claude-to-agents.js --force