The skills that run a one-person business. Local-model-first, free to run.
You are the founder, the marketer, the bookkeeper, and the support desk. Every hour you spend rewriting the same proposal or rebuilding the same invoice is an hour you do not spend on paid work. These are the skills that take those jobs off your plate. They run on a local model by default, so the marginal cost of running them is your electricity bill, not an API meter.
Demo: a 60-second walkthrough is coming. The shot list lives in docs/DEMO.md. Once recorded, the GIF drops in here.
These are agent skills (SKILL.md + optional scripts). Drop them where your
agent looks for skills.
git clone https://github.com/yuzuruu29/operator-skills
# Claude Code: copy the ones you want into your skills directory
cp -r operator-skills/skills/ops/invoicing ~/.claude/skills/Or install a whole category:
cp -r operator-skills/skills/marketing/* ~/.claude/skills/Then ask your agent in plain language. Taglish works too:
"Gawin mong invoice si client na to, 8 hours at PHP 1,500 per hour,
net 15 terms." → ops/invoicing fills the template, totals it, sets the due date.
If you try nothing else, try these. They pay for themselves in the first week.
| Skill | What it does for you |
|---|---|
| ops/invoicing | Turns a line of plain text into a clean, totaled invoice with a real due date. |
| ops/client-onboarding | Spins up a new client kit: welcome note, intake questions, kickoff agenda. |
| marketing/copywriting | Writes landing and email copy that leads with the buyer's pain, not yours. |
| writing/humanizer | Strips the AI tells out of any draft so it reads like you wrote it. |
| ai-routing/frugal-rerouter | Sends each task to the cheapest model that can do it. Local first. |
| Skill | Job |
|---|---|
| copywriting | Conversion copy for pages and emails, pain-first. |
| seo-audit | On-page SEO audit with a prioritized fix list. |
| cro-teardown | Conversion rate teardown of a page, friction ranked by impact. |
| ad-angles | Distinct ad angles from one offer, mapped to awareness stage. |
| Skill | Job |
|---|---|
| repurpose | One source asset into platform-native posts, no copy-paste. |
| geo-optimizer | Generative Engine Optimization: shape content to be cited by AI answers. |
| Skill | Job |
|---|---|
| client-onboarding | New-client kit: welcome, intake, kickoff. |
| invoicing | Plain text to a totaled invoice with due dates. |
| financial-tracker | Monthly profit and loss from a transactions CSV. |
| Skill | Job |
|---|---|
| paper-writer | Structure and draft a technical paper or whitepaper from notes. |
| Skill | Job |
|---|---|
| stop-slop | Remove predictable AI patterns from prose before you ship it. |
| humanizer | Rewrite a draft to sound like a person, not a model. |
| Skill | Job |
|---|---|
| frugal-rerouter | Route each task to the cheapest capable model, local first. |
| Skill | Job |
|---|---|
| ui-ux-review | Heuristic review of a screen with concrete, ranked fixes. |
| Skill | Job |
|---|---|
| remotion-video | Script and scaffold a short Remotion video from a content brief. |
Every skill that calls a model defaults to a local one through Ollama, so a busy week does not turn into a surprise API bill. Each skill names a cheap cloud fallback for the rare job that needs more horsepower. You decide when to spend. The ai-routing/frugal-rerouter skill automates that decision.
Every skill passes the validator in
scripts/validate_skills.py on every push. Valid
frontmatter, lean bodies, no hardcoded paths, security-reviewed scripts. If it
is in skills/, it shipped clean. See CONTRIBUTING.md for
the bar.
MIT. See LICENSE.