| name | skill-nexus-sync |
| description | Synchronization engine for maintaining consistent agent and skill definitions across all AI IDE platforms. - "sync skills" - "sync agents" - "run nexus" |
Nexus Sync
This skill orchestrates the synchronization of the agentic hub across all integrated IDEs and AI tools.
Usage
When you need to ensure that your agent definitions and skills are up-to-date across all platforms, trigger this skill by saying:
- "sync skills"
- "sync agents"
Workflow
-
Local Sync: Run the Nexus engine to update project-local symlinks in .cursor/rules, .claude/agents, etc.
python3 {PROJECT_DIR}/bin/nexus.py
-
Global Sync (Optional): If you need to update your global user configurations in $HOME, run with the --global-sync flag.
python3 {PROJECT_DIR}/bin/nexus.py --global-sync
-
Validation: Verify that the symlinks are correctly established.
ls -la .cursor/rules/
Operating Principles
- Physical Sovereignty: Always treat
{PROJECT_DIR}/.agent/agents/ and {PROJECT_DIR}/.agent/skills/ as the physical source of truth.
- Parity: Ensure all platforms receive the same definitions to prevent behavioral drift.