Your go-to platform for vibe coders and AI development
This massive collection gives you access to AI development resources, coding practices, and automation tools for modern software work. You get over 1,200 curated documents that cover specialized AI agents and proven development practices!
Vibe Coding Tools brings together AI development resources in one spot. We give vibe coders everything they need:
- 🤖 AI Development: Agents, prompts, and configurations that make AI coding better
- ⚡ Ready Templates: Templates, rules, and practices that work right away
- 🌐 One Platform: Discover, generate, and contribute development tools
- 🔥 Community Built: Made by developers who solve real problems
Solo developer or part of a team? Building something big? Vibe Coding Tools gives you what you need to code faster with AI help.
| Directory | What It Does | Key Contents |
|---|---|---|
/agents |
AI Development Specialists | React pros, Vue specialists, API designers, CI/CD experts, test automation specialists, accessibility pros |
/configs |
Development Environment Setup | Claude Code, Cursor, GitHub Copilot configs; Next.js, React, Vue setups; AWS, Docker, Kubernetes configurations |
/mcps |
Model Context Protocols | GitHub, GitLab, Jira connections; AWS, Google Cloud, Azure integrations; PostgreSQL, MongoDB, Redis links |
/rules |
Coding Standards & Practices | Python, JavaScript, TypeScript rules; React, Vue, Angular frameworks; Clean code, SOLID principles |
/templates |
Project Templates & Scaffolds | Web apps, APIs, microservices templates; CI/CD pipelines; Clean architecture patterns |
/tips |
Development Productivity Tips | AI prompt writing techniques; Git strategies; Performance tuning; Security patterns |
/tools |
Development Tools Documentation | GitHub Copilot, Cursor guides; VS Code, IntelliJ setups; Code formatters, linters |
Ready to jump in? Here's how:
- Browse the
/agentsdirectory for specialized AI assistants - Check
/configsfor your technology stack - Look through
/rulesfor coding standards - Check out
/tipsfor productivity boosts
- Copy agents from
/agentsinto your AI coding assistant - Use configurations from
/configsfor your development stack - Import rules from
/rulesfor automated code quality - Install MCPs from
/mcpsfor extra capabilities
We keep quality high with these rules:
- Expert-level accuracy: Every piece comes from specialists who know their stuff
- Real-world focus: We pick what works over what sounds good in theory
- Code examples: Working code snippets that show you the context
- Same structure: Standard formats across all content types
- Fresh updates: Content stays current with latest practices and tool versions
Want to help out? We'd love your contributions! Pick one of these two ways:
Use our contribution system right from the web app:
Here's how it works:
- Visit the Generate Page: Go to
/generatein the application - Create with AI: Use our content generator to make (on the /generate page):
- Custom cursor rules and configurations
- AI agents for specific development tasks
- MCP server connections
- Development templates and practices
- Generate Content: Make high-quality, structured content with AI help
- Submit Form: Submit your work using the
/contributeform - Manual Review: Our team looks at and processes your submission by hand
Prefer the classic Git approach? Here you go:
-
Fork the Repository
git clone https://github.com/yourusername/cursor-directory-clone.git cd cursor-directory-clone -
Create a Feature Branch
git checkout -b feature/your-contribution-name
-
Add Your Content
- Put files in the right directory (
/agents,/configs,/mcps,/rules,/templates,/tips,/tools) - Follow the file structure and naming that's already there
- MUST HAVE: Include proper YAML frontmatter at the start of each
.mdfile
Required YAML Frontmatter Example:
--- title: "Your Content Title" description: "Brief description of what this does" category: "agents" # or configs, mcps, rules, templates, tips-tricks, tools tags: ["tag1", "tag2", "tag3"] tech_stack: ["react", "typescript"] # applicable technologies ---
Real Example:
--- title: "Request API Security Best Practices" description: "Get secure API implementations with proper authentication and validation" category: "tips-tricks" tags: ["api", "security", "authentication", "validation", "jwt"] tech_stack: ["any"] ---
- Put files in the right directory (
-
Quality Standards
- Expert-level technical accuracy: Content should be production-ready
- Real-world focus: Pick real use cases over theory
- Same formatting: Follow existing markdown and YAML patterns
- Code examples: Include working code snippets with context
- Right category: Put content in the correct directory
-
Submit Pull Request
git add . git commit -m "Add: [brief description of your contribution]" git push origin feature/your-contribution-name
-
Review Process
- All contributions get manually reviewed by our team
- We give feedback and suggestions for improvements
- Accepted contributions get merged and deployed after human approval
- 🎯 Focus on Value: Contribute content that genuinely improves developer productivity
- 🔄 Iterate and Improve: We encourage updates and improvements to existing content
- 📝 Document Everything: Include clear setup instructions and usage examples
- 🤝 Collaborative Spirit: Be open to feedback and suggestions from maintainers
- 🚀 Stay Current: Keep contributions updated with latest tools and practices
Questions? Open an issue or reach out through our community channels. We're here to help make your contribution successful!

