Personal system instructions for LLM agents.
| Agent | Platform | Purpose |
|---|---|---|
| Claude Code | Claude Code CLI | Quality-focused development guidelines |
| ChatGPT | ChatGPT | Strategic operator focused on leverage |
| DevRel Agent | CLI | RevenueCat developer advocacy automation |
ln -nsf ~/Documents/src/agents/claude-code/instruction.md ~/.claude/CLAUDE.mdCopy the contents of chatgpt/instruction.md into ChatGPT's custom instructions.
cd devrel-agent && npm install && npm run dev runagents/
├── claude-code/
│ └── instruction.md # Claude Code global rules
├── chatgpt/
│ └── instruction.md # ChatGPT Morpheus persona
└── devrel-agent/
├── src/ # TypeScript source
└── reports/ # Generated DevRel reports
- Create a directory named after the agent/platform
- Add an
instruction.mdwith the system prompt - Add a
README.mdwith setup instructions