btseytlinbtseytlinCommunity·11 Agent Skills Included

ultrapack

Spec-driven development workflow with design, plan, verify, review

Guides coding work through a structured design, plan, execute, verify, and review pipeline tracked in one task file per feature. Eliminates vague prompts, skipped testing, and unreviewed changes by enforcing invariants, adversarial verification, and independent code review. Supports hands-off runs, parallel implementation phases, git worktrees, and long-running job monitoring so work finishes safely without supervision.
npx skills add btseytlin/ultrapack --all -g -y
Available:

Explains the plugin layout, naming conventions, and versioning rules so the agent loads and invokes the correct skills and commands in Claude Code or Codex.

All Skills in This Repository (11)

Pure Emerald Level Indicators

Frequently Asked Questions

FAQPage Schema
How to install ultrapack?

Run `npx skills add btseytlin/ultrapack --all -g -y` in your terminal to install all skills globally.

What does ultrapack do?

It runs a full development workflow: design a spec, write a plan, execute in phases, verify with adversarial tests, and finish with an independent review, all tracked in one task file.

Does ultrapack work with Claude Code and Codex?

Yes. It ships as a shared plugin for both harnesses, using slash commands like /up:make in Claude Code and $make in Codex.

Can ultrapack run tasks without supervision?

Yes. Hands-off mode picks the safest reversible options, works on a separate git branch, and logs every automatic decision for your review at the end.

Can ultrapack watch long-running jobs?

Yes. The job-guardian skill launches training runs or batch jobs, polls their health, recovers from failures, and shuts resources down cleanly if they die.

Related Repositories in Software Engineering

View All in Software Engineering