Maximilian Wolf avatar

Maximilian Wolf

Community

@MaxWolf-01 · Vienna

46Followers
|
36Public Repos
|
45Published Skills

Maximilian Wolf maintains a 45-skill Claude Code skill library covering session orchestration, code review, ticket dispatch, testing, and ML project conventions.

Skills Distribution
DomainDeveloper To...Session & Context .. (25%)Code Review & Qual.. (25%)Planning & Ticket .. (20%)Documentation & Pr.. (15%)

Agent Skills by Maximilian Wolf

Showing 45 vetted skills indexed across 1 GitHub repositories.

MaxWolf-01MaxWolf-01
3

pocock-sync

Reviews upstream mattpocock/skills commits and adopts fitting changes into adapted mx skills.

Community
Intermediate
MaxWolf-01MaxWolf-01
3

research

Investigate questions against primary sources and write numbered research artefact files.

Community
Intermediate
MaxWolf-01MaxWolf-01
3

recap

Generates a structured status report of findings, decisions, open questions, and next steps.

Community
Basic
MaxWolf-01MaxWolf-01
3

fork

Spawns a subagent that inherits the full conversation transcript for context-heavy delegated tasks.

Community
Intermediate
MaxWolf-01MaxWolf-01
3

restore-sessions

Scan Claude Code session files and classify unfinished work for resuming.

Community
Intermediate
MaxWolf-01MaxWolf-01
3

writing-for-humans

Reviews and rewrites artifact prose against a catalogue of AI writing tells.

Community
Advanced
MaxWolf-01MaxWolf-01
3

dependabot-triage

Triage open Dependabot alerts by tracing dependency usage and dismissing non-exploitable noise.

Community
Intermediate
MaxWolf-01MaxWolf-01
3

permissions-review

Review session transcripts and update Claude Code's Bash command permission allowlist.

Community
Advanced
MaxWolf-01MaxWolf-01
3

writing-for-agents

Guides writing and structuring documents that AI agents consume, including skills, AGENTS.md, and specs.

Community
Intermediate
MaxWolf-01MaxWolf-01
3

orient

Routes agent work to the correct mx skill or workflow based on the current situation.

Community
Advanced
MaxWolf-01MaxWolf-01
3

domain-modelling

Build and maintain project domain glossaries and architecture decision records in Markdown.

Community
Intermediate
MaxWolf-01MaxWolf-01
3

changelog

Updates CHANGELOG.md with notable changes from git commits since the last release tag.

Community
Basic
MaxWolf-01MaxWolf-01
3

wait-what

Rephrases the previous agent message in ASD-STE100 Simplified Technical English using project terminology.

Community
Basic
MaxWolf-01MaxWolf-01
3

handoff

Writes a handoff document compacting the current conversation for a fresh agent session.

Community
Intermediate
MaxWolf-01MaxWolf-01
3

gh-stack

Manages stacked pull requests and splits multi-part work into reviewable branches with gh-stack.

Community
Advanced
MaxWolf-01MaxWolf-01
3

dispatch

Orchestrates worker agents across git worktrees to build and integrate ticketed feature work.

Community
Advanced
MaxWolf-01MaxWolf-01
3

diagnosing-bugs

Diagnose hard bugs and performance regressions through a six-phase feedback-loop workflow.

Community
Advanced
MaxWolf-01MaxWolf-01
3

transcript

Saves the current session transcript to a dated file for later continuation.

Community
Basic
MaxWolf-01MaxWolf-01
3

code-review

Reviews git diffs against a fixed point using parallel correctness, standards, spec, and test reviewers.

Community
Advanced
MaxWolf-01MaxWolf-01
3

show

Create diagrams, comparisons, demos, and explainer pages as visual explanation artifacts.

Community
Advanced
MaxWolf-01MaxWolf-01
3

to-tickets

Breaks a grilled specification into dependency-ordered tracer-bullet ticket files with blocking edges.

Community
Advanced
MaxWolf-01MaxWolf-01
3

codex

Runs OpenAI Codex CLI non-interactively to obtain second-opinion code reviews and design feedback.

Community
Intermediate
MaxWolf-01MaxWolf-01
3

wizard

Generate interactive bash wizards that walk humans through manual setup and migration procedures.

Community
Intermediate
MaxWolf-01MaxWolf-01
3

improve-codebase-architecture

Scan a codebase for shallow modules and present deepening refactors as a visual HTML report.

Community
Advanced

Frequently Asked Questions About Maximilian Wolf

FAQPage Schema
What tasks can I accomplish with Maximilian Wolf's skill collection?

The 45 skills cover session handoff and forking, stacked PR management, parallel code review, ticket dispatch to worker agents, bug diagnosis loops, changelog generation, Dependabot triage, bloat audits, mermaid diagrams, uv script conversion, and ML experiment conventions.

Who is the target audience for these skills?

Software engineers running Claude Code who manage multi-session projects, stacked pull requests, and ticketed feature work. It also serves ML practitioners needing experiment tracking conventions and maintainers writing docs, ADRs, and READMEs consumed by both humans and agents.

How do I install and run these skills?

Place the skill folders into a Claude Code skills directory; each folder's frontmatter declares its name, description, and invocation rules. Skills like orient route you to the right one, while user-invocable entries such as session-name and writing-for-humans can be triggered directly.

Are these skills free and open source?

The skills are published publicly on Maximilian Wolf's GitHub account (MaxWolf-01) across 36 public repositories. No license or pricing is stated in the manifest, so check the individual repository for licensing terms before redistribution or commercial use.

What prerequisites and dependencies do these skills require?

Skills run inside Claude Code sessions. Specific entries declare allowed commands: dependabot-triage needs gh, npm, and uv; transcript needs ccx; pr-tldr needs Bash. The tmux skill requires tmux for long-running builds, tests, and training runs, and uv-script targets PEP 723 inline metadata.