skill-creator
Installation
SKILL.md
Skill Creator
⚠️ MANDATORY COMPLIANCE ⚠️
CRITICAL: The 10-step workflow outlined in this document MUST be followed in exact order for EVERY skill creation session. Skipping steps or deviating from the procedure will result in incomplete or poorly designed skills. This is non-negotiable.
File Structure
- SKILL.md (this file): Main instructions and MANDATORY workflow
- examples.md: Skill creation scenarios with sample outputs
- Memory: Skill-specific memory accessed via
memoryStore.getSkillMemory("skill-creator", "{project-name}"). See MemoryStore Interface.
Interface References
- Context: Loaded via ContextProvider Interface
- Memory: Accessed via MemoryStore Interface
- Schemas: Validated against context_metadata.schema.json and memory_entry.schema.json