bp-plugin-discover

Identifies SKILL.md files across plugin/user locations and reports workflow coverage and IO definitions.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill identifies all SKILL.md files across provided plugin and user locations to build a comprehensive inventory of skills along with their workflow coverage and IO metadata.

Core Features & Use Cases

  • Discover all SKILL.md files within a plugin, user, installed plugin, or all locations.
  • Classify each skill by workflow coverage (none, partial, full) and surface IO completeness and layout information.
  • Persist a structured discovery report with timestamps for downstream analysis and handoff to deep-dive skills.

Quick Start

Run a discovery pass to enumerate all SKILL.md entries in the current scope and inspect the generated discovery.

Frequently Asked Questions about bp-plugin-discover

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

FAQPage Schema
How do I build a complete inventory of all SKILL.md files across my plugins?

To build a skill inventory, you can run a discovery pass to enumerate all SKILL.md entries across plugin, user, and installed locations, generating a structured discovery record.

How does plugin skill discovery classify workflow coverage?

Skill discovery classifies workflow coverage by analyzing SKILL.md content to count phases, detect workflow references including legacy workflow.yaml, and label each skill as none, partial, or full coverage.

Can I discover SKILL.md files in specific plugin locations or do I need to scan everything?

You can target specific locations for SKILL.md discovery; the tool supports searching within a single plugin, user-level directories, installed plugins, or all locations simultaneously.

What metadata does a skill inventory report include for downstream analysis?

The skill inventory report includes workflow coverage classifications, IO completeness, layout information, and structured discovery records with timestamps for downstream analysis.

How do I detect legacy workflow.yaml references during skill classification?

Skill classification detects legacy workflow.yaml references by analyzing the content of each SKILL.md file during the discovery pass, ensuring older workflow definitions are accounted for.

What's the best way to prepare SKILL.md files for automated inventory and IO analysis?

Preparing for automated inventory requires ensuring each plugin contains a valid SKILL.md file with defined IO metadata and workflow references so the discovery tool can accurately classify and report them.