affaan-m

Epic Publish — Development skill for Claude Code

Development community

Publish a validated epic update back to the issue and local cache.

How to install Epic Publish

Installs to ~/.claude/skills/affaan-m-ecc-epic-publish/SKILL.md

Terminal
mkdir -p ~/.claude/skills/affaan-m-ecc-epic-publish && curl -fsSL https://raw.githubusercontent.com/affaan-m/ECC/HEAD/commands/epic-publish.md -o ~/.claude/skills/affaan-m-ecc-epic-publish/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

What Epic Publish does


description: Publish a validated epic update back to the issue and local cache.

/epic-publish

Publish a validated coordination update to GitHub.

node scripts/github-coordination.js publish  --repo 

What this does:

  1. Re-validates the epic before publishing.
  2. Updates the coordination block in the issue body.
  3. Appends a concise publish comment.
  4. Records the final local snapshot.

Compatibility aliases:

  • /pr
  • /prp-pr

Alternatives in Development

  • /factory-status - Check Factory Build Progress — See what you've built, what's validated, what's installed, and what's next 618 ★
  • Bib Parse — Extract citations from a PDF and generate a validated .bib file 130 ★
  • Agent Blackbox — Local-first flight recorder for coding agents : replay every run as a live session map, score the context bill 74 ★

Full documentation available on GitHub

View Source Repository