Agent skill
skill-deploy-update
Use when creating, updating, or syncing Codex skills for this repo, including installing skills into CODEX_HOME and using scripts/sync_skills.ps1 to symlink repo skills; also use when drafting a new SKILL.md or adjusting skill folder structure.
Install this agent skill to your Project
npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/data/skill-deploy-update
SKILL.md
Skill Deploy and Update
Use this skill to keep project skills stored in-repo and linked into CODEX_HOME via the sync script. Prefer symlinks so the repo is the source of truth.
When to Use
- Add, rename, or restructure a skill folder in docs/skills.
- Update SKILL.md contents or bundled resources.
- Sync repo skills into CODEX_HOME for Codex discovery.
Repo Layout
Each skill must live in its own folder:
docs/skills/<skill-name>/
SKILL.md
scripts/
references/
assets/
The SKILL.md frontmatter name must match the folder name.
Sync Script
Use the repo sync script to link all repo skills into CODEX_HOME:
.\\scripts\\sync_skills.ps1
Optional: pass a custom repo skills path:
.\\scripts\\sync_skills.ps1 -RepoSkillsPath "C:\\path\\to\\repo\\docs\\skills"
How to Update a Skill
- Edit the skill folder under docs/skills.
- Keep instructions concise and imperative.
- Re-run the sync script.
- If a skill was renamed, delete the old link in CODEX_HOME if it is not a symlink.
Skill Template
Use the bundled template at assets/skill-template/SKILL.md as a starting point.
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
Didn't find tool you were looking for?