Use when starting any new project from scratch. Asks for project identity (name, GitHub org, Cloudflare account), detects project type, sets up design system, staging+production, i18n from day 1, SEO foundation, AGENTS.md manifest, test infrastructure, 8-gate deploy pipeline, and disciplined development workflows. Prevents wrong deploys, redundant repos, and technical debt from day 0.
$npx -y skills add tody-agent/codymaster --skill cm-project-bootstrapInstalls into the current project.
Run `npx skills use "https://github.com/tody-agent/codymaster" --skill "tody-agent/codymaster/cm-project-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/tody-agent/codymaster" that are relevant to the current task. Run `npx skills add "https://github.com/tody-agent/codymaster"` and select the relevant skills, then follow their instructions.