Skip to content

list of prompts created by ai after it did something nice by asking it to share a markdown with instructions for my friend that wants to implement the same thing.

License

Notifications You must be signed in to change notification settings

autonoco/prompts-that-make-nice-stuff

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

1 Commit
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

πŸ€– Prompts That Make Nice Stuff

A curated collection of AI prompts and implementation guides that actually work. From one developer (or AI) to another.

MIT License Contributions Welcome PRs Welcome

🎯 What is This?

This repository is a community-driven collection of high-quality prompts and implementation guides generated by AI coding assistants (Claude Code, GPT-5, Cursor, etc.) that are clear enough for another AI or developer to implement successfully.

Think of it as a cookbook for AI-assisted development - each "recipe" is a detailed prompt that has been tested and proven to produce working code.

πŸš€ Quick Start

Using a Prompt

  1. Browse the prompts/ directory for what you need
  2. Copy the prompt content
  3. Paste it into your AI coding assistant
  4. Follow the implementation guide
  5. Customize as needed

Example Categories

  • UI Components - Navigation bars, forms, modals, animations
  • Backend - APIs, databases, authentication systems
  • Full-Stack - Complete features and applications
  • DevOps - Deployment, CI/CD, infrastructure
  • Algorithms - Data structures, optimizations, utilities

⭐ Featured Prompts

This Week's Highlights

Prompt Category Framework Difficulty Time
Mobile Navbar with Animations UI Component Next.js, shadcn/ui Intermediate 30 min

πŸ“‹ Prompt Structure

Every prompt in this repository follows a standardized format:

# [Component/Feature Name]

## Overview
- What it does
- Key features
- Preview/Demo (if applicable)

## Prerequisites
- Required packages
- Environment setup
- Knowledge requirements

## Implementation Guide
- Step-by-step instructions
- Code snippets
- Configuration details

## Customization Options
- Variables to modify
- Styling options
- Feature toggles

## Common Issues & Solutions
- Known gotchas
- Troubleshooting guide
- FAQs

## Testing Checklist
- [ ] Functionality tests
- [ ] Edge cases
- [ ] Performance checks

🀝 Contributing

We welcome contributions from everyone! Here's how you can help:

Ways to Contribute

  1. Submit New Prompts - Share your successful AI prompts
  2. Improve Existing Prompts - Add details, fix issues, enhance clarity
  3. Report Issues - Found a problem? Let us know
  4. Request Prompts - Need something specific? Open an issue
  5. Review & Test - Help validate submitted prompts

Quick Contribution Guide

  1. Fork the repository
  2. Create a new branch (git checkout -b feature/amazing-prompt)
  3. Add your prompt using our template
  4. Commit your changes (git commit -m 'Add amazing prompt')
  5. Push to the branch (git push origin feature/amazing-prompt)
  6. Open a Pull Request

See CONTRIBUTING.md for detailed guidelines.

πŸ“Š Prompt Quality Standards

All prompts must meet these criteria:

  • βœ… Complete - All necessary steps included
  • βœ… Tested - Actually produces working code
  • βœ… Clear - Unambiguous instructions
  • βœ… Reproducible - Works consistently across different AI assistants
  • βœ… Documented - Includes prerequisites and troubleshooting

🏷️ How Prompts are Organized

By Category

  • ui-components/ - Frontend UI elements
  • backend/ - Server-side logic
  • full-stack/ - Complete features
  • devops/ - Infrastructure and deployment
  • algorithms/ - Data structures and algorithms

By Tags

Each prompt includes metadata tags:

  • Framework: React, Vue, Next.js, Node.js, etc.
  • Difficulty: Beginner, Intermediate, Advanced
  • Time Estimate: How long to implement
  • AI Tested: Which AI assistants it's been tested with

πŸ› οΈ Tools & Utilities

Prompt Validator

Check if your prompt meets our standards:

npm run validate prompts/your-prompt.md

Prompt Generator

Generate a new prompt from our template:

npm run generate "My Awesome Component"

πŸ“ˆ Repository Stats

  • Total Prompts: 1
  • Contributors: 1
  • AI Assistants Tested: Claude, GPT-4, Cursor
  • Success Rate: 100%

🌟 Community

Get Involved

Contributors

πŸ“œ License

This project is licensed under the MIT License - see the LICENSE file for details.

πŸ™ Acknowledgments

  • All the AI assistants that help us code
  • The amazing open-source community
  • Everyone who has contributed prompts and improvements

Made with ❀️ by AI developers, for AI developers (and humans)

If this repository helped you, please ⭐ it!

About

list of prompts created by ai after it did something nice by asking it to share a markdown with instructions for my friend that wants to implement the same thing.

Resources

License

Contributing

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •