output-style-setup

output-style-setup is a command for coding agents from demodev-lab/claude-code-plugin-demokit. It costs 41 tokens per session (375 once invoked), scanned A, original, MIT.

A command that installs predefined response styles for the development assistant. Styles can be installed for one project or for all projects belonging to the user.

In plain words
What is it for?
It helps install `demodev-monolith`, `demodev-msa`, or `demodev-pdca-guide` styles and shows how to request one afterward.
Why use it?
It removes the need to copy style files and configure their installation location manually. It also explains which style fits a monolithic application, a service-based system, or PDCA reporting.

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 demokit plugin — 23 skills, 19 commands, 15 agents, 10 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/demodev-lab/claude-code-plugin-demokit/output-style-setup
Clone the repo
git clone --depth 1 https://github.com/demodev-lab/claude-code-plugin-demokit

Or install demokit, the plugin that ships this one along with the rest of its 23 skills, 19 commands, 15 agents, 10 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/demodev-lab/claude-code-plugin-demokit/output-style-setup.svg)](https://agentmods.dev/commands/demodev-lab/claude-code-plugin-demokit/output-style-setup)
Your own site
<a href="https://agentmods.dev/commands/demodev-lab/claude-code-plugin-demokit/output-style-setup"><img src="https://agentmods.dev/badge/commands/demodev-lab/claude-code-plugin-demokit/output-style-setup.svg" alt="Measured on agentmods" height="20"></a>
Per session 41 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 375 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.00041 $0.00375
Opus 5 $0.00020 $0.00187
Sonnet 5 $0.00008 $0.00075
Haiku 4.5 $0.00004 $0.00038

Measured 3d ago against content hash 31c51f6d6fe0, 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 3d 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

demokit output styles를 실제로 설치한다.

Available Styles

  • demodev-monolith
  • demodev-msa
  • demodev-pdca-guide

설치 절차

  1. 사용자에게 설치 위치를 질문한다 (AskUserQuestion)

    • Project level: 현재 프로젝트에만 적용
    • User level: 모든 프로젝트에 적용
  2. 선택에 따라 아래 명령을 실행한다.

Project level

mkdir -p .claude/output-styles
cp "${CLAUDE_PLUGIN_ROOT}/output-styles/"*.md .claude/output-styles/
ls -1 .claude/output-styles

User level

mkdir -p ~/.claude/output-styles
cp "${CLAUDE_PLUGIN_ROOT}/output-styles/"*.md ~/.claude/output-styles/
ls -1 ~/.claude/output-styles
  1. 설치 완료 후 안내한다.

    • 설치된 파일 목록
    • 추천 스타일
      • SingleModule/Monolith: demodev-monolith
      • MSA: demodev-msa
      • PDCA 보고 중심: demodev-pdca-guide
  2. 마지막으로 아래처럼 사용하도록 안내한다.

    • "이번 작업은 demodev-monolith 스타일로 보고해줘"
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. 3d ago First seen · 59 lines · 41 tokens per session scan A 31c51f6d6fe0

Subscribe to this mod's changes

output-style-setup is a command published in the GitHub repository demodev-lab/claude-code-plugin-demokit (2 stars, last pushed 6mo ago), licensed MIT. It adds 41 tokens to every session and 375 once invoked, about $0.0002 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-31.