By Sagar Shankaran, Founder of CallSphere
What people must learn for Claude Agent Skills: the skill-author, eval-designer, and transcript-analyst roles, plus a starter eval and a build plan.
Key takeaways
The first time a team adopts skill-creator to test and refine their Agent Skills, a quiet org-chart problem surfaces. The engineer who writes the most elegant Python is not necessarily the person who can write a crisp SKILL.md that Claude reliably triggers on the right inputs. The product manager who knows the workflow cold cannot read an eval transcript to see why a skill silently misfired. Suddenly the bottleneck on shipping good skills is not model capability at all — it is a gap in human skills. This post is about that gap: what your people actually need to learn, which roles emerge, and how to grow them without a six-month hiring freeze.
skill-creator creates demand for three new competencies: spec authoring, eval design, and transcript forensics.An Agent Skill is a folder of instructions, scripts, and resources that Claude loads on demand when a task matches the skill's description. The skill-creator skill is Anthropic's tool for building, editing, and — crucially — measuring those skills: it can scaffold a new skill, run evals against it, benchmark performance with variance analysis, and optimize the description so the skill triggers when it should and stays quiet when it should not. The moment you take measurement seriously, the work splits into tasks that map to distinct human strengths.
Writing the skill body rewards clarity and domain knowledge. Designing the eval set rewards adversarial thinking — imagining the inputs that will break a trigger. Reading the resulting transcripts rewards patience and a debugger's instinct. Few individuals are equally strong at all three, which is exactly why roles emerge.
Think of skill refinement as a small assembly line with feedback. The diagram below shows how work flows between the people, not just the tooling.
Hear it before you finish reading
Talk to a live CallSphere AI voice agent in your browser — 60 seconds, no signup.
flowchart TD
A["Domain expert: drafts intent & examples"] --> B["Skill author: writes SKILL.md & scripts"]
B --> C["Eval designer: builds trigger & outcome test set"]
C --> D{"skill-creator eval: passes bar?"}
D -->|No| E["Transcript analyst: diagnoses misfire"]
E --> B
D -->|Yes| F["Reviewer: approves & versions skill"]
F --> G["Team uses skill in Claude Code / Cowork"]
G --> A
Most teams do not need five new hires. They need a handful of people who can wear two of these hats. In practice the durable new role is the skill author: someone who treats SKILL.md as a product surface, writes the description like ad copy that has to win a triggering auction, and owns the eval that proves it. The second pillar is the eval designer, who is rarer because evaluation methodology is genuinely underrepresented in most engineering orgs.
This person learns to write descriptions that front-load triggers, enumerate concrete example phrasings, and explicitly state when not to fire. They learn to scope a skill so it is neither a 4,000-line monolith nor a sliver that never activates. The closest existing role is a strong technical writer who can also read code; the fastest path is to pair such a writer with an engineer for the first month.
These two often start as one person. They learn to build a labeled set of prompts — both ones that should trigger the skill and adversarial near-misses that should not — then read what Claude actually did. This is QA discipline applied to non-deterministic systems, which means thinking in distributions, not single pass/fail runs.
The single best onboarding exercise is to have a new author write a triggering eval before they touch the skill body. The following is a minimal, copy-pasteable eval spec you can adapt — it lists prompts and the expected trigger decision, which skill-creator can run repeatedly to measure variance.
{
"skill": "invoice-reconciler",
"runs_per_case": 5,
"cases": [
{ "prompt": "match these 3 vendor invoices to our PO list", "should_trigger": true },
{ "prompt": "reconcile the November AP statement", "should_trigger": true },
{ "prompt": "write me a poem about invoices", "should_trigger": false },
{ "prompt": "what's our total revenue this quarter", "should_trigger": false }
],
"pass_bar": { "min_trigger_recall": 0.95, "max_false_trigger": 0.05 }
}
The teaching value is in the false cases. A new author quickly learns that "a poem about invoices" and "reconcile invoices" share keywords but not intent, and that fixing the false trigger usually means editing the description, not the code.
skill-creator with multiple runs per case and record the variance, not just the mean.| Competency | Closest existing role | Fastest path |
|---|---|---|
| Skill authoring | Technical writer + engineer | Pair for one month, then solo |
| Eval design | QA / test engineer | Reframe existing QA toward distributions |
| Transcript forensics | Support engineer / debugger | Read real misfires weekly |
| Variance analysis | Data analyst | Hardest to hire; train or borrow |
Usually no. The variance-analysis piece benefits from a numerate person, but a curious analyst or engineer who understands that five runs tell you more than one can cover most teams' needs.
Still reading? Stop comparing — try CallSphere live.
CallSphere ships complete AI voice agents per industry — 14 tools for healthcare, 10 agents for real estate, 4 specialists for salons. See how it actually handles a call before you book a demo.
No — it formalizes them. The same instinct now lives inside versioned skill folders with tests, which is a far more durable home than scattered one-off prompts.
Often two who can each wear two hats: an author who can also design evals, and a reviewer who can also read transcripts. Specialize only as your skill library grows.
Someone genuinely fluent in evaluation methodology — they think in confidence, recall, and false-trigger rates by default. If you find one, have them set the standards everyone else follows.
CallSphere puts these same skill-refinement practices to work on voice and chat — agents that trigger the right behavior on every call, use tools mid-conversation, and book work around the clock. See it live at callsphere.ai.
Source & attribution: This is an independent, original explainer inspired by Anthropic's coverage on the Claude blog. Claude, Claude Code, Claude Cowork, Claude Opus, and the Model Context Protocol are products and trademarks of Anthropic. CallSphere is not affiliated with or endorsed by Anthropic.

Written by
Sagar Shankaran· Founder, CallSphere
LinkedInSagar Shankaran is the founder of CallSphere, where he builds production AI voice and chat agents deployed across healthcare, hospitality, real estate, and home services. He writes about agentic AI, LLM engineering, and shipping voice agents that handle real calls in production.
See how AI voice agents work for your industry. Live demo available -- no signup required.
Which solar roles change shape in 2026, what a new designer needs taught in week one, what stops being a hiring requirement, and the ramp-time arithmetic.
AI codes the bank feed now. What a bookkeeping firm should teach a new hire in week one, what comes off the job ad, and what a shorter ramp is worth per hire.
Anthropic's Claude Fable 5 and Mythos 5 explained: pricing, availability, frontier benchmarks, the dual-model safeguard architecture, and what they mean for AI agents.
AI adoption hit 66% of US small firms but 70% say staff need training. How the import coordinator desk at an NVOCC changes, and what to teach in week one.
Where Claude Code, MCP, and multi-agent systems are taking GTM engineering next, and how to prepare your team now for standing and multi-agent workflows.
Where Claude Cowork and the Claude agent ecosystem are heading next — standing agents, MCP, skills as a moat — and the concrete moves to prepare your team now.
© 2026 CallSphere Inc. All rights reserved.
Made within San Francisco
Watch how CallSphere handles real customer calls, schedules appointments, and processes payments — live.
Try Live DemoBook a DemoCalculate Your ROI