audiobook-organizer AGENTS.md

audiobook-organizer AGENTS.md is an instructions file for Codex, OpenCode from jeeftor/audiobook-organizer. It costs 3,189 tokens per session, scanned A, original, MIT.

A set of instructions for AI coding agents working on Audiobook Organizer, a Go program that organizes and renames audiobook files using their metadata.

In plain words
What is it for?
It helps agents work on the command-line tools, interactive terminal interface, local web interface, metadata handling, and GitHub-related tasks.
Why use it?
It gives agents the project’s structure, supported commands, local skills, and development workflow so they can make changes consistently.

Instructions file for CodexOpenCode

Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

agentmods
npx agentmods add instructions/jeeftor/audiobook-organizer/agents-md
Clone the repo
git clone --depth 1 https://github.com/jeeftor/audiobook-organizer

Made for: Codex, OpenCode.

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 audiobook-organizer AGENTS.md

README.md
[![agentmods](https://agentmods.dev/badge/instructions/jeeftor/audiobook-organizer/agents-md.svg)](https://agentmods.dev/instructions/jeeftor/audiobook-organizer/agents-md)
Your own site
<a href="https://agentmods.dev/instructions/jeeftor/audiobook-organizer/agents-md"><img src="https://agentmods.dev/badge/instructions/jeeftor/audiobook-organizer/agents-md.svg" alt="Measured on agentmods" height="20"></a>
Per session 3,189 This file is loaded in full into every session.
When invoked 3,189 The same file — it is already loaded in full.
Security scan A 0 findings. Scan, not verified.
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 $0.03189 $0.03189
Opus 5 $0.01595 $0.01595
Sonnet 5 $0.00638 $0.00638
Haiku 4.5 $0.00319 $0.00319

Measured 5d ago against content hash 90999b28f60a, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

audiobook-organizer AGENTS.md 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 5d 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.md · 274 lines

How it starts

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

AGENTS.md

This file is the single source of truth for AI coding agents working in this repository.

For task-specific workflow details, use the repo-local skills in .agents/skills/abo-*.

Project Summary

Audiobook Organizer is a Go application for organizing and renaming audiobook libraries using metadata from metadata.json files and embedded metadata in EPUB, MP3, and M4B files.

The repository supports these user-facing entrypoints:

  • audiobook-organizer for non-interactive CLI organization
  • audiobook-organizer tui for interactive terminal organization
  • audiobook-organizer rename for CLI renaming
  • audiobook-organizer rename-tui for interactive terminal renaming
  • audiobook-organizer web for the local browser UI
  • audiobook-organizer gui as a compatibility alias for the local browser UI

The project ships one audiobook-organizer binary with CLI, TUI, rename, Audiobookshelf, and local web UI support.

Repository Shape

  • main.go: CLI entrypoint
  • cmd/: Cobra commands and top-level flag/config wiring
  • internal/organizer/: core organization and rename logic
  • internal/tui/: Bubble Tea TUI flows and models
  • internal/app/: application service layer used by the web API
  • internal/server/: local HTTP server, token checks, JSON routes, and embedded static assets
  • web/: Vue/Vite frontend for the local browser UI
  • docs/: user-facing documentation
  • testdata/: test fixtures for audio and metadata scenarios
  • internal/organizer/integration/: integration tests
  • test/abs/: Audiobookshelf test harness and E2E tests

The supported UI is the local browser UI through audiobook-organizer web, audiobook-organizer gui, cmd/web.go, cmd/gui.go, internal/server/, internal/app/, and web/.

Repo-Local Skills

Use these skills for repeatable Audiobook Organizer workflows:

  • $abo-workflow: route broad maintainer requests to the right specialist skill.
  • $abo-feature: implement focused features across CLI, core, TUI, web, or ABS boundaries.
  • $abo-bugfix: reproduce, fix, and verify regressions with focused tests.
  • $abo-issue-create: create or reuse an issue and prepare the issue branch.
  • $abo-issue-watcher: inspect issue status, comments, linked PRs, and next steps.
  • $abo-issue-verify: verify acceptance criteria, tests, docs, changelog, and ABS matrix obligations.
  • $abo-issue-closeout: finish issue hygiene and close only when appropriate.
  • $abo-tests: select, write, and run repo-native Go, TUI, server/app, web, and docs checks.
  • $abo-abs-tests: handle Audiobookshelf harness, ABS E2E, and test/abs/test-matrix.md work.
  • $abo-web-ui: work only on the current local browser UI design in web/, internal/server/, internal/app, cmd/web.go, and cmd/gui.go.
  • $abo-audit: audit Go and current web UI dependencies without changing files.
  • $abo-updater: update Go and current web UI dependencies, then verify.
  • $abo-docs: maintain docs, AGENTS.md, changelog, and repo-local skill references.
  • $abo-pr: route PR drafting, creation, watching, and closeout.
  • $abo-pr-writer: draft or update PR descriptions.
  • $abo-pr-create: commit, push, and create a PR into protected master.
  • $abo-pr-watcher: watch PR CI, review comments, issue comments, and branch freshness.

Read the full file on GitHub · 274 lines

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. 5d ago First seen · 274 lines · 3,189 tokens per session scan A 90999b28f60a

Subscribe to this mod's changes

audiobook-organizer AGENTS.md is an instructions file published in the GitHub repository jeeftor/audiobook-organizer (187 stars, last pushed 1mo ago), licensed MIT. It adds 3,189 tokens to every session, about $0.0159 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.