GitHub - adatarwa/operator-skills: 11 installable Claude Skills that turn your AI agent into an expert business operator - Sales, Finance, HR, Legal, and more. · GitHub
/" data-turbo-transient="true" />
Skip to content
Search or jump to...
Search code, repositories, users, issues, pull requests...
-->
Search
Clear
Search syntax tips
Provide feedback
--><br>We read every piece of feedback, and take your input very seriously.
Include my email address so I can be contacted
Cancel
Submit feedback
Saved searches
Use saved searches to filter your results more quickly
-->
Name
Query
To see all available qualifiers, see our documentation.
Cancel
Create saved search
Sign in
/;ref_cta:Sign up;ref_loc:header logged out"}"<br>Sign up
Appearance settings
Resetting focus
You signed in with another tab or window. Reload to refresh your session.<br>You signed out in another tab or window. Reload to refresh your session.<br>You switched accounts on another tab or window. Reload to refresh your session.
Dismiss alert
{{ message }}
adatarwa
operator-skills
Public
Notifications<br>You must be signed in to change notification settings
Fork
Star
main
BranchesTags
Go to file
CodeOpen more actions menu
Folders and files<br>NameNameLast commit message<br>Last commit date<br>Latest commit
History<br>2 Commits<br>2 Commits
skills
skills
.gitignore
.gitignore
CONTRIBUTING.md
CONTRIBUTING.md
LICENSE
LICENSE
README.md
README.md
View all files
Repository files navigation
Operator Skills
11 installable Claude Skills that turn your AI agent into an expert business operator.
Drop these into Claude Code, Claude Cowork, or any Claude.ai project, and your AI stops giving generic advice and starts behaving like an experienced Sales lead, CFO, HR director, or General Counsel — with the specific judgment calls, output formats, and guardrails real operators actually use.
This is the companion project to ai-for-operators, which is the human-readable prompt library. This repo packages that same expertise as Agent Skills — so instead of copy-pasting prompts, you install a skill once and Claude automatically applies the right behavior every time.
What's a Skill?
A Claude Skill is a folder containing a SKILL.md file that teaches Claude how to handle a specific domain of work — when to apply specialized behavior, what output format to use, and what guardrails to respect. Skills load automatically when relevant to what you're asking, with no special syntax or commands needed.
Read more: Anthropic's Skills documentation
The 11 skills
Skill<br>What it does
sales-operator<br>Prospecting, discovery call prep, objection handling, proposals, pipeline review, forecasting
operations-operator<br>SOPs, vendor communication, root cause analysis, process redesign, ops reporting
finance-operator<br>Board/investor narrative, variance explanation, financial policy, contract financial review
hr-operator<br>Job descriptions, interview kits, performance reviews, PIPs, offers, sensitive communication
procurement-operator<br>RFQs, supplier evaluation, contract review, negotiation prep, performance management
marketing-operator<br>Campaigns, content, competitor/audience research, positioning, case studies
customer-success-operator<br>QBRs, churn risk assessment, onboarding plans, renewals, executive communication
legal-operator<br>Contract review, legal research briefing, policy drafting, due diligence, legal memos
customer-support-operator<br>Response drafting, knowledge base articles, ticket triage, incident communication
product-operator<br>PRDs, user research synthesis, roadmap prioritization, release notes
founder-operator<br>Investor communication, decision stress-testing, hiring calls, customer discovery, positioning
Every skill ships with a references/prompt-library.md containing the full set of tested prompt patterns it's built from — Claude consults these automatically when a request matches a specific scenario.
What makes these different from a prompt list
Every skill encodes three things a plain prompt can't:
Triggering logic — the skill activates automatically on relevant requests, even casually phrased ones ("this customer seems quiet lately" triggers customer-success-operator without the user saying "churn risk").
Domain guardrails — legal-operator and hr-operator explicitly require flagging when something needs qualified professional review. finance-operator explicitly refuses to invent financial figures.
Output discipline — word limits, required structure (e.g. always show scoring reasoning, not just a ranking), and defaults that match how real operators actually communicate.
Installation
Claude Code / Claude Cowork
git clone https://github.com/adatarwa/operator-skills.git
Claude Code uses the folder name (not the name: field inside SKILL.md) as the skill identifier. Copy the skill folder(s) you want directly into ~/.claude/skills/:
cp -r operator-skills/skills/sales ~/.claude/skills/sales-operator<br>cp -r operator-skills/skills/finance...