compose

compose is a skill for Claude Code, Codex from saadshahd/moo.md. It costs 35 tokens per session (627 once invoked), scanned A, original, MIT.

A planning skill for coordinating several skills when one request covers multiple kinds of work.

In plain words
What is it for?
Use it to select the needed skills, define when each should run, and combine their results for multi-part requests.
Why use it?
It prevents relevant steps from being missed or applied in the wrong order when different skills handle different parts of an ask.

Skill for Claude CodeCodex

Part of the hope plugin — 20 skills, 1 command, 3 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 skills/saadshahd/moo.md/compose
Any agent
npx skills add saadshahd/moo.md --skill compose
Clone the repo
git clone --depth 1 https://github.com/saadshahd/moo.md

Made for: Claude Code, Codex.

Or install hope, the plugin that ships this one along with the rest of its 20 skills, 1 command, 3 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 compose

README.md
[![agentmods](https://agentmods.dev/badge/skills/saadshahd/moo.md/compose.svg)](https://agentmods.dev/skills/saadshahd/moo.md/compose)
Your own site
<a href="https://agentmods.dev/skills/saadshahd/moo.md/compose"><img src="https://agentmods.dev/badge/skills/saadshahd/moo.md/compose.svg" alt="Measured on agentmods" height="20"></a>
Per session 35 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 627 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.00035 $0.00627
Opus 5 $0.00017 $0.00313
Sonnet 5 $0.00007 $0.00125
Haiku 4.5 $0.00003 $0.00063

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

Security

Grade A, and why

compose 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 4d 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.

hope/skills/compose/SKILL.md · 56 lines

How it starts

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

Extract

From the conversation/context/user:

  • The ask and its aspects — the distinct domains it spans.
  • The skills in play — the ones the user named, plus the ones whose listed conditions the ask meets.

Gate

Proceed only when: the ask has multiple aspects that different skills carry, or the user named multiple skills.

Anything else, say which in one plain line — never compose anyway:

  • One skill's condition covers the whole ask → invoke that skill alone; its procedure governs.
  • The ask's words admit two readings that would build different things → use clarify skill, then compose over what the pick settles.

Plan

  • Use a subagent for exploratory reading, keeping the main thread's context for the composition itself.
  • Choose the skills that matter to the ask, scaled to it — never two skills that deliver the exact same outcome.
  • Define the stages the ask needs — within this session or across sessions. A single skill can fire more than once, at different stages.
  • For each chosen skill, conclude its useful-when: the condition in this conversation that will call for it.

Invoke

Work the ask, invoking each skill as the conversation reaches its condition, in dependency order:

  1. Invoke it via the Skill tool. As its body loads, conclude its wrong-if — the conditions under which it refuses.
  2. Emit one line before the work: [compose] <skill> — <why, and the hoped-for outcome>.
  3. After the output, silently check the skill's wrong-if against what came out. Speak only if it trips — one line, corrected within the same turn.

Amend

A wrong-if trip, or a turn where no chosen skill's condition fits, amends the one held belief that failed — re-derive the chosen set only if needed.

The loop ends when every stage the plan defined has had its skill run, or the user stops the composing.

Output

The worked ask is the result. Each invoked skill's output stands as that skill handed it back — composing never restates them in its own words, and never assembles a verdict none of them reached.

Read the full file on GitHub · 56 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. 4d ago First seen · 56 lines · 35 tokens per session scan A 918ae7825276

Subscribe to this mod's changes

compose is a skill published in the GitHub repository saadshahd/moo.md (34 stars, last pushed 18d ago), licensed MIT. It adds 35 tokens to every session and 627 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-30.

Related

Other skills, from other repositories

session-recap

Document Claude Code sessions by extracting knowledge into cross-referenced documentation. Triggers on "recap the session", "summarize the work", or after significant code changes.

sxhmilyoyo/sundayhao-plugins · 39 tokens

knowledge-bank-lookup

Delegates knowledge bank lookups to Explore subagents with reflections-first strategy that learns from past mistakes. Checks /reflections/ directory before documentation to extract documented failures to avoid and proven approaches to apply. Automatically triggers when user mentions services ([project-a], [project-b]…

sxhmilyoyo/sundayhao-plugins · 94 tokens

kb-ingest

Ingest external sources into the knowledge bank through interactive study or quick filing. Two modes — Quick (summarize → file) and Study (theme-by-theme deep dive with online research and personal notes → multi-layer KB output → optional blog/slack synthesis). Triggers on "ingest this", "study this article", "add to…

sxhmilyoyo/sundayhao-plugins · 152 tokens

session-manager

Manage current Claude Code session metadata — set project, tags, and summary on session.md via Obsidian CLI. Use this skill whenever the user wants to tag, categorize, name, label, summarize, or organize the current session. Triggers on phrases like "tag this session", "this was about X", "mark this as", "session…

sxhmilyoyo/sundayhao-plugins · 132 tokens

lark-openapi-explorer

飞书/Lark 原生 OpenAPI 探索:从官方文档库中挖掘未经 CLI 封装的原生 OpenAPI 接口。当用户的需求无法被现有 lark- skill 或 lark-cli 已注册命令满足,需要查找并调用原生飞书 OpenAPI 时使用。.

DropFan/claude-code-plugins · 76 tokens

lark-workflow-standup-report

日程待办摘要:编排 calendar +agenda 和 task +get-my-tasks,生成指定日期的日程与未完成任务摘要。适用于了解今天/明天/本周的安排。.

DropFan/claude-code-plugins · 53 tokens