Frontmatter
| id | 9702 |
| title | Implement Neural Link Tactical Skill (Tool Chaining) |
| state | Closed |
| labels | enhancementai |
| assignees | tobiu |
| createdAt | Apr 4, 2026, 7:23 PM |
| updatedAt | Apr 4, 2026, 7:27 PM |
| githubUrl | https://github.com/neomjs/neo/issues/9702 |
| author | tobiu |
| commentsCount | 1 |
| parentIssue | 9672 |
| subIssues | [] |
| subIssuesCompleted | 0 |
| subIssuesTotal | 0 |
| blockedBy | [] |
| blocking | [] |
| closedAt | Apr 4, 2026, 7:27 PM |
Implement Neural Link Tactical Skill (Tool Chaining)
Closedenhancementai
tobiu added parent issue #9672 on Apr 4, 2026, 7:23 PM
tobiu assigned to @tobiu on Apr 4, 2026, 7:24 PM

tobiu
Apr 4, 2026, 7:27 PM
Neural Link progressive disclosure skill implemented successfully. Replaced explicit tool-guessing with robust Tool Chaining sequences inside the new operational-handbook.md. Also incorporated specific lifecycle recovery rules regarding Session ID invalidation during target app reloads.
tobiu closed this issue on Apr 4, 2026, 7:27 PM
Background
The
neural-linkMCP Server exposes 33 raw tools for querying and mutating a running Neo.mjs application. However, without a structured skill, autonomous agents lack the tactical grammar (tool chaining sequences) needed to effectively debug applications, leading to hallucinated component IDs or unsafe hot-patching.Goal
Implement a progressive disclosure skill for the Neural Link that teaches agents the explicit strategies necessary to master the UI bridging toolkit.
Implementation Steps
.agent/skills/neural-link/SKILL.mdto establish the behavioral trigger using YAML Frontmatter..agent/skills/neural-link/references/operational-handbook.mdas the underlying playbook payload.get_method_source) before applying runtime code patches.Note: This will be connected to Epic #9672 (Workflow Enablement).