bp-skill-create

Scaffold Claude skills with SKILL.md, workflows, and plugin files from templates.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Automates the initial setup of a new Claude skill by scaffolding SKILL.md, workflows, and plugin infrastructure from templates, eliminating manual file creation.

Core Features & Use Cases

  • Scaffold a complete skill skeleton from blueprint templates including SKILL.md, workflows, plugin.json, and definitions.yaml.
  • Generate starter workflow files for workflow-backed phases and keep prose phases simple.
  • Create or update plugin infrastructure and definitions to integrate the new skill into the plugin ecosystem.
  • Use cases include bootstrapping a new skill for any plugin, adding the skill to an existing plugin, and generating starter artifacts for rapid experimentation.

Quick Start

Run the scaffolding tool to generate a new skill skeleton from templates.

Frequently Asked Questions about bp-skill-create

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

FAQPage Schema
How do I scaffold a new Claude skill from templates?

To scaffold a new Claude skill, use a bootstrapping tool that automatically generates SKILL.md, workflows, plugin.json, and definitions.yaml from blueprint templates, creating a fully wired skill skeleton ready for integration.

What files are generated when bootstrapping a skill?

Bootstrapping a skill generates SKILL.md, plugin.json, definitions.yaml, and starter workflow files, plus optional scaffolding for scripts, references, and assets directories as needed for the plugin ecosystem.

Can I add a new skill to an existing plugin?

Yes, you can add a new skill to an existing plugin by creating or updating the plugin infrastructure and definitions, which integrates the newly scaffolded skill artifacts directly into your current plugin ecosystem.

What is the best way to automate Claude skill setup without manual file creation?

Automating Claude skill setup is best achieved by scaffolding from blueprint templates, which eliminates manual file creation by generating SKILL.md, workflows, and plugin infrastructure in a single rapid operation.

Do I need to manually create workflow files when generating a skill skeleton?

No, you do not need to manually create workflow files because the scaffolding process automatically generates starter workflow files for workflow-backed phases while keeping prose phases simple.