Agent skills shipped from this repo. Skills live under:
skills/<skill-name>/SKILL.md
Published skill path for no-blocking-async:
skills/no-blocking-async/SKILL.md
The skills CLI (npx skills …) clones the skill definitions from GitHub into your Cursor (or compatible) skill directories.
Install only this skill into the current project (default placement is tooling-specific; Cursor typically uses .cursor/skills/):
npx skills add alainkaiser/skill-publish --skill no-blocking-asyncInstall globally (user-wide; often ~/.cursor/skills/ for Cursor):
npx skills add alainkaiser/skill-publish --skill no-blocking-async -gTarget Cursor explicitly (when the CLI supports it):
npx skills add alainkaiser/skill-publish --skill no-blocking-async -a cursorCombine flags as needed, for example non-interactive:
npx skills add alainkaiser/skill-publish --skill no-blocking-async -g -a cursor -yFor all options, run:
npx skills add --helpReplace alainkaiser/skill-publish with your fork’s owner/repo if you install from a fork.
Copy skills/no-blocking-async/ into your project’s .cursor/skills/no-blocking-async/ (or your user ~/.cursor/skills/no-blocking-async/) so that SKILL.md ends up at .cursor/skills/no-blocking-async/SKILL.md.