Use when creating a new project from scratch — orchestrates the full journey from idea to running code. Research → design → plan → scaffold → implement → docs. Explicit invocation only — never auto-activates. CLI = project infrastructure (.claude/), bootstrap = application code + full pipeline. NOT for autonomous multi-hour builds of specified products (see mk:autobuild); NOT for single-task feature work on existing projects (see mk:cook).
$npx -y skills add ngocsangyem/meowkit --skill bootstrapInstalls into the current project.
Run `npx skills use "https://github.com/ngocsangyem/meowkit" --skill "ngocsangyem/meowkit/bootstrap"` 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/ngocsangyem/meowkit" that are relevant to the current task. Run `npx skills add "https://github.com/ngocsangyem/meowkit"` and select the relevant skills, then follow their instructions.