open-source

11 Mile Labs Skills

Public artifact

PLAYER 1PUBLIC SOURCEREADY

OPEN SOURCE

11 Mile Labs Skills

A multi-harness library of open-source AI agent skills for engineering, QA, product, and work-management workflows, published by 11 Mile Labs.

Published by 11 Mile Labs and presented here as public evidence of AB Whittington's agent-workflow and developer-tooling work: reusable skills, explicit compatibility boundaries, and source you can inspect.

Public source liveGitHub repository

Why it exists

Generic agent craft, separated from business glue.

The repository collects reusable AI coding craft — small skills that work across harnesses — and keeps it deliberately distinct from any vertical business pack, installer, or harness-specific plugin runtime.

It exists so the same craft can be reviewed, copied, and adapted outside the originating repo without dragging private process, project-local pipeline glue, or proprietary tooling along with it.

Design decisions

Skills only, multi-harness, no lock-in.

Each entry ships as a standard SKILL.md and targets Claude Code, OpenAI Codex, and Gemini CLI through shared frontmatter rather than a single runtime.

Originally authored by 11 Mile Labs and adapted from internal tooling, with no copied third-party upstream content — the repository's own README sets that boundary.

Published under MIT with a public contribution guide so any individual skill can be inspected, forked, or replaced without negotiating a license.

Scope boundaries

What was deliberately held back.

Stack-specific procedural packs (Neon, Drizzle, Stripe, Ink, and similar) are deferred until they can ship as coherent skill sets rather than a loose miscellaneous bucket.

Installation is owned by the skills ecosystem; this repository ships content only, with no bespoke installer or harness-specific runtime requirement.

What is inside

Skill catalog.

Every entry below links to its SKILL.md on GitHub. Categories and counts are derived from the typed catalog used to render this page.

Engineering

Skills for sizing change, defending releases, and keeping engineering work scoped.

6 skills in this category.

QA

Skills for turning failures and evidence requests into focused work.

5 skills in this category.

Product

Skills for tightening requirements, decisions, and pre-commitment thinking.

5 skills in this category.

Work management

Skills for keeping in-flight work transferable, reviewable, and slice-sized.

4 skills in this category.

Compatibility

Harnesses targeted by the repository.

Harness compatibility per item type, as stated by the repository.
ItemClaude CodeOpenAI CodexGemini CLI
SkillsYesYesYes
Project memoryCLAUDE.md → AGENTS.mdAGENTS.mdGEMINI.md → AGENTS.md

Evidence trail

Source links.

  • GitHub repositorySource, history, and repository context.
  • READMERepository overview, catalog table, and philosophy.
  • CONTRIBUTINGContribution model and skill-authoring boundaries.
  • LICENSEMIT license terms.
  • AGENTS.mdRepository instructions surfaced to AI harnesses.