output-style-setup

output-style-setup is a command for coding agents from ww-w-ai/bkit-claude-code. It costs 78 tokens per session (454 once invoked), scanned A, original, Apache-2.0.

A setup command that installs four bkit response-style files either in the current project or in the user's Claude configuration directory. These styles change how the agent presents its answers and guidance.

In plain words
What is it for?
Use it to install learning, PDCA guidance, enterprise, or combined PDCA-and-enterprise styles, then select one with the output-style command.
Why use it?
It avoids manually copying style files and lets the user choose whether the preference applies to one project or all projects.

Command

Installs and runs on its own, but its text points at files inside its plugin — anything it tells you to read at a ${CLAUDE_PLUGIN_ROOT} path is only there once the plugin is installed. Installing the plugin gets both.

Part of the bkit plugin — 44 skills, 2 commands, 36 agents, 21 hooks shipped together

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.

agentmods
npx agentmods add commands/ww-w-ai/bkit-claude-code/output-style-setup
Clone the repo
git clone --depth 1 https://github.com/ww-w-ai/bkit-claude-code

Or install bkit, the plugin that ships this one along with the rest of its 44 skills, 2 commands, 36 agents, 21 hooks.

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 output-style-setup

README.md
[![agentmods](https://agentmods.dev/badge/commands/ww-w-ai/bkit-claude-code/output-style-setup.svg)](https://agentmods.dev/commands/ww-w-ai/bkit-claude-code/output-style-setup)
Your own site
<a href="https://agentmods.dev/commands/ww-w-ai/bkit-claude-code/output-style-setup"><img src="https://agentmods.dev/badge/commands/ww-w-ai/bkit-claude-code/output-style-setup.svg" alt="Measured on agentmods" height="20"></a>
Per session 78 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 454 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
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 $0.00078 $0.00454
Opus 5 $0.00039 $0.00227
Sonnet 5 $0.00016 $0.00091
Haiku 4.5 $0.00008 $0.00045

Measured 5d ago against content hash 33cfd7583029, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

output-style-setup 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 5d 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.

commands/output-style-setup.md · 59 lines

What it actually says

Output Style Setup

bkit의 Output Style을 설치합니다.

Available Styles

Style Recommended For Description
bkit-learning Starter 학습 모드 - PDCA를 배우며 개발
bkit-pdca-guide Dynamic PDCA 워크플로우 가이드 + 자동 체크리스트
bkit-enterprise Enterprise CTO 관점 아키텍처/보안/성능 분석
bkit-pdca-enterprise Enterprise PDCA + CTO 통합 (가장 상세)

Instructions

Ask the user where to install using AskUserQuestion:

Option 1: Project level (current project only)

  • Copy from ${CLAUDE_PLUGIN_ROOT}/output-styles/*.md to .claude/output-styles/
  • Best for: project-specific style preference

Option 2: User level (all projects)

  • Copy from ${CLAUDE_PLUGIN_ROOT}/output-styles/*.md to ~/.claude/output-styles/
  • Best for: consistent style across all projects

Setup Steps

  1. Ask user: project level or user level installation
  2. Create target directory if not exists
  3. Copy all 4 output style files to target
  4. Confirm installation with file list
  5. Suggest running /output-style to activate

Post-Setup

After copying, inform user:

  • Use /output-style to select from the installed styles
  • Recommended style based on project level detection
  • Styles can be changed anytime during session
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. 5d ago First seen · 59 lines · 78 tokens per session scan A 33cfd7583029

Subscribe to this mod's changes

output-style-setup is a command published in the GitHub repository ww-w-ai/bkit-claude-code (595 stars, last pushed 19d ago), licensed Apache-2.0. It adds 78 tokens to every session and 454 once invoked, about $0.0004 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.