Owner Operator
Description
Agent Skills for owner-operators. Source-verified playbooks for the unglamorous work of running a small business: LLC formation, EIN, QuickBooks, bookkeeping, estimated taxes, contracts, and annual compliance deadlines. Built from real filings, not blog posts. Works with Claude, Codex, or any agent that reads SKILL.md.
Installation
This entry records only its repository, not the path inside it, so there is no
exact command to give. Open the source below and copy the folder into
~/.claude/skills/, or the file into ~/.claude/agents/.
README
Owner-Operator Skills
Agent Skills for people who run small businesses — practical playbooks for the administrative work that comes with owning a company: entity formation, bookkeeping, taxes, contracts, and compliance deadlines.
What is an Agent Skill?
A skill is a folder of instructions that an AI agent loads when it is relevant to what you asked. Instead of re-explaining a process every time, you write it down once and the agent follows it. Each skill here is a procedure a competent person would walk you through: what to do, in what order, and which parts people get wrong.
Convention
One folder per skill, named for the skill, containing a `SKILL.md`:
texas-llc-formation/
└── SKILL.md
`SKILL.md` opens with YAML frontmatter — a `name` and a `description` that tells the agent when the skill applies — followed by the instructions in Markdown. Supporting files (templates, checklists, reference documents) live alongside it in the same folder.
Installing a skill
Copy the skill's folder into your agent's skills directory:
git clone https://github.com/Tom-Babb/owner-operator.git
cp -r owner-operator/texas-llc-formation ~/.claude/skills/
Skills in `~/.claude/skills/` are available everywhere; to scope one to a single project, copy it into that project's `.claude/skills/` instead. The agent picks it up on the next session and invokes it when the work matches its description.
Skills in this repo
| Skill | What it does |
|---|---|
| texas-llc-formation | Forms a Texas LLC end to end — clearing the name, filing the Certificate of Formation on SOSDirect, obtaining the federal EIN, drafting the company agreement, and tracking the deadlines that follow. |
A note on advice
Nothing in this repository is legal, tax, or financial advice. These are procedural guides. Fees, thresholds, forms, and filing rules change, so verify anything consequential against the primary source, and bring in an attorn
Related Skills
Auto Update
Pull the latest ECC repo changes and reinstall the current managed targets.
Development Ecc Guide
Navigate ECC's current agents, skills, commands, hooks, install profiles, and docs from the live repository su
Development Epic Claim
Claim an epic issue, stamp coordination state, and sync local ownership.
Development Epic Publish
Publish a validated epic update back to the issue and local cache.
Development Epic Review
Mark epic review requested, approved, or changes requested.
Development Epic Unblock
Sweep blocked epic issues and reopen anything whose dependencies are closed.
Development Related Agents
Django Build Resolver
Django/Python build, migration, and dependency error resolution specialist. Fixes pip/Poetry errors, migration
Openai Codex CLI
(55.8k ⭐) - Lightweight coding agent that runs in your terminal.
src/agents/ — 11 Agent Definitions
**Generated:** 2026-04-11