Generate Harness-optimized Agent Skill packages with full suite support. Creates AGENTS.md orchestrators, SKILL.md sub-skills, Custom Agents, copilot-instructions.md, .mcp.json, and assets/references/scripts directories. Use when creating a new skill suite from scratch, bootstrapping a skill folder, or generating any component of a Harness-optimized skill package.
التثبيت
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
Generate Harness-optimized Agent Skill packages with full suite support. Creates AGENTS.md orchestrators, SKILL.md sub-skills, Custom Agents, copilot-instructions.md, .mcp.json, and assets/references/scripts directories. Use when creating a new skill suite from scratch, bootstrapping a skill folder, or generating any component of a Harness-optimized skill package.
metadata
{"author":"coreclaw","version":"2.0"}
Skill Scaffolder
Generate Harness-optimized Agent Skill packages — from single skills to full suites.
Use This Skill When
Creating a new Agent Skill suite from scratch.
Bootstrapping a single skill with Harness patterns.
Generating suite infrastructure (AGENTS.md, agents/, .mcp.json).
For suites, generate in order:
a. group.json, skill.json, README.md
b. AGENTS.md (Orchestrator with WHEN/DO routing)
c. copilot-instructions.md (suite-specific conventions)
d. agents/*.md (Custom Agents with tool restrictions)
e. skills/<skill-name>/SKILL.md (each sub-skill)
f. .mcp.json (if external tools needed)
For each SKILL.md, include:
Frontmatter: name, description (+ tu_tools if MCP)
Body: Use This Skill When, Workflow, Deliverables, Quality Gates, Gotchas (3+), Validation Loop