bp-build

Scaffold new skills from blueprint templates into SKILL.md, workflows, and plugin infrastructure.

Updated Jan 23, 2026
One-click install
npx skills add https://github.com/hiivmind/hiivmind-blueprint --skill bp-build
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: bp-build
Source: https://github.com/hiivmind/hiivmind-blueprint/tree/main/skills/bp-build
Command: npx skills add https://github.com/hiivmind/hiivmind-blueprint --skill bp-build

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Designing and wiring up a new skill from idea requires boilerplate setup, templates, and consistent structure. This skill automates scaffolding by generating SKILL.md, optional workflows, and plugin infrastructure based on blueprint templates.

Core Features & Use Cases

  • Scaffold SKILL.md from a template and populate metadata (name, description, title, etc.).
  • Generate workflow files for workflow-backed phases and wire up plugin.json and definitions as needed.
  • Create or extend plugin infrastructure (.claude-plugin, .hiivmind/blueprint) and integration points for gateway or single-skill plugins.
  • Use cases include rapidly prototyping new skills, standardizing structure for reviews, and onboarding new team members to the skill authoring workflow.

Quick Start

Provide a name and description for the new skill to scaffold it from blueprint templates.

Frequently Asked Questions about bp-build

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

FAQPage Schema
How do I scaffold a new skill from an idea using blueprint templates?

To scaffold a new skill from an idea, provide a name and description to automatically generate core files like SKILL.md, workflow YAMLs, and plugin infrastructure from official blueprint templates.

What is skill scaffolding and when do I need to generate a SKILL.md file?

Skill scaffolding is the automated process of generating a SKILL.md file, workflow YAMLs, and plugin configuration from templates. You need it when designing and wiring up a new skill from an idea.

Can I generate workflow YAMLs and plugin.json definitions for both prose-only and workflow-backed skills?

Yes, scaffolding supports both prose-only and workflow-backed phases by generating workflow YAMLs and wiring up plugin.json and definitions based on your specified blueprint template structure.

What's the best way to standardize skill structure for team onboarding and reviews?

The best way to standardize skill structure is to scaffold new skills using official blueprint templates, ensuring consistent SKILL.md metadata, workflow YAMLs, and plugin infrastructure across all team projects.

Does skill scaffolding support gateway routing and single-skill plugin integration?

Yes, the scaffolding process can optionally include gateway routing and definitions, creating integration points for both gateway and single-skill plugins within the generated .claude-plugin infrastructure.