This repository stores the system prompts for my global OpenCode agents.
The goal is to keep agent prompts versioned, easy to reuse across projects, and simple to update.
Sentinel.md— A high-reliability, general-purpose assistant that is a jack of all trades.TheProfessor.md— teaching-first agent for explanations, understanding, and long-term retention.ProductionTeam/TheArchitect.md— architecture and systems design agent.ProductionTeam/TheDirector.md— planning-first orchestrator for a multi-agent software team.
- Copy/paste
- Open the agent file (for example
Sentinel.md) and copy its contents into the “system prompt” / “instructions” field of your OpenCode / ClaudeCode / Cursor Agents configuration.
- Open the agent file (for example
- Reference from a config
- If your tooling supports reading prompts from a file path, point it at the corresponding
*.mdfile in this repo.
- If your tooling supports reading prompts from a file path, point it at the corresponding
README.md— this overview.*.md— one file per agent prompt.ProductionTeam/— contains specialized agents for team-based workflows.plans/— planning documents for team operations.templates/— reusable templates for agent prompts.
- One agent prompt per file.
- Prefer descriptive filenames matching the agent name.
- Create a new
AgentName.mdfile (or edit an existing one). - Keep the prompt self-contained (it should make sense when pasted alone).
- When making changes, prefer small, reviewable edits so prompt behavior changes are easy to track.
Copy these prompts to your OpenCode / ClaudeCode / Cursor Agents configuration as needed.