Skip to content

agent-pack-designer v0.2.0

Latest

Choose a tag to compare

@ikonushok ikonushok released this 27 Jul 11:18

agent-pack-designer v0.2.0

Minimal, validation-driven agent-pack skill for starting Codex and Claude projects with a small scoped instruction set.

Highlights

  • L5 package release-readiness evidence.
  • Minimal starter pack for Codex and Claude: AGENTS.md, optional CLAUDE.md, context router, primary agent, risk reviewer, validation reviewer, and short task spec.
  • Repeatable generated-pack validator: scripts/validate_pack.py.
  • Validation evidence from L1-L4 trials, including generated-pack consistency checks, real-project simulation, and cross-project runtime regression.
  • Clean install smoke check from the release package.

Install

Download agent-pack-designer-v0.2.0.zip, unzip it, and copy the agent-pack-designer/ folder to:

~/.codex/skills/agent-pack-designer

Then restart Codex and invoke:

Use $agent-pack-designer to design a minimal agent pack for this project from README.md and AGENTS.md.

Validation

Release-readiness evidence is recorded in:

  • reports/validation/l5-release-readiness-2026-07-27.md

The installable skill package was validated with:

python3 scripts/validate_skill.py agent-pack-designer

Result: PASS L0.

Generated-pack smoke validation result: PASS L2.

Scope

This release claims package release readiness for agent-pack-designer. It does not claim production/runtime readiness for downstream target projects generated with the skill.