CtrlK
BlogDocsLog inGet started
Tessl Logo

shogun-bloom-config

Interactive wizard: guided questions with multiple-choice options about subscriptions, then outputs a ready-to-paste capability_tiers YAML + fixed agent model assignments. Trigger: "capability_tiers", "bloom config", "routing setup", "set up model routing", "ルーティング設定", "capability_tiers設定", "モデル設定", "サブスク設定", "model routing"

72

Quality

88%

Does it follow best practices?

Impact

No eval scenarios have been run

SecuritybySnyk

Passed

No known issues

SKILL.md
Quality
Evals
Security

Quality

Content

77%

Reviews the quality of instructions and guidance provided to agents. Good implementation is clear, handles edge cases, and produces reliable results.

This is a well-structured interactive wizard with excellent actionability — every output is copy-paste ready YAML with specific model names and benchmarks. The workflow is clearly sequenced with proper conditional branching and validation. However, the file is excessively long due to inlining all 6+ configuration patterns (with Pattern E having 4 sub-variants), which could be split into separate files for better progressive disclosure and reduced token consumption.

Suggestions

Extract patterns A-Free through E into separate files (e.g., patterns/pattern-a-free.md) and reference them from SKILL.md to reduce the monolithic size and improve progressive disclosure.

Consider generating Pattern E sub-variants programmatically from Q3a/Q3b answers rather than enumerating all 4 combinations, which would significantly reduce token count.

DimensionReasoningScore

Conciseness

The skill is quite long (~400 lines) with extensive pattern tables and YAML blocks. While each pattern serves a purpose, there's significant repetition in structure (fixed agent tables, coverage tables, YAML snippets) across 6+ patterns. The E-pattern alone has 4 sub-variants that could potentially be generated rather than enumerated. However, the content is domain-specific configuration that Claude wouldn't know, so the verbosity is partially justified.

2 / 3

Actionability

Highly actionable: every pattern includes copy-paste-ready YAML config blocks, specific model names with benchmark scores, exact AskUserQuestion call parameters, and concrete agent assignments. The Step 5 application instructions include actual file paths and bash commands for validation.

3 / 3

Workflow Clarity

The workflow is clearly sequenced (Q1→Q2→conditional Q3→pattern mapping→output→application steps) with explicit conditional branching (Q3 only when both subscriptions exist, Q3b only when Q2=Pro). Step 5 includes a validation command (`validate_subscription_coverage`). The decision tree at the end provides a quick mental model. The IMPORTANT note at the top prevents a common error (outputting tables before asking questions).

3 / 3

Progressive Disclosure

All content is inline in a single monolithic file. The 6 patterns (A-Free, A, B, C, D, E with 4 sub-variants) could be split into separate reference files, with SKILL.md containing only the wizard flow and pattern mapping table. References to `/shogun-model-list` and `config/settings.yaml` exist but no bundle files are provided to support navigation.

2 / 3

Total

10

/

12

Passed

Description

100%

Based on the skill's description, can an agent find and select it at the right time? Clear, specific descriptions lead to better discovery.

This is a strong skill description that clearly communicates a specific, niche capability (interactive wizard for generating capability_tiers YAML and model routing config). It includes explicit trigger terms in both English and Japanese, and the concrete output format (ready-to-paste YAML) makes the skill's purpose unambiguous. The only minor note is that the description uses a colon-separated 'Trigger:' format rather than a 'Use when...' clause, but it effectively serves the same purpose.

DimensionReasoningScore

Specificity

Lists multiple concrete actions: 'guided questions with multiple-choice options about subscriptions', 'outputs a ready-to-paste capability_tiers YAML', and 'fixed agent model assignments'. These are specific, actionable capabilities.

3 / 3

Completeness

Clearly answers both 'what' (interactive wizard that asks guided questions and outputs capability_tiers YAML + agent model assignments) and 'when' (explicit 'Trigger:' clause listing specific trigger terms). The trigger guidance is explicit and comprehensive.

3 / 3

Trigger Term Quality

Excellent coverage of natural trigger terms in both English and Japanese: 'capability_tiers', 'bloom config', 'routing setup', 'set up model routing', 'model routing', plus Japanese equivalents. These are terms users would naturally say when needing this skill.

3 / 3

Distinctiveness Conflict Risk

Highly distinctive niche — capability_tiers YAML generation, bloom config, and model routing setup are very specific domain concepts unlikely to overlap with other skills. The bilingual trigger terms further narrow the scope.

3 / 3

Total

12

/

12

Passed

Validation

90%

Checks the skill against the spec for correct structure and formatting. All validation checks must pass before discovery and implementation can be scored.

Validation10 / 11 Passed

Validation for skill structure

CriteriaDescriptionResult

skill_md_line_count

SKILL.md is long (518 lines); consider splitting into references/ and linking

Warning

Total

10

/

11

Passed

Repository
yohey-w/multi-agent-shogun
Reviewed

Table of Contents

Is this your skill?

If you maintain this skill, you can claim it as your own. Once claimed, you can manage eval scenarios, bundle related skills, attach documentation or rules, and ensure cross-agent compatibility.