Copy one prompt into Cursor, Copilot, Kilo, or any agent with web access.
Install the Neexo skill "Fetch Neexo Hub Context" (fetch-neexo-context) in this repository.
Manifest: https://awesome.neexo.dk/api/install-manifest?ids=skills%2Ffetch-neexo-context
Catalog: https://awesome.neexo.dk/skills/fetch-neexo-context
Steps:
1. Fetch https://awesome.neexo.dk/api/install-manifest?ids=skills%2Ffetch-neexo-context and read the file list.
2. Fetch https://awesome.neexo.dk/api/skills/fetch-neexo-context/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.
Pull extra resources via https://awesome.neexo.dk/api/export?ids=category/slug
Prefer installed marketplace plugins over raw copy-paste when available
Install a bundled skill: open https://awesome.neexo.dk/skills/{slug}#install, copy the agent prompt, or fetch https://awesome.neexo.dk/api/skills/{slug}/bundle (JSON) or ?format=zip
Do not
Load /api/llms-full.txt unless you need the entire catalog inline
Ask the user to pick plugins or resources unless they are setting up an IDE
Guess internal project names — use playbook slugs only
Raw content
Copy into your project — e.g. .instructions.md, .agent.md, or SKILL.md
## Overview
When working on a Neexo project, pull conventions from the public AI Hub instead of rediscovering them.
## Process
1. Start at `https://awesome.neexo.dk/llms.txt` — follow the discovery protocol
2. Fetch `https://awesome.neexo.dk/api/llms-minimal.txt` for baseline guardrails
3. Infer the stack playbook from dependencies and folders (see `matchHints` in `/api/index.json`)
4. Fetch `https://awesome.neexo.dk/api/playbooks/{stack}`
5. Pull extra resources via `https://awesome.neexo.dk/api/export?ids=category/slug`
6. Prefer installed marketplace plugins over raw copy-paste when available
7. Install a bundled skill: open `https://awesome.neexo.dk/skills/{slug}#install`, copy the agent prompt, or fetch `https://awesome.neexo.dk/api/skills/{slug}/bundle` (JSON) or `?format=zip`
## Do not
- Load `/api/llms-full.txt` unless you need the entire catalog inline
- Ask the user to pick plugins or resources unless they are setting up an IDE
- Guess internal project names — use playbook slugs only