hub-sync-patterns

Diagnose and fix drift between src/patterns, plugins, and content catalog in Neexo AI Hub.

CopilotCursorKilo
AuthorNeexoCore
Updated
maintainerhubsync

Install in your repo

You get: 1 SKILL.md

Copy one prompt into Cursor, Copilot, Kilo, or any agent with web access.

Install the Neexo skill "hub-sync-patterns" (hub-sync-patterns) in this repository.

Manifest: https://awesome.neexo.dk/api/install-manifest?ids=skills%2Fhub-sync-patterns
Catalog: https://awesome.neexo.dk/skills/hub-sync-patterns

Steps:
1. Fetch https://awesome.neexo.dk/api/install-manifest?ids=skills%2Fhub-sync-patterns and read the file list.
2. Fetch https://awesome.neexo.dk/api/skills/hub-sync-patterns/bundle and write every file to the correct project skill folder.
3. Detect IDE from this repo (.cursor → Cursor, .kilo → Kilo).
4. Preserve subdirectory structure (references/, agents/, scripts/, assets/).
5. Confirm which files you wrote.
Advanced — manual CLI
CLI — Cursor + Kilonpx awesome-neexo install skill hub-sync-patterns --all
CLI — Cursor onlynpx awesome-neexo install skill hub-sync-patterns --cursor
Copilot — full plugincopilot plugin install neexo-planning@awesome-neexo
Bundle API (JSON)https://awesome.neexo.dk/api/skills/hub-sync-patterns/bundle

Hub Sync Patterns

Use when build-distributions.mjs --check fails or content/plugins diverge.

Workflow

  1. Run node scripts/build-distributions.mjs --check — note stale files.
  2. Run node scripts/build-distributions.mjs to sync.
  3. Verify scripts/hub-manifest.json matches plugin contents.
  4. Fix stale README counts (e.g. guardrails instruction count).
  5. Re-run hub-validate checklist.

Sources of truth

  • src/patterns/ — canonical installable bodies
  • scripts/hub-manifest.json — plugin mappings and versions
  • content/ — website catalog (synced for installables)

Raw content

Copy into your project — e.g. .instructions.md, .agent.md, or SKILL.md

# Hub Sync Patterns

Use when `build-distributions.mjs --check` fails or content/plugins diverge.

## Workflow

1. Run `node scripts/build-distributions.mjs --check` — note stale files.
2. Run `node scripts/build-distributions.mjs` to sync.
3. Verify `scripts/hub-manifest.json` matches plugin contents.
4. Fix stale README counts (e.g. guardrails instruction count).
5. Re-run `hub-validate` checklist.

## Sources of truth

- `src/patterns/` — canonical installable bodies
- `scripts/hub-manifest.json` — plugin mappings and versions
- `content/` — website catalog (synced for installables)

Next steps

Matched by shared tags and category. Browse all skills