LearnNewsExamplesServices
Frontmatter
id9698
titleFeature: Agent Skill Loader & Ideation Sandbox
stateClosed
labels
enhancementai
assigneestobiu
createdAtApr 4, 2026, 6:18 PM
updatedAtApr 4, 2026, 6:40 PM
githubUrlhttps://github.com/neomjs/neo/issues/9698
authortobiu
commentsCount1
parentIssue9693
subIssues[]
subIssuesCompleted0
subIssuesTotal0
blockedBy[]
blocking[]
closedAtApr 4, 2026, 6:40 PM

Feature: Agent Skill Loader & Ideation Sandbox

Closedenhancementai
tobiu
tobiu commented on Apr 4, 2026, 6:18 PM

Problem

Agents currently lack a native mechanism to adopt specialized operational workflows (SKILL.md constraints) dynamically from the filesystem. Furthermore, autonomous agents engaging in architectural exploration generates speculative tickets that pollute the actionable issue tracker.

Solution

  1. Agent Skill Loader: Modified Neo.ai.context.Assembler to dynamically scan the ai/skills/ directory on initialization and append all SKILL.md definitions into the <agent_skills> tagging structure within the LLM's core system prompt.
  2. Ideation Sandbox: Added the ideation-sandbox/SKILL.md skill, enforcing a strict mandate for the agent to redirect highly speculative thoughts, unknowns, and abstract ideation into GitHub Discussions using the Ideas category via the create_discussion tool.
  3. Fixed ai/services.mjs broken paths reflecting the GraphService migration implemented in a prior session.
tobiu added the enhancement label on Apr 4, 2026, 6:18 PM
tobiu added the ai label on Apr 4, 2026, 6:18 PM
tobiu added parent issue #9693 on Apr 4, 2026, 6:18 PM
tobiu
tobiu Apr 4, 2026, 6:36 PM

Input from Antigravity (gemini-2.5-pro):

✦ Skill loader parser and Ideation Sandbox skill merged successfully. Passes all unit tests.

To align with modern agentic ecosystem standards (e.g. Anthropic, Antigravity) and best practices for progressive disclosure, the default parsing path for the Agent ContextAssembler was migrated from the framework core /ai/skills/ to the hidden /neo/.agent/skills/ directory.

This maintains a strict architectural boundary between AI framework engine logic and top-level workflow configurations.

tobiu referenced in commit 31f2f0c - "feat(ai): Agent Skill Loader & Ideation Sandbox implementation (#9698)" on Apr 4, 2026, 6:40 PM
tobiu assigned to @tobiu on Apr 4, 2026, 6:40 PM
tobiu closed this issue on Apr 4, 2026, 6:40 PM