AgentLayerdocs
Modules · Powers

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

SkillWhat it does
initGuided first-run onboarding: name, SOUL, IDENTITY, your basics, optional web pull, packs; scaffolds the home
configure-skillsActivate the SEO, Browser, Database, GitHub, or API pack, install third-party libraries, or author a custom skill
rename-agentChange the agent's display name across an existing home without forking the plugin
upgradeApply pending home migrations after a plugin code update
releaseMaintainer only: cut a versioned release with a CHANGELOG entry and Upgrade block
create-project / archive-projectProject lifecycle
seed-export / seed-importHand a persona and setup to a teammate as a zip; import one with fork semantics. Import is auto

Knowledge and maintenance

SkillWhat it does
knowledge-compileCompile raw sessions, feedback, and inbox items into wiki articles
syncEnd-to-end maintenance in one pass, ending in a status line and an optional next move
flywheelCross-project work session framed by the north-star roadmap
self-reviewTurn accumulated feedback into prompt and skill edits
mermaidParse-check and visually critique a Mermaid diagram before it ships
humanizerStrip the tells of AI-generated prose
simple-simplifyReview a script, app, or change and simplify it

Cadences

SkillWhat it does
morning-briefing / evening-briefingDaily orient and wrap
quick-pulseA one-minute status scan
standup autoDid / next / blocked for the last 24 hours
weekly-goals / monthly-goals / yearly-goalsThe goals ladder in TASKS.md
SkillWhat it does
dashboard autoRefresh and open the Agent OS dashboard
where-am-i autoRecent sessions radar with resume commands; triage and checkpoint modes
find-session autoFind a past session by what it worked on
roadmap autoBuild or update a strategic roadmap as a self-contained HTML surface
itineraryPlan a trip and render an interactive, print-ready HTML itinerary
plan-specSocratic interview into a standalone, plan-compatible spec

Code

SkillWhat it does
setup-worktreeCreate 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).

On this page