AI SummaryA practical Go framework runbook for creating and configuring custom AI agents with specific roles, goals, and tool access. Developers building multi-agent systems in Claude Code or Desktop environments will find this guide essential for designing specialized agents for domain-specific tasks.
Install
Copy this and paste it into Claude Code, Cursor, or any AI assistant:
I want to set up the "Runbook: Creating Agents" agent in my project. Please run this command in my terminal: # Add AGENTS.md to your project root curl --retry 3 --retry-delay 2 --retry-all-errors -o AGENTS.md "https://raw.githubusercontent.com/stxkxs/cadre/main/docs/runbooks/creating-agents.md" Then explain what the agent does and how to invoke it.
Description
Go framework for AI agent orchestration
Overview
Define custom AI agents with specific roles, goals, and tool access.
Prerequisites
• [ ] Cadre project initialized • [ ] Understanding of agent roles
Step 3: Agent Examples
Developer Agent `yaml
Step 5: Assign Tools
Available built-in tools: | Tool | Description | Use Case | |------|-------------|----------| | file_read | Read file contents | Code analysis | | file_write | Write/modify files | Code generation | | bash | Execute commands | Build, test, deploy | | grep | Search patterns | Code search | `yaml tools: • file_read # Always useful • file_write # For agents that modify code • bash # For agents that run commands • grep # For code search `
Discussion
Health Signals
My Fox Den
Community Rating
Sign in to rate this booster