kaji: Skill for Claude Code

.claude/skills/series-create/SKILL.md

series-create is a skill for Claude Code, Codex from apokamo/kaji. It costs 61 tokens per session (759 once invoked), scanned A, original, Apache-2.0.

A planning tool for turning an ordered list of GitHub Issues into a checked YAML series plan. A series is a group of Issues arranged to be handled in a defined order.

In plain words
What is it for?
Use it to create or update files under `.kaji/series`, choose workflows from Issue metadata, validate the plan, and preview it without starting execution.
Why use it?
It prevents missing, reordering, or ambiguously assigned Issues before work begins. It also stops when the Issue types do not identify one clear workflow.

Skill for Claude CodeCodex

Written for Claude Code and Codex: installed under .claude/, but also agents/openai.yaml present.

This is apokamo/kaji's own configuration. It tells Claude Code and Codex how to work on kaji itself, so it is not a mod to install elsewhere. Copy it as a starting point and replace the rules that are about this project. Everything kaji configures →

Reuse

Borrowing it

Nothing to install: this file belongs to apokamo/kaji. Take a copy, put it at the same path in your own repository, and replace the rules that are about this project with yours.

Copy the file
curl -O https://raw.githubusercontent.com/apokamo/kaji/main/.claude/skills/series-create/SKILL.md
Clone the repo
git clone --depth 1 https://github.com/apokamo/kaji

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 series-create

README.md
[![agentmods](https://agentmods.dev/badge/skills/apokamo/kaji/series-create.svg)](https://agentmods.dev/skills/apokamo/kaji/series-create)
Your own site
<a href="https://agentmods.dev/skills/apokamo/kaji/series-create"><img src="https://agentmods.dev/badge/skills/apokamo/kaji/series-create.svg" alt="Measured on agentmods" height="20"></a>
Per session 61 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 759 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. Third-party audits
  • NVIDIA SkillSpector pass 7 Sept 2026
How audits are shown
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.00061 $0.00759
Opus 5 $0.00030 $0.00380
Sonnet 5 $0.00012 $0.00152
Haiku 4.5 $0.00006 $0.00076

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

Security

Grade A, and why

series-create 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 8d 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/series-create/SKILL.md · 80 lines

How it starts

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

Series Create

Generate a deterministic series YAML, validate it, show its dry-run plan, and stop before execution.

Input

Accept this manual form:

/series-create <issue>... --id <series-id> [--parent <issue>]
  [--workflow <issue>=<repo-relative-path>]... [--update]

Preserve Issue order exactly. Treat --workflow as a member-specific override. Require --id and at least one positive integer Issue number.

Workflow

  1. Confirm kaji config provider-type returns github; otherwise stop.

  2. Read each Issue without mutation:

    kaji issue view <issue> --json labels,title,state
    
  3. Read every .kaji/wf/official/**/*.yaml and .kaji/wf/custom/**/*.yaml description and requires_provider value. For each member without an override, select candidates whose description says they are the standard series auto-selection target for the Issue's single type: label and whose provider is github or any.

  4. Auto-select only when exactly one candidate remains. Display the Issue type and matching description sentence as the reason. If the Issue has zero or multiple type: labels, or the candidate count is not one, stop and request --workflow <issue>=<path> for that member.

  5. Invoke the deterministic generator. Do not write YAML manually:

    python -m kaji_harness.scripts.series_generate \
      --id <series-id> [--parent <parent>] \
      --member <issue>=<workflow>... \
      --output .kaji/series/<series-id>.yaml [--update]
    
  6. If the target exists without --update, stop. Never retry with --update implicitly.

  7. Run both checks and stop if either fails:

    kaji validate-series .kaji/series/<series-id>.yaml
    kaji run-series .kaji/series/<series-id>.yaml --dry-run
    
  8. Report the generated path, ordered members, workflow selection reasons, validation result, and dry-run plan. Do not start kaji run-series without --dry-run.

Output

  • One .kaji/series/<id>.yaml containing only id, optional parent_issue, strategy, ordered members with resolved workflow paths, and on_failure.
  • A console summary of selection reasons and the validated dry-run plan.
  • No Issue, PR, label, sub-issue, state, lock, or member-run mutation.

Read the full file on GitHub · 80 lines

Files

What ships with it

1 file 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. 8d ago First seen · 80 lines · 61 tokens per session scan A a0680f06a3d8

Subscribe to this mod's changes

series-create is a skill published in the GitHub repository apokamo/kaji (12 stars, last pushed yesterday), licensed Apache-2.0. It adds 61 tokens to every session and 759 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-30.