haiku-studios

haiku-studios is a skill for Claude Code from gigsmart/haiku-method. It costs 25 tokens per session (601 once invoked), scanned A, original, Apache-2.0.

A skill for browsing the H·AI·K·U studios available in a project. Studios are reusable workflow templates grouped by category, with named stages for handling different kinds of work.

In plain words
What is it for?
Use it to list studios by category, see their stages and descriptions, open their definitions, or inspect one particular studio stage.
Why use it?
It makes a large studio collection easier to discover and explains where each studio is defined. It also helps resolve a studio from its name, short name, or directory.

Skill for Claude Code

Written for Claude Code: shipped in a Claude Code plugin.

Part of the haiku plugin — 31 skills, 2 hooks, 2 MCP servers 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 skills/gigsmart/haiku-method/haiku-studios
Any agent
npx skills add gigsmart/haiku-method --skill haiku-studios
Clone the repo
git clone --depth 1 https://github.com/gigsmart/haiku-method

Made for: Claude Code.

Or install haiku, the plugin that ships this one along with the rest of its 31 skills, 2 hooks, 2 MCP servers.

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 haiku-studios

README.md
[![agentmods](https://agentmods.dev/badge/skills/gigsmart/haiku-method/haiku-studios.svg)](https://agentmods.dev/skills/gigsmart/haiku-method/haiku-studios)
Your own site
<a href="https://agentmods.dev/skills/gigsmart/haiku-method/haiku-studios"><img src="https://agentmods.dev/badge/skills/gigsmart/haiku-method/haiku-studios.svg" alt="Measured on agentmods" height="20"></a>
Per session 25 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 601 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.1 $0.00025 $0.00601
Opus 5 $0.00013 $0.00300
Sonnet 5 $0.00005 $0.00120
Haiku 4.5 $0.00003 $0.00060

Measured 6d ago against content hash 4077a7c13cc9, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-05, from the pricing page.

Security

Grade A, and why

haiku-studios 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 6d 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.

plugin/skills/haiku-studios/SKILL.md · 59 lines

How it starts

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

Studios

Browse the studio portfolio — every lifecycle template available in this project, grouped by category, with direct links to each studio's definition.

What to do

  1. Call haiku_studio_list to get the full list of studios. The response includes, for each studio: name, slug, aliases, description, category, stages, source (plugin or project), path (directory), and studio_md (absolute path to STUDIO.md — the canonical definition).

  2. Group the studios by category and present them as a Markdown portfolio. Inside each category, sort alphabetically by canonical name.

  3. For each studio, render:

    • Name (with slug in parens if different), and [project] tag if source === "project"
    • One-line description
    • Stage count or stage list if short (≤5 stages)
    • A help link to the studio definition: render as a Markdown link using the studio_md path, labelled "definition"
    • Aliases, if any (so users know all the ways to invoke the studio)
  4. If the user asks to drill into a studio, call haiku_studio_get with the name, slug, alias, or dir — any of them resolves. For a specific stage, use haiku_studio_stage_get.

Example output shape

## engineering

- **Application Development** (`appdev`) — Lifecycle for web, mobile, and desktop applications · 6 stages · [definition](/abs/path/to/STUDIO.md)
  - aliases: `software`
- **Game Development** (`gamedev`) — Lifecycle for games · 5 stages · [definition](/abs/path/to/STUDIO.md)
- **Hardware Development** (`hwdev`) — Lifecycle for hardware products · 6 stages · [definition](/abs/path/to/STUDIO.md)
- **Library Development** (`libdev`) — Lifecycle for libraries, SDKs, CLI tools · 4 stages · [definition](/abs/path/to/STUDIO.md)

## go-to-market
...

Notes

  • Always include the help link (studio_md) — discoverability is the whole point of browse. Users should be able to click through to read any studio's full definition.
  • Project studios (source: project) override plugin studios of the same name. Surface this clearly with a [project] tag so users know they're looking at a customization.
  • Do not filter or omit studios. If there are 20+, show all of them — the user asked to browse.

Read the full file on GitHub · 59 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. 6d ago First seen · 59 lines · 25 tokens per session scan A 4077a7c13cc9

Subscribe to this mod's changes

haiku-studios is a skill published in the GitHub repository gigsmart/haiku-method (24 stars, last pushed 3mo ago), licensed Apache-2.0. It adds 25 tokens to every session and 601 once invoked, about $0.0001 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

sparc-methodology

SPARC (Specification, Pseudocode, Architecture, Refinement, Completion) comprehensive development methodology with multi-agent orchestration.

ruvnet/RuView · 29 tokens

concentrate-forces

触发:当多个任务同时争夺时间、注意力、算力或预算,必须确定主攻方向并停止分散用力时调用;常见信号包括优先级过多、资源紧张、推进分散、需要决定先做什么。 English: Trigger when limited resources are being split across too many tasks and one main target must be chosen. Use this skill to concentrate effort, sequence work decisively, and finish a meaningful breakthrough before expanding.

HughYau/qiushi-skill · 105 tokens

mass-line

触发:当你需要收集多方意见、把零散反馈整合成可执行方案,或把方案带回真实使用者/执行者验证时调用;常见信号包括 stakeholder input、user feedback、意见汇总、对齐与验证。 English: Trigger when input must be gathered from many people, synthesized into a clearer plan, and returned to the affected users or executors for validation. Use this skill for a collect-synthesize-validate loop.

HughYau/qiushi-skill · 103 tokens

workflows

触发:当你面临的任务明显需要多个思想武器协作时调用;常见信号包括:从零启动新项目、攻坚复杂疑难问题、对已有方案进行迭代优化。此 skill 提供标准化的跨 skill 工作流组合,解决"应该先用哪个 skill、怎么衔接"的问题。 English: Trigger when a task clearly requires multiple skills in sequence. Use this skill to select a standard workflow that chains skills together, defines data handoff between steps, and specifies…

HughYau/qiushi-skill · 117 tokens

protracted-strategy

触发:当目标长期、任务复杂、资源暂时处于劣势,或短期无法速胜但又不能放弃时调用;常见信号包括 long-term effort、phased plan、endurance、战略耐心、需要分阶段推进。 English: Trigger when the work is long-horizon, difficult, and unlikely to be won quickly. Use this skill to divide the effort into stages, keep strategic confidence, and accumulate small wins into overall victory.

HughYau/qiushi-skill · 105 tokens

redteam-mindset

Red-team operator discipline — the mindset corrections that separate offensive testing from defensive WAPT. Built from authorized red-team work where conservative defaults caused multiple findings to be missed and one to be incorrectly retracted. Use at the START of any red-team engagement and again whenever feeling…

uphiago/recon-skills · 94 tokens