grace-setup-subagents

Scaffold GRACE subagent presets into the shell's local agent directory.

3|2|Updated Apr 1, 2026
One-click install
npx skills add https://github.com/ShutovKS/tts-server --skill grace-setup-subagents-shutovks
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: grace-setup-subagents
Source: https://github.com/ShutovKS/tts-server/tree/main/.opencode/skills/grace-setup-subagents
Command: npx skills add https://github.com/ShutovKS/tts-server --skill grace-setup-subagents-shutovks

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

Create GRACE subagent presets for the current shell by reusing the shell's own agent-file conventions.

Core Features & Use Cases

  • Detect the current shell and locate a real agent file example to infer the correct format.
  • Reuse shared role prompts from references/roles to render shell-specific wrappers.
  • Render the GRACE subagent files into the shell's local agent directory under a grace/ subfolder.

Quick Start

Scaffold GRACE subagent presets for Claude Code, OpenCode, Codex, or any supported shell.

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 subagent presets for multiple shells like Claude Code and OpenCode?

To scaffold subagent presets for shells like Claude Code and OpenCode, this tool detects the current shell, locates its agent file examples, and renders shell-specific wrapper files into the local agent directory. It reuses shared role prompts to ensure generated presets align with the shell's format.

What is the best way to generate worker and reviewer agent presets without overwriting existing files?

Generating worker and reviewer agent presets safely involves rendering files under a grace/ subfolder without overwriting existing configurations unless explicitly requested. This approach reads existing shell conventions and reuses shared role prompts to create aligned wrapper files.

Does this subagent scaffolding tool work with Codex or similar agent shells?

Yes, this subagent scaffolding tool works with Codex, Claude Code, OpenCode, or similar shells. It leverages each shell's own agent conventions by reading example agent files from project or global config to infer the correct format before rendering.

Can I use shared role prompts to create shell-specific wrapper files for my agents?

You can use shared role prompts from references/roles to create shell-specific wrapper files. The scaffolding process reads these shared prompts and renders them into the shell's local agent directory, ensuring worker and reviewer presets match the shell's native format.

Why does the scaffolding process read example agent files from project or global config?

The scaffolding process reads example agent files from project or global config to infer the correct file format for the current shell. This ensures the generated GRACE subagent presets match the shell's native conventions and integrate seamlessly into the existing environment.

How do I force the regeneration of existing subagent preset files?

To force the regeneration of existing subagent preset files, you must explicitly request an overwrite. By default, the scaffolding tool places generated wrapper files under a grace/ subfolder and preserves existing files to prevent accidental configuration loss.