grace-setup-subagents

Create GRACE worker and reviewer agent presets for your current shell's project-local or user-level directory.

233|51|Updated Feb 17, 2026
One-click install
npx skills add https://github.com/osovv/grace-marketplace --skill grace-setup-subagents
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: grace-setup-subagents
Source: https://github.com/osovv/grace-marketplace/tree/main/skills/grace/grace-setup-subagents
Command: npx skills add https://github.com/osovv/grace-marketplace --skill grace-setup-subagents

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill automates creating platform-specific GRACE worker and reviewer agent presets so multi-agent execution can run with consistent role prompts and local agent files. It removes manual format translation and placement work when preparing an agent environment for GRACE multi-agent workflows.

Core Features & Use Cases

  • Shell detection and inference: Detects the current agent shell (project-local or user-level) and locates real example agent files to preserve native conventions.
  • Role-based scaffolding: Generates GRACE-prefixed worker and reviewer agent files for module implementers, contract reviewers, verification reviewers, and fixers using shared role prompts.
  • Safe, non-destructive output: Writes files into the appropriate local agent directory by default, avoids overwriting without confirmation, and reports assumptions and fields requiring manual adjustment.
  • Use Case: Prepare a Claude Code or Codex project for graceful multi-agent execution by auto-scaffolding worker and reviewer presets that reuse the shell's agent file structure.

Quick Start

Create GRACE worker and reviewer agent files for the current shell and place them into the project's local agent directory.

Frequently Asked Questions about grace-setup-subagents

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I scaffold multi-agent presets for Claude Code or Codex?

To scaffold multi-agent presets, this Skill detects your current agent shell conventions and automatically generates GRACE worker and reviewer agent files into the appropriate project-local or user-level directory.

What are GRACE subagent presets and when do I need them?

GRACE subagent presets are role-wrapped agent files for module implementers, contract reviewers, verification reviewers, and fixers. You need them to prepare an agent shell environment for consistent multi-agent execution workflows.

Can I create worker and reviewer agent files without overwriting existing shell configurations?

Yes, scaffolding worker and reviewer agent files is non-destructive. The Skill writes presets into a grace/ subfolder or local agent directory and avoids overwriting existing files without explicit confirmation.

Does this multi-agent scaffolding work with both project-local and user-level agent directories?

Multi-agent scaffolding supports both project-local and user-level agent directories for shells like Claude Code, OpenCode, and Codex. It reuses real example agent files to preserve native metadata and model fields.

How do I prepare an agent shell for multi-agent execution workflows?

You prepare an agent shell for multi-agent execution by generating role-based presets that match the shell's native file structure. The Skill locates example agent files, applies shared role prompts, and writes the configured presets locally.

What limitations exist when scaffolding subagent presets for different agent shells?

A key limitation is that shell support varies; the Skill writes role-wrapped presets into a grace/ subfolder only when supported by the shell conventions. It also reports any fields requiring manual adjustment after file creation.