Show the user a short list (max 10): qualified_id, title, tags, 1-line description.
Get the selection (id or source:id).
Apply:
loadout add --target codex <id...> (additive)
loadout set --target codex <id...> (replace selection)
loadout remove --target codex <id...> (remove)
If you get SOURCE_UNTRUSTED:
ask for explicit confirmation
loadout source trust <source> --yes
retry step 4
Report:
loadout status --target codex
Rules
Do not manually create/remove .codex/skills/_loadout__*; only use loadout.
Do not add new sources without explicit user confirmation.
1---2name: loadout3description: loadout (Codex wrapper)4---5# loadout (Codex wrapper)6Purpose: manage project-scoped skills via `loadout` (JSON-first, agent-first).78## Preconditions9- `loadout` binary is available in `PATH`.10- You are inside a git worktree.1112## Protocol (agent-first)131) Get candidates:14 - `loadout suggest --target codex --query "<need>" --limit 10`152) Show the user a short list (max 10): `qualified_id`, `title`, `tags`, 1-line `description`.163) Get the selection (id or `source:id`).174) Apply:18 - `loadout add --target codex <id...>` (additive)19 - `loadout set --target codex <id...>` (replace selection)20 - `loadout remove --target codex <id...>` (remove)215) If you get `SOURCE_UNTRUSTED`:22 - ask for explicit confirmation23 - `loadout source trust <source> --yes`24 - retry step 4256) Report:26 - `loadout status --target codex`2728## Rules29- Do not manually create/remove `.codex/skills/_loadout__*`; only use `loadout`.30- Do not add new sources without explicit user confirmation.
Run npx skillmds@latest add t3chn/loadout in your terminal (requires Node.js), paste this page's agent-chat prompt into Claude, Cursor, or any MCP-connected agent, or download the SKILL.md file and copy it into your agent's skills directory.
loadout (Codex wrapper) It is listed under Coding & Dev Tools on SkillMD.
This skill has not completed SkillMD's automated safety review yet. SkillMD never runs a skill's scripts for you; review the SKILL.md before installing.
This skill is tagged as working with Claude Code, Claude.ai, OpenAI Codex. SKILL.md is an open format, so most agents that read a skills directory can load it too.
Yes. Installing skills from SkillMD is free, and the skill stays under its author's original license.
t3chn (@t3chn) published this skill. Their other Agent Skills are listed on their SkillMD profile.