← ClaudeAtlas

agent-pack-designerlisted

Design, generate, audit, or revise minimal validation-driven AI agent packs for Codex, Claude Code, and Claude skills from project descriptions, README files, specs, existing workflows, or repository evidence. Use when creating or improving AGENTS.md, CLAUDE.md, context routers, primary workflow agents, reviewers, task specs, validation loops, installable skill scaffolds, or release-ready agent-pack templates while avoiding agent sprawl and unsupported validation claims.
ikonushok/agent-pack-designer · ★ 5 · AI & Automation · score 77
Install: claude install-skill ikonushok/agent-pack-designer
# Agent Pack Designer Turn project context into a small, usable agent pack with explicit evidence. ## Default Output Shape Use the smallest pack that can route work and validate claims: - `AGENTS.md` for Codex project rules. - `CLAUDE.md` only when Claude Code is an explicit target runtime. - `agents/context_router.md` to choose the minimum useful context. - `agents/<primary_workflow_agent>.md` for the main project workflow. - `agents/<risk_or_domain_reviewer>.md` only when a concrete recurring risk or domain review workflow justifies it. - `agents/validation_reviewer.md` to judge evidence level; `agents/test_validation.md` is an acceptable project-specific alias. - `agents/task_spec_short.md` for non-trivial tasks. Use `assets/starter-pack/` as the base structure, then rename placeholder agents to project-specific names. ## Pack Categories Classify files before adding them: - Core: `AGENTS.md`, `agents/context_router.md`, one primary agent, validation reviewer, and `agents/task_spec_short.md`. - Conditional reviewer: add one risk or domain reviewer only when current project evidence shows a recurring risk or review workflow. - Claude-specific: `CLAUDE.md` and `.claude/agents/` only when Claude Code compatibility is required. - Trigger-only domain agents: add when a mature project has recurring tasks that need distinct context, such as data quality, feature engineering, CV, model training, API runtime, documentation handoff, or submission building. - Additional trigge