A collection of modular, reusable, and safe prompt templates for GPT agents — aimed at business applications and alignment roles.
- prompts/ — contains prompt templates
- prompts/guardrails/ — safety / filtering prompt templates
- examples/ — sample inputs & outputs to demonstrate usage
Rewrite resumes to match job descriptions without inventing new content.
Answer employee questions based on policy text only, refusing speculation.
Block unsafe / disallowed prompts by analyzing user inputs.
- Copy the template you need
- Replace placeholders (e.g.
{user_input}) with real data - Combine with your code (Python, JS, etc.) to feed into GPT
- Use the guardrail prompts to filter or evaluate input before sending
- Demonstrates your understanding of modularity in prompt design
- Shows awareness of safety, alignment, and refusal principles
- Gives tangible artifacts you can show to recruiters or hiring teams