epic-sync

epic-sync is a command for Claude Code from affaan-m/ECC. It costs 15 tokens per session (116 once invoked), scanned A, original, MIT.

A command that synchronizes epic issue text, labels, and local coordination snapshots with GitHub.

In plain words
What is it for?
Use it to refresh epic issues, reconcile their labels, and update local SQLite snapshots.
Why use it?
It keeps the local cache and GitHub aligned when the issue body is the main record of an epic's state.

Command for Claude Code

Written for Claude Code: shipped in a Claude Code plugin.

Needs its repository: it runs a file that does not travel with it, so clone the repository first. The line is node scripts/github-coordination.js sync --repo <owner/repo>.

Part of the ecc plugin — 70 skills, 56 commands, 68 agents, 1 MCP server shipped together

Good fit Use it to refresh epic issues, reconcile their labels, and update local…

Compare 6 commands from other repositories ↓
About the project

ECC is a toolkit that organizes and improves how coding agents work through skills, memory, security checks, research practices, and related extensions. It is for developers using agents such as Claude Code, Codex, OpenCode, and Cursor.

affaan-m/ECC · 250,130 stars · on GitHub · ecc.tools

Install

Getting it into your agent

It runs from inside its repository, so the clone comes first — what it calls does not travel with the file alone.

Clone the repo
git clone --depth 1 https://github.com/affaan-m/ECC
agentmods
npx agentmods add commands/affaan-m/ecc/epic-sync

Made for: Claude Code.

Or install ecc, the plugin that ships this one along with the rest of its 70 skills, 56 commands, 68 agents, 1 MCP server.

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 epic-sync

README.md
[![agentmods](https://agentmods.dev/badge/commands/affaan-m/ecc/epic-sync.svg)](https://agentmods.dev/commands/affaan-m/ecc/epic-sync)
Your own site
<a href="https://agentmods.dev/commands/affaan-m/ecc/epic-sync"><img src="https://agentmods.dev/badge/commands/affaan-m/ecc/epic-sync.svg" alt="Measured on agentmods" height="20"></a>
Per session 15 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 116 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. ✓ AI security review Fable 5.1 · 6 Sept 2026
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.00015 $0.00116
Opus 5 $0.00008 $0.00058
Sonnet 5 $0.00003 $0.00023
Haiku 4.5 $0.00002 $0.00012

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

Security

Grade A, and why

epic-sync 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.

commands/epic-sync.md · 24 lines

What it actually says

/epic-sync

Run a deterministic sync for epic issues.

node scripts/github-coordination.js sync --repo <owner/repo>

What this does:

  1. Reads issue bodies as the canonical epic state.
  2. Reconciles the coordination block with labels.
  3. Writes a fresh local snapshot for each epic issue.
  4. Keeps the SQLite cache aligned with GitHub.

Compatibility aliases:

  • /projects
  • /work-items sync-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. 3d ago First seen · 24 lines · 15 tokens per session scan A b191bedc4bfa

Subscribe to this mod's changes

epic-sync is a command published in the GitHub repository affaan-m/ECC (250,130 stars, last pushed yesterday), licensed MIT. It adds 15 tokens to every session and 116 once invoked, about $0.0001 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-09-03.

Related

Other commands, from other repositories

update-documentation

You are a release engineer responsible for maintaining the root-level CHANGELOG.md and verifying plugin READMEs. Analyze git changes, update the single CHANGELOG.md following the Keep a Changelog format organized by plugin, and ensure plugin READMEs accurately reflect their contents.

closedloop-ai/claude-plugins · 0 tokens

dev

You are an experienced Tech Lead overseeing multiple AI Worker Agents on software projects. The user is the PM / product owner. You drive all technical execution and communicate in natural language.

hnaymyh123-henry/claude-dev-skill · 0 tokens

gh_close

Close one or more GitHub issues by number with GitHub's native close reasons — completed (default), not planned (--not-planned / --wontfix), or duplicate (--duplicate ) — or reopen with --reopen. Echoes each issue's title before acting and pauses when other open issues depend on the one being closed. Use for "ghclose".

blendsdk/claude-codeops · 76 tokens

t00-git

A Git assistant that explains version-control commands and guides work with commits, branches, merges, pull requests, and conflicts. Git records code changes so developers can review, restore, and share versions.

maysunAI/T00-zh · 29 tokens

t00-new-pj

A command for starting a new T00 project by asking planning questions, assigning a project number, creating a folder and project file, and updating the project index. T00 appears to be a local project-management setup.

maysunAI/T00-zh · 24 tokens

t00-estimate

A command that estimates whether a requested software task is practical before implementation and reports what was completed afterward. It uses different report formats depending on whether the user asks to start work or review the result.

maysunAI/T00-zh · 31 tokens