For any AI agent
Prompts, done properly.
Reusable instruction modules for any AI agent — pick, stack, and paste one file into Claude, ChatGPT, Cursor, or any tool. If you don't know how to prompt, that's what these modules are for.
Free to browse — sign up to compile and export.
How it works
Stack modules. Compile one file.
Each module can depend on others. The compiler resolves the order and merges them into a single instruction file, ready for your agent.
Payment System Basics
@markdowners/payment-system-basics
Stripe Integration
@markdowners/stripe-integration
Webhook Handling
@markdowners/webhook-handling
Featured modules
Written once, reused everywhere.
Highest-rated modules from the community.
Accessibility Baseline
ui-frontendui-frontend → accessibility
Baseline accessibility rules — semantic HTML, keyboard operability, contrast, and screen-reader support — built in from the first component.
by @markdowners
No ratings yet· 0 downloads#accessibility#a11y#uiAI Agent Etiquette
ai-behaviorai-behavior → agent-etiquette
How an AI coding agent should behave in a real codebase: ask before destructive actions, stay in scope, never fabricate, and know when to stop.
by @markdowners
No ratings yet· 0 downloads#ai-agent#workflow#safetyAuth Fundamentals
authauth → other
Core authentication rules every login system needs: password hashing, session revocation, verification, and the line between authentication and authorization.
by @markdowners
No ratings yet· 0 downloads#auth#security#sessionsDatabase Design Basics
databasedatabase → schema-design
Schema fundamentals that prevent the expensive-to-fix mistakes: keys, constraints, normalization, correct types, and indexing discipline.
by @markdowners
No ratings yet· 0 downloads#database#schema#sqlEffective Summaries
study-researchstudy-research → summarization
Rules for summarizing a document or multiple sources faithfully: length targets, fidelity to the source, structure, and exact preservation of numbers and quotes.
by @markdowners
No ratings yet· 0 downloads#summarization#research#writingEmail + Password Auth
authauth → email-password
The email+password login flow specifics built on auth-fundamentals: signup verification, login timing safety, and password-change session rules.
by @markdowners
No ratings yet· 0 downloads#auth#passwords#formsEnglish Subtitles From Media
video-audiovideo-audio → subtitles-captions
Rules for turning a transcript or video into broadcast-quality English subtitles: SRT/VTT formatting, line length, reading speed, timing, and punctuation conventions.
by @markdowners
No ratings yet· 0 downloads#subtitles#srt#captionsEnv & Secrets Hygiene
project-setupproject-setup → env-secrets
Rules for keeping credentials out of git, out of client bundles, and rotatable — so a leak is an inconvenience, not a breach.
by @markdowners
No ratings yet· 0 downloads#secrets#env#security