Scaffold a new Claude Code skill following this repo's conventions — copy a canonical template, apply the PATTERNS.md checklist, verify with lint. Use when the user runs /as:skill-maker, asks to create or package a new skill, or wants to turn a procedure into a slash command.
$npx -y skills add alpacalabsllc/skills-for-architects --skill skill-makerInstalls into the current project.
Run `npx skills use "https://github.com/alpacalabsllc/skills-for-architects" --skill "alpacalabsllc/skills-for-architects/skill-maker"` 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/alpacalabsllc/skills-for-architects" that are relevant to the current task. Run `npx skills add "https://github.com/alpacalabsllc/skills-for-architects"` and select the relevant skills, then follow their instructions.