From bkit
Interactively creates project-local Claude Code skills: analyzes project structure and tech stack, generates SKILL.md with frontmatter, step-by-step instructions, code examples, and optional eval tests.
npx claudepluginhub popup-studio-ai/bkit-claude-code --plugin bkitThis skill is limited to using the following tools:
프로젝트 컨텍스트를 분석하여 project-local 스킬을 생성하는 워크플로우.
Creates isolated Git worktrees for feature branches with prioritized directory selection, gitignore safety checks, auto project setup for Node/Python/Rust/Go, and baseline verification.
Executes implementation plans in current session by dispatching fresh subagents per independent task, with two-stage reviews: spec compliance then code quality.
Dispatches parallel agents to independently tackle 2+ tasks like separate test failures or subsystems without shared state or dependencies.
프로젝트 컨텍스트를 분석하여 project-local 스킬을 생성하는 워크플로우.
If /skill-create (no args):
If /skill-create {name}:
If /skill-create from-btw {btw-id}:
.bkit/btw-suggestions.jsonCLAUDE.md for project conventionsCreate .claude/skills/project/{name}/SKILL.md with:
---
name: {name}
classification: {workflow|capability}
classification-reason: "{reason based on analysis}"
deprecation-risk: none
effort: low
description: |
{Generated description}
Triggers: {trigger commands}
Keywords: {keywords in Korean and English}
argument-hint: "{usage hint}"
user-invocable: true
allowed-tools:
- Read
- Write
- Edit
- Glob
- Grep
- Bash
---
Body content includes:
Create evals/{name}/ directory with:
evals/{name}/
eval.yaml - Test configuration
prompt.txt - Test prompt
expected.txt - Expected behavior description
eval.yaml format:
name: "{name} skill eval"
skill: ".claude/skills/project/{name}/SKILL.md"
tests:
- name: "basic trigger"
prompt: "{trigger command}"
expected:
- "{expected behavior 1}"
- "{expected behavior 2}"
- name: "edge case"
prompt: "{edge case prompt}"
expected:
- "{expected behavior}"
/{name} or review at .claude/skills/project/{name}/SKILL.md"All generated skills go to: .claude/skills/project/{name}/SKILL.md
This location:
| Pattern | Example | Use When |
|---|---|---|
{project}-{domain} | hunikflow-model | Domain-specific capability |
{action}-{target} | validate-entity | Action-oriented workflow |
{tool}-{purpose} | proxy-guide | Tool/pattern guide |
When creating from a /btw suggestion:
context.file to understand what code was being worked oncontext.feature to understand the PDCA feature contextpromotedTo field with the new skill name