🧠
AI EngineeringShell

Outsourcerer

by alexgreensh

Outsourcerer is an AI Engineering skill for Claude Code, published by alexgreensh in outsourcerer.

111 stars6 forkson alexgreensh/outsourcererAdded 2026/07/16+13% in starsRepository updated 2026/08/11
agent-skillsagentic-workflowclaude-codecodexfablemulti-agent-systemsorchestrationorchestratortoken-optimization
Install in seconds
Install Outsourcerer
Copy Outsourcerer into your Claude Code skills folder. Run the command in your terminal, or review the source on GitHub before installing.
terminal
npx degit https://github.com/alexgreensh/outsourcerer/tree/main/plugins/outsourcerer/skills/outsourcerer ~/.claude/skills/outsourcerer

Requires Node.js. Downloads this skill only — not the rest of the repository — into your Claude Code skills folder.

Without Node.js

git clone https://github.com/alexgreensh/outsourcerer.git

Clones the whole repository, then copy the skill’s own directory into your skills folder yourself.

In this catalog

Source file
plugins/outsourcerer/skills/outsourcerer/SKILL.md in alexgreensh/outsourcerer
Installs to
~/.claude/skills/outsourcerer
Collection
The only skill cataloged from this repository
Category
AI Engineering3670 skills

What Outsourcerer does

Outsourcerer routes work to cheaper or different models while Claude orchestrates. It starts each session with live token limits, suggests a driving mode, and switches off heavy work when the Claude window is running hot.

Outsourcerer is cataloged under AI Engineering on DirSkills. Outsourcerer comes from a repository tagged agent-skills, agentic-workflow, claude-code, codex and fable.

Documentation

README

Outsourcerer

Created by: Alex Greenshpun

Delegate the work Claude would hand its own subagents to a cheaper or different engine instead. Model-agnostic; default glm-5.2 (a free Devin lane). One entrypoint:

${CLAUDE_PLUGIN_ROOT}/skills/outsourcerer/scripts/outsourcerer.sh <subcommand> [args]

Global flags (--provider, --cloud-ack) work anywhere, before or after the subcommand.

You drive this script in natural language; the user should never learn a flag. If you're explaining a command instead of running it, you're doing it wrong.

Session start: the handshake (this is the default, not raw CLI)

This is the opening of the README. Read the full README on GitHub.

Commands Outsourcerer provides

Slash commands named in this skill’s SKILL.md, listed in the order they first appear.

  • /the

Frequently asked about Outsourcerer

  • How does Outsourcerer compare to other AI Engineering skills?

    Outsourcerer ranks #3470 by stars among the 3670 AI Engineering skills in this catalog. The most-starred ones next to it are Architecture Decision Records, AI-First Engineering and Agentic OS. DirSkills ranks by the star count of the repository each skill ships in, so that order reflects how popular those repositories are rather than any review of Outsourcerer against them. Open each page to compare what they document and how they install.