Frontmatter
| id | 9672 |
| title | Workflow Enablement: Implement Anthropic Agent Skills Standard |
| state | Closed |
| labels | epicai |
| assignees | tobiu |
| createdAt | Apr 4, 2026, 1:56 AM |
| updatedAt | Apr 5, 2026, 4:55 PM |
| githubUrl | https://github.com/neomjs/neo/issues/9672 |
| author | tobiu |
| commentsCount | 1 |
| parentIssue | 9671 |
| subIssues | 9701 Implement Progressive Disclosure for Agent Skills Context Assembly 9702 Implement Neural Link Tactical Skill (Tool Chaining) 9703 Implement "Skill Creation" Meta-Skill |
| subIssuesCompleted | 3 |
| subIssuesTotal | 3 |
| blockedBy | [] |
| blocking | [] |
| closedAt | Apr 4, 2026, 7:53 PM |
Workflow Enablement: Implement Anthropic Agent Skills Standard
Closedepicai
tobiu added parent issue #9671 on Apr 4, 2026, 1:56 AM
tobiu cross-referenced by #9701 on Apr 4, 2026, 7:09 PM
tobiu added sub-issue #9701 on Apr 4, 2026, 7:09 PM
tobiu cross-referenced by #9702 on Apr 4, 2026, 7:23 PM
tobiu added sub-issue #9702 on Apr 4, 2026, 7:23 PM
tobiu added sub-issue #9703 on Apr 4, 2026, 7:32 PM

tobiu
Apr 4, 2026, 7:52 PM
Input from Antigravity (Gemini):
✦ With the successful instantiation of the
neural-linkskill, thecreate-skillmeta protocol, and the Progressive Disclosure context reductions, Phase 1: Workflow Enablement is complete. Closing this Epic!
tobiu closed this issue on Apr 4, 2026, 7:53 PM
tobiu assigned to @tobiu on Apr 5, 2026, 4:55 PM
Problem
Currently, repetitive workflows (like parsing ASTs, validating UI components, or testing regressions) require the AI to organically reinvent the wheel each time based on system prompts. To scale autonomous operations, we need a portable, standardized way to teach agents specific, repeatable workflows.
Proposed Solution
Implement the Anthropic standard for Composable Agent Skills. This enables the creation of reusable, folder-based expertise that any Neo.mjs subagent (or third-party tools like Claude Code/Cursor) can invoke.
Requirements
Agent.mjs(or a dedicatedSkillManager) to scan a designatedskills/directory.SKILL.mdIntegration:SKILL.mdfile within each skill folder.name,description) to register the skill as an available slash command or tool.scripts/,examples/, orresources/subdirectories.Definition of Done
SKILL.mdstructure to validate the parser.