maxdimitrov

File Epic — Development skill for Claude Code

Development community

Discoverable entry-point for the initiative-tracking skill — open a multi-week epic with an evergreen description plus its sub-issue index.

How to install File Epic

Installs to ~/.claude/skills/maxdimitrov-agent-issue-tracker-file-epic/SKILL.md

Terminal
mkdir -p ~/.claude/skills/maxdimitrov-agent-issue-tracker-file-epic && curl -fsSL https://raw.githubusercontent.com/maxdimitrov/agent-issue-tracker/HEAD/commands/file-epic.md -o ~/.claude/skills/maxdimitrov-agent-issue-tracker-file-epic/SKILL.md

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

What File Epic does


description: Discoverable entry-point for the initiative-tracking skill — open a multi-week epic with an evergreen description plus its sub-issue index.

/file-epic []

A discoverable slash-command wrapper around the [`initiative-tracking`](../skills/initiative-tracking/SKILL.md) skill. Filing is normally skill-driven — the agent recognises trigger phrases ("open an epic", "this is a multi-week initiative", "let's break this into phases") and follows the skill's body

Alternatives in Development

  • Epic Claim — Claim an epic issue, stamp coordination state, and sync local ownership 243.5k ★
  • Auto — Smart router - Single entry point with natural language intent detection 2.8k ★
  • Agent Instructions — This project uses bd (beads) for issue tracking 1.6k ★

Full documentation available on GitHub

View Source Repository