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

https://github.com/powerappsdarren/ai-cheat-sheets


https://github.com/powerappsdarren/ai-cheat-sheets

Last synced: 5 months ago
JSON representation

Awesome Lists containing this project

README

          

# AI Cheat Sheets 🤖

A comprehensive collection of AI prompting guides and cheat sheets for various AI tools and use cases.

## 📚 Contents

- **Video Generation**: Complete guide for AI video prompting and storyboard creation
- *More cheat sheets coming soon...*

## 📁 Repository Structure

```
ai-cheat-sheets/
├── .git/ # Git repository data
├── .github/ # GitHub-specific files
│ ├── ISSUE_TEMPLATE/ # Issue templates
│ │ ├── bug_report.yml # Bug report form
│ │ ├── feature_request.yml # Feature request form
│ │ └── question.yml # Question form
│ ├── PULL_REQUEST_TEMPLATE.md # PR template
│ └── workflows/ # GitHub Actions
│ └── validation.yml # HTML validation workflow
├── .gitignore # Files to ignore in Git
├── CHANGELOG.md # Version history
├── CONTRIBUTING.md # Contribution guidelines
├── LICENSE # MIT license
├── README.md # This file
├── SECURITY.md # Security policy
├── roadmap.md # Project roadmap
└── video-gen.html # Video generation cheat sheet
```

## 🚀 Quick Start

1. Browse the cheat sheets in your web browser
2. Open the HTML files directly or serve them locally
3. Use the guides as reference while working with AI tools

## 📋 Available Cheat Sheets

### Video Generation (`video-gen.html`)
Complete guide covering:
- Big picture planning and objectives
- Scene composition and "recipe" definition
- Visual and audio direction
- Story structure and pacing
- Technical parameters and settings

## 🎯 Usage

Each cheat sheet is designed to be:
- **Quick Reference**: Fast lookup while working
- **Comprehensive**: Covers all major aspects
- **Practical**: Real examples and templates
- **Browser-Friendly**: No installation required

## 🤝 Contributing

We welcome contributions! Please see [CONTRIBUTING.md](CONTRIBUTING.md) for guidelines.

1. Fork the repository
2. Create your feature branch (`git checkout -b feature/new-cheat-sheet`)
3. Commit your changes (`git commit -m 'Add new AI cheat sheet'`)
4. Push to the branch (`git push origin feature/new-cheat-sheet`)
5. Open a Pull Request

## 📝 License

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

## 🌟 Support

If you find these cheat sheets helpful, please:
- ⭐ Star this repository
- 🍴 Fork and contribute
- 📢 Share with others
- 🐛 Report issues

## 📚 Planned Additions

- [ ] Text Generation Prompting
- [ ] Image Generation (DALL-E, Midjourney, Stable Diffusion)
- [ ] Code Generation (GitHub Copilot, ChatGPT)
- [ ] Audio Generation
- [ ] AI Chat Best Practices
- [ ] Prompt Engineering Fundamentals

---

*Happy AI prompting! 🎉*