--- 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