home/productivity/prompts-37

Prompts

GPTClaudeDeepSeek··126 copies·updated 2026-07-14
prompts-37.prompt
# Prompts

Platform-specific XP Gates prompt files for AI code assistants.

> See the [main README](../README.md) for project overview and quick start.

## Files

| File | Platform | Format |
|------|----------|--------|
| `CLAUDE.md` | Claude Code | Markdown (system instructions) |
| `GEMINI.md` | Gemini CLI | Markdown (system instructions) |
| `CHATGPT.txt` | ChatGPT | Plain text (custom instructions) |

## Platform Differences

**CLAUDE.md / GEMINI.md:** Identical content in markdown format. CLI tools support longer system instructions with full formatting.

**CHATGPT.txt:** Condensed version for ChatGPT's custom instructions field, which has stricter character limits and renders plain text.

## Usage

Add the appropriate file to your AI tool's system instructions:

- **Claude Code:** Place `CLAUDE.md` in your project root
- **Gemini CLI:** Place `GEMINI.md` in your project root
- **ChatGPT:** Copy contents of `CHATGPT.txt` to Settings > Custom Instructions

when to use it

Community prompt sourced from the open-source GitHub repo en-yao/xp-gates (MIT). A "Prompts" style prompt — adapt the placeholders and specifics to your task. Imported as-is and not independently retested here, so check the output before relying on it.

tags

productivitycommunitydeveloper

source

en-yao/xp-gates · MIT