Teach Your AI
How to Help You
These are installable skills that teach your AI assistant how to work with someone who has no coding experience. Install them once, and every conversation gets better.
How to Install
Copy this prompt and paste it into Cursor (Ctrl+I) or Claude Code. The AI installs everything for you.
Install the non-coder skills from this GitHub repo: https://github.com/IdkwhatImD0ing/hackathonstarterkit Run this command in the terminal: npx skills add IdkwhatImD0ing/hackathonstarterkit Then confirm the installation when prompted. After it finishes, tell me which skills were installed.
That's it. The AI handles the rest. You don't need to touch any settings or navigate any folders.
Recommended Run Order
These skills are pipelined. Each one has preconditions and produces artifacts the next one reads. Run them in this order for a new project.
- 1Open →
/non-coder-modeFOUNDATIONCore guardrails for non-coders. Tells the AI to explain everything in plain English, break tasks into small steps, and never assume coding knowledge.
- 2Open →
/domain-to-specFOUNDATIONRun this FIRST. Captures your domain expertise and writes AGENTS.md and PRD.md to the repo root. Every other scaffold skill reads these files.
- 3Open →
/scaffold-frontendBUILDINGPRD-driven Next.js scaffold into clients/. Reads AGENTS.md and PRD.md, generates pages, layout, types, and an API client. Refuses to run without both files.
- 4Open →
/scaffold-backendBUILDINGPRD-driven FastAPI scaffold into server/ with optional Supabase. One stub route per entry in PRD.md > Backend Routes. Skips automatically if Backend Needed? = No.
- 5Open →
/feature-builderBUILDINGStructured workflow for implementing a new feature. Returns a plan, files list, commands, test steps, and rollback plan.
- 6Open →
/bugfix-doctorFIXINGSystematic bug-fixing workflow. Walks through reproduce, isolate, fix, test, and verify. Explains all errors in plain English.
- 7Open →
/demo-prepSHIPPINGProduces a step-by-step live demo script for hackathon presentations. Covers the problem, walkthrough, and outcome with a backup plan.
Shortcuts
These skills bundle multiple steps from the pipeline above into a single command. Use them when you want to go faster and do not need to pause between steps.
Slash Commands
After installing, type these directly in Cursor or Claude Code chat. Each one triggers a specific workflow.
Quick Reference
/non-coder-modeActivates non-coder guardrails for the session/domain-to-specWrites AGENTS.md and PRD.md from your domain expertise/quickstartRuns the full scaffold pipeline end-to-end/scaffold-frontendCreates clients/ from PRD.md (requires domain-to-spec first)/scaffold-backendCreates server/ from PRD.md (runs only if backend is needed)/v0-prompt-crafterTurns a PRD into a production-grade Vercel v0 prompt/feature-builderStructured feature implementation workflow/bugfix-doctorSystematic bug-fixing with plain English explanations/demo-prepGenerates a timed demo script with backup plan/explainExplains code or errors in plain English for non-codersAll Skills
Click any skill to see the full details and install instructions.
/non-coder-mode/domain-to-spec [your profession] [what you want to build]/quickstart/scaffold-frontend/scaffold-backend/v0-prompt-crafter [paste your PRD or one-line product description]/feature-builder [describe the feature you want]/bugfix-doctor [paste the error or describe the symptom]/demo-prep [app name or description]