Skills
All 39 skills, one line each. Core skills load always; pack skills activate through configure-skills.
Every skill runs as /agent-kevin:<name> in Claude Code and $<name> in Codex; these docs use the bare name. Skills marked auto may run on their own when the request clearly calls for them; they are read-only and never mutate knowledge or task state. Everything else waits for you to ask.
Core (30)
Setup and lifecycle
| Skill | What it does |
|---|---|
init | Guided first-run onboarding: name, SOUL, IDENTITY, your basics, optional web pull, packs; scaffolds the home |
configure-skills | Activate the SEO, Browser, Database, GitHub, or API pack, install third-party libraries, or author a custom skill |
rename-agent | Change the agent's display name across an existing home without forking the plugin |
upgrade | Apply pending home migrations after a plugin code update |
release | Maintainer only: cut a versioned release with a CHANGELOG entry and Upgrade block |
create-project / archive-project | Project lifecycle |
seed-export / seed-import | Hand a persona and setup to a teammate as a zip; import one with fork semantics. Import is auto |
Knowledge and maintenance
| Skill | What it does |
|---|---|
knowledge-compile | Compile raw sessions, feedback, and inbox items into wiki articles |
sync | End-to-end maintenance in one pass, ending in a status line and an optional next move |
flywheel | Cross-project work session framed by the north-star roadmap |
self-review | Turn accumulated feedback into prompt and skill edits |
mermaid | Parse-check and visually critique a Mermaid diagram before it ships |
humanizer | Strip the tells of AI-generated prose |
simple-simplify | Review a script, app, or change and simplify it |
Cadences
| Skill | What it does |
|---|---|
morning-briefing / evening-briefing | Daily orient and wrap |
quick-pulse | A one-minute status scan |
standup auto | Did / next / blocked for the last 24 hours |
weekly-goals / monthly-goals / yearly-goals | The goals ladder in TASKS.md |
Navigation and surfaces
| Skill | What it does |
|---|---|
dashboard auto | Refresh and open the Agent OS dashboard |
where-am-i auto | Recent sessions radar with resume commands; triage and checkpoint modes |
find-session auto | Find a past session by what it worked on |
roadmap auto | Build or update a strategic roadmap as a self-contained HTML surface |
itinerary | Plan a trip and render an interactive, print-ready HTML itinerary |
plan-spec | Socratic interview into a standalone, plan-compatible spec |
Code
| Skill | What it does |
|---|---|
setup-worktree | Create a sibling git worktree and bootstrap it; also the read-only worktree audit |
SEO pack (6)
google-search-console · google-page-speed · serpapi · open-page-rank · wordpress-rest · google-search-audit. Details on the SEO workflow page.
Browser pack (1 skill, 6 tools)
browser-flows drives a visible browser through repeatable flows. The pack also grants the browser_* tools and web_search. See Browser tools.
API pack (1)
api-collections auto drafts API requests as collection files you open and fire in your own client (Bruno adapter shipped, plain-curl fallback). Authoring only; Kevin never sends.
GitHub pack (1)
pr-review reviews a teammate's PR adversarially (seven parallel lanes, every finding verified, build and tests in a throwaway worktree, paste-ready comments with committable suggestions) or, on your own PR, judges each review thread against the code, applies the accurate fixes uncommitted, and drafts the replies. Read-only against GitHub; you paste. Tools in Configuration.
Database pack
Tool-only, no skills. See Configuration.
Third-party libraries
Pure-prompt content and marketing libraries are not bundled. configure-skills installs them from skills.sh into <HOME>/.claude/skills/ as symlinks, so upstream updates propagate. Currently offered: aaron-he-zhu/seo-geo-claude-skills (20 skills, Apache-2.0) and coreyhaines31/marketingskills (23 playbooks).
Writing your own
Custom-skill authoring is not a Kevin skill. configure-skills points you at your host's skill-authoring tooling (Claude Code ships a skill-creator plugin).