bk-help

bk-help is a skill for Claude Code from dandacompany/bluekiwi. It costs 53 tokens per session (1,790 once invoked), scanned A, original, MIT.

A BlueKiwi help tool that lists available `/bk-` commands, their purposes, and usage examples.

In plain words
What is it for?
Use it to discover BlueKiwi commands and see examples of their expected syntax.
Why use it?
It removes the need to remember which commands exist or how to use them.

Skill for Claude Code

Written for Claude Code: user-invocable in frontmatter.

Good fit Use it to discover BlueKiwi commands and see examples of their expected syntax.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/dandacompany/bluekiwi/bk-help
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add dandacompany/bluekiwi --skill bk-help
Clone the repo
git clone --depth 1 https://github.com/dandacompany/bluekiwi

Made for: Claude Code.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for bk-help

README.md
[![agentmods](https://agentmods.dev/badge/skills/dandacompany/bluekiwi/bk-help.svg)](https://agentmods.dev/skills/dandacompany/bluekiwi/bk-help)
Your own site
<a href="https://agentmods.dev/skills/dandacompany/bluekiwi/bk-help"><img src="https://agentmods.dev/badge/skills/dandacompany/bluekiwi/bk-help.svg" alt="Measured on agentmods" height="20"></a>
Per session 53 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,790 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00053 $0.01790
Opus 5 $0.00026 $0.00895
Sonnet 5 $0.00011 $0.00358
Haiku 4.5 $0.00005 $0.00179

Measured 8d ago against content hash 9ee39b7a5204, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-07, from the pricing page.

Security

Grade A, and why

bk-help scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 8d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

packages/cli/src/assets/skills/bk-help/SKILL.md · 124 lines

How it starts

The opening of the file, as written. The whole thing — 124 lines — stays where its author put it; the contents beside it link to each section on GitHub.

BlueKiwi Help

Detect the user's language and output the matching section below exactly as formatted (render as readable text, not a code block).

Language detection — check in this order, use the first signal found:

  1. Conversation language: the language the user wrote the current message in
  2. System locale: run echo $LANG or locale in shell — use the language portion (e.g. ko from ko_KR.UTF-8, en from en_US.UTF-8)
  3. OS language: check defaults read -g AppleLanguages 2>/dev/null (macOS) or /etc/locale.conf (Linux)
  4. Fallback: English

Map detected language to output:

  • ko / ko_KRKorean section
  • Anything else → English section

Korean output

BlueKiwi 명령어 도움말

실행

명령어 설명 사용 예시
/bk-start 워크플로 선택 후 즉시 실행. 미완료 태스크 복구 포함 /bk-start
/bk-start <이름> 이름으로 워크플로 매칭 후 바로 실행 /bk-start 시장조사
/bk-start <ID> 워크플로 ID로 바로 실행 (숫자) /bk-start 42
/bk-start #<태스크ID> 특정 태스크 직접 재개 /bk-start #108
/bk-start <이름> :: <프롬프트> 워크플로 지정 + 초기 컨텍스트 전달 /bk-start 코드리뷰 :: PR #77 리뷰해줘
/bk-next 실행 중인 태스크를 찾아 현재 스텝부터 재개 /bk-next
/bk-approve 대기 중인 HITL 승인 처리 /bk-approve
/bk-rewind 이전 스텝으로 되돌리기 /bk-rewind

설계 / 관리

명령어 설명 사용 예시
/bk-create 자연어 목표로 새 워크플로 설계 및 등록 /bk-create 경쟁사 분석 워크플로 만들어줘
/bk-design 디자인 시스템 생성·조회·업데이트·내보내기 /bk-design 단테랩스 디자인 시스템 만들어줘
/bk-import GitHub / 로컬 스킬 / URL을 분석해 워크플로로 변환 /bk-import yamadashy/repomix
/bk-import bk-create
/bk-import https://example.com/runbook
/bk-import (대화형 — 텍스트·JSON 붙여넣기 포함)
/bk-improve 기존 워크플로 분석 후 개선 버전 생성 /bk-improve 시장조사
/bk-version 버전 목록 조회, 활성화/비활성화, 버전 비교 /bk-version
/bk-instruction 에이전트 인스트럭션 템플릿 생성·수정·삭제 /bk-instruction
/bk-credential 외부 서비스 API 키 등록·수정·삭제 /bk-credential

Read the full file on GitHub · 124 lines

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 8d ago First seen · 124 lines · 53 tokens per session scan A 9ee39b7a5204

Subscribe to this mod's changes

bk-help is a skill published in the GitHub repository dandacompany/bluekiwi (23 stars, last pushed 1mo ago), licensed MIT. It adds 53 tokens to every session and 1,790 once invoked, about $0.0003 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.

Related

Other skills, from other repositories

systematic-debugging

Use when encountering any bug, test failure, or unexpected behavior, before proposing fixes.

obra/superpowers · 21 tokens

local-ai-agents

Build local-first AI agents that run entirely on a developer workstation with Microsoft Foundry Local and Qwen function-calling models. Covers Small Language Models (SLMs), the OpenAI-compatible local endpoint, sandboxed local tools, local RAG with Chroma, local MCP servers, hybrid cloud/local routing, and the…

microsoft/ai-agents-for-beginners · 200 tokens

next-cache-components-adoption

Turn on Cache Components in a Next.js app and resolve the blocking routes it surfaces. Use when the user wants to enable, adopt, or migrate to Cache Components, flip the cacheComponents flag, work through a flood of blocking-prerender / instant validation errors, run the cache-components-instant-false codemod, or…

vercel/next.js · 95 tokens

next-partial-prefetching-adoption

Turn on Partial Prefetching in a Next.js app and work through the insights it surfaces. Use when the user wants to enable or adopt Partial Prefetching, flip the partialPrefetching flag, opt routes in with export const prefetch = 'partial', audit Link prefetch={true} behavior, preserve existing prefetched UI with…

vercel/next.js · 103 tokens

chronicle

Analyze Copilot session history for standup reports, usage tips, session search, and session reindexing. Use when the user asks for a standup, daily summary, usage tips, workflow recommendations, wants to search or find past sessions by keyword/file/PR, wants to reindex their session store, or asks about deleting…

microsoft/vscode · 72 tokens

babysit-pr

Babysit a GitHub pull request after creation by continuously polling review comments, CI checks/workflow runs, and mergeability state until the PR is merged/closed or user help is required. Diagnose failures, retry likely flaky failures up to 3 times, auto-fix/push branch-related issues when appropriate, and keep…

openai/codex · 114 tokens