Frontmatter
| id | 9698 |
| title | Feature: Agent Skill Loader & Ideation Sandbox |
| state | Closed |
| labels | enhancementai |
| assignees | tobiu |
| createdAt | Apr 4, 2026, 6:18 PM |
| updatedAt | Apr 4, 2026, 6:40 PM |
| githubUrl | https://github.com/neomjs/neo/issues/9698 |
| author | tobiu |
| commentsCount | 1 |
| parentIssue | 9693 |
| subIssues | [] |
| subIssuesCompleted | 0 |
| subIssuesTotal | 0 |
| blockedBy | [] |
| blocking | [] |
| closedAt | Apr 4, 2026, 6:40 PM |
Feature: Agent Skill Loader & Ideation Sandbox
Closedenhancementai
tobiu added parent issue #9693 on Apr 4, 2026, 6:18 PM

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 assigned to @tobiu on Apr 4, 2026, 6:40 PM
tobiu closed this issue on Apr 4, 2026, 6:40 PM
Problem
Agents currently lack a native mechanism to adopt specialized operational workflows (
SKILL.mdconstraints) dynamically from the filesystem. Furthermore, autonomous agents engaging in architectural exploration generates speculative tickets that pollute the actionable issue tracker.Solution
Neo.ai.context.Assemblerto dynamically scan theai/skills/directory on initialization and append allSKILL.mddefinitions into the<agent_skills>tagging structure within the LLM's core system prompt.ideation-sandbox/SKILL.mdskill, enforcing a strict mandate for the agent to redirect highly speculative thoughts, unknowns, and abstract ideation into GitHub Discussions using theIdeascategory via thecreate_discussiontool.ai/services.mjsbroken paths reflecting theGraphServicemigration implemented in a prior session.