An open API service indexing awesome lists of open source software.

https://github.com/bjornmelin/ai-powered-development-prompts

Expert-level prompt templates for modern software development using AI pair programming.
https://github.com/bjornmelin/ai-powered-development-prompts

agents generative-ai prompt-engineering prompt-optimization prompt-template python reference typescript

Last synced: 6 months ago
JSON representation

Expert-level prompt templates for modern software development using AI pair programming.

Awesome Lists containing this project

README

          

# 🚀 AI-Powered Development Prompts (AIPD)

[![MIT License](https://img.shields.io/badge/License-MIT-green.svg)](https://choosealicense.com/licenses/mit/)
[![Contributions Welcome](https://img.shields.io/badge/contributions-welcome-brightgreen.svg?style=flat)](CONTRIBUTING.md)
[![AWS SAA](https://img.shields.io/badge/AWS-Solutions%20Architect%20Associate-FF9900?logo=amazon-aws)](https://www.credly.com/org/amazon-web-services/badge/aws-certified-solutions-architect-associate)
[![AWS DVA](https://img.shields.io/badge/AWS-Developer%20Associate-FF9900?logo=amazon-aws)](https://www.credly.com/org/amazon-web-services/badge/aws-certified-developer-associate)
[![AWS CCP](https://img.shields.io/badge/AWS-Cloud%20Practitioner-FF9900?logo=amazon-aws)](https://www.credly.com/org/amazon-web-services/badge/aws-certified-cloud-practitioner)
[![GitHub](https://img.shields.io/badge/GitHub-BjornMelin-181717?logo=github)](https://github.com/BjornMelin)
[![LinkedIn](https://img.shields.io/badge/LinkedIn-Bjorn%20Melin-0077B5?logo=linkedin)](https://www.linkedin.com/in/bjorn-melin/)

Expert-level prompt templates for modern software development using AI pair programming. Optimize your development workflow with carefully crafted prompts for everything from AWS Lambda functions to full-stack applications.

## 🌟 Features

- 🎯 **Specialized Templates**: Carefully crafted prompts for different development scenarios
- 🏗️ **Architecture Patterns**: Best practices for modern software design
- ⚡ **Performance Optimization**: Templates focused on scalability and efficiency
- 🔒 **Security First**: Built-in security considerations for each template
- 🚀 **Cloud Native**: Deep integration with modern cloud services
- 📱 **Full Stack**: Coverage from frontend to backend to mobile

## 📚 Quick Links

- [Getting Started](#-getting-started)
- [Templates Library](./prompts/)
- [Examples](./examples/)
- [Contributing](CONTRIBUTING.md)
- [Best Practices](./docs/best-practices.md)

## 🚀 Getting Started

1. **Choose Your Template**

```bash
# Navigate to the relevant category
prompts/
├── cloud/ # Cloud-specific prompts (AWS, Azure, GCP)
├── frontend/ # Frontend development templates
├── backend/ # Backend and API templates
├── mobile/ # Mobile development prompts
├── python/ # Reusable expert Python prompts
└── typescript/ # Reusable expert TypeScript Prompts - Next.js, React
```

2. **Customize Your Prompt**

- Replace placeholder values with your specific requirements
- Follow the examples provided in each template
- Add or remove sections based on your needs

3. **Execute Your Development Plan**
- Use the prompts with your preferred AI assistant
- Follow the structured approach for consistent results
- Iterate based on feedback and results

## 📋 Available Templates

### Cloud Development

- [AWS Lambda Functions](./prompts/cloud/aws-lambda.md)
- [Serverless Applications](./prompts/cloud/serverless.md)
- [Cloud Architecture](./prompts/cloud/architecture.md)

### Frontend Development

- [React Applications](./prompts/frontend/react.md)
- [Performance Optimization](./prompts/frontend/performance.md)
- [Component Architecture](./prompts/frontend/components.md)

### Backend Development

- [API Design](./prompts/backend/api.md)
- [Database Optimization](./prompts/backend/database.md)
- [Microservices](./prompts/backend/microservices.md)

### Mobile Development

- [React Native](./prompts/mobile/react-native.md)
- [Flutter](./prompts/mobile/flutter.md)
- [Native Apps](./prompts/mobile/native.md)

### Python Development

- [Expert-level Python Prompts](./prompts/python/)

### TypeScript

- [Expert TypeScript Prompts (Next.js, React)](./prompts/typescript/)

## 💡 Example Usage

```markdown
I need to develop an AWS Lambda function for image processing with:

1. Function Specifications:
- Runtime: Python 3.11
- Memory allocation: 1024 MB
...

[See full example in examples/lambda-image-processor.md]
```

## 🤝 Contributing

Your contributions are always welcome! See our [Contribution Guidelines](CONTRIBUTING.md) for ways to get started.

We accept:

- 📝 New prompt templates
- 🎨 Template improvements
- 📚 Documentation updates
- 💻 Example implementations
- 🐛 Bug fixes

## 📈 Best Practices

- Keep prompts specific and actionable
- Include clear requirements and constraints
- Follow the provided structure
- Add examples where possible
- Consider scalability and maintenance

## 📜 License

This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.

## 🌟 Star History

[![Star History Chart](https://api.star-history.com/svg?repos=yourusername/ai-powered-development-prompts&type=Date)](https://star-history.com/#yourusername/ai-powered-development-prompts&Date)

## 🙏 Acknowledgments

- All contributors who have helped improve these templates
- The AI/ML community for valuable feedback
- Open source projects that inspired this collection

---

## 👨‍💻 Author

### Bjorn Melin

[![AWS Certified Solutions Architect](https://images.credly.com/size/110x110/images/0e284c3f-5164-4b21-8660-0d84737941bc/image.png)](https://www.credly.com/org/amazon-web-services/badge/aws-certified-solutions-architect-associate)
[![AWS Certified Developer](https://images.credly.com/size/110x110/images/b9feab85-1a43-4f6c-99a5-631b88d5461b/image.png)](https://www.credly.com/org/amazon-web-services/badge/aws-certified-developer-associate)
[![AWS Certified Cloud Practitioner](https://images.credly.com/size/110x110/images/00634f82-b07f-4bbd-a6bb-53de397fc3a6/image.png)](https://www.credly.com/org/amazon-web-services/badge/aws-certified-cloud-practitioner)

AWS-certified Solutions Architect and Developer with expertise in cloud architecture and modern development practices. Connect with me on:

- [GitHub](https://github.com/BjornMelin)
- [LinkedIn](https://www.linkedin.com/in/bjorn-melin/)

Made with ❤️ by developers, for developers.