bynikolanovoselec· 47 skills
The default new-project playbook — use whenever the user wants to build something from scratch and has NOT committed to a specific tech stack: \"build something\", \"create a website\", \"make an app\", \"start a new project\", \"I have an idea\", \"build me a...\", \"I want to create...\", \"make me a...\", \"let's build...\", \"new project\", or any idea described from scratch. When there is no stated technology preference, this skill picks the default stack and targets Cloudflare Workers for deployment; if the user has already pinned a non-Cloudflare stack, respect that. Use it proactively before writing any code. For Cloudflare platform/API details while implementing use the cloudflare reference skill; to ship/deploy use the ship skill.
$npx -y skills add nikolanovoselec/codeflare --skill cloudflare-stackInstalls into the current project.
Run `npx skills use "https://github.com/nikolanovoselec/codeflare" --skill "nikolanovoselec/codeflare/cloudflare-stack"` 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/nikolanovoselec/codeflare" that are relevant to the current task. Run `npx skills add "https://github.com/nikolanovoselec/codeflare"` and select the relevant skills, then follow their instructions.