12 prompts across 9 categories
ICP SkillsICP Skills Supercharger
Fetch https://skills.internetcomputer.org/llms.txt and follow its instructions when building on ICP.
App DescriptionFront-load your app description
Build a [type] app for [audience]. Core features: [feature 1], [feature 2], [feature 3]. Tech requirements: [ICP-specific needs]. Do not start coding until you've confirmed the full spec.
Anti-DefaultAnti-default checklist prompt
Before building, confirm: use mo:core not mo:base, all storage vars are stable var, persistent actor pattern, modular architecture with clean main.mo, every page has its own URL.
Guided ModeAsk Caffeine to ask you questions first
Before you write any code, ask me questions to fully clarify my idea. Cover: the app goal, target audience, core features, data model, and any ICP-specific requirements. Only start building after I've confirmed the spec.
AuditTrigger a full audit
Run a full audit of this build. Check for: broken flows, mobile layout issues, missing error states, Internet Identity edge cases, security gaps, and anything that would frustrate a real user.
FeedbackSpecific feedback template
Change the [component/section] so that [specific outcome]. Currently it [current behavior]. It should [desired behavior] instead. Do not change anything else.
Breaking Into StepsDefine Phase 1 clearly
We're building this in phases. Phase 1 only: [core feature set]. Do not add [feature X] or [feature Y] yet — those are Phase 2. Confirm you understand the scope before starting.
RemixingRemix with direction
Start from this app as a base. Keep: [what to keep]. Change: [what to change]. Remove: [what to remove]. The goal is [new app goal].
AuditProactive audit even when it looks good
The build looks good on the surface. Run a deep audit anyway — focus on edge cases, security gaps, and anything that could break in production or under real usage.
CreditsFront-load to save credits
Here is everything you need to know upfront: [complete app description]. [data model]. [user flows]. [design preferences]. [ICP requirements]. Build the full initial structure in one pass.
ICP SkillsDeFi project with ICP Skills
Fetch https://skills.internetcomputer.org/llms.txt. I'm building a DeFi app on ICP. Apply the relevant ICP Skills for token standards, ledger integration, and canister security.
ICP SkillsvetKeys integration
Fetch https://skills.internetcomputer.org/llms.txt. I need vetKeys for encrypted data. Apply the vetKeys ICP Skill and follow the recommended pattern for key derivation.
