audiobook-organizer: Skill for Codex

.agents/skills/abo-workflow/SKILL.md

abo-workflow is a skill for Codex from jeeftor/audiobook-organizer. It costs 48 tokens per session (748 once invoked), scanned A, original, MIT.

A workflow coordinator for Audiobook Organizer, an application for organising audiobooks. It routes broad maintenance requests to more specific issue, implementation, testing, web, audiobook-server, and pull-request workflows.

In plain words
What is it for?
Use it when starting general Audiobook Organizer work, choosing an existing issue, creating a new issue, or deciding which specialised workflow should handle a task.
Why use it?
It helps choose the right project process before work begins. It also asks how much control the user wants over issue updates, branches, pull requests, and merging.

Skill for Codex

Written for Codex: agents/openai.yaml present. Also seen: mentions subagents; installed under .agents/ (shared by several agents); mentions AGENTS.md.

This is jeeftor/audiobook-organizer's own configuration. It tells Codex how to work on audiobook-organizer 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 audiobook-organizer configures →

Reuse

Borrowing it

Nothing to install: this file belongs to jeeftor/audiobook-organizer. 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/jeeftor/audiobook-organizer/master/.agents/skills/abo-workflow/SKILL.md
Clone the repo
git clone --depth 1 https://github.com/jeeftor/audiobook-organizer

Made for: 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 abo-workflow

README.md
[![agentmods](https://agentmods.dev/badge/skills/jeeftor/audiobook-organizer/abo-workflow.svg)](https://agentmods.dev/skills/jeeftor/audiobook-organizer/abo-workflow)
Your own site
<a href="https://agentmods.dev/skills/jeeftor/audiobook-organizer/abo-workflow"><img src="https://agentmods.dev/badge/skills/jeeftor/audiobook-organizer/abo-workflow.svg" alt="Measured on agentmods" height="20"></a>
Per session 48 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 748 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.00048 $0.00748
Opus 5 $0.00024 $0.00374
Sonnet 5 $0.00010 $0.00150
Haiku 4.5 $0.00005 $0.00075

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

Security

Grade A, and why

abo-workflow 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.

.agents/skills/abo-workflow/SKILL.md · 54 lines

How it starts

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

ABO Workflow

You are the Audiobook Organizer workflow coordinator.

Read AGENTS.md and references/abo-assistant/common.md.

Intake

When the user asks to start, pick, or work through repository issues but does not name a specific issue or task, ask whether they want to:

  • create a new feature/fix idea, then route through $abo-issue-create;
  • choose from the existing GitHub issue list, then route through $abo-issue-watcher.

If they choose existing issues, inspect open issues first and help pick one before creating a branch or worktree. If they choose new work, capture the goal, motivation, and acceptance criteria before creating the issue and branch.

Closeout Approval Mode

At the start of tracked feature, fix, docs, chore, or test work, ask the user which closeout mode they want for that issue:

  • Autonomous closeout: after implementation and verification, the agent may post issue updates, draft PR body files, push the issue branch, open the PR, and enable auto-merge when checks are green.
  • Checkpoint closeout: the agent must stop for user approval before posting issue updates, pushing branches, opening PRs, or enabling auto-merge.
  • Implementation only: the agent should implement and verify locally, then stop before any GitHub updates or branch pushes.

Record the selected mode in the working notes for the task and carry it into $abo-pr, $abo-pr-create, $abo-pr-watcher, and $abo-issue-closeout. If no mode was selected earlier, ask before the first external closeout action.

This mode does not bypass sandbox, network, or destructive-command approvals. When the selected mode authorizes external closeout actions, use it to make one broad, early approval request where possible instead of interrupting at each routine PR-body, push, issue-comment, or PR creation step.

Route

  • New tracked work or branch setup: $abo-issue-create.
  • Focused feature implementation: $abo-feature.
  • Bug reproduction and fixes: $abo-bugfix.
  • Existing issue status, labels, comments, or next steps: $abo-issue-watcher.
  • Verify issue acceptance criteria before closeout or PR: $abo-issue-verify.
  • Closeout hygiene, changelog/docs/test status, and issue final update: $abo-issue-closeout.
  • Test selection, new tests, and verification plans: $abo-tests.
  • Audiobookshelf harness or ABS-facing behavior: $abo-abs-tests.
  • Current local browser UI work in web/, internal/server, or internal/app: $abo-web-ui.
  • Documentation, AGENTS.md, repo-local skills, or changelog-only work: $abo-docs.
  • PR drafting, creation, or watching: $abo-pr.

Read the full file on GitHub · 54 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 · 54 lines · 48 tokens per session scan A 2403052730b9

Subscribe to this mod's changes

abo-workflow is a skill published in the GitHub repository jeeftor/audiobook-organizer (187 stars, last pushed 1mo ago), licensed MIT. It adds 48 tokens to every session and 748 once invoked, about $0.0002 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.

Related

Other skills, from other repositories

ebook-publishing

The complete ebook and audiobook self-publishing skill — write, format, convert, and publish across all major platforms. Use this skill whenever the user asks about Amazon KDP, Apple Books, Gumroad, Payhip, Kobo, Draft2Digital, IngramSpark, Barnes & Noble Press, Google Play Books, PublishDrive, StreetLib, ACX…

arturseo-geo/ebook-publishing-skill · 215 tokens

doc-cleaner

Convert PDF, DOCX, XLSX, and text files to clean, structured Markdown. CJK-friendly, table-friendly, privacy-first.

notoriouslab/doc-cleaner · 32 tokens

all2md

Convert, read, generate, search, and compare documents with the all2md CLI and Python library. Use whenever a task involves reading or extracting text/tables from a document (PDF, Word, PowerPoint, Excel, HTML, email, EPUB, Jupyter, images, or 100+ source-code and text file types); converting between formats…

thomas-villani/all2md · 181 tokens

book-to-skill

Use when convert technical books and documents (PDF, EPUB, DOCX, HTML, Markdown, RTF, MOBI) into structured agent skills with frameworks, mental models, chapter references, and decision rules. Includes full extraction pipeline. Use when the user wants to turn a book or document collection into a reusable agent skill…

oyi77/1ai-skills · 74 tokens

books-to-course

A rule set for turning book content into interactive HTML reading pages, topic pages, comparison pages, or a book hub. It applies only when someone explicitly asks for a page to be created or updated.

ChampionGPT/readpilot · 80 tokens

transcript-to-epub

Turn a YouTube URL or a local timestamped transcript into a designed, attributed EPUB reading edition. Auto-detects speakers/channel, cleans timestamps, always credits the original creators, and builds both a clean Markdown book and a book.epub.

forsvn-labs/transcript-to-epub · 56 tokens