This repository is a source catalog for native Claude Code and Codex agents and skills. Kiro agent files are retained for compatibility. The catalog contains:
- 17 agent roles with Claude, Codex, and Kiro definitions.
- 17 universal skills shared by Claude and Codex.
- 23 Claude skills and 23 Codex skills for workflows whose tools or models differ.
- A validated installer, site catalog, and Litmus checks.
Claude agent files use the unpinned Claude Code family aliases haiku,
sonnet, and opus. Codex agent files use the configured Codex model IDs and
reasoning effort from platforms/model-policy.json.
Prerequisites: Node.js, npm, and the CLI for the platform you intend to use.
npm install
node scripts/validate-catalog.mjs
node scripts/install.mjs claude
node scripts/install.mjs codexUse --dry-run to inspect an install. Use --force only when replacing an
unowned destination. Use --migrate-legacy only when moving from the previous
shared-skill symlink layout. See Getting Started for
project-local installs and first invocation.
agents/<role>/ Native agent family and manifest
skills/universal/ Skills shared by Claude and Codex
skills/claude/ Claude-only workflow variants
skills/codex/ Codex-only workflow variants
skills/_shared/ References shared by platform variants
platforms/ Model policy
scripts/ Validation, installation, and runtime checks
site/ Read-only catalog browser
litmus/ Claude evaluation and replay harness
Run cd site && npm install && npm run dev to browse the catalog locally.
The site reads the same agent and skill hierarchy used by the validator and
installer.
The orchestration and review conventions are informed by CLI Agent Orchestrator from AWS Labs.