skills/init/SKILL.md
Initialise a project for use with Maverick — creates the .maverick/ directory and default project config.
npx skillsauth add thermiteau/maverick-private initInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Set up the current repository for Maverick by creating the project-level config directory and settings file.
Dispatch the maverick agent with task init and any user-provided arguments. The agent will follow the process below and return a structured result.
.maverick/ directory in the project root (the git repository root).maverick/settings.json containing {} (empty object — project-specific overrides go here)development
Use when a best-practice skill needs project-specific implementation details and no project skill exists at docs/maverick/skills/<topic>/SKILL.md. Scans the codebase and generates a project-specific skill file.
testing
Create or update technical documentation for a project. Covers architecture, service interactions, data flows, and design decisions. Produces professional markdown with Mermaid diagrams.
development
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 code-reviewer agent or human reviewers.
development
Analyze a project's codebase against Maverick standard practices and write a findings report. Checks linting, unit tests, integration tests, documentation, and CI/CD. Run when onboarding an existing project or on demand.