Skip to content

$ ls examples/Docs · Examples

Example skills

Three canonical skills that show the shape of a good skill.md — scoped, measurable, and small enough to read in one sitting.

SEO Content Optimizer

repo

Rewrites a draft for a target keyword without over-stuffing. Ships with a 20-example golden set and a rubric that scores readability, semantic coverage, and meta-tag quality.

---
name: SEO Content Optimizer
role: Senior content strategist
tools: [search, readability]
---

# Job
Rewrite the INPUT draft so it ranks for TARGET_KEYWORD without
sacrificing readability (Flesch ≥ 60).

Research Brief

repo

Turns a messy dump of links + notes into a tight one-page brief with citations. Evals ensure every claim has a source line.

---
name: Research Brief
role: Analyst
tools: [fetch, summarize]
---

# Job
Output: one-page brief. Every claim gets a [#] citation that maps
to a URL in the Sources section.

Code Reviewer

repo

Reviews a pull-request diff for logic bugs, missing tests, and API misuses. Opinionated: prefers small changes to mega-refactors.

---
name: Code Reviewer
role: Senior engineer
tools: [git_diff, run_tests]
---

# Job
Triage the diff. Flag: (a) logic bugs, (b) missing tests,
(c) API misuse. Keep feedback actionable.
// Use these as starting points — fork, adapt, ship.