CLAUDE.md & AI Config Collection
Ready-to-use configuration files for AI coding assistants. CLAUDE.md files for Claude Code, .cursorrules for Cursor, and project setup configs — drop into any repo and start coding.
CLAUDE.md Files
Claude Code reads CLAUDE.md on every session start. Having the full stack, commands, and directory structure upfront eliminates 80% of 'wrong guess' edits.
Specifying async patterns and the repository layer prevents Claude from generating synchronous code that doesn't match your architecture.
'Celery tasks for anything > 500ms' is an actionable rule Claude can apply consistently. The split settings pattern tells Claude which file to edit for environment-specific changes.
Rust has strict idioms. 'No unwrap() in production' and 'compile-time checked queries' are constraints Claude can enforce consistently, producing code that compiles cleanly.
'Use pgx directly, not GORM' is the kind of specific instruction that prevents Claude from defaulting to the most popular library. Opinionated rules produce consistent code.
Mobile projects have platform-specific gotchas that generic AI code misses. Specifying 'NativeWind, not StyleSheet' and 'expo-secure-store, not AsyncStorage' catches the two most common RN mistakes.
A minimal CLAUDE.md is better than none. Even just listing your commands and 5 key rules eliminates the most common AI code mistakes for any project.
.cursorrules Files
Cursor rules for Next.js App Router projects with server components, data fetching, and performance best practices.
Cursor rules file (.cursorrules) for React + TypeScript projects. Establishes coding conventions and best practices.
Cursor rules for Python data science with pandas, scikit-learn, and visualization best practices.
What you get when you save this collection
Your workspace unlocks powerful tools to iterate and improve every prompt.
AI Optimization
One-click improvement with structure analysis.
Version History
Track every edit with side-by-side diffs.
Folders & Tags
Save this entire collection as a folder.
$ npm i -g @promptingbox/mcpUse Everywhere
Access from Claude, Cursor & more via MCP.
10 prompts, one click
Save this entire collection to your workspace. Organize, version, optimize, and access from any AI tool.