Help us improve
Share bugs, ideas, or general feedback.
From bkit — AI Native Development OS
Reports loaded skill inventory layered by bkit core vs project-local, detects naming conflicts and trigger overlaps, and displays coverage gaps. Useful for debugging skill activation, onboarding, or auditing a workspace.
npx claudepluginhub popup-studio-ai/bkit-claude-code --plugin bkitHow this skill is triggered — by the user, by Claude, or both
Slash command
/bkit:skill-status /skill-status [--detail] [--conflicts]/skill-status [--detail] [--conflicts]This skill is limited to the following tools:
The summary Claude sees in its skill listing — used to decide when to auto-load this skill
로드된 스킬 목록을 core(bkit 기본)와 project-local로 구분하여 표시.
Lists all installed skills grouped by source (project, personal, plugin), showing which plugin each belongs to with keyword-style descriptions.
Manages Claude Code skills: lists existing ones via script, improves for optimal auto-activation, creates new from prompts or spec files.
Lists installed bkit skills, agents, and evals. Filters by category (starter, dynamic, etc.) and level (Starter/Dynamic/Enterprise). Useful for discovering available components in the bkit ecosystem.
Share bugs, ideas, or general feedback.
로드된 스킬 목록을 core(bkit 기본)와 project-local로 구분하여 표시.
/skill-status~/.claude/plugins/cache/bkit-marketplace/bkit/*/skills/.claude/skills/project/*/SKILL.mdSkill Status Report
====================
Layer: bkit Core (v1.6.2)
Skills: 28 loaded
-----------------------------------------------
Name | Type | Classification
--------------------|------------|---------------
pdca | workflow | PDCA lifecycle
enterprise | workflow | Enterprise init
bkit-rules | capability | Auto-apply rules
code-review | workflow | Code analysis
... (truncated)
Layer: Project-Local (hunikflow)
Skills: 8 loaded
-----------------------------------------------
Name | Type | Classification
--------------------|------------|---------------
btw | workflow | BTW suggestions
skill-create | workflow | Skill generator
skill-status | workflow | This report
hunikflow-model | capability | @Flow patterns
hunikflow-proxy | capability | DataProxy patterns
hunikflow-domain | capability | ERP domain logic
hunikflow-i18n | capability | i18n CSV guide
hunikflow-dynamic-api| capability | Dynamic API guide
Conflicts: 0 overrides, 0 shadows
Summary: 36 total skills (28 core + 8 project)
/skill-status --detail: Show full descriptions and trigger keywords for each skill.
/skill-status --conflicts: Show only skills with naming conflicts or trigger overlaps.
Priority (high to low):
1. .claude/skills/project/ (project-local, git-tracked)
2. ~/.claude/plugins/.../skills/ (bkit core, plugin-managed)
3. ~/.claude/skills/ (user global, if any)
When a project skill has the same name as a core skill, the project skill takes precedence. This is the "2-layer override" pattern.