Skip to content

Latest commit

 

History

1 Commit

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 

Repository files navigation

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 attorney or a CPA for decisions that warrant one.

About

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.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors