Agents
Configure specialized AI assistants for your team.
Agents are specialized AI assistants configured for your team's stack and standards. crewkit syncs agents to .claude/agents/ so every developer uses the same configuration.
Use role modifiers (coaching, collaborative, autonomous) to control how much guidance an agent provides based on the developer's experience level.
Create an agent
The fastest way to create an agent is through the dashboard.
- Go to Resources in the sidebar
- Click New Resource and select Agent
- Give it a name and slug (e.g.,
rails-expert) - Write the agent prompt in markdown
- Click Create
The agent is now available at the organization level. Run crewkit code in any project to sync it.
Agent file format
Agents are markdown files with optional YAML frontmatter:
---
name: rails-expert
description: Expert Ruby on Rails developer
---
You are an expert Ruby on Rails developer working on a production application.
## Standards