skill-composer

skill-composer is a skill for Claude Code, Codex from mupengi-bot/mupengism. It costs 31 tokens per session (678 once invoked), scanned A, original, MIT.

A workflow orchestrator that combines several skills into a sequence. It passes each step’s output to the next through event files.

In plain words
What is it for?
Use it to define and run multi-step workflows, preview them with a dry run, and connect skills such as trend collection, reporting, mail, or content production.
Why use it?
It removes manual coordination when a task needs multiple skills, such as collecting information, creating a report, and sending it.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one.

Good fit Use it to define and run multi-step workflows, preview them with a dry run, and connect skills such as trend collection, reporting, mail, or content production.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/mupengi-bot/mupengism/skill-composer
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.

Any agent
npx skills add mupengi-bot/mupengism --skill skill-composer
Clone the repo
git clone --depth 1 https://github.com/mupengi-bot/mupengism

Made for: Claude Code, Codex.

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 skill-composer

README.md
[![agentmods](https://agentmods.dev/badge/skills/mupengi-bot/mupengism/skill-composer/github.svg)](https://agentmods.dev/skills/mupengi-bot/mupengism/skill-composer)
Your own site
<a href="https://agentmods.dev/skills/mupengi-bot/mupengism/skill-composer"><img src="https://agentmods.dev/badge/skills/mupengi-bot/mupengism/skill-composer/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for skill-composer

Your own site · 80×15
<a href="https://agentmods.dev/skills/mupengi-bot/mupengism/skill-composer"><img src="https://agentmods.dev/badge/skills/mupengi-bot/mupengism/skill-composer.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 31 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 678 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
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.00031 $0.00678
Opus 5 $0.00015 $0.00339
Sonnet 5 $0.00006 $0.00136
Haiku 4.5 $0.00003 $0.00068

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

Security

Grade A, and why

skill-composer 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 10d 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.

skills/skill-composer/SKILL.md · 93 lines

What it actually says

skill-composer

스킬 오케스트레이터 — 여러 스킬을 조합해 복합 워크플로우를 자동 실행하는 메타 스킬입니다.

🎯 목적

단일 스킬로는 해결할 수 없는 복합적인 업무를 여러 스킬의 조합으로 자동화합니다. 각 스킬의 출력을 다음 스킬의 입력으로 연결하여 파이프라인을 구성합니다.

🔧 기능

워크플로우 정의

YAML 또는 마크다운으로 스텝을 나열하여 워크플로우를 정의합니다.

정의 파일 위치: workspace/workflows/*.md

예시 워크플로우

주간 리포트 자동화
trend-radar → competitor-watch → daily-report → mail
콘텐츠 생산 파이프라인
seo-content-planner → copywriting → cardnews → insta-post
아침 루틴
tokenmeter import → mail 체크 → daily-report

📊 이벤트 버스 연동

각 스텝은 이전 스텝의 events/ 디렉토리 출력을 입력으로 받습니다.

  • 스킬 A → events/workflow-step-A.json 생성
  • 스킬 B → events/workflow-step-A.json 읽기 → 실행 → events/workflow-step-B.json 생성

🚀 사용법

워크플로우 실행

# 정의된 워크플로우 실행
"주간 리포트 워크플로우 실행해줘"

# 특정 워크플로우 이름으로 실행
--workflow 주간리포트

# 미리보기 (실제 실행 없이 스텝만 확인)
--dry-run

🎤 트리거

다음 키워드로 스킬을 활성화할 수 있습니다:

  • "워크플로우"
  • "자동화"
  • "skill compose"
  • "파이프라인 실행"

📁 워크플로우 정의 예시

# 주간-리포트.md

1. trend-radar: 최신 트렌드 수집
2. competitor-watch: 경쟁사 동향 분석
3. daily-report: 리포트 작성
4. mail: 형님에게 메일 발송

⚙️ 구현 가이드

  1. workspace/workflows/ 디렉토리의 워크플로우 정의 파일 읽기
  2. 각 스텝 순차 실행
  3. 각 스텝의 출력을 events/ 디렉토리에 저장
  4. 다음 스텝은 이전 이벤트를 읽어 컨텍스트 확보
  5. 전체 워크플로우 완료 후 결과 요약

🐧 Built by 무펭이무펭이즘(Mupengism) 생태계 스킬

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. 10d ago First seen · 93 lines · 31 tokens per session scan A fc076e0801fa

Subscribe to this mod's changes

skill-composer is a skill published in the GitHub repository mupengi-bot/mupengism (10 stars, last pushed 2mo ago), licensed MIT. It adds 31 tokens to every session and 678 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.

Related

Other skills, from other repositories

hive.browser-automation

Required before any hive-browser CLI command. The browser is driven from the terminal by running hive-browser ... --json via terminalexec — not via MCP tools. Teaches the browser lifecycle rules (the bridge attaches to the USER'S running Chrome — never kill or launch browser processes; timeouts are transport issues…

aden-hive/hive · 142 tokens

hive.worker-delegation

Concrete patterns for breaking colony work into parallel worker jobs via runplaybook — when fan-out helps, how to model the goal as a tracker table, write the worker skill, author the playbook, pilot, and let convergence retry/resume the gap.

aden-hive/hive · 58 tokens

hive.linkedin-automation

Read before automating LinkedIn with browser tools. LinkedIn combines shadow DOM (#interop-outlet), strict Trusted Types CSP that silently drops innerHTML, Lexical composer, native beforeunload dialogs that hang the bridge, and aggressive spam filters — each has bitten us at least once. Verified flows for profile…

aden-hive/hive · 99 tokens

hive.x-automation

Read before automating X / Twitter with browser tools. Verified flows for post, reply, delete, search-and-engage, plus the Draft.js compose quirks that silently disable the send button. Includes the daily-reply and job-market-reply playbooks. Requires hive.browser-automation for the underlying screenshot + coordinate…

aden-hive/hive · 81 tokens

hive.slack-notifications-setup

Set up a Slack notification channel (Sentinel) for a colony by driving the browser — reuse or create the "Hive Sentinel" Slack app from a JSON manifest, install it, capture the bot + app tokens, create/select the channel via the Slack API, and turn Sentinel on so the colony can ping the user on Slack and accept…

aden-hive/hive · 136 tokens

hive.writing-hive-skills

Author a new Agent Skill for a Hive agent that conforms to the Agent Skills specification (SKILL.md with YAML frontmatter, optional scripts/references/assets directories). Use when the user asks to create, scaffold, add, or package a new skill for a Hive agent.

aden-hive/hive · 63 tokens