thermiteau

54 mods across 1 repository, 11 stars between them.

do-tech-docs

25

thermiteau/maverick

Skill Claude CodeCodex

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

11 1mo ago A 38 tokens original Apache-2.0

do-test

26

thermiteau/maverick

Skill Claude CodeCodex

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.

11 1mo ago A 71 tokens original Apache-2.0

do-upskill

27

thermiteau/maverick

Skill Claude CodeCodex

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.

11 1mo ago A 44 tokens original Apache-2.0

thermiteau/maverick

Skill Claude CodeCodex

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.

11 1mo ago A 54 tokens original Apache-2.0

thermiteau/maverick

Skill Claude CodeCodex

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.

11 1mo ago A 58 tokens original Apache-2.0

mav-bp-api-design

30

thermiteau/maverick

Skill Claude CodeCodex

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.

11 1mo ago A 49 tokens original Apache-2.0

thermiteau/maverick

Skill Claude CodeCodex

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.

11 1mo ago A 51 tokens original Apache-2.0

mav-bp-cicd

32

thermiteau/maverick

Skill Claude CodeCodex

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.

11 1mo ago A 45 tokens original Apache-2.0

mav-bp-code-review

33

thermiteau/maverick

Skill Claude CodeCodex

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.

11 1mo ago A 43 tokens original Apache-2.0

thermiteau/maverick

Skill Claude CodeCodex

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.

11 1mo ago A 47 tokens original Apache-2.0

thermiteau/maverick

Skill Claude CodeCodex

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.

11 1mo ago A 47 tokens original Apache-2.0

thermiteau/maverick

Skill Claude CodeCodex

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.

11 1mo ago A 45 tokens original Apache-2.0

thermiteau/maverick

Skill Claude CodeCodex

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.

11 1mo ago A 44 tokens original Apache-2.0

thermiteau/maverick

Skill Claude CodeCodex

Infrastructure as Code conventions for all deployed projects. Covers IaC principles, environment parity, secrets management in IaC, version control, and runbook fallback for unsupported platforms. Applied when reviewing or configuring infrastructure.

11 1mo ago A 50 tokens original Apache-2.0

mav-bp-linting

39

thermiteau/maverick

Skill Claude CodeCodex

Linting conventions for applications. Covers linter selection, rule configuration, auto-formatting, CI integration, and project linting guidance. Applied when writing or reviewing code, or configuring developer tooling.

11 1mo ago A 47 tokens original Apache-2.0

mav-bp-operability

40

thermiteau/maverick

Skill Claude CodeCodex

Operability standards — logging, alerting, and observability as one discipline. Maverick's opinionated rules: error-only log levels (no info), structured JSON logs, alert-at-the-boundary, correlation across logs/metrics/traces. Applied when writing or reviewing code that logs, alerts, or instruments.

11 1mo ago A 70 tokens original Apache-2.0

thermiteau/maverick

Skill Claude CodeCodex

Mandatory remote code review on every pull request. Defines the contract for a GitHub Actions workflow that runs the agent-code-reviewer in CI when a PR is opened, synchronized, or reopened. Used as a dependency by do-issue-solo and do-epic to enforce the review gate, and by do-maverick-alignment to audit the…

11 1mo ago A 83 tokens original Apache-2.0

mav-bp-testing

42

thermiteau/maverick

Skill Claude CodeCodex

Testing standards — unit and integration testing as one discipline. Maverick's opinionated rules: behaviour over implementation, mock at boundaries only, 60% unit-coverage CI gate, critical-path integration coverage with a no-decrease ratchet. Applied when writing or reviewing tests.

11 1mo ago A 61 tokens original Apache-2.0

thermiteau/maverick

Skill Claude CodeCodex

Patterns for Claude Code workflow resilience — state persistence, crash recovery, command failure handling, subagent failure handling, and artefact durability. Not about application-level error handling.

11 1mo ago A 43 tokens original Apache-2.0

thermiteau/maverick

Skill Claude CodeCodex

How to produce a solution design for a GitHub issue or task. Covers codebase exploration, design structure, and validation. Used as a dependency from workflow skills.

11 1mo ago A 40 tokens original Apache-2.0

mav-create-tasks

45

thermiteau/maverick

Skill Claude CodeCodex

How to decompose a solution design into discrete, independently implementable tasks. Used as a dependency from workflow skills.

11 1mo ago A 29 tokens original Apache-2.0

thermiteau/maverick

Skill Claude CodeCodex

Durability conventions for multi-instance Maverick workflows. Covers cold-start hydration from GitHub, marker-write protocols, push-per-task cadence, and recreating worktrees from remote branches. GitHub is the source of truth; local files are a cache.

11 1mo ago A 58 tokens original Apache-2.0

mav-git-workflow

47

thermiteau/maverick

Skill Claude CodeCodex

Git branching strategy, commit conventions, merge conflict handling, and branch lifecycle. Implements a simplified Gitflow with protected branches and conventional commits. Covers worktree-based multi-story workflows and cross-references stacked-PR handling.

11 1mo ago A 50 tokens original Apache-2.0

thermiteau/maverick

Skill Claude CodeCodex

Standard patterns for interacting with GitHub issues — reading, commenting, updating, state tracking, branching, and PR creation. Use as a dependency from workflow skills, not directly.

11 1mo ago A 44 tokens original Apache-2.0