Context
The Neo.mjs agent swarm currently maintains two skill directories: .agent/skills/ (canonical) and .claude/skills/ (symlinks for Claude Code).
The Problem
During recent operations, it was discovered that .claude/skills/ was missing symlinks for newly created skills (e.g., epic-review, ticket-create, industry-friction-radar). This caused Claude to be completely blind to critical framework mandates like the Cross-Family Review protocol.
The Architectural Reality
Skill symlinks are currently manually maintained. This creates a silent failure mode where Claude loses capability parity with Antigravity whenever a new skill is merged.
The Fix
Implement a synchronization mechanism. Potential solutions:
- Reconfigure Claude Code to read directly from
.agent/skills/ (if the platform allows).
- Add an automated sync script that runs during
npm install, npm run build, or via a pre-commit hook to ensure .claude/skills/ is always 100% synchronized with .agent/skills/.
Acceptance Criteria
Origin Session ID: dd277d9c-8f9c-44c7-8607-cb68bc42fac0
Retrieval Hint: ".claude/skills out of sync"
Context
The Neo.mjs agent swarm currently maintains two skill directories:
.agent/skills/(canonical) and.claude/skills/(symlinks for Claude Code).The Problem
During recent operations, it was discovered that
.claude/skills/was missing symlinks for newly created skills (e.g.,epic-review,ticket-create,industry-friction-radar). This caused Claude to be completely blind to critical framework mandates like the Cross-Family Review protocol.The Architectural Reality
Skill symlinks are currently manually maintained. This creates a silent failure mode where Claude loses capability parity with Antigravity whenever a new skill is merged.
The Fix
Implement a synchronization mechanism. Potential solutions:
.agent/skills/(if the platform allows).npm install,npm run build, or via apre-commithook to ensure.claude/skills/is always 100% synchronized with.agent/skills/.Acceptance Criteria
.agent/skills/are automatically accessible to Claude Code without manual symlink creation.Origin Session ID: dd277d9c-8f9c-44c7-8607-cb68bc42fac0 Retrieval Hint: ".claude/skills out of sync"