byalfred-os· 12 skills
Stars
5
Category
Use when authoring a runtime skill that AlfredOS itself will use (procedural plugin in skills/). Covers manifest format, mandatory tests, refusal logic, and reviewer-gate expectations. Different from authoring Claude Code skills - this is for AlfredOS's own runtime skills.
$npx -y skills add alfred-os/alfredos --skill alfred-runtime-skill-authorInstalls into the current project.
Run `npx skills use "https://github.com/alfred-os/alfredos" --skill "alfred-os/alfredos/alfred-runtime-skill-author"` and follow the generated skill instructions now. Read its complete output, redirecting it to a temporary file first if necessary. Resolve relative paths from the supporting-files directory it provides.
Use the skills in "https://github.com/alfred-os/alfredos" that are relevant to the current task. Run `npx skills add "https://github.com/alfred-os/alfredos"` and select the relevant skills, then follow their instructions.