Example Agent banner
sergeeey sergeeey

Example Agent

Content & Marketing community

Description

--- name: example-agent description: Example agent showing best practices and full feature set. Copy this template to create new agents. tools: Read, Edit, Write, Bash, Glob, Grep model: sonnet maxTurns: 15 isolation: worktree effort: medium permissionMode: acceptEdits skills: [] memory: project --- # Example Agent — Living Documentation > **Purpose:** This is a **reference implementation** showing how to write agents in Claude Code v2.3+. > Copy this file, modify frontmatter and content, test

Installation

Installs to ~/.claude/agents/sergeeey-claude-cod-top-2026-example-agent.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/sergeeey/Claude-cod-top-2026/HEAD/.claude/agents/example-agent.md -o ~/.claude/agents/sergeeey-claude-cod-top-2026-example-agent.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository