Source

tobihagemann/turbo

96 skills · 872 combined installs

Skills from this source

#
Skill
Source
8W Activity
Installs
1
commit-staged-push Commit already-staged changes and push in one step. Use when the user asks to "commit and push staged changes", "comm…
tobihagemann/turbo
4
2
consult-codex Multi-turn consultation with Codex CLI for second opinions, brainstorming, or collaborative problem-solving. Use when…
tobihagemann/turbo
4
3
contribute-turbo Propose a turbo skill improvement upstream by filing a GitHub issue against the turbo repo. Use when the user asks to…
tobihagemann/turbo
4
4
create-test-plan Analyze what changed and generate a structured test plan at .turbo/test-plans/<slug>.md covering four escalating leve…
tobihagemann/turbo
4
5
create-threat-model Analyze a codebase and produce a structured threat model at .turbo/threat-model.md covering assets, trust boundaries,…
tobihagemann/turbo
4
6
draft-shells Decompose a specification file into shells with YAML frontmatter. Each shell captures the wiring invariants (Produces…
tobihagemann/turbo
4
7
draft-spec Guide a collaborative discussion that produces a specification document at .turbo/specs/<slug>.md. Use when the user …
tobihagemann/turbo
4
8
expand-shell Expand a shell into a full implementation plan. Verifies Consumes against the current codebase, runs a fresh pattern …
tobihagemann/turbo
4
9
explain-this Explain whatever the user is pointing at right now in plain language: a pending question, a piece of code, an error, …
tobihagemann/turbo
4
10
frontend-design Create distinctive, production-grade frontend interfaces with high design quality. Use when the user asks to build la…
tobihagemann/turbo
4
11
implement Load code-style and task-specific skills, make the change described by the current context, then run post-implementat…
tobihagemann/turbo
4
12
implement-improvements Validate improvements from .turbo/improvements.md, recommend a working set tailored to what's in the backlog, and run…
tobihagemann/turbo
4
13
implement-plan Execute an implementation plan file produced by /draft-plan, /turboplan, or /expand-shell. Runs pre-implementation pr…
tobihagemann/turbo
4
14
interpret-feedback Interpret third-party feedback by running parallel internal and peer interpretations to surface intent, correctness c…
tobihagemann/turbo
4
15
onboard Developer onboarding guide that composes architecture mapping, tooling review, and agentic setup review with setup, t…
tobihagemann/turbo
4
16
pick-next-issue Fetch and rank open GitHub issues by community engagement, present the top 3 candidates, and plan implementation for …
tobihagemann/turbo
4
17
recall-reasoning Recall the reasoning behind a past change by locating the Claude Code transcript that produced it. Use when the user …
tobihagemann/turbo
4
18
reply-to-pr-conversation Draft, confirm, and post a single conversational reply to GitHub PR conversation comments (issue comments). The reply…
tobihagemann/turbo
4
19
reply-to-pr-threads Draft, confirm, and post replies to GitHub PR review threads. Handles per-category reply formatting, re-fetches threa…
tobihagemann/turbo
4
20
resolve-findings Choose an implementation path (direct or plan) for evaluated findings and dispatch it. Direct path applies fixes dire…
tobihagemann/turbo
4
21
review-agentic-setup Detect agentic coding infrastructure in a project: CLAUDE.md, AGENTS.md, installed skills, MCP servers, hooks, and cr…
tobihagemann/turbo
4
22
review-tooling Detect what dev tooling infrastructure a project has and flag gaps across linters, formatters, pre-commit hooks, test…
tobihagemann/turbo
4
23
ship Commit, push, and optionally create or update a PR for the current staged changes. Use when the user asks to "ship", …
tobihagemann/turbo
4
24
simplify-plus This skill should be used when the user asks to "simplify code", "review changed code", "check for code reuse", "revi…
tobihagemann/turbo
4
25
split-and-ship Execute an approved split plan, shipping each change group separately as its own branch and PR or as sequential commi…
tobihagemann/turbo
4
26
stage Stage implementation changes for commit with precise file selection. Use when the user asks to "stage changes", "stag…
tobihagemann/turbo
4
27
stage-commit-push Stage files, create a commit, and push in one step. Use when the user asks to "stage commit and push", "add commit an…
tobihagemann/turbo
4
28
survey-patterns Survey the codebase for analogous features, reusable utilities, and existing patterns relevant to a proposed change. …
tobihagemann/turbo
4
29
turboplan Analyze task complexity and route to a mode by artifact: direct fix for clear-scope changes, plan file when the appro…
tobihagemann/turbo
4
30
create-handoff Write a handoff file at .turbo/handoff/<YYYY-MM-DD>-<slug>.md capturing current session state — task, status, open de…
tobihagemann/turbo
3
31
create-project-skills Scans an existing codebase and generates project-specific skills that capture inferred conventions such as naming, fi…
tobihagemann/turbo
3
32
migrate-turbo-files Migrate legacy files in .turbo/ to current formats. Covers plans and shells (layout split, frontmatter normalization,…
tobihagemann/turbo
3
33
claude-print Run a non-interactive Claude Code print-mode call from Codex. Use when the user asks to "claude print", "ask claude",…
tobihagemann/turbo
2
34
consult-claude Consult Claude Code for second opinions, brainstorming, or difficult debugging from Codex. Use when the user asks to …
tobihagemann/turbo
2
35
distill-session This skill should be used when the user asks to "distill this session", "save learnings", "update CLAUDE.md with what…
tobihagemann/turbo
2
36
review-pr-comments This skill should be used when the user asks to "review PR comments", "show PR comments", "check PR for unresolved co…
tobihagemann/turbo
2
37
assess-technical-debt Assess project-wide structural technical debt: complexity hotspots, deprecated API usage, duplication clusters, and a…
tobihagemann/turbo
1
38
comprehensive-test Execute comprehensive, multi-level testing of the app covering basic functionality, complex operations, adversarial t…
tobihagemann/turbo
1
39
create-issue Create a GitHub issue with a drafted title and body. Use when the user asks to "create an issue", "file an issue", "o…
tobihagemann/turbo
1
40
discuss-change Align on the shape of a change through an interview, then implement it. Escalates open product decisions and settles …
tobihagemann/turbo
1
41
migrate-turboplans Migrate legacy plan and shell files in .turbo/ to the current layout. Splits legacy artifacts between .turbo/shells/ …
tobihagemann/turbo
1
42
preview Stand up the project's live app and hand it to the user to try a change firsthand, then gate on their verdict before …
tobihagemann/turbo
1
43
simplify-all Run the code and documentation simplification passes together over one scope, launching every review agent concurrent…
tobihagemann/turbo
1
44
simplify-docs Run a multi-agent review of code comments and markdown documentation for unnecessary content, then fix the issues. Co…
tobihagemann/turbo
1
45
understand-change Teach the user to deeply understand a change through interactive tutoring: restating understanding, drilling into why…
tobihagemann/turbo
1
46
user-experience Apply a UX lens to a user-facing change: whether it serves the user's real goal and whether the path through it holds…
tobihagemann/turbo
1
Page 2 · 96 total Previous