Intelligence sync
Skill ainova-systems/intelligence-sync/intelligence/sync/skills/intelligence-sync
Sync intelligence to enabled IDE targetsFrom its SKILL.md
npx -y skills add ainova-systems/intelligence-sync --skill intelligence-syncAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
2 things to look at
- 4 stars4 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.
- runs commandsInstructs the agent to run 1 command, including `bash <intel>/sync/scripts/sync.sh`.
SKILL.md
1.3 KB, 279 tokens by cl100k_base, as published. Nobody here has run it
Run the sync engine to transform rules, agents, and skills from the intelligence source directory to each enabled IDE's native format.
Folder name:
<intel>is whatever holds yourconfig.yaml— typicallyintelligence/, but may have been renamed (e.g.Intelligence/). The engine lives in the module subfolder<intel>/sync/and is self-locating, so any spelling works as long as you point bash at the rightsync/scripts/sync.shpath.sync.sh never migrates. It is a pure synchronizer: on a pre-0.3.1 / non-modular layout or an un-applied schema it fails closed with
IS_STATUS=needs-update(exit 6) and changes nothing. Migration is owned entirely by theintelligence-updateflow — tell your agent "Update intelligence-sync" (or run<intel>/sync/scripts/update.sh) first, then re-run sync.
Steps
- Run
bash <intel>/sync/scripts/sync.sh(where<intel>is your intelligence source folder; defaultintelligence). - Review the output — verify rule, agent, and skill counts per target.
- If warnings about unsynced directories appear, add the missing paths to
<intel>/config.yamlundersources:.
What ships with it
Read from the repository
Just SKILL.md. No reference files, no scripts.