v2.1.11 Sprint β FR-β1. Wraps lib/discovery/explorer.js to give
Yuki + first-run users a single-command surface that answers
"what's actually installed and how do I find it?"
Arguments
Argument
Description
Example
(none)
Show all categories with counts + first-line description
/bkit-explore
<category>
One of starter, dynamic, enterprise, pdca-core, utility
/bkit-explore dynamic
evals
List skills with an evals/{cls}/{skill}/eval.yaml definition
/bkit-explore evals
--level <L>
Filter by Starter / Dynamic / Enterprise (cumulative)
/bkit-explore --level Starter
Behavior
Default (no args) — full tree
Call explorer.listAll() to read skills/*/SKILL.md + agents/*.md.
Render category-grouped table: skill name + first-sentence description.
Footer: Total: N skills · M agents · K evals.
<category> — single bucket
Validate category against explorer.CATEGORIES.
Render skill table + agent table for that bucket only.
Suggest /bkit-explore --level Starter if user looks lost.
evals — eval coverage
Call explorer.listEvals() and group by classification (workflow,
capability, hybrid).