chorus-develop

chorus-develop is a skill for Claude Code, Codex from Chorus-AIDLC/Chorus. It costs 30 tokens per session (4,597 once invoked), scanned A, original, AGPL-3.0.

A development workflow for Chorus that covers claiming tasks, reporting work, managing sessions, and running tasks in parallel with Kiro subagents.

In plain words
What is it for?
Use it to claim Chorus tasks, report progress, manage work sessions, or delegate parallel tasks to Kiro subagents.
Why use it?
It provides a defined way to coordinate development work and keep task and session progress visible.

Skill for Claude CodeCodex

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/chorus-aidlc/chorus/chorus-develop
Any agent
npx skills add Chorus-AIDLC/Chorus --skill chorus-develop
Clone the repo
git clone --depth 1 https://github.com/Chorus-AIDLC/Chorus

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 chorus-develop

README.md
[![agentmods](https://agentmods.dev/badge/skills/chorus-aidlc/chorus/chorus-develop.svg)](https://agentmods.dev/skills/chorus-aidlc/chorus/chorus-develop)
Your own site
<a href="https://agentmods.dev/skills/chorus-aidlc/chorus/chorus-develop"><img src="https://agentmods.dev/badge/skills/chorus-aidlc/chorus/chorus-develop.svg" alt="Measured on agentmods" height="20"></a>
Per session 30 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 4,597 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
Origin unknown 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.00030 $0.04597
Opus 5 $0.00015 $0.02299
Sonnet 5 $0.00006 $0.00919
Haiku 4.5 $0.00003 $0.00460

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

Security

Grade A, and why

chorus-develop 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.

public/kiro-plugin/.kiro/skills/chorus-develop/SKILL.md · 422 lines

The source is not reproduced here

Licensed AGPL-3.0

The repository is licensed AGPL-3.0, which this catalogue does not treat as permission to reproduce the file. Read it at the source.

Read it on GitHub

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 · 422 lines · 30 tokens per session scan A 110eb77c8f77

Subscribe to this mod's changes

chorus-develop is a skill published in the GitHub repository Chorus-AIDLC/Chorus (1,156 stars, last pushed today), licensed AGPL-3.0. It adds 30 tokens to every session and 4,597 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

workflow-orchestration

Написание и запуск Claude Code dynamic workflows (детерминированный JS-оркестратор субагентов, research preview 2026-05-28). Use when пишешь или запускаешь workflow, видишь keyword workflow в запросе, нужен fan-out на десятки-сотни агентов, codebase-wide аудит/миграция, cross-checked research, competency-review…

AnastasiyaW/codex-claude-code-config · 276 tokens

harness-feedback

Use when an agent says a test, VM, proof, evaluator, or release gate is overloaded, too strict, blocking staging, or causing false positives; split checks by profile, measure the burden, preserve high-risk evidence, and verify the smallest corrected workflow. Do not use for ordinary test selection, a single test…

AnastasiyaW/codex-claude-code-config · 81 tokens

refactoring-safely

Change the structure of code that already exists without changing what it does: smells as triggers, the named transformations (extract/inline, move feature, organise data, simplify conditionals), and above all the workflow that makes it safe — characterization tests first, one transformation at a time, green between…

AnastasiyaW/codex-claude-code-config · 221 tokens

agents-best-practices

Use when designing, auditing, refactoring, or explaining an agentic harness for any domain, especially when work must continue from a measured gap to verified completion. Covers provider-neutral loops, tools, permissions, environment adaptation, planning, durable workflow state, context, skills, observability, evals…

AnastasiyaW/codex-claude-code-config · 92 tokens

mailbox

当用户需要任何邮箱/邮件操作时使用此技能——包括查看、阅读、搜索、发送、回复、转发、整理或删除邮件,管理会话线程,绑定个人邮箱或注册新邮箱。此技能是邮件任务的统一且唯一入口,通过 qwenpawmail-mcp 编排操作,当前支持 9 个个人邮箱域名。.

agentscope-ai/QwenPaw · 79 tokens

channel_message

Use this skill to proactively send a one-way message to a user/session/channel, usually only when the user explicitly asks to send to a channel/session or when proactive notification is needed. First query sessions with qwenpaw chats list, then push with qwenpaw channels send.

agentscope-ai/QwenPaw · 58 tokens