epics

epics is a skill for Claude Code, Codex from Unique-Divine/jiyuu. It costs 60 tokens per session (2,563 once invoked), scanned A, original, MIT.

A tool guide for managing Epics+ Markdown documents in the boku repository. These documents track work such as priorities, status, tags, and the code repositories involved.

In plain words
What is it for?
Use it to read or update active epics, create durable project handoffs, filter work by repository or tag, and regenerate INDEX.md.
Why use it?
It helps you find current work and keep epic documents and their index consistent.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one. Also seen: mentions Codex; mentions Cursor.

Not installable: its command points at a path on the author’s own machine, so it runs nowhere else. The line is /home/realu/ki/boku/epics.

Good fit Use it to read or update active epics, create durable project handoffs…

Compare 6 skills from other repositories ↓
Install

Getting it into your agent

There is no command for this one: it runs only inside a plugin, and the catalogue could not identify which plugin ships it. The source is linked below.

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 epics

README.md
[![agentmods](https://agentmods.dev/badge/skills/unique-divine/jiyuu/epics.svg)](https://agentmods.dev/skills/unique-divine/jiyuu/epics)
Your own site
<a href="https://agentmods.dev/skills/unique-divine/jiyuu/epics"><img src="https://agentmods.dev/badge/skills/unique-divine/jiyuu/epics.svg" alt="Measured on agentmods" height="20"></a>
Per session 60 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 2,563 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.
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.00060 $0.02563
Opus 5 $0.00030 $0.01282
Sonnet 5 $0.00012 $0.00513
Haiku 4.5 $0.00006 $0.00256

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

Security

Grade A, and why

epics 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 6d 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.

ai-skills/epics/SKILL.md · 255 lines

How it starts

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

Epics+ Management

Navigate, interpret, and manage Epics+ docs in the boku repository. Use this skill to understand the status and priority of work, and to use the epics-plus tooling.

Quick Start and Usage Modes

  1. Check active work: Read epics/INDEX.md for the current dashboard of active epics grouped by priority.
  2. Verify/Scan: To see all epics with frontmatter or validate them:
    cd /home/realu/ki/boku/epics && just epics-plus scan --fm-only --strict
    
  3. Regenerate index: If you've modified frontmatter or added an epic, update the dashboard:
    cd /home/realu/ki/boku/epics && just epics-plus index
    

Interpreting Epics+ Frontmatter (Reader View)

When reading an epic doc, look at the YAML frontmatter at line 1 for context:

  • status: active | inactive | done | archived.
  • priority: p0 (urgent) to p3 (someday). p2 is default.
  • epic_kind: spec | journal | reference.
  • tags: Broad themes (e.g., sai, evm, slashing). Use for "related work" queries.
  • repos: Which codebase this epic targets (e.g., nibi-chain, sai-keeper). These use the conventional repo names from the /repo-map skill.
  • related_context: Links to other epics (/epics/...). Follow these for relevant parent, child, and peer context.
  • agent_skills: Cursor skill IDs relevant to this epic. Suggest using them when working on the task.

Epic Structure and Creation

Epics+ metadata stays flat. Frontmatter identifies a Markdown document as an epic; its path indicates whether it is standalone, a parent, or a child:

  • The unqualified term epic may refer to any of these three forms. An epic document is any Markdown file with valid Epics+ frontmatter, including a parent README.md or a child epic file. Do not assume that every request for an epic means one standalone file; infer a file or directory from the number of cohesive outcomes and related files involved.
  • A standalone epic is one frontmatter-bearing Markdown file directly under epics/.
  • A parent epic is the frontmatter-bearing README.md at the root of an epic directory. It is the canonical entry point and indexes the child epics.
  • A child epic is a frontmatter-bearing Markdown file within an epic directory. It represents an independently trackable outcome within the parent epic.
  • Other files may live beside the epic documents. Without Epics+ frontmatter, treat them as context, artifacts, or implementation material rather than additional epics.

Read the full file on GitHub · 255 lines

Files

What ships with it

2 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

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. 6d ago First seen · 255 lines · 60 tokens per session scan A b9fe43a8221f

Subscribe to this mod's changes

epics is a skill published in the GitHub repository Unique-Divine/jiyuu (6 stars, last pushed 24d ago), licensed MIT. It adds 60 tokens to every session and 2,563 once invoked, about $0.0003 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-31.

Related

Other skills, from other repositories