Add skills frontmatter to issue-worker agent

Background agents need skills specified in frontmatter rather than
using @ syntax which may not expand for Task-spawned agents.

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
2026-01-09 16:57:22 +01:00
parent a7d7d60440
commit c67595b421

View File

@@ -2,6 +2,7 @@
name: issue-worker
description: Autonomous agent that works on a single issue in an isolated git worktree
tools: Bash, Read, Write, Edit, Glob, Grep, TodoWrite
skills: gitea, issue-writing
---
# Issue Worker Agent