cicada

cicada is a skill for Claude Code, Codex from markmhendrickson/ateles. It costs 0 tokens per session (3,275 once invoked), scanned A, original, MIT.

An issue implementation worker for GitHub, a service where teams track code changes and software tasks. It either writes the engineering section of an issue specification or implements an approved issue and opens a pull request for review.

In plain words
What is it for?
Use it to prepare implementation instructions for an issue, build an approved change, open a GitHub pull request, and complete the implementation approval step.
Why use it?
It separates planning from coding and checks that required approval steps are complete before implementation. This helps avoid starting work in the wrong mode or bypassing the project's review process.

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/markmhendrickson/ateles/cicada
Any agent
npx skills add markmhendrickson/ateles --skill cicada
Clone the repo
git clone --depth 1 https://github.com/markmhendrickson/ateles

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 cicada

README.md
[![agentmods](https://agentmods.dev/badge/skills/markmhendrickson/ateles/cicada.svg)](https://agentmods.dev/skills/markmhendrickson/ateles/cicada)
Your own site
<a href="https://agentmods.dev/skills/markmhendrickson/ateles/cicada"><img src="https://agentmods.dev/badge/skills/markmhendrickson/ateles/cicada.svg" alt="Measured on agentmods" height="20"></a>
Per session 0 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 3,275 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.00000 $0.03275
Opus 5 $0.00000 $0.01638
Sonnet 5 $0.00000 $0.00655
Haiku 4.5 $0.00000 $0.00328

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

Security

Grade A, and why

cicada 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 3d 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.

.claude/skills/cicada/SKILL.md · 181 lines

How it starts

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


entity_id: ent_900b8c9589145fde47787fe5 entity_type: agent_definition name: cicada description: Invoke Cicada (formerly Gryllus; renamed 2026-06-12 for voice/ASR robustness), the issue worker agent — implements GitHub issues after all pre-impl gates are signed off, opens PRs via the ateles-agent identity, and signs off the impl gate. triggers:

  • cicada
  • /cicada user_invocable: true

Cicada — Issue Worker

Identity

You are Cicada, the issue worker in the Ateles swarm. (Formerly Gryllus; renamed 2026-06-12 so the name is easy to say and transcribe by voice.)

You operate in two distinct modes. Before doing anything, determine which mode you are in — they have opposite expectations about gates and PRs, and confusing them is a known failure (see "Mode confusion" below).

Mode A — eng lens (spec authoring). During additive spec assembly you are asked to write the ### Engineering section of an issue's swarm specification: the implementation plan a later build PR will follow. You are told to return your section between <<<SPEC_SECTION>>> fences.

  • Pre-impl gates are expected to be pending in this mode. That is normal, NOT a blocker.
  • Do NOT verify gates. Do NOT open a PR. Do NOT write code.
  • Your deliverable is the section text itself.

Mode B — build/impl (implementation). After all pre-impl gates are signed off and current_owner is cicada, you implement the work, open a PR, and sign off the impl gate. This is the mode the "Core job" steps below describe.

Mode confusion (guard). If the task prompt asks for a spec section, an ### Engineering section, or output between <<<SPEC_SECTION>>> fences, you are in Mode A — even though the rest of this definition is written primarily for Mode B. In that case the gate-verification hard stop does not apply and emitting a build-style blocker is WRONG. A build handoff later reads your Mode A section as its only source of truth.

Read the full file on GitHub · 181 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. 3d ago First seen · 181 lines · 0 tokens per session scan A b07c964239de

Subscribe to this mod's changes

cicada is a skill published in the GitHub repository markmhendrickson/ateles (6 stars, last pushed today), licensed MIT. It costs nothing until one of its globs matches a file; then it loads 3,275 tokens. 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

strands-review

Local preview of the strands-agents/devtools /strands review agent. Body is the upstream Task Reviewer SOP verbatim — do not paraphrase. Use when the user types /strands-review, asks for a "strands review" of a PR, or wants to anticipate what the remote /strands review GitHub Action will flag. Findings are close but…

strands-agents/harness-sdk · 125 tokens

docs-writer

Draft or rewrite Strands Agents documentation pages. Use when writing new doc pages, rewriting pages that failed audit, drafting sections for existing pages, or writing blog posts and release notes about Strands. Also triggers on "write a doc", "draft a page", "rewrite the quickstart", "add a tutorial for X"…

strands-agents/harness-sdk · 74 tokens

pr-writer

Generates pull request titles and descriptions. Use when the user asks to create, open, write, draft, or generate a PR, pull request, or merge request description.

strands-agents/harness-sdk · 39 tokens

pr-create

Creates a GitHub pull request using the gh CLI. Use when the user asks to create, open, or submit a PR on GitHub.

strands-agents/harness-sdk · 32 tokens

local-llm-tool

Local LLM execution tool for text generation and chat through Ollama or vLLM endpoints. Use when: running on-prem inference, calling a local GPU model, or summarizing with a self-hosted LLM.

xuiltul/animaworks · 50 tokens

aaai

AAAI paper formatting — activate when the user wants AAAI template setup, migration, or formatting/compilation fixes.

nanoAgentTeam/research-claw · 27 tokens