aegis-skill-creator

Scaffold and validate SKILL.md files using SkillForge methodology.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/RideMatch1/a.e.g.i.s --skill aegis-skill-creator
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: aegis-skill-creator
Source: https://github.com/RideMatch1/a.e.g.i.s/tree/main/packages/skills/skills/foundation/aegis-native/aegis-skill-creator
Command: npx skills add https://github.com/RideMatch1/a.e.g.i.s --skill aegis-skill-creator

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This meta-skill enables a repeatable, industrial-grade process to triage, scaffold, and validate new skills using the SkillForge methodology and AEGIS HARD-CONSTRAINT-format.

Core Features & Use Cases

  • Triage skill requests into USE_EXISTING / IMPROVE / CREATE_NEW / COMPOSE to avoid duplicating effort.
  • Scaffold SKILL.md skeletons with required frontmatter, HARD-CONSTRAINT blocks, and standard sections (Mission, Triggers, Process, Verification, Anti-Patterns, Extension Points).
  • Apply the 11-Lens Analysis to craft comprehensive SKILLs with references and explicit extension paths.
  • Auto-validate SKILL.md to 16/17+ using validate-skill.py, iterating up to 5 passes.
  • Ensure attribution and references are present; support multi-file references when needed.

Quick Start

Run the SkillForge pipeline to triage, scaffold, apply 11-lens analysis, and validate a new skill.

Frequently Asked Questions about aegis-skill-creator

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate scaffolding and validating new skills with hard constraints?

Automating skill scaffolding uses the SkillForge methodology to generate SKILL.md skeletons with required frontmatter, HARD-CONSTRAINT blocks, and standard sections. It then applies iterative validation to achieve a 16/17+ compliance score.

What is the SkillForge triage process for avoiding duplicate skill creation?

The SkillForge triage process evaluates incoming requests to classify them as USE_EXISTING, IMPROVE, CREATE_NEW, or COMPOSE. This routing prevents duplicating effort by identifying whether to enhance an existing skill or scaffold a new one.

How do I build SKILL.md files that pass automated validation checks?

Building SKILL.md files that pass automated validation requires including mandatory frontmatter, HARD-CONSTRAINT blocks, 3+ references, Anti-Patterns, and Extension Points. The validate-skill.py script iterates up to 5 passes to enforce these structural requirements.

Can I use multi-file references when creating skills with hard constraints?

Yes, the skill creation process supports multi-file references when needed. It ensures proper attribution and reference loading are present within the generated SKILL.md structure to meet industrial-grade compliance.

What is the 11-lens analysis used for in skill creation?

The 11-lens analysis is applied during skill creation to craft comprehensive SKILLs with explicit extension paths and references. It ensures the generated skill covers multiple analytical perspectives before final validation.

Why does my SKILL.md validation fail to reach 16/17 on the first pass?

SKILL.md validation often fails initially due to missing standard sections like Mission, Triggers, Process, Verification, Anti-Patterns, or Extension Points. The automated validation iterates up to 5 passes to resolve these structural deficits.