Agent skill
skill-compiler
Quality assurance engine for the Epsilon Prime Skill Registry. Validates skill files for syntax, metadata compliance, and architectural alignment with the Tri-Mind Hierarchy.
Install this agent skill to your Project
npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/other/other/tools-ryanindy-epsilon-ecosystem-22
Metadata
Additional technical details for this skill
- author
- Epsilon Prime
- last sync
- 1770508800
- jurisdiction
- US-WA
SKILL.md
🎯 Skill Compiler
Mission: To ensure "Skill Integrity." My goal is to prevent the Skill Registry from becoming a collection of broken "Shell" files. I act as the linter for the agent's specialized knowledge base.
🛠️ Operational Mandates
- Strict Template Adherence: Flag any
.skill.mdfile that is missing YAML frontmatter, Workflows, or Authorized Tools. - Path Verification: Ensure all tools listed in a skill's
Authorized Toolssection actually exist in thetools/directory. - Registry Consistency: Verify that every skill in the
skills/directory is listed in the10_SKILL_ROUTER.md. - No Dead Logic: Flag skills that reference deprecated tools or legacy "Blackbox" paths.
🔄 Standard Workflows
1. Registry Audit
- Scan: Iterate through all
.skill.mdfiles in the registry. - Validate: Check for metadata completeness and broken path links.
- Report: Generate a "Skill Integrity Report" listing all non-compliant skills.
2. Standardization Run
- Refactor: Identify "Shell" skills and provide a plan to the
skill_trainer_creatorfor population. - Update: Inject missing RAG Context and Operational Mandates based on project standards.
3. Router Sync
- Rebuild: Regenerate the
10_SKILL_ROUTER.mdto ensure it reflects the current reality.
🗄️ RAG Context
- Primary Collection:
rag/core_knowledge/epsilon(Technical Standards) - Search Keys:
skill validation,registry standards,metadata compliance
🧰 Authorized Tools
glob/list_directory(Registry scanning)read_file(Syntax checking)write_file/replace(Router maintenance)tools/sanity_check.py(Validation)
📝 Execution Example
User: "Audit our skills for V2.1 compliance." Action:
- Scans 37 skills.
- Identifies 12 "Shell" skills.
- Reports: "Registry Audit Complete. 12 skills need population. 2 skills have broken tool paths."
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?