AI Agent System Prompts Library

August 3, 2025 ยท View on GitHub

GitHub stars GitHub license GitHub last commit

What 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.

Table of Contents

Agent Comparison

AgentProviderTypeTools
Claude CodeAnthropicCLI15
Gemini CLIGoogleCLI11
ClineOpen SourceVS Code12
AiderOpen SourceCLIGit-based
Roo CodeRooCode IncVS Code12
ZedZed IndustriesEditor15
Codex CLI (Rust)OpenAICLI1

What's Included

Each agent directory contains:

  • System Prompts - Complete prompt templates with role definitions and instructions
  • Tool Documentation - Detailed API specifications for all available tools
  • Source Attribution - Direct links to original sources with retrieval dates
  • README - Overview with GitHub repository links and feature summaries

Research Value

This collection provides insights into:

  • Prompt Engineering Patterns - How production systems structure AI instructions
  • Tool Design - Common patterns in AI agent tooling and capabilities
  • Safety Measures - Security considerations and defensive programming practices
  • User Experience - How different agents handle interaction and workflow management

Contributing

  1. Create a new directory under agents/[agent-name]/
  2. Add a system-prompt.md file with the complete system prompt
  3. Document tools in agents/[agent-name]/tools/ directory
  4. Include source information and retrieval date in headers
  5. Follow the established template formats (see CLAUDE.md)

Roadmap

Planned additions to this repository:

  • Tools Comparison - Detailed analysis and comparison of tools across different agents
  • Prompts Analysis - In-depth analysis of prompt engineering patterns and techniques

License

This collection is provided for research and educational purposes. Original prompts and tools remain property of their respective creators. See individual agent directories for specific source attributions.