技能 Status
- 作者仓库星标 549
- 作者仓库 bkit-claude-code
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.
- 流狐分类
- 通用
- 作者声明 Agent
- 未找到明确声明;不据此推断已兼容或已测试
- 静态检查
- 88 / 100 · 启发式扫描,不代表运行安全
- 作者 / 版本 / 许可
- @popup-studio-ai · 未声明 license
- 流狐 Token 估算
- 低消耗
- 流狐接入估算
- 即装即用
- 是否需要外部 API Key
- 未发现要求
- 检测到的系统要求
- 未声明
- 底层运行要求
- 未声明
- 检测到的文件与系统行为
-
- 只读
- 允许写入 / 修改
- 检测到的网络行为
- 仅限本地
- 安装命令数
- 无(仅作为资料)
档案由构建时根据 SKILL.md 与安装命令自动衍生,可能与作者实际意图存在差异。
需要注意: 未限定 allowed-tools,默认拥有全部工具权限。
作者没有在当前 SKILL.md 中定义固定输出样例。 Read bkit core skills directory: ~/.claude/plugins/cache/bkit-marketplace/bkit//skills/ For each skill directory, read SKILL.md frontmatter:
Read project skills directory: .claude/skills/project//SKILL.md For each skill, read frontmatter
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 - Skill Inventory Report
로드된 스킬 목록을 core(bkit 기본)와 project-local로 구분하여 표시.
## Command: `/skill-status`
### Step 1: Scan Core Skills
1. Read bkit core skills directory:
`~/.claude/plugins/cache/bkit-marketplace/bkit/*/skills/`
2. For each skill directory, read SKILL.md frontmatter:
- name, classification, description (first line)
3. Count total core skills
### Step 2: Scan Project-Local Skills
1. Read project skills directory:
`.claude/skills/project/*/SKILL.md`
2. For each skill, read frontmatter
3. Count total project skills
### Step 3: Detect Conflicts
1. Compare skill names between core and project
2. If same name exists in both: mark as "override" (project wins)
3. 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
… 作者原文负责流程事实;流狐只索引当前章节、要点、文件与命令。
章节 -> Command: /skill-status → Step 1: Scan Core Skills → Step 2: Scan Project-Local Skills → Step 3: Detect Conflicts → Step 4: Display Report → Options
要点 -> /skill-status --detail · /skill-status --conflicts · 로드된 스킬 목록을 core(bkit 기본)와 project-local로 구분하여 표시. · 1. Read bkit core skills directory: ~/.claude/plugins/cache/bkit-marketplace/bkit//skills/ 2. · 1. Read project skills directory: .claude/skills/project//SKILL.md 2. · 1. Compare skill names between core and project 2. · /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-status · ~/.claude/plugins/cache/bkit-marketplace/bkit//skills/ · .claude/skills/project//SKILL.md · /skill-status --detail · /skill-status --conflicts
内容 SHA-256 -> d8eee5f8e712
方法与流程
适用与边界
原文中的明确线索
/skill-status、~/.claude/plugins/cache/bkit-marketplace/bkit//skills/、.claude/skills/project//SKILL.md、/skill-status --detail、/skill-status --conflicts