scaffold-subagent

Scaffold a new sub-agent with standard files and fleet manifest integration.

Updated Mar 26, 2026
One-click install
npx skills add https://github.com/cyberpunk042/devops-expert-local-ai --skill scaffold-subagent
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: scaffold-subagent
Source: https://github.com/cyberpunk042/devops-expert-local-ai/tree/main/.claude/skills/scaffold-subagent
Command: npx skills add https://github.com/cyberpunk042/devops-expert-local-ai --skill scaffold-subagent

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Create a standardized sub-agent scaffold inside a fleet project to speed up adding new agents and ensuring consistent structure.

Core Features & Use Cases

  • Agent skeleton generation: creates agents/<agent-name>/ with essential files (README.md, CLAUDE.md, config.yaml, mission.md, and a source/test skeleton).
  • Fleet manifest integration: registers the new agent in the fleet manifest when present.
  • Versioned setup: initiates an initial commit to capture the scaffold in version control.

Quick Start

Run the scaffold-subagent tool with the desired agent name to generate a ready-to-edit sub-agent in your fleet project.

Frequently Asked Questions about scaffold-subagent

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

FAQPage Schema
How do I scaffold a new sub-agent in a multi-agent fleet project?

Scaffolding a sub-agent in a fleet project generates a standardized directory with a ready-to-edit skeleton, including README, config, mission files, and source code, to ensure consistent agent onboarding.

What files are included when generating a sub-agent skeleton?

A sub-agent skeleton includes essential files: README.md, CLAUDE.md, config.yaml, mission.md, and a source/test code skeleton to provide a ready-to-edit foundation.

How does fleet manifest integration work when adding a new agent?

Fleet manifest integration registers the newly created sub-agent in the existing fleet manifest file during the scaffolding process to maintain centralized fleet configuration.

Can I version control a newly scaffolded sub-agent automatically?

Yes, the sub-agent scaffolding process initiates an initial commit to capture the generated directory layout and standard files in version control.

Why use a standardized project structure for multi-agent fleets?

A standardized project structure enforces consistent directory layouts across all sub-agents, speeding up fleet expansion and reducing configuration errors during agent onboarding.

Do I need an existing fleet manifest to generate a new sub-agent?

The sub-agent scaffolding tool registers the new agent in the fleet manifest when present, but it still generates the full agent directory skeleton regardless of manifest availability.