惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

Microsoft Security Blog
Microsoft Security Blog
OSCHINA 社区最新新闻
OSCHINA 社区最新新闻
A
About on SuperTechFans
月光博客
月光博客
Jina AI
Jina AI
F
Fortinet All Blogs
博客园 - 聂微东
The Cloudflare Blog
美团技术团队
B
Blog RSS Feed
N
Netflix TechBlog - Medium
罗磊的独立博客
The GitHub Blog
The GitHub Blog
I
InfoQ
H
Hackread – Cybersecurity News, Data Breaches, AI and More
Apple Machine Learning Research
Apple Machine Learning Research
H
Help Net Security
钛媒体:引领未来商业与生活新知
钛媒体:引领未来商业与生活新知
T
The Blog of Author Tim Ferriss
MyScale Blog
MyScale Blog
博客园 - 三生石上(FineUI控件)
宝玉的分享
宝玉的分享
阮一峰的网络日志
阮一峰的网络日志
V
V2EX

Hacker News - Newest: "AI"

AI can't read an investor deck AI as an attorney? Student uses ChatGPT, Gemini to sue UW over alleged racial discrimination Hacking MCP Servers in AI Systems – The Rug Pull: Tool Changes After Approval GitHub - MeepCastana/KubeezCut: Free Web based video editor Can AI judge journalism? A Thiel-backed startup says yes, even if it risks chilling whistleblowers Coming soon: 10 Things That Matter in AI Right Now DARPA built an AI to fact-check enemy weapons claims What explains heterogeneity in AI adoption? When AI Meets Muscle: Context-Aware Electrical Stimulation Promises a New Way to Guide Human Movements - Department of Computer Science AI Changed How We Build. It Did Not Change What Matters. Linux rules on using AI-generated code - Copilot is OK, but humans must take 'full responsibility for the… Meta spins up AI version of Mark Zuckerberg to engage with employees Code Mode: Let Your AI Write Programs, Not Just Call Tools | TanStack Blog GitHub - Delavalom/graft: Go framework for building AI agents. Type-safe tools, multi-provider (OpenAI, Anthropic, Gemini, Bedrock), zero vendor SDKs. India's TCS tops estimates, says new AI models did not dent services demand Gen Z's fading AI hype Strong feeling: we are in a folded AI reality GitHub - machinarii/total-recall-catalog: A reference catalog of latest knowledge retrieval, memory & RAG systems GitHub - mensfeld/code-on-incus: Give each AI agent its own isolated machine with root, Docker, and systemd. Active defense detects and stops threats automatically.. Quantization, LoRA, and the 8% Problem: Benchmarking Local LLMs for Production AI Iran war: We spoke to the man making Lego-style AI videos that experts say are powerful propaganda Powell, Bessent discussed Anthropic's Mythos AI cyber threat with major U.S. banks GitHub - immartian/bellamem: Persistent belief-graph memory for AI agents. Retrieves decisive context by importance — not recency, not RAG, not /compact. recursive-mode: The Repo-Native Operating System for AI Engineering After the attack on Sam Altman's home, will AI CEO's go on the offensive? The biggest advance in AI since the LLM Opus 4.6 vs GPT 5.4 One Prompt Unity World Generation Test “AI polls” are fake polls Client Challenge Can AI be a 'child of God'? Inside Anthropic's meeting with Christian leaders
GitHub - adatarwa/operator-skills: 11 installable Claude ...
quanzar · 2026-06-26 · via Hacker News - Newest: "AI"

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 What it does
sales-operator Prospecting, discovery call prep, objection handling, proposals, pipeline review, forecasting
operations-operator SOPs, vendor communication, root cause analysis, process redesign, ops reporting
finance-operator Board/investor narrative, variance explanation, financial policy, contract financial review
hr-operator Job descriptions, interview kits, performance reviews, PIPs, offers, sensitive communication
procurement-operator RFQs, supplier evaluation, contract review, negotiation prep, performance management
marketing-operator Campaigns, content, competitor/audience research, positioning, case studies
customer-success-operator QBRs, churn risk assessment, onboarding plans, renewals, executive communication
legal-operator Contract review, legal research briefing, policy drafting, due diligence, legal memos
customer-support-operator Response drafting, knowledge base articles, ticket triage, incident communication
product-operator PRDs, user research synthesis, roadmap prioritization, release notes
founder-operator 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:

  1. 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").
  2. Domain guardrailslegal-operator and hr-operator explicitly require flagging when something needs qualified professional review. finance-operator explicitly refuses to invent financial figures.
  3. 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
cp -r operator-skills/skills/finance ~/.claude/skills/finance-operator
# ...or copy all 11 at once, renaming each to match its name: field:
for skill in sales operations finance hr procurement marketing customer-success legal customer-support product founder; do
  cp -r "operator-skills/skills/$skill" "~/.claude/skills/${skill}-operator"
done

Restart Claude Code (skills load at session startup). Verify installation by typing /skills — you should see all installed skills listed.

Claude.ai (Projects)

  1. Download the skill folder(s) you want from skills/
  2. In your Claude.ai Project settings, upload the SKILL.md and references/ folder as project knowledge
  3. Claude will apply the skill's behavior within that project automatically

Verify it worked

Type /skills in Claude Code to confirm the skill appears in your installed list.

Then test triggering with something casual — not the skill's exact name:

"This customer hasn't logged in for 3 weeks, should I be worried?"

If customer-success-operator is installed correctly, Claude responds with a structured risk assessment (risk level, likely cause, 14-day action) rather than generic advice.


Using multiple skills together

Skills compose naturally. A founder working on a fundraise might have founder-operator and finance-operator both installed — Claude will draw on both when the request touches investor narrative and financial variance explanation in the same conversation.


Repo structure

operator-skills/
├── skills/
│   ├── sales/
│   │   ├── SKILL.md
│   │   └── references/prompt-library.md
│   ├── operations/
│   │   ├── SKILL.md
│   │   └── references/prompt-library.md
│   ├── finance/
│   ├── hr/
│   ├── procurement/
│   ├── marketing/
│   ├── customer-success/
│   ├── legal/
│   ├── customer-support/
│   ├── product/
│   └── founder/
├── CONTRIBUTING.md
├── LICENSE
└── README.md

Related project

ai-for-operators — the human-readable version of this same expertise. Read it in a browser, copy a prompt, paste it manually into any AI tool. Use that repo if you're not running Claude Code/Cowork; use this repo if you are.


Contributing

Found a gap in a skill's behavior? Want to add a 12th skill (e.g. engineering management, recruiting)? See CONTRIBUTING.md.


License

MIT — use it, fork it, build on it.


Built for operators who run their work through Claude.