Welcome to the GDG Prompt Pilot! This is the central repository for storing, sharing, and organizing AI prompts for Google Developer Student Clubs (GDSC / GDG). This library is divided into four main domains to help streamline workflows and improve productivity across different teams.
- 📝 Content Writing - Prompts for creating blog posts, event descriptions, newsletters, and more.
- 🎨 Digital Media and design - Prompts for generating design concepts, image generation prompts, layout ideas, and branding.
- 📊 Project management - Prompts to help with planning, organizing, drafting timelines, and managing team operations.
- 🤝 Public relations - Prompts for outreach emails, sponsorship proposals, press releases, and communication strategies.
We recommend storing prompts in .md (Markdown) files. Markdown is great because it allows you to format text, use code blocks, and create clear structures for your prompts (e.g., separating the "Context", "Instructions", and "Variables").
Name your prompt files using with a descriptive action-based name.
- ✅
generate-event-description.md - ✅
write-outreach-email.md - ❌
email_prompt.txt - ❌
prompt1.md
- Navigate to the relevant folder.
- Create a new
.mdfile with a descriptive name. - Add the prompt details to the file.
- Update the
README.mdinside that folder by adding your new prompt to the table!