fix(onboard): allow Agent and Skill tools in frontmatter

Workflow STEPs 5-7 dispatch subagents and invoke skills; allowed-tools
omitted both, contradicting the orchestrator's core mechanism.

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
This commit is contained in:
Bastien Chanot 2026-06-11 19:09:44 +02:00
parent 2dc8431a69
commit 225c4377da

View File

@ -2,7 +2,7 @@
name: onboard
description: Use when bringing an existing repo into the claude-config framework — needs archetype detection, config install, full multi-axis audit (debt/SEO/GEO/UI-UX/perf/security/a11y/docs), and prioritized backlog. Multi-agent orchestrator. Do NOT use for repos created via /init-project. Triggers: "onboard", "onboard project", "audit existing repo", "setup existing project".
argument-hint: [optional hints: "Python FastAPI" | "add gsd" | "Next.js monorepo" | "force-archetype:wordpress"]
allowed-tools: Read, Write, Edit, Bash, Glob, Grep
allowed-tools: Read, Write, Edit, Bash, Glob, Grep, Agent, Skill
---
# ORCHESTRATOR: ONBOARD