For any AI agent
Prompts, done properly.
Reusable Markdown instruction modules for AI agents — pick, stack, and paste one file into Claude, ChatGPT, Cursor, or any tool. Export as CLAUDE.md, AGENTS.md, .cursorrules, and more. 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.
AI 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#formsEnv & 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#security#secrets#envError Handling Patterns
project-setupproject-setup → error-handling
How to fail loudly in development, gracefully in production, and always leave a diagnosable trail instead of a silent or generic failure.
by @markdowners
No ratings yet· 0 downloads#errors#reliability#loggingForm Validation UX
ui-frontendui-frontend → forms
How to validate forms so errors are clear, input is never lost, and client-side checks never substitute for real server-side validation.
by @markdowners
No ratings yet· 0 downloads#forms#validation#ux