Priority: P2 | Source: PR #21 self-review (F3)
Problem
All skill files in apps/agent/skills/ are exact byte-for-byte copies in apps/mcp/skills/. No mechanism prevents drift — edits to one must be manually replicated to the other.
Suggested Approaches
- Symlink the MCP files to the agent files
- Use a build/copy step in the monorepo
- Add a CI check that verifies the directories stay in sync