From 225c4377da0a62d12034acdb05024c3dac30ecf2 Mon Sep 17 00:00:00 2001 From: Bastien Chanot Date: Thu, 11 Jun 2026 19:09:44 +0200 Subject: [PATCH] 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 --- skills/onboard/SKILL.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/skills/onboard/SKILL.md b/skills/onboard/SKILL.md index 5d2570a..d4d6b25 100644 --- a/skills/onboard/SKILL.md +++ b/skills/onboard/SKILL.md @@ -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