Frontmatter
| id | 9703 |
| title | Implement "Skill Creation" Meta-Skill |
| state | Closed |
| labels | enhancementai |
| assignees | tobiu |
| createdAt | Apr 4, 2026, 7:32 PM |
| updatedAt | Apr 4, 2026, 7:36 PM |
| githubUrl | https://github.com/neomjs/neo/issues/9703 |
| author | tobiu |
| commentsCount | 1 |
| parentIssue | 9672 |
| subIssues | [] |
| subIssuesCompleted | 0 |
| subIssuesTotal | 0 |
| blockedBy | [] |
| blocking | [] |
| closedAt | Apr 4, 2026, 7:36 PM |
Implement "Skill Creation" Meta-Skill
Closedenhancementai
tobiu added parent issue #9672 on Apr 4, 2026, 7:32 PM
tobiu assigned to @tobiu on Apr 4, 2026, 7:36 PM

tobiu
Apr 4, 2026, 7:36 PM
Skill creation meta-skill implemented. Added the standard directory structure including optional JS scripts/assets and explicitly warned against Python inside the Neo ecosystem. The Progressive Disclosure rule makes it the authoritative manual for future agents.
tobiu closed this issue on Apr 4, 2026, 7:36 PM
Background
The AI Assistant relies on a strict Anthropic Progressive Disclosure pattern for skills (a lightweight
SKILL.mdrouter and a heavier payload in a/referencesfolder). Future agents in new sessions will lack the immediate context of how to properly structure these folders and what YAML frontmatter to apply.Goal
Create a "meta-skill" (a skill for creating skills) that acts as the authoritative template and instruction set for future agents when asked to create a new behavioral skill.
Implementation Steps
.agent/skills/create-skill/SKILL.mdwith the appropriate trigger..agent/skills/create-skill/references/skill-authoring-guide.mddetailing:.agent/skills/{skill-name}/).name,description,triggers) to prevent system prompt bloat./referencesdocument.