基于 SOC 职业分类
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/bnet47/codexicon --skill adopt-codexicon命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
正在显示 SKILL.md
Run bounded parallel engineering loops for complex work, with isolated implementation, review, integration, and final verification.
Execute an approved plan with bounded delegation. Use after write-plan for independent tasks; not for exploratory or tightly coupled work.
Find and evaluate external agent skills with read-only search, approval, pinned provenance, and project-local installation.
| name | adopt-codexicon |
| description | Inspect, adopt, diagnose, or update Codexicon in an established repository without overwriting local content. |
Use the repository-local manager from a trusted Codexicon source. Keep inspection read-only until the user explicitly authorizes apply.
Confirm the intended source and target repository roots, then run:
python scripts/codexicon.py inspect TARGET
Report every create, identical, preserve, required-missing, and conflict result. Inspect existing project commands, AGENTS.md, .codex/, skills, CI, Git hooks, and project facts before recommending adoption. Do not treat a missing project-owned file as safe to synthesize automatically.
Only after the user authorizes repository writes, run:
python scripts/codexicon.py adopt TARGET --apply
The manager copies only absent managed/merge files, preserves conflicts, records baseline hashes in .codexicon.lock.json, and returns nonzero while integration work remains. Resolve conflicts deliberately; never replace real project commands with template stubs.
After the user deliberately stages the adopted files, run python TARGET/scripts/codexicon.py sync-git-modes --root TARGET. It changes only manifest-declared executable bits on already-tracked index entries and refuses untracked paths; this is required for Windows-origin adoptions that will be cloned on POSIX.
Run python TARGET/scripts/codexicon.py doctor --root TARGET, then the target's canonical lint, test, and security commands.
From an adopted target, inspect a trusted local release source before apply:
python scripts/codexicon.py update --root TARGET --source SOURCE
python scripts/codexicon.py update --root TARGET --source SOURCE --apply
Apply is explicit and offline. Unchanged baseline files may update or retire; locally modified files remain conflicts. Review changed hooks with /hooks because their trust hash changes.
Do not download releases, commit, push, publish, deploy, or modify external systems unless separately authorized.