by tallesborges
A curated collection of system prompts and tool definitions from production AI coding agents
# Add to your Claude Code skills
git clone https://github.com/tallesborges/agentic-system-promptsWhat makes agentic coding applications different? TBH, it's mostly their system prompts, the tools they provide, and how they actually use them. In this repo, I'm documenting these system prompts and tools from different agentic coding solutions.
| Agent | Provider | Type | Tools | |-------|----------|------|-------| | Claude Code | Anthropic | CLI | 15 | | Gemini CLI | Google | CLI | 11 | | Cline | Open Source | VS Code | 12 | | Aider | Open Source | CLI | Git-based | | Roo Code | RooCode Inc | VS Code | 12 | | Zed | Zed Industries | Editor | 15 | | Codex CLI (Rust) | OpenAI | CLI | 1 |
Each agent directory contains:
This collection provides insights into:
agents/[agent-name]/system-prompt.md file with the complete system promptagents/[agent-name]/tools/ directoryPlanned additions to this repository:
This collection is provided for research and educational purposes. Original prompts and tools remain prope...