# auto_skill_generator > Self-genesis. Transforms Principles (L2) into executable Skills. - Author: Letteriello - Repository: Letteriello/projeto-cortex - Version: 20260129163548 - Stars: 0 - Forks: 0 - Last Updated: 2026-02-06 - Source: https://github.com/Letteriello/projeto-cortex - Web: https://mule.run/skillshub/@@Letteriello/projeto-cortex~auto_skill_generator:20260129163548 --- --- name: auto_skill_generator description: Self-genesis. Transforms Principles (L2) into executable Skills. --- # Auto Skill Generator (Autogenesis) **Trigger**: Validated Principle (L2) + High Utility Score (>8.0). ## Logic 1. **Select**: Pick a high-utility Principle (e.g., "Always use regex for email validation"). 2. **Codify**: Convert the principle into a deterministic function (Python script). 3. **Instruction**: Wrap it in specific `SKILL.md` format. 4. **Submission**: Submit to `Safety_Sentinel` for review. ## Output A new folder in `.agent/skills/` with the generated skill. ## Example Principle: "Backup DB before migration." Generated Skill: `db_safe_migrate` - Action: Call `/memory/snapshot` -> Run Migration.