thermiteau/maverick

11Stars on the repository
53Mods indexed here, across every type
1mo agoLast push, which is what freshness is scored on
Apache-2.0Licence, which decides whether bodies are shown

do-adopt

01

thermiteau/maverick

Skill Claude CodeCodex

Part of maverick

Scan a project for missing best-practice areas and implement the top recommendation for each gap (linting, unit testing) — installs tools, writes configs, verifies, and commits. Pass 'recommend' to stop after writing recommendations without implementing (replaces the old do-recommend skill).

not rated 11 1mo ago A 61 tokens original Apache-2.0

do-code

02

thermiteau/maverick

Skill Claude CodeCodex

Part of maverick

Implement a focused code change. Use this skill as the wrapper for any implementation work so the Maverick workflow report captures what was done and so the agent applies the project's coding standards before editing. Intended to be invoked once per task from inside a do-issue- or do-epic phase, not standalone.

not rated 11 1mo ago C 65 tokens original Apache-2.0

thermiteau/maverick

Skill Claude CodeCodex

Part of maverick

Audit a codebase for security risks in one of two modes. In full-audit mode it scans the entire codebase and writes a findings report to docs/security-audit.md (run as part of do-init or on demand). In update mode it reviews only a diff plus the code it could impact, returning a structured findings list as a pre-push…

not rated 11 1mo ago A 117 tokens original Apache-2.0

do-docs

04

thermiteau/maverick

Skill Claude CodeCodex

Part of maverick

Create, restructure, or update technical documentation. Handles greenfield projects, refactoring non-compliant docs, and incremental updates after code changes.

not rated 11 1mo ago A 32 tokens original Apache-2.0

do-epic

05

thermiteau/maverick

Skill Claude CodeCodex

Part of maverick

Work on a multi-story GitHub epic end-to-end. Builds a DAG from the child stories, groups them into waves, runs waves in parallel via per-story worktrees, ejects PRs that fail agent-code-review for human handling, and propagates blocks to downstream stories. Requires git worktrees.

not rated 11 1mo ago A 66 tokens original Apache-2.0

do-init

06

thermiteau/maverick

Skill Claude CodeCodex

Part of maverick

Initialise a project for use with Maverick — verifies the GitHub App, installs the CLI if needed, writes the project config with integration tracking, scaffolds docs, generates project skills, runs an initial cybersecurity audit, then commits the changes and opens a PR.

not rated 11 1mo ago A 56 tokens original Apache-2.0

do-install

07

thermiteau/maverick

Skill Claude CodeCodex

Part of maverick

Install the maverick CLI tool system-wide from the plugin directory.

not rated 11 1mo ago B 17 tokens original Apache-2.0

do-issue-guided

08

thermiteau/maverick

Skill Claude CodeCodex

Part of maverick

Work on a GitHub issue interactively with the user. Proceeds autonomously through routine work but pauses for confirmation at key decision points and when uncertain.

not rated 11 1mo ago A 37 tokens original Apache-2.0

do-issue-solo

09

thermiteau/maverick

Skill Claude CodeCodex

Part of maverick

Work on a GitHub issue end-to-end autonomously, only pausing when blocked or when clarification is needed.

not rated 11 1mo ago A 29 tokens original Apache-2.0

thermiteau/maverick

Skill Claude CodeCodex

Part of maverick

Analyze a project's codebase against Maverick standard practices and write a findings report. Checks linting, unit tests, integration tests, documentation, CI/CD, security, dependency management, observability, source control, and more. Run when onboarding an existing project or on demand.

not rated 11 1mo ago A 62 tokens original Apache-2.0

thermiteau/maverick

Skill Claude CodeCodex

Part of maverick

How to process code review feedback — verify before implementing, push back when wrong, clarify before acting on partial understanding. Applied when receiving review from the agent-code-reviewer or human reviewers.

not rated 11 1mo ago A 43 tokens original Apache-2.0

do-tech-docs

12

thermiteau/maverick

Skill Claude CodeCodex

Part of maverick

Technical documentation standards — document structure, writing style, file organisation, mermaid diagrams, and validation. Referenced by do-docs and tech-docs-writer.

not rated 11 1mo ago A 38 tokens original Apache-2.0

do-test

13

thermiteau/maverick

Skill Claude CodeCodex

Part of maverick

Write or update tests for a code change. Operates in two modes: unit (module-scoped, fast, deterministic) and integration (crosses module / service / database boundaries). Intended to be invoked once per testable change from inside a do-issue- or do-epic phase. Mode is required.

not rated 11 1mo ago A 71 tokens original Apache-2.0

do-upskill

14

thermiteau/maverick

Skill Claude CodeCodex

Part of maverick

Generate project-specific implementation skills at docs/maverick/skills/ /SKILL.md by scanning the codebase. Pass a topic name to generate one topic; omit arguments to process every topic.

not rated 11 1mo ago A 44 tokens original Apache-2.0

thermiteau/maverick

Skill Claude CodeCodex

Part of maverick

Idempotent, resumable propagation of a blocked-by:#N block from an ejected story to every transitive downstream story in the epic DAG. Triggered when agent-code-reviewer ejects a PR for human handling.

not rated 11 1mo ago A 54 tokens original Apache-2.0

thermiteau/maverick

Skill Claude CodeCodex

Part of maverick

Accessibility conventions for projects with user-facing interfaces. Covers WCAG 2.1 AA compliance, semantic HTML, keyboard navigation, colour contrast, screen reader support, and automated a11y testing. Applied when building or reviewing user-facing web or mobile applications.

not rated 11 1mo ago A 58 tokens original Apache-2.0

mav-bp-api-design

17

thermiteau/maverick

Skill Claude CodeCodex

Part of maverick

API design conventions for projects with API surfaces. Covers REST and GraphQL standards, versioning, error formats, pagination, documentation as code, and backwards compatibility. Applied when designing, implementing, or reviewing APIs.

not rated 11 1mo ago A 49 tokens original Apache-2.0

thermiteau/maverick

Skill Claude CodeCodex

Part of maverick

Application security conventions for all projects. Covers OWASP Top 10 awareness, input validation, secrets management, dependency scanning, SAST/DAST integration, and security headers. Applied when writing or reviewing any code.

not rated 11 1mo ago A 51 tokens original Apache-2.0

mav-bp-cicd

19

thermiteau/maverick

Skill Claude CodeCodex

Part of maverick

Platform-agnostic CI/CD conventions. Covers pipeline stages, quality gates, environment promotion, secrets management, artifact handling, and deployment boundaries. Applied when configuring or reviewing CI/CD pipelines.

not rated 11 1mo ago A 45 tokens original Apache-2.0

mav-bp-code-review

20

thermiteau/maverick

Skill Claude CodeCodex

Part of maverick

Code review conventions for all projects. Covers mandatory review requirements, review scope, PR sizing, reviewer and author responsibilities, and automated review integration. Applied when creating or reviewing pull requests.

not rated 11 1mo ago A 43 tokens original Apache-2.0

thermiteau/maverick

Skill Claude CodeCodex

Part of maverick

Database and data management conventions for all projects using databases. Covers schema migrations, backup strategy, data lifecycle, index management, and connection pooling. Applied when designing, implementing, or reviewing database interactions.

not rated 11 1mo ago A 47 tokens original Apache-2.0

thermiteau/maverick

Skill Claude CodeCodex

Part of maverick

Dependency management conventions for all projects. Covers lock files, version pinning, vulnerability scanning, license compliance, update strategy, and minimal dependency principle. Applied when adding, updating, or reviewing dependencies.

not rated 11 1mo ago A 47 tokens original Apache-2.0

thermiteau/maverick

Skill Claude CodeCodex

Part of maverick

Environment management conventions for all projects. Covers reproducible local development, environment parity, .env patterns, developer onboarding, and containerised development. Applied when setting up or reviewing development environments.

not rated 11 1mo ago A 45 tokens original Apache-2.0

thermiteau/maverick

Skill Claude CodeCodex

Part of maverick

Error handling conventions for all applications. Covers error propagation, retry strategies, circuit breakers, graceful degradation, error boundaries, and typed errors. Applied when writing or reviewing error handling code.

not rated 11 1mo ago A 44 tokens original Apache-2.0

At most 3 mods per repository are shown here, and a mod shipped inside a plugin is left to that plugin's page — the rest are on their repository pages: