audit
View audit logs, decision traces, and session history for AI transparency. ACTION_TYPES (19 entries) include PDCA events (phase_transition, gate_passed/failed,…
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
$ npx -y skills add popup-studio-ai/bkit-claude-code --skill bkit-explore --agent claude-codeHow it fires
How this skill gets triggered: by you, by Claude, or both.
/bkit-exploreContext preview
The summary Claude sees to decide when to auto-load this skill.
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
name: bkit-explore
classification: capability
classification-reason: Discovery surface — independent of bkit's PDCA workflow
deprecation-risk: none
effort: low
description: |
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
argument-hint: "[category] | evals | --level <Starter|Dynamic|Enterprise>"
user-invocable: true
allowed-tools:
- Read
- Glob
- Grep
imports: []
next-skill: null
pdca-phase: null
task-template: "[Explore] {target}"> 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?"
| 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` |
1. Call `explorer.listAll()` to read `skills/*/SKILL.md` + `agents/*.md`. 2. Render category-grouped table: skill name + first-sentence description. 3. Footer: `Total: N skills · M agents · K evals`.
1. Validate `category` against `explorer.CATEGORIES`. 2. Render skill table + agent table for that bucket only. 3. Suggest `/bkit-explore --level Starter` if user looks lost.
1. Call `explorer.listEvals()` and group by classification (`workflow`, `capability`, `hybrid`). 2. Render counts + skill names per group. 3. Tip: `/bkit-evals run <skill>` to execute one.
1. `Starter` returns `starter` + `pdca-core` + `utility`. 2. `Dynamic` adds `dynamic` (cumulative). 3. `Enterprise` adds `enterprise`.
bkit Explore — 39 Skills · 36 Agents · K Evals ───────────────────────────────────────────────── 📂 starter (1 skill / 2 agents) /starter — Static web kit 🤖 starter-guide — Beginner agent 🤖 pipeline-guide — Phase walk-through 📂 dynamic (8 skills / 2 agents) /dynamic — bkend.ai fullstack /bkend-auth — Authentication patterns ... ───────────────────────────────────────────────── Footer: Try /bkit-explore --level Starter
whitelist); anything else returns `null` and renders a usage hint.
`Dynamic` / `Enterprise`).
no remote fetch.
| Module | Function | Usage | |--------|----------|-------| | `lib/discovery/explorer.js` | `listAll()` | Default tree | | `lib/discovery/explorer.js` | `listByCategory(cat)` | Single bucket | | `lib/discovery/explorer.js` | `listByLevel(level)` | Cumulative filter | | `lib/discovery/explorer.js` | `listEvals()` | `evals/` scan |
| Category | Scope | |----------|-------| | `starter` | Static web + beginner-onboarding skills/agents | | `dynamic` | bkend.ai fullstack + Phase 1~6 build pipeline | | `enterprise` | Architecture + Phase 7~9 deployment + audit | | `pdca-core` | PDCA cycle + QA + PM agents | | `utility` | Cross-cutting (bkit, control, audit, evals) |
# Full tree /bkit-explore # One category /bkit-explore dynamic # Cumulative level filter /bkit-explore --level Starter # Evals coverage /bkit-explore evals
ARGUMENTS:
A Claude Code plugin that verifies AI-generated code against its own design specs. Three commands. Anyone — even someone vibe-coding for the first time — can ship robust, production-quality software.
Repo: popup-studio-ai/bkit-claude-code
View audit logs, decision traces, and session history for AI transparency. ACTION_TYPES (19 entries) include PDCA events (phase_transition, gate_passed/failed,…
bkend.ai authentication — email/social login, JWT tokens, RBAC, session management. Triggers: bkend auth, bkend login, bkend signup, bkend JWT, bkend RBAC
bkend.ai project tutorials (todo to SaaS) and common error troubleshooting. Triggers: bkend tutorial, bkend cookbook, bkend troubleshooting
bkend.ai database — CRUD, column types, filtering, sorting, relations, indexing. Triggers: bkend table, bkend CRUD, bkend column, bkend relation, bkend data
bkend.ai onboarding — MCP setup, resource hierarchy, tenant/user model, first project. Triggers: bkend quickstart, bkend onboarding, bkend setup, bkend MCP
bkend.ai file storage — upload (presigned URL), download (CDN), visibility levels, buckets. Triggers: bkend file, bkend upload, bkend download, bkend storage,…