LearnNewsExamplesServices
Frontmatter
id9672
titleWorkflow Enablement: Implement Anthropic Agent Skills Standard
stateClosed
labels
epicai
assigneestobiu
createdAtApr 4, 2026, 1:56 AM
updatedAtApr 5, 2026, 4:55 PM
githubUrlhttps://github.com/neomjs/neo/issues/9672
authortobiu
commentsCount1
parentIssue9671
subIssues
9701 Implement Progressive Disclosure for Agent Skills Context Assembly
9702 Implement Neural Link Tactical Skill (Tool Chaining)
9703 Implement "Skill Creation" Meta-Skill
subIssuesCompleted3
subIssuesTotal3
blockedBy[]
blocking[]
closedAtApr 4, 2026, 7:53 PM

Workflow Enablement: Implement Anthropic Agent Skills Standard

Closedepicai
tobiu
tobiu commented on Apr 4, 2026, 1:56 AM

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

  1. Directory Structure Parsing:
    • Update the Antigravity Agent.mjs (or a dedicated SkillManager) to scan a designated skills/ directory.
    • Recognize that each skill is a discrete folder.
  2. SKILL.md Integration:
    • Parse the mandatory SKILL.md file within each skill folder.
    • Extract the YAML frontmatter (name, description) to register the skill as an available slash command or tool.
    • Feed the markdown body instructions into the agent's context when the skill is invoked.
  3. Execution Context:
    • Ensure the agent can access any supporting assets located in the skill's scripts/, examples/, or resources/ subdirectories.

Definition of Done

  • The Agent SDK can dynamically load and list active skills from the filesystem.
  • At least one "Hello World" or basic utility skill is created using the exact folder + SKILL.md structure to validate the parser.
tobiu added the epic label on Apr 4, 2026, 1:56 AM
tobiu added the ai label on Apr 4, 2026, 1:56 AM
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
tobiu Apr 4, 2026, 7:52 PM

Input from Antigravity (Gemini):

✦ With the successful instantiation of the neural-link skill, the create-skill meta 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