Agent skill
asset-validation
Validate Codex AI assets such as AGENTS.md files, Codex skills, templates, checklists, and support scripts. Use after creating or modifying the repository's Codex component package.
Install this agent skill to your Project
npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/other/other/asset-validation-avav25-ai-assets
SKILL.md
Asset Validation
Validate Codex-native AI assets before considering the package complete.
Scope
Validate:
- Root or scoped
AGENTS.md .agents/skills/*/SKILL.md- Companion markdown resources for skills
.codex/templates/*.codex/checklists/*- explicit support scripts used by the Codex package
Do not use this skill for application linting, unit tests, or runtime deployment checks.
Validation Layers
1. Structure
Confirm:
- The asset is stored in the correct directory
SKILL.mdlives under.agents/skills/<skill-name>/- Companion resources are colocated with their skill or under
.codex/ - The package does not introduce unsupported runtime assumptions
2. Content Rules
Confirm:
- English only
- No secrets or credentials
- No broken references
- No Claude-only runtime instructions
- Instructions are concrete and scoped
3. Frontmatter
For SKILL.md:
namepresentdescriptionpresent and specific- Any optional fields are valid and necessary
For AGENTS.md, templates, and checklists:
- No YAML frontmatter unless there is a clear reason
4. Dependency Integrity
Check:
- References to
AGENTS.md - References to
.agents/skills/<name>/ - References to
.codex/templates/and.codex/checklists/ - References to local scripts
Flag missing targets and orphaned assets that no workflow will discover.
5. Token Discipline
Check:
SKILL.mdfiles are concise enough for progressive disclosureAGENTS.mdfiles do not bury critical policy in long prose- Reference material is moved out of hot-path assets when appropriate
Report Format
Return:
- Summary
- Passed checks
- Findings
- Required follow-up
Use validation-checklist.md for the detailed checklist and script patterns.
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?