Documentation
README
Lattice Skill Forge
Core responsibility: Create the right files with the right structure for a new Lattice skill.
Input: A description of what the skill should do and when it should trigger.
Output: One or more skill files written to the correct path:
- Atom →
source/atoms/{name}/SKILL.md+source/atoms/{name}/references/defaults.md - Molecule →
source/molecules/{name}/SKILL.md - Refiner →
source/refiners/{name}/SKILL.md+source/refiners/{name}/assets/template.md
How to verify this skill did its job:
- All required files exist at the correct paths
- Folder name matches
name:frontmatter exactly - All tier-required sections are present in correct order
- No placeholder content — all sections contain real, specific content
This is the opening of the README. Read the full README on GitHub.