Sandbox
@tallesborges/agentic-system-prompts

System prompt library for coding agents

This repo is a catalog of prompts and tool specs taken from real agentic coding products. It groups them by agent so you can compare instruction style, tool design, and safety patterns across systems.

182 stars24 forksJinjaUpdated 1y ago
Who it's for

Builders who want to study or reuse prompt and tool patterns from real coding agents.

What it delivers

You can compare agent setups side by side instead of piecing them together from scattered sources.

What it does

Per-agent prompt collections

Stores prompt material in separate folders for Claude Code, Gemini CLI, Cline, Aider, Roo Code, Zed, and Codex CLI (Rust).

Tool documentation

Includes tool specs for each agent so you can see what capabilities were exposed and how they were described.

Source attribution

Links back to original sources and records retrieval dates for each collected prompt or tool definition.

Research notes

Explains why the collection matters, including prompt patterns, tool design, safety, and user experience.

README

AI Agent System Prompts Library

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.

Files in the repo

Repository payload6 top-level entries
  • agents
  • docs
  • CLAUDE.md
  • CONTRIBUTING.md
  • LICENSE
  • README.md

Discussion (0)

Ask about usage, or say what you built with it

Sign in to join the discussion.

No comments yet. Be the first to say what this is good for.

More collections

The awesome collection of OpenClaw skills. 5,400+ skills filtered and categorized from the official OpenClaw Skills Registry.🦞

52k
phuryn/
pm-skills
phuryn/pm-skillsCollections

PM Skills Marketplace: 100+ agentic skills, commands, and plugins — from discovery to strategy, execution, launch, and growth.

26k

Extracted system prompts from Anthropic - Claude Fable 5.1, Opus 5, Claude Design, Claude Code. OpenAI - ChatGPT GPT-6-Astra, Codex. Google - Gemini 3.8 Flash, 3.1 Pro, Antigravity. xAI - Grok, Grok Bot, Cursor, Kimi and more! Updated regularly.

65k
1 add