bootstrap

Create Claude Code skills, subagents, plugins, and orchestration plans from requirements.

Updated Apr 3, 2026
One-click install
npx skills add https://github.com/robertdp/claude-code-skills --skill bootstrap-robertdp
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: bootstrap
Source: https://github.com/robertdp/claude-code-skills/tree/main/skills/bootstrap
Command: npx skills add https://github.com/robertdp/claude-code-skills --skill bootstrap-robertdp

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill helps create new Claude Code skills, custom subagents, plugins, and multi-agent orchestration setups from requirements, with an emphasis on correct structure, focused scope, and reliable enforcement.

Core Features & Use Cases

  • Skill authoring: Designs reusable skills with frontmatter, workflow structure, and supporting reference files.
  • Subagent and plugin design: Creates custom agents and plugin-ready configurations with appropriate tool restrictions and packaging.
  • Orchestration planning: Defines multi-agent topologies, communication contracts, and context-flow strategies for more complex workflows.
  • Quality control: Includes critical review, scope checks, and enforcement guidance to reduce drift and overbroad instructions.

Quick Start

Use the bootstrap skill to design a new Claude Code skill, subagent, plugin, or orchestration flow from your requirements.

Frequently Asked Questions about bootstrap

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

FAQPage Schema
How do I build a Claude Code skill from requirements?

To build a Claude Code skill, you define requirements and generate reusable workflows with frontmatter, structured references, and enforcement rules. This ensures focused scope and reduces instruction drift in automated AI tasks.

What is the best way to design custom subagents and plugins for Claude Code?

Designing custom subagents and plugins involves creating configurations with specific tool restrictions and proper packaging. This approach ensures agents operate within focused boundaries for reliable AI automation orchestration.

How does progressive disclosure improve Claude Code skill authoring?

Progressive disclosure improves skill authoring by structuring instructions and reference files so agents receive context only when needed. This prevents overbroad instructions and reduces drift during execution.

What are the limitations of using multi-agent orchestration setups?

A limitation of multi-agent orchestration is the risk of scope creep and instruction drift without careful enforcement selection. Complex topologies require strict validation against current documentation to maintain reliability.

Can I use bootstrap to create tool-restricted agents for specific workflows?

Yes, you can create tool-restricted agents by defining specific tool limitations within the agent configuration. This ensures subagents operate securely within their designated scope for targeted automation tasks.