claude-home/.claude/agents/sample-sub-agent-template.md
Cal Corum 0ff1d2211a Add project-local agent template and steam-game-setup skill
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-17 10:38:11 -06:00

51 lines
925 B
Markdown

---
name: sample-sub-agent-template
description: qqq What this agent does. Use proactively when qqq trigger conditions.
tools: Task, TaskOutput, Bash, Glob, Grep, Read, Edit, Write, NotebookEdit, WebFetch, TodoWrite, WebSearch, KillShell, AskUserQuestion, Skill, EnterPlanMode, ExitPlanMode
disallowedTools: Write, Edit
model: opus
permissionMode: default
skills:
- skill-name-1
- skill-name-2
hooks:
PreToolUse:
- matcher: "Bash"
hooks:
- type: command
command: "echo 'pre-hook'"
once: true
PostToolUse:
- matcher: "Edit|Write"
hooks:
- type: command
command: "echo 'post-hook'"
Stop:
- hooks:
- type: command
command: "echo 'stop-hook'"
color: cyan
---
# qqq Agent Title
## Purpose
You are qqq purpose definition.
## Instructions
qqq
## Workflow
When invoked, follow these steps:
1. qqq
2. qqq
3. qqq
## Report
qqq