Determines the original project intent from documentation and design artifacts, then compares it against the current implementation to identify discrepancies. Good output: a clear statement of intended behavior versus actual behavior, with specific gaps called out.
Creates a new plugin with the proper directory structure, metadata files, and starter files. Good output: a complete, valid plugin skeleton that passes /validate-plugin immediately after creation.
Ensures 90%+ test coverage, runs all tests with sub-agents, fixes failures, then creates a PR. This is a comprehensive test-and-ship workflow. Evals should run against a project that has tests, not the marketplace repo itself.
Validates a plugin's directory structure, frontmatter fields, and content for consistency and correctness. Good output: a clear pass/fail result with specific findings for any structural or metadata issues.
Generate BPMN 2.0 compliant XML files from natural language process descriptions OR from structured markdown business process documents. Use this skill when a user wants to create a BPMN workflow, convert a business process to BPMN XML, model a workflow diagram, or generate process definitions. Triggers on requests…
Convert BPMN 2.0 XML files into Draw.io native format (.drawio) using the bpmn2drawio Python tool. Renders properly in Draw.io Desktop or web applications. Use this skill when a user wants to visualize a BPMN process in Draw.io, convert BPMN to editable diagrams, or create Draw.io files from process definitions.…
Personal Claude Code commands and skills for documentation review, architecture analysis, git workflows, document processing, and multi-source research.
Reviews architecture fit, design decisions, pattern selection, and NFR coverage — is the system designed to do what it needs at scale and able to evolve.