album_pipeline

album_pipeline is a skill for Claude Code, Codex from Proxy2021/Enso. It costs 48 tokens per session (724 once invoked), scanned A, original, MIT.

A 60-day workflow for turning a set of photos into a printed Printique layflat album, a photo book whose pages open flat.

In plain words
What is it for?
Use it to start and track an album, choose a theme, follow a five-pass photo-selection method, complete daily tasks, estimate pages and costs, and prepare for printing.
Why use it?
It breaks a large album project into daily tasks and phases, making curation, page planning, and printing easier to manage.

Skill for Claude CodeCodex

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 skills/proxy2021/enso/album_pipeline
Any agent
npx skills add Proxy2021/Enso --skill album_pipeline
Clone the repo
git clone --depth 1 https://github.com/Proxy2021/Enso

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 album_pipeline

README.md
[![agentmods](https://agentmods.dev/badge/skills/proxy2021/enso/album_pipeline.svg)](https://agentmods.dev/skills/proxy2021/enso/album_pipeline)
Your own site
<a href="https://agentmods.dev/skills/proxy2021/enso/album_pipeline"><img src="https://agentmods.dev/badge/skills/proxy2021/enso/album_pipeline.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 724 The whole file, excluding the scripts and references it only reads on demand.
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.00048 $0.00724
Opus 5 $0.00024 $0.00362
Sonnet 5 $0.00010 $0.00145
Haiku 4.5 $0.00005 $0.00072

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

Security

Grade A, and why

album_pipeline 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 4d ago.

The scan reads SKILL.md. This mod also ships 5 executable files (executors/album_theme_picker.js, executors/curation_checklist.js, executors/daily_task.js, …), listed below but not scanned — reading those needs a real analyzer, not pattern matching.

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.

server/apps/album_pipeline/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.

60-day photo album pipeline: interactive tracker for creating a gift-quality Printique layflat album from curation through print. Daily tasks, phase tracking, theme selection, 5-pass curation methodology, and Printique specifications.

Tool Reference

enso_album_pipeline_pipeline_dashboard (primary)

Show the 60-day album pipeline dashboard with phase progress, daily task completion, photo counts, page estimates, and cost projection. Use this to see overall project status.

Parameters:

  • action (string): Action: 'view' to see dashboard, 'start' to begin a new pipeline, 'reset' to start over, 'set_start_date' to change start date
  • startDate (string): ISO date string for when the 60-day pipeline begins (YYYY-MM-DD)
  • albumTitle (string): Title for the album project
  • recipient (string): Who the album is a gift for

enso_album_pipeline_daily_task

Show today's specific task based on the current pipeline day and phase. Each task has clear instructions, tips, and a completion button. Also allows completing or skipping tasks.

Parameters:

  • action (string): Action: 'view' for today's task, 'complete' to mark done, 'skip' to skip, 'view_day' to see a specific day
  • day (number): Specific day number (1-60) to view or complete
  • notes (string): Optional notes when completing a task

enso_album_pipeline_printique_guide

Show Printique layflat album specifications, pricing, paper options, cover materials, recommended specs, image resolution requirements, Lightroom export settings, and cost breakdown.

Parameters:

  • section (string): Which section to view: 'overview' for all specs, 'pricing' for cost details, 'export' for Lightroom settings, 'recommended' for first-album recommendations

enso_album_pipeline_album_theme_picker

Browse and select from 5 curated album theme concepts. Each theme includes concept description, recommended page count, layout style, mood guidance, and photo selection criteria. Picking a theme sets the creative direction for the entire pipeline.

Read the full file on GitHub · 54 lines

Files

What ships with it

7 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. 4d ago First seen · 54 lines · 48 tokens per session scan A 6131fdbf8839

Subscribe to this mod's changes

album_pipeline is a skill published in the GitHub repository Proxy2021/Enso (5 stars, last pushed 3mo ago), licensed MIT. It adds 48 tokens to every session and 724 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-31.