How this skill is triggered — by the user, by Claude, or both
Slash command
/bpmn-plugin:helpThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Display help information for the bpmn-plugin skills.
Display help information for the bpmn-plugin skills.
IMPORTANT: This skill must be updated whenever skills are added, changed, or removed from this plugin.
/help # Show all skills
/help <skill-name> # Show detailed help for a specific skill
When invoked without arguments, display this table:
bpmn-plugin Skills
==================
| Skill | Description |
|-------|-------------|
| /bpmn-generator | Generate BPMN 2.0 compliant XML files from natural language process... |
| /bpmn-to-drawio | Convert BPMN 2.0 XML files into Draw.io native format (.drawio) using the... |
---
Use '/help <name>' for detailed help on a specific skill.
When invoked with a skill name, display detailed information.
Description: Generate BPMN 2.0 compliant XML files from natural language process... Arguments: None required Output: Generated output file
Example:
/SKILL
Description: Convert BPMN 2.0 XML files into Draw.io native format (.drawio) using the... Arguments: None required Output: Generated output file
Example:
/SKILL
If the requested skill is not found:
Skill '[name]' not found in bpmn-plugin.
Available skills:
/bpmn-generator, /bpmn-to-drawio
npx claudepluginhub davistroy/claude-marketplace --plugin bpmn-pluginBuilds, edits, and analyzes Claude Code skills and workflows from user descriptions. Invoke when a user wants to create, modify, or quality-check a skill.
Analyzes a plugin's source repository and generates enriched documentation with SVG diagrams for the skills-registry site.
Guides creation, editing, and verification of skills for AI coding agents using test-driven development with subagent scenarios. Use when authoring or debugging skills.