marvinleonbutlerii

19 mods across 1 repository, 2 stars between them.

.dotfiles AGENTS.md

01

marvinleonbutlerii/.dotfiles

Instructions file CodexOpenCode

AGENTS.md instructions for marvinleonbutlerii/.dotfiles, covering dotfiles, structure, where to look, conventions and anti-patterns.

2 6mo ago A 1,194 tokens

.dotfiles CLAUDE.md

02

marvinleonbutlerii/.dotfiles

Instructions file

Claude Code instructions for marvinleonbutlerii/.dotfiles, covering claude.md - dotfiles project, project overview, key commands, run the cli and or if linked to path.

2 6mo ago A 710 tokens

builder

03

marvinleonbutlerii/.dotfiles

Agent Claude Code

Implementation agent for complex, multi-step coding tasks. Use proactively when delegating code writing, bug fixing, refactoring, or any task requiring both exploration and modification. Replaces built-in general-purpose for all implementation tasks.

2 6mo ago A 49 tokens

planner

04

marvinleonbutlerii/.dotfiles

Agent Claude Code

Planning and architecture agent for complex tasks, features, or projects. Use proactively when a task requires decomposition, has multiple components, or when requirements need clarification before implementation. Replaces built-in Plan for all planning tasks.

2 6mo ago A 46 tokens

researcher

05

marvinleonbutlerii/.dotfiles

Agent Claude Code

Deep research and codebase exploration agent. Use proactively for any task requiring factual verification, technical investigation, documentation lookup, community discourse analysis, or codebase understanding. Replaces built-in Explore for all research and exploration tasks.

2 6mo ago A 50 tokens

SessionStart

07

marvinleonbutlerii/.dotfiles

Hook Claude Code

Runs when a session starts, executing session-env.sh via bash. From marvinleonbutlerii/.dotfiles.

2 6mo ago A tokens not measured

UserPromptSubmit

08

marvinleonbutlerii/.dotfiles

Hook Claude Code

Runs when you submit a prompt, before the agent sees it, running echo TURN PROTOCOL: Execute skill-sweep gates (session-guard. From marvinleonbutlerii/.dotfiles.

2 6mo ago A tokens not measured

Stop

09

marvinleonbutlerii/.dotfiles

Hook Claude Code

Runs when the agent finishes a response, running echo STOP CHECK: Did you complete the holistic review? If yo. From marvinleonbutlerii/.dotfiles.

2 6mo ago A tokens not measured

.dotfiles

10

marvinleonbutlerii/.dotfiles

Settings file Claude Code

Agent settings declaring 3 hook events (SessionStart, UserPromptSubmit, Stop) and 24 allowed tools.

2 6mo ago A tokens not measured

code-review

11

marvinleonbutlerii/.dotfiles

Skill Claude CodeCodex

Evaluates code changes, output, and implementations for correctness, maintainability, security, and adherence to project standards. Activates when evaluating any code — whether user-requested or as part of the mandatory holistic review before shipping.

2 6mo ago A 51 tokens

debugging

12

marvinleonbutlerii/.dotfiles

Skill Claude CodeCodex

Systematic debugging for any type of issue. Activates when any error, failure, or unexpected behavior is encountered during any task. Root-cause investigation at the deepest architectural level. Never symptom-by-symptom patching.

2 6mo ago A 48 tokens

planning

13

marvinleonbutlerii/.dotfiles

Skill Claude CodeCodex

Structured planning for complex tasks, features, or projects. Activates when a task requires decomposition, has multiple components, or when requirements need clarification before implementation.

2 6mo ago A 35 tokens

project-init

14

marvinleonbutlerii/.dotfiles

Skill Claude CodeCodex

Initialize new projects with proper structure, documentation, and Claude configuration. Activates when creating any new project, repository, module, or significant component.

2 6mo ago A 33 tokens

refactoring

15

marvinleonbutlerii/.dotfiles

Skill Claude CodeCodex

Systematic code refactoring to improve design without changing behavior. Activates when code structure needs improvement without behavior change, including during the refactor phase of TDD cycles.

2 6mo ago A 37 tokens

research

16

marvinleonbutlerii/.dotfiles

Skill Claude CodeCodex

Deep research and knowledge synthesis. Activates for ANY task involving factual claims, technical decisions, implementation patterns, or domain knowledge. Deactivated ONLY when the mechanical task test passes (all three conditions true).

2 6mo ago A 46 tokens

session-guard

17

marvinleonbutlerii/.dotfiles

Skill Claude CodeCodex

Monitors session scope and entropy. Activates automatically via skill-sweep. Detects when the conversation has drifted significantly from its original intent or has accumulated too many unrelated threads. Warns the user and generates a handoff prompt for a new session.

2 6mo ago A 58 tokens

skill-sweep

18

marvinleonbutlerii/.dotfiles

Skill Claude CodeCodex

Mandatory per-turn gate protocol. Runs at the start of EVERY turn. Four sequential gates must be evaluated before any work begins. Not optional. Not skippable. Not implicit.

2 6mo ago A 40 tokens

tdd

19

marvinleonbutlerii/.dotfiles

Skill Claude CodeCodex

Test-Driven Development workflow. Activates when implementing new behavior, fixing bugs, or when tests are needed to verify correctness. Enforces Red-Green-Refactor discipline. Tests are written BEFORE implementation.

2 6mo ago A 46 tokens