skill-status
- Repo stars 549
- Author updated Live
- Author repo bkit-claude-code
- Domain
- Other
- Compatible agents
-
- Claude Code
- Cursor
- Cline
- Codex
- Windsurf
- Gemini CLI
- +20
- Trust score
- 88 / 100 · community maintained
- Author / version / license
- @popup-studio-ai · no license declared
- Token usage
- Lean
- Setup complexity
- Plug-and-play
- External API key
- Not required
- Operating systems
- Unspecified (assume cross-platform)
- Runtime requirements
- No special requirements
- Permissions
-
- Read-only
- Write / modify
- Network behavior
- Local-only
- Install commands
- 26 variants
Profile is derived at build time from SKILL.md and install vectors. Subject to drift from author intent.
Heads up: 未限定 allowed-tools,默认拥有全部工具权限。
---
name: skill-status
description: | 로드된 스킬 목록을 core(bkit 기본)와 project-local로 구분하여 표시. Skill Status Report ==================== Lay…
category: other
runtime: no special runtime
---
# skill-status output preview
## PART A: Task fit
- Use case: | 로드된 스킬 목록을 core(bkit 기본)와 project-local로 구분하여 표시. Skill Status Report ==================== Layer: bkit Core (v1.6.2) Skills: 28 loaded runs entirely locally. Works with Claude Code, Cursor, Cline and 23 more..
- Inputs: target material, constraints, expected output, and acceptance criteria.
- Evidence boundary: follow “Command: /skill-status / Step 1: Scan Core Skills / Step 2: Scan Project-Local Skills” and do not present inference as author intent.
## PART B: Execution result
- **01** The card summarizes the use case; runtime output centers on “| 로드된 스킬 목록을 core(bkit 기본)와 project-local로 구분하여 표시. Skill Status Report ==================== Layer: bkit Core (v1.6.2) Skills: 28 loaded runs entirely locally. Works with Claude Code, Cursor, Cline and 23 more.”.
- **02** When the source has headings, the agent prioritizes “Command: /skill-status / Step 1: Scan Core Skills / Step 2: Scan Project-Local Skills” so the result follows the author’s structure.
- **03** Typical output includes task judgment, concrete steps, required commands or file edits, validation, and follow-up options.
- **04** Risk context follows the fingerprint: read files, write/modify files; mostly runs locally; usually needs no extra API key.
## Running Rules
- read files, write/modify files; mostly runs locally; usually needs no extra API key.
- Validate with a small sample before expanding scope.
- Return the result, validation criteria, and next iteration options. The source mentions slash commands such as `/skill-status`; use them first when your agent supports command triggers.
Name target files or source material, expected output, forbidden changes, and whether network or shell access is allowed. Permission fingerprint: read files, write/modify files.
Start with a small task and check whether the result follows “Command: /skill-status / Step 1: Scan Core Skills / Step 2: Scan Project-Local Skills”. Inspect diffs, logs, previews, or tests before expanding scope.
Confirm the final output includes a concrete result, evidence, and next action. If it stays generic, tighten inputs, boundaries, and acceptance criteria.
---
name: skill-status
description: | 로드된 스킬 목록을 core(bkit 기본)와 project-local로 구분하여 표시. Skill Status Report ==================== Lay…
category: other
source: popup-studio-ai/bkit-claude-code
---
# skill-status
## When to use
- | 로드된 스킬 목록을 core(bkit 기본)와 project-local로 구분하여 표시. Skill Status Report ==================== Layer: bkit Core (v1.6.2)…
- Use it when the task has clear inputs, repeatable steps, and validation criteria.
## What to provide
- Target material, scope, expected result, and forbidden changes.
- Whether network, commands, file writes, or external services are allowed.
## Execution rules
- Organize steps around “Command: /skill-status / Step 1: Scan Core Skills / Step 2: Scan Project-Local Skills” and keep inference separate from source facts.
- read files, write/modify files; mostly runs locally; usually needs no extra API key.
- Validate with a small sample before expanding the task.
## Output requirements
- Return the deliverable, key evidence, validation method, and next action.
- Mark missing information as unknown; do not invent commands, platforms, or dependencies. The author source anchors workflow facts; repository files anchor sources and commands; Fluxly only adds fit, limitations, and quality judgment.
skill "skill-status" {
input -> user goal + target files + boundaries + acceptance criteria
context -> Command: /skill-status / Step 1: Scan Core Skills / Step 2: Scan Project-Local Skills
rules -> SKILL.md triggers / order / output contract
runtime -> no special runtime | read files, write/modify files | mostly runs locally
guardrails -> usually needs no extra API key + small-sample validation + diff/log review
output -> copyable result + checklist + next iteration
} skill-status - Skill Inventory Report
로드된 스킬 목록을 core(bkit 기본)와 project-local로 구분하여 표시.
Command: /skill-status
Step 1: Scan Core Skills
- Read bkit core skills directory:
~/.claude/plugins/cache/bkit-marketplace/bkit/*/skills/ - For each skill directory, read SKILL.md frontmatter:
- name, classification, description (first line)
- Count total core skills
Step 2: Scan Project-Local Skills
- Read project skills directory:
.claude/skills/project/*/SKILL.md - For each skill, read frontmatter
- Count total project skills
Step 3: Detect Conflicts
- Compare skill names between core and project
- If same name exists in both: mark as "override" (project wins)
- If project skill triggers overlap with core: mark as "shadow"
Step 4: Display Report
Skill 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)
Options
/skill-status --detail: Show full descriptions and trigger keywords for each skill.
/skill-status --conflicts: Show only skills with naming conflicts or trigger overlaps.
Skill Layer Priority
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.
Decide Fit First
Design Intent
How To Use It
Boundaries And Review