eliteforge-skill-spec

Installation
SKILL.md

EliteForge Skill Spec

Required Skill-Creator Flow

  1. Activate and follow skill-creator for every new skill and every substantial skill update.
  2. For new skills, initialize with the skill-creator scripts/init_skill.py workflow unless the skill folder already exists.
  3. Keep SKILL.md concise and authoritative. Put mandatory agent behavior in SKILL.md; use references/ only for details loaded on demand.
  4. Keep agents/openai.yaml aligned with the final SKILL.md.
  5. Before finishing, run the skill-creator validator. If the validator is unavailable or fails for reasons unrelated to the current change, report the blocker instead of claiming validation success.

Frontmatter Contract

Every eliteforge-* skill must declare metadata.version in the YAML frontmatter at the top of SKILL.md.

Minimum required shape:

Installs
12
First Seen
May 13, 2026
eliteforge-skill-spec — cloudsen/eliteforge-skills