btseytlin

33 mods across 1 repository, 47 stars between them.

ultrapack

01

btseytlin/ultrapack

Plugin Claude Code

Plugin marketplace listing 1 plugin: up.

47 27d ago A tokens not measured WTFPL

up

02

btseytlin/ultrapack

Plugin Claude Code

ultrapack — lean, opinionated Claude Code and Codex skill pack for spec-driven, git-centered development.

47 27d ago A tokens not measured WTFPL

ultrapack CLAUDE.md

03

btseytlin/ultrapack

Instructions file

Claude Code instructions for btseytlin/ultrapack, covering ultrapack, repo layout, naming, design principles and versioning.

47 27d ago A 491 tokens WTFPL

explorer

04

btseytlin/ultrapack

Agent

Trace feature implementations through the codebase and return a compact map — entry points, call chain, 3-5 essential files with file:line references. Dispatched from up:uexecute when a codebase question needs answering.

47 27d ago A 50 tokens WTFPL

implementer-sonnet

05

btseytlin/ultrapack

Agent

Implement one trivial phase of an approved plan — typos, one-line fixes, mechanical renames, doc/copy edits, lint/import re-orders. Same procedure as up:implementer but on Sonnet for cost. Dispatched per-phase from up:uexecute when the phase is unambiguously trivial.

47 27d ago A 68 tokens WTFPL

implementer

06

btseytlin/ultrapack

Agent

Implement one phase of an approved plan — code, tests, commit. Default implementer for complex phases (multi-file, new logic, TDD, interface changes). Dispatched per-phase from up:uexecute.

47 27d ago A 47 tokens WTFPL

researcher

07

btseytlin/ultrapack

Agent

General-purpose deep research. Decomposes a query, investigates systematically across the web, library docs, and the current codebase, returns a synthesized answer shaped by the question. Use when the main agent needs external knowledge beyond what Context7 or a quick web search gives.

47 27d ago A 57 tokens WTFPL

reviewer

08

btseytlin/ultrapack

Agent

Independent code review against a task's Plan, Invariants, and Assumptions. Stance — the future maintainer's audit: sit in the chair of the next person to touch this code and ask 'what will bite us later?' at the decision level. Single dispatch. Confidence-filtered (≥80), severity-tiered, with optional Scope flag.…

47 27d ago A 86 tokens WTFPL

summarizer

09

btseytlin/ultrapack

Agent

Draft a session-handoff summary so a fresh agent can continue with zero conversation context. Locates the current session's JSONL transcript by grepping for a distinctive phrase, reads it, and merges with repo state. Never writes to disk.

47 27d ago A 52 tokens WTFPL

e

10

btseytlin/ultrapack

Command

Explain something like a colleague explaining to another engineer. Picks a realistic depth, explains it in one message, offers follow-up threads.

47 27d ago A 26 tokens WTFPL

make

11

btseytlin/ultrapack

Command

Orchestrate the full ultrapack workflow — slug, task file, design, plan, execute, verify, review. Size-aware, resume-ready. Prefix args with handsoff for hands-off mode (fewer prompts, conservative defaults, decision log).

47 27d ago A 53 tokens WTFPL

reflect

12

btseytlin/ultrapack

Command

Reflect on the current dialogue, extract what's worth keeping, and route each learning to its right home — CLAUDE.md, memory, or project docs.

47 27d ago A 31 tokens WTFPL

step-back

13

btseytlin/ultrapack

Command

Circuit breaker — stop, diagnose why attempts are failing, propose a fundamentally new direction before trying again.

47 27d ago A 20 tokens WTFPL

summary

14

btseytlin/ultrapack

Command

Produce a summary so another session can continue with zero context beyond CLAUDE.md, the codebase, and the summary itself. Asks whether to append to the current task file or create a new summary task file.

47 27d ago A 44 tokens WTFPL

try

15

btseytlin/ultrapack

Command

Manually test the latest change with one positive and one negative case. Goal is speed — shortest path to confidence.

47 27d ago A 23 tokens WTFPL

attack-loop

16

btseytlin/ultrapack

Skill Claude CodeCodex

Run a bounded implement-attack-repair loop for a user-specified task. Use when work needs repeated independent criticism: perform the task, dispatch a fresh attacker, verify significant findings, repair them, and stop on a clean attack or the user's round limit.

47 27d ago A 55 tokens WTFPL

e

17

btseytlin/ultrapack

Skill Claude CodeCodex

Explain a file, error, design, diff, or concept like a helpful engineering colleague: grounded in evidence, concise, and with useful follow-up threads. Use when the user asks for a clear explanation of the current work or codebase.

47 27d ago A 50 tokens WTFPL

git-worktrees

18

btseytlin/ultrapack

Skill Claude CodeCodex

Use when a task needs isolation from the current workspace. Picks a worktree directory via a fixed priority order, verifies it's gitignored, creates the worktree, auto-detects project setup, runs baseline tests.

47 27d ago A 47 tokens WTFPL

handsoff

19

btseytlin/ultrapack

Skill Claude CodeCodex

Contract for hands-off mode — the ultrapack workflow variant that minimizes user prompts after Design, takes the safest reversible path, and logs every auto-choice for one end-of-task review. Referenced by the workflow entry point and child skills (udesign, uplan, uexecute, uverify, ureview). Read when the task file's…

47 27d ago A 81 tokens WTFPL

job-guardian

20

btseytlin/ultrapack

Skill Claude CodeCodex

Use to babysit a long-running process (training run, batch job, migration, deploy) on a remote pod or locally while the user is away. Defines a launch contract, gates on immediate crash, polls for stability, triages anomalies as recoverable (fix + resume) or not (tear down + notify). Auto-triggers when the user asks…

47 27d ago A 95 tokens WTFPL

make

21

btseytlin/ultrapack

Skill Claude CodeCodex

Orchestrate the full Ultrapack workflow in Codex: create or resume a task file, design, plan, execute, verify, review, and validate the observable goal. Use when the user asks to build, fix, or deliver a non-trivial change with the complete workflow.

47 27d ago A 60 tokens WTFPL

reflect

22

btseytlin/ultrapack

Skill Claude CodeCodex

Extract durable, non-obvious lessons from the current dialogue and route them to project guidance, memory, documentation, or the active task conclusion. Use when the user asks to reflect on a session or preserve learnings.

47 27d ago A 45 tokens WTFPL

step-back

23

btseytlin/ultrapack

Skill Claude CodeCodex

Break a failed implementation loop by tracing attempts, identifying the real blocker, and proposing a materially different direction before further changes. Use when repeated fixes or investigations are not converging.

47 27d ago A 38 tokens WTFPL

summary

24

btseytlin/ultrapack

Skill Claude CodeCodex

Produce a compact, zero-context handoff for the current Codex work and, after user confirmation, save it to the active task conclusion or a new task summary file. Use when the user asks to preserve progress for a later session.

47 27d ago A 49 tokens WTFPL