Install-ready skills for your AI coding agents. Add this marketplace once, then install any skill with one command.
/plugin marketplace add Getting-Automated/skills
/plugin install pre-loop@getting-automated
Run /plugin update getting-automated to pull new skills and updates.
| Skill | Install | What it does |
|---|---|---|
| pre-loop | /plugin install pre-loop@getting-automated |
Designs a reliable agent loop before you run it — reads your repo, builds a verifier it can't game, and writes the loop's contract. → repo + demo |
| model-router-audit | /plugin install model-router-audit@getting-automated |
Finds every LLM call in your repo and recommends the cheapest model that still clears the bar, against your allow-list policy. Ships a runnable cross-provider router demo. → repo + demo |
Codex doesn't read this marketplace, but every skill here works in Codex too. Clone the skill's repo and run codex inside it (auto-discovered), or from a Codex session:
$skill-installer install <github-url-to-the-skill>/tree/main/.agents/skills/<name>
- Browse the skills (write-ups + demos): gettingautomated.com/skills
- Website: gettingautomated.com
- YouTube: @hunterasneed
- Make the skill's repo installable — add
.claude-plugin/plugin.json:{ "name": "<skill>", "skills": "./.claude/skills" } - Add an entry to
.claude-plugin/marketplace.jsonwith agithubsource pointing at that repo. - Commit + push — users get it on their next
/plugin update getting-automated.