maxitect

15 mods across 1 repository, 2 stars between them.

maxitect/claude-config

Instructions file

Claude Code instructions for maxitect/claude-config, covering global development guidelines, core principles, workflows, code style and typescript.

2 1mo ago A 1,002 tokens

debugger

03

maxitect/claude-config

Agent

Root cause analysis for bugs and unexpected behaviour. Use when debugging issues.

2 1mo ago A 17 tokens

pattern-validator

04

maxitect/claude-config

Agent

Validates proposed changes follow existing codebase patterns. Use proactively before implementing features or refactoring code.

2 1mo ago A 23 tokens

scope-reviewer

05

maxitect/claude-config

Agent

Reviews planned changes for scope creep. Use before starting implementation of features or refactoring.

2 1mo ago A 21 tokens

address-pr-comments

06

maxitect/claude-config

Skill Claude CodeCodex

Methodically work through PR review comments one-by-one. Fetches comments via gh CLI, explains each reviewer comment, assesses its validity, proposes a solution, waits for user approval, implements, then moves to the next comment.

2 1mo ago A 49 tokens

commit

07

maxitect/claude-config

Skill Claude CodeCodex

Generate git commit messages, splitting work into granular commits by concern. Use when user says "commit this", "write a commit", "commit message", or invokes /commit.

2 1mo ago A 37 tokens

db-trigger

08

maxitect/claude-config

Skill Claude CodeCodex

Write PostgreSQL trigger functions and migrations for this Supabase project. Enforces all security and performance rules derived from the project's migration history to avoid Supabase advisor warnings (lints 0011, 0028, 0029).

2 1mo ago A 50 tokens

explore-patterns

09

maxitect/claude-config

Skill Claude CodeCodex

This skill should be used when the user asks "how does this work", "what patterns are used here", "show me how this is done in the codebase", or before implementing features to understand existing conventions. Explores codebase patterns for types, components, validation, data fetching, and file organization without…

2 1mo ago A 71 tokens

fix

10

maxitect/claude-config

Skill Claude CodeCodex

This skill should be used when the user reports a bug, asks to "fix this bug", "debug this issue", "something is broken", "this isn't working", or requests investigation of unexpected behavior. Enforces minimal scope changes, prevents touching working code, and includes build verification steps.

2 1mo ago A 60 tokens

init-claude-md

11

maxitect/claude-config

Skill Claude CodeCodex

Explore codebase and update CLAUDE.md with detected frameworks, patterns, and conventions.

2 1mo ago A 24 tokens

init-project

12

maxitect/claude-config

Skill Claude CodeCodex

Explore codebase and update project-context.md with detected frameworks, patterns, git context, and current focus.

2 1mo ago A 24 tokens

pr-review

13

maxitect/claude-config

Skill Claude CodeCodex

Perform thorough, structured code review on a PR. Detects stack/conventions from the codebase, checks linked issues for acceptance criteria, then reviews the diff with severity-graded findings.

2 1mo ago B 40 tokens

refactor

14

maxitect/claude-config

Skill Claude CodeCodex

This skill should be used when the user asks to "refactor this code", "clean up this component", "reorganize these files", "consolidate duplicated code", "extract shared logic", or requests code restructuring. Forces a PLAN → APPROVE → EXECUTE workflow with phased changes and build verification between phases.

2 1mo ago A 68 tokens

zod4

15

maxitect/claude-config

Skill Claude CodeCodex

Zod 4 syntax reference and migration guide. Use when writing Zod schemas to ensure correct Zod 4 patterns are used instead of deprecated Zod 3 syntax.

2 1mo ago A 39 tokens