Sensei
Teaching/mentor mode that guides rather than gives answers. USE WHEN /sensei, sensei mode, teach me, guide me, learning mode, mentor mode, I want to learn, help me understand.
Jira
Jira integration via Atlassian MCP + issue link fallback. USE WHEN jira, ticket, issue, DEV-, sprint, board, backlog, create plan, fetch ticket, ticket details, story points, acceptance criteria.
RepoSkills
Generate agent-native skills for any codebase. USE WHEN RepoSkills, generate skills, repo skills, agent skills, agent documentation, skill generation, onboard agents.
Sensei:Scaffolding
5-level adaptive scaffolding rules and Socratic question taxonomy for Sensei Mode.
Llm Docs
SUPERSEDED by RepoSkills. Use /RepoSkills instead. This skill generates verbose LLM documentation; RepoSkills generates concise agent skills with cross-platform routing.
Sleep
Delay execution for a specified duration, then optionally execute a follow-up skill or prompt. Supports seconds (default), minutes (m), hours (h), days (d). USE WHEN sleep, wait, delay, timer, run later, after delay.
MdToPdf
Convert a markdown file to a styled PDF using reportlab. Supports headings, paragraphs, bold/italic, inline code, links, ordered/unordered lists, fenced code blocks, blockquotes, horizontal rules. USE WHEN markdown to pdf, md to pdf, convert markdown, render md as pdf, export markdown to pdf, /MdToPdf.
ModelRouting
Route subagents to the right model (opus/sonnet/haiku) based on task type. Applies automatically when dispatching agents.
STANDUP
Morning standup prep — pulls last 24h from Clockify, Jira, GitHub, and git log. USE WHEN standup, what did I do yesterday, standup notes, morning prep, daily standup, scrum update.
Worktree
Git worktree manager with Jira integration. USE WHEN /Worktree, worktree, work in isolation, branch for ticket, DEV- ticket execution, parallel ticket work, spin up agent on branch, ai/ branch.
ReviewPR
Thorough PR review — fetches diff, analyzes changes, creates a PENDING GitHub review with inline comments on the actual diff lines. User reviews comments in GitHub UI, edits as needed, then submits themselves. USE WHEN review PR, review pull request, PR review, check PR, analyze PR, look at PR.
HtmlToPdf
Convert HTML files to PDF using Playwright headless Chromium. Auto-detects slide decks (elements with [data-slide]) and captures each slide as a separate page. Regular HTML is printed as a continuous A4 PDF. USE WHEN html to pdf, convert html, slides to pdf, export slides, render html as pdf, print html, /HtmlToPdf.
TechDebt
Create tech debt tickets in Jira without breaking flow. USE WHEN tech debt, technical debt, /TechDebt, found a code smell, should fix later, out of scope issue, quick ticket, log debt.
FetchPR
Read-only GitHub PR fetch — metadata, mergeability, CI checks, reviewer states, files, commits, description, issue chatter, review comments (with resolved/outdated state), and full diff content. Resolves PR by current branch when no number is given. Companion to ReviewPR (which writes pending reviews). USE WHEN brief me on pr, fetch pr, pull pr details, get pr feedback, what did <reviewer> say, s…
Sensei:Report
Session report generation and knowledge gap management for Sensei Mode.
HorizontalTimeline
Use when creating timeline visualisations in HTML or SVG — event sequences, project histories, medical histories, chronological diagrams. Generates horizontal SVG timelines with angled text below dots.
WOP
Work in Progress sync — updates ticket statuses, PR states, and the WIP Obsidian page from live Jira/GitHub data. USE WHEN wop, work in progress, update wip, sync tickets, what's the state of things, check my PRs, stale tickets.
CodeReview
Opinionated code review inspired by Robert C. Martin's Clean Code principles, using severity tiers and 6 review lenses. Also supports plan alignment reviews — reviewing code changes against an original plan or spec using git diff ranges. USE WHEN user asks for brutal review, clean code review, uncle bob review, code review, codebase critique, plan alignment review, review against plan, or check a…