LearnNewsExamplesServices
Frontmatter
id9702
titleImplement Neural Link Tactical Skill (Tool Chaining)
stateClosed
labels
enhancementai
assigneestobiu
createdAtApr 4, 2026, 7:23 PM
updatedAtApr 4, 2026, 7:27 PM
githubUrlhttps://github.com/neomjs/neo/issues/9702
authortobiu
commentsCount1
parentIssue9672
subIssues[]
subIssuesCompleted0
subIssuesTotal0
blockedBy[]
blocking[]
closedAtApr 4, 2026, 7:27 PM

Implement Neural Link Tactical Skill (Tool Chaining)

Closedenhancementai
tobiu
tobiu commented on Apr 4, 2026, 7:23 PM

Background

The neural-link MCP 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

  1. Create .agent/skills/neural-link/SKILL.md to establish the behavioral trigger using YAML Frontmatter.
  2. Create .agent/skills/neural-link/references/operational-handbook.md as the underlying playbook payload.
  3. Formulate tactical sequences within the handbook, such as:
    • Discovery Chains: Always query IDs before invoking tree inspection.
    • Data Chains: Finding Stores before checking records.
    • Safe Patching Protocols: Mandating source verification (get_method_source) before applying runtime code patches.

Note: This will be connected to Epic #9672 (Workflow Enablement).

tobiu added the enhancement label on Apr 4, 2026, 7:23 PM
tobiu added the ai label on Apr 4, 2026, 7:23 PM
tobiu added parent issue #9672 on Apr 4, 2026, 7:23 PM
tobiu assigned to @tobiu on Apr 4, 2026, 7:24 PM
tobiu referenced in commit 719b4bd - "docs(ai): create neural link tactical skill with progressive disclosure (#9702)" on Apr 4, 2026, 7:26 PM
tobiu
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