Skip to content

alainkaiser/skill-publish

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 

Repository files navigation

skill-publish

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

Install with npx

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-async

Install globally (user-wide; often ~/.cursor/skills/ for Cursor):

npx skills add alainkaiser/skill-publish --skill no-blocking-async -g

Target Cursor explicitly (when the CLI supports it):

npx skills add alainkaiser/skill-publish --skill no-blocking-async -a cursor

Combine flags as needed, for example non-interactive:

npx skills add alainkaiser/skill-publish --skill no-blocking-async -g -a cursor -y

For all options, run:

npx skills add --help

Replace alainkaiser/skill-publish with your fork’s owner/repo if you install from a fork.

Manual install

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.

About

skill-publish

Resources

Stars

Watchers

Forks

Releases

Packages

Used by

Contributors