tobihagemann

60 mods across 1 repository, 401 stars between them.

turbo AGENTS.md

01

tobihagemann/turbo

Instructions file CodexOpenCode

Instructions for tobihagemann/turbo, covering turbo, project structure and key files.

401 2d ago A 449 tokens original MIT

turbo CLAUDE.md

02

tobihagemann/turbo

Instructions file

Instructions for tobihagemann/turbo, covering turbo, project structure and key files.

401 2d ago A 387 tokens original MIT

tobihagemann/turbo

Skill Claude CodeCodex

For each reviewer question on a PR, recall implementation reasoning and compose a raw answer. Use when the user asks to "answer reviewer questions", "draft answers to PR questions", or "explain reviewer questions".

401 2d ago A 48 tokens original MIT

apply-findings

04

tobihagemann/turbo

Skill Claude CodeCodex

Apply findings by making the suggested code changes. Applies accepted verdicts, escalates ambiguous findings to the user, and offers to note genuine improvements for later. Use when the user asks to "apply findings", "apply fixes", "apply suggestions", "apply accepted findings", "fix the findings", or "apply the…

401 2d ago A 70 tokens original MIT

tobihagemann/turbo

Skill Claude CodeCodex

Assess project-wide structural technical debt: complexity hotspots, deprecated API usage, duplication clusters, and architecture rot. Ranks findings by impact and refactor effort into a report at .turbo/technical-debt.md. Use when the user asks to "assess technical debt", "find technical debt", "review technical…

401 2d ago A 108 tokens original MIT

audit

06

tobihagemann/turbo

Skill Claude CodeCodex

Project-wide health audit pipeline that fans out to all analysis skills in parallel, evaluates findings, and produces a unified report at .turbo/audit.md. Use when the user asks to "audit the project", "run a full audit", "project health check", "audit my code", "codebase audit", or "comprehensive review".

401 2d ago A 71 tokens original MIT

changelog-rules

07

tobihagemann/turbo

Skill Claude CodeCodex

Shared changelog conventions and formatting rules referenced by /create-changelog and /update-changelog. Not typically invoked directly.

401 2d ago A 29 tokens original MIT

code-style

08

tobihagemann/turbo

Skill Claude CodeCodex

Enforce existence, reuse, mirror, and symmetry principles to keep new code minimal and consistent with surrounding code. Use when writing new code in an existing codebase, adding new features, refactoring, or making any code changes.

401 2d ago A 49 tokens original MIT

codex-exec

09

tobihagemann/turbo

Skill Claude CodeCodex

Run autonomous task execution using the codex CLI. Use when the user asks to "codex exec", "run codex exec", "execute a task with codex", or "delegate to codex".

401 2d ago A 47 tokens original MIT

codex-review

10

tobihagemann/turbo

Skill Claude CodeCodex

Run AI-powered code review using the codex CLI. Use when the user asks to "codex review", "run codex review", or "review a commit with codex".

401 2d ago A 41 tokens original MIT

commit-rules

11

tobihagemann/turbo

Skill Claude CodeCodex

Shared commit message rules and technical constraints referenced by /stage-commit and /commit-staged. Not typically invoked directly.

401 2d ago A 28 tokens original MIT

commit-staged-push

12

tobihagemann/turbo

Skill Claude CodeCodex

Commit already-staged changes and push in one step. Use when the user asks to "commit and push staged changes", "commit and push what's staged", or "commit staged and push".

401 2d ago A 44 tokens original MIT

commit-staged

13

tobihagemann/turbo

Skill Claude CodeCodex

Commit already-staged changes with a message matching existing commit style. Use when the user asks to "commit staged changes" or "commit what's staged".

401 2d ago A 34 tokens original MIT

consult-codex

14

tobihagemann/turbo

Skill Claude CodeCodex

Multi-turn consultation with Codex CLI for second opinions, brainstorming, or collaborative problem-solving. Use when the user asks to "consult codex", "ask codex", "get codex's opinion", "brainstorm with codex", "discuss with codex", or "chat with codex".

401 2d ago A 67 tokens original MIT

consult-oracle

15

tobihagemann/turbo

Skill Claude CodeCodex

Consult ChatGPT Pro via ChatGPT browser automation for problems that resist standard approaches. Use when stuck on a very hard problem, when standard approaches have failed, when multiple debugging attempts haven't worked, or when the user says "ask the oracle", "consult oracle", "consult chatgpt", "I'm completely…

401 2d ago A 78 tokens original MIT

contribute-turbo

16

tobihagemann/turbo

Skill Claude CodeCodex

Propose a turbo skill improvement upstream by filing a GitHub issue against the turbo repo. Use when the user asks to "contribute to turbo", "submit turbo changes", "contribute back", "suggest a turbo improvement", or "upstream my changes".

401 2d ago A 58 tokens original MIT

create-changelog

17

tobihagemann/turbo

Skill Claude CodeCodex

Create a CHANGELOG.md following keepachangelog.com conventions with version history backfilled from GitHub releases or git tags. Use when the user asks to "create a changelog", "add a changelog", "initialize changelog", "start a changelog", "set up changelog", "generate changelog", or "backfill changelog".

401 2d ago A 75 tokens original MIT

create-handoff

18

tobihagemann/turbo

Skill Claude CodeCodex

Write a handoff file at .turbo/handoff/ - .md capturing current session state — task, status, open decisions, in-flight changes, next step — so a fresh session can continue without re-deriving context. Use when the user asks to "create a handoff", "create handoff", "save handoff", "handoff before compact", "save…

401 2d ago A 102 tokens original MIT

create-issue

19

tobihagemann/turbo

Skill Claude CodeCodex

Create a GitHub issue with a drafted title and body. Use when the user asks to "create an issue", "file an issue", "open an issue", "submit an issue", "report a bug", "file a bug report", "file a feature request", or "file a design proposal".

401 2d ago A 66 tokens original MIT

create-pr

20

tobihagemann/turbo

Skill Claude CodeCodex

Create a GitHub pull request with a drafted title and description. Use when the user asks to "create a PR", "create a pull request", "open a PR", or "submit a PR".

401 2d ago A 44 tokens original MIT

tobihagemann/turbo

Skill Claude CodeCodex

Scans an existing codebase and generates project-specific skills that capture inferred conventions such as naming, file organization, framework usage, data access, error handling, and testing style. Writes into the project's chosen skill directory (e.g., .claude/skills/, .agents/skills/, or a custom path). Use when…

401 2d ago A 111 tokens original MIT

create-skill

22

tobihagemann/turbo

Skill Claude CodeCodex

Create a new skill or update an existing skill that extends Claude's capabilities with specialized knowledge, workflows, or tool integrations. Use when the user asks to "create a skill", "make a new skill", "build a skill", "scaffold a skill", "write a skill for...", or "new skill that does...".

401 2d ago A 70 tokens original MIT

create-test-plan

23

tobihagemann/turbo

Skill Claude CodeCodex

Analyze what changed and generate a structured test plan at .turbo/test-plans/ .md covering four escalating levels: basic functionality, complex operations, adversarial testing, and cross-cutting scenarios. Use when the user asks to "create a test plan", "plan tests", "what should I test", "generate test scenarios"…

401 2d ago A 87 tokens original MIT

create-threat-model

24

tobihagemann/turbo

Skill Claude CodeCodex

Analyze a codebase and produce a structured threat model at .turbo/threat-model.md covering assets, trust boundaries, attack surfaces with existing mitigations, attacker stories, and calibrated severity. Use when the user asks to "create a threat model", "threat model", "threat model this codebase", "security…

401 2d ago A 90 tokens original MIT