Skip to content

Getting-Automated/skills

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

Getting Automated — Claude Code & Codex skills

Install-ready skills for your AI coding agents. Add this marketplace once, then install any skill with one command.

Install (Claude Code)

/plugin marketplace add Getting-Automated/skills
/plugin install pre-loop@getting-automated

Run /plugin update getting-automated to pull new skills and updates.

Skills

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

Using these in Codex

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>

More from Getting Automated


Adding a skill to this marketplace (maintainers)

  1. Make the skill's repo installable — add .claude-plugin/plugin.json:
    { "name": "<skill>", "skills": "./.claude/skills" }
  2. Add an entry to .claude-plugin/marketplace.json with a github source pointing at that repo.
  3. Commit + push — users get it on their next /plugin update getting-automated.

About

Install-ready Claude Code & Codex skills from Getting Automated

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors