Best for
- Use when creating or improving AGENTS.
ikonushok/agent-pack-designer/agent-pack-designer/SKILL.md
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.
Decision brief
Turn project context into a small, usable agent pack with explicit evidence.
Compatibility matrix
| Platform | Status | Evidence | What to check |
|---|---|---|---|
| Codex | Declared | Source record | Install path and trigger |
| Claude Code | Declared | Source record | Install path and trigger |
| Cursor | Not declared | No explicit evidence | Portability before use |
| Gemini CLI | Not declared | No explicit evidence | Portability before use |
Installation
The source command is displayed only when detected. A safe inspection prompt is always available so your agent can explain every action before execution.
npx skills add https://github.com/ikonushok/agent-pack-designer --skill "agent-pack-designer"Inspect the Agent Skill "agent-pack-designer" from https://github.com/ikonushok/agent-pack-designer/blob/ab7534f463cd7593183bde5079b02ff8f8c67af9/agent-pack-designer/SKILL.md at commit ab7534f463cd7593183bde5079b02ff8f8c67af9. List every install step, command, network request, credential, file read/write, external action, and rollback step. Explain whether it fits my task. Do not install or execute anything until I approve.
Workflow
1. Identify the target project, intended users, source-of-truth files, common tasks, risky contracts, and available validation commands. 2. Read only the references needed for the current job: - references/design-workflow.md when generating or restructuring a pack. - references/…
At the start of a task, read VERSION in this skill directory to identify the installed package version. Include that version in validation reports, audits, release-readiness assessments, and compatibility diagnosis when it helps trace the result. Do not add it to ordinary user-f…
Use the smallest pack that can route work and validate claims:
Classify files before adding them:
Prefer one primary implementation agent plus a reviewer only when a concrete recurring risk or domain workflow justifies it. Do not add agents for hypothetical future tasks.
Permission review
The documentation asks the agent to read local files, directories, or repositories.
At the start of a task, read `VERSION` in this skill directory to identify the installed package version. Include that version in validation reports, audits, release-readiness assessments, and compatibility diagnosis when it helps trace theEvidence record
| Signal | Value | Evidence type | Meaning |
|---|---|---|---|
| Quality score | 89/100 | Computed | Documentation, specificity, maintenance, and trust rules |
| Repository stars | 6 | Source | Repository attention, not individual Skill quality |
| Compatibility | 2 platforms | Source | Declared in the catalog source record |
| Usage guide | automated source guide | Editorial | Generated or reviewed according to the visible evidence level |
Pinned source
Turn project context into a small, usable agent pack with explicit evidence.
At the start of a task, read VERSION in this skill directory to identify the installed package version. Include that version in validation reports, audits, release-readiness assessments, and compatibility diagnosis when it helps trace the result. Do not add it to ordinary user-facing replies unless it is relevant.
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.
Classify files before adding them:
AGENTS.md, agents/context_router.md, one primary agent, validation reviewer, and agents/task_spec_short.md.CLAUDE.md and .claude/agents/ only when Claude Code compatibility is required.Many agents are acceptable for mature projects only when context_router.md keeps the default context to one primary agent plus zero or one triggered reviewer.
references/design-workflow.md when generating or restructuring a pack.references/agent-quality-rubric.md when reviewing agent quality.references/validation-levels.md before assigning L0-L5 or release readiness.generated-pack for a materialized project pack;mature-existing-pack for an established project with equivalent role names or layouts;skill-designer-repository for a repository that owns templates and validation tooling.
Use scripts/validate_skill.py <path-to-skill> for the installable scaffold and scripts/validate_pack.py --profile <profile> <path> for the selected target.implemented, not implemented, not claimed, or blocked.generated-pack.agents/ and .claude/agents/ in mature-existing-pack.assets/starter-pack/ as intentional in skill-designer-repository.NOT_APPLICABLE for an explicit profile mismatch instead of converting it into a quality FAIL.Read only the files required by the request. Do not load all references by default.
references/validation-levels.md.validate_pack.py success as L3, L4, or L5; it proves generated-pack consistency only.Alternatives
openai/skills
Build, scaffold, refactor, and troubleshoot ChatGPT Apps SDK applications that combine an MCP server and widget UI. Use when Codex needs to design tools, register UI resources, wire the MCP Apps bridge or ChatGPT compatibility APIs, apply Apps SDK metadata or CSP or domain settings, or produce a docs-aligned project scaffold. Prefer a docs-first workflow by invoking the openai-docs skill or OpenAI developer docs MCP tools before generating code.
garrytan/gstack
Post-ship documentation update. (gstack)
wshobson/agents
Brand-first landing page designer — runs a brand-identity interview (colors, typography, shape language), then generates and iterates on a polished landing page via Stitch with deployment-ready HTML. Use when the user asks to create, design, or build a landing page, homepage, or marketing page and has no established visual direction. Skip when they have a design mockup, need a dashboard or app UI, are working at component level, building a multi-page app, or restyling with known design tokens —
addyosmani/agent-skills
Prepares production launches. Use when preparing to deploy to production. Use when you need a pre-launch checklist, when setting up monitoring, when planning a staged rollout, or when you need a rollback strategy.