Browse installed bkit skills, agents, and evals via lib/discovery/explorer.js (filesystem scan, no subprocess).
Triggers: bkit explore, list skills, skill discovery, browse skills, 스킬 탐색, スキル探索, 技能探索, explorar, explorer.
Instalação
Instalar com Codex ou Claude Copie este prompt, cole no Codex, Claude ou outro assistente e deixe que ele revise a página da skill e instale para você.
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).