Create and maintain structured design documentation that drives development. Use for new projects, design decisions, growing complexity, or when audit is due. Triggers: "design docs", "LDD", "core decisions", "taxonomy", "parked decisions".
Generate structured handoff documents for context transfer across AI session boundaries. Use at the end of a session to preserve decisions, objectives, and resources for the next session. Triggers: "handoff", "next session", "session handoff", "wrap up session", "context transfer".
Build a comprehensive career profile (careerprofile.md) through a structured interview that adapts to the user's experience level and career track. Use this skill whenever the user wants to "build a resume from scratch", "start fresh", "create my professional profile", "I don't have a resume yet", or when the…
Tailor a resume to a specific job description using the user's careerprofile.md as the source of truth. Use this skill whenever the user wants to apply for a job, customize their resume, "make my resume fit this JD", "tailor for this role", "ATS-optimize", or asks for a resume targeting a specific company /…
Write skillprobe YAML tests for LLM skills. Use when asked to write tests, create test scenarios, test a skill, generate skillprobe tests, or check whether a skill activates correctly.
Comprehensive testing and validation of Claude skills. Use this skill whenever the user wants to test, validate, audit, or quality-check a skill — whether they say "test my skill", "check this skill works", "validate my skill", "run skill-check", or anything similar. Also trigger when the user asks things like "does…
Line 0 Line 1 Line 2 Line 3 Line 4 Line 5 Line 6 Line 7 Line 8 Line 9 Line 10 Line 11 Line 12 Line 13 Line 14 Line 15 Line 16 Line 17 Line 18 Line 19 Line 20 Line 21 Line 22 Line 23 Line 24 Line 25 Line 26 Line 27 Line 28 Line 29 Line 30 Line 31 Line 32 Line 33 Line 34 Line 35 Line 36 Line 37 Line 38 Line 39 Line 40…
Guides a user and a chat agent through a structured monthly review focused on the benefits gained from using the agent. Use this skill at the end of each month when the user wants to reflect on value created, time saved, friction reduced, knowledge gained, or next improvements. Activate for phrases like: "monthly…
Teaches the new thinking of how to do new work with Agent Skills. Use this skill when the user wants to understand how to organize work using skills, how to save sessions as skills, how to use skill trees, how to continuously improve skills, how to use skills as roles, how to use evolving state with skills, or how to…
Documents the Skill Class Model — the OO-based taxonomy that classifies every Agent Skill as one of: Role, Topic, Process, or OneStepProcess, each extending the base Skill class. Defines the v1 metadata extension fields for skill-class, crud-verb, topic, requires-role, subprocess-of, subtopic-of, and subrole-of. Use…
Review an open pull request against this repo's conventions. Pulls the diff via gh pr diff, scans for common issues (missing tests, secrets, hard-coded config, missing error handling, conventions violations), and posts a structured review comment via gh pr comment. Use when the user says "review PR #N", "look at this…
Persist newly-learned facts from the current session into the memory pyramid. Scans the conversation for durable information, finds the right file, deduplicates, and writes back. Use when the user says "remember this", "save it", "for next time", or when a non-obvious fact surfaced that a future session would ask…
Ship the current branch as a pull request. Runs tests, formats code, commits any uncommitted work, pushes the branch, and opens a PR against the base branch with a generated body following the team's PR template. Use when the user says "ship it", "open a PR", "send this for review", or finishes a feature and wants it…