thomwebb

6 mods across 2 repositories, 322 stars between them.

adding-provider

01

thomwebb/gac

Skill Claude CodeCodex

Use when adding a new AI provider to the GAC project (e.g. a new OpenAI-compatible inference service, Anthropic-compatible endpoint, or OAuth-based provider). Lists every file that must be created or edited and the exact registration steps required for the provider to appear in the registry, the uvx gac init flow, the…

318 4d ago A 78 tokens original MIT

code-quality

02

thomwebb/gac

Skill Claude CodeCodex

Use when formatting, linting, type checking, or reviewing code quality in the GAC project. Covers ruff, mypy, Makefile targets, and coding standards.

318 4d ago A 38 tokens original MIT

debugging

03

thomwebb/gac

Skill Claude CodeCodex

Use when debugging test failures, runtime errors, or unexpected behavior in the GAC project. Covers pytest debugging, logging, and common patterns.

318 4d ago C 31 tokens original MIT

project-nav

04

thomwebb/gac

Skill Claude CodeCodex

Use when navigating the GAC codebase, finding where code lives, or understanding the project structure. 106 source files, 151 test files.

318 4d ago A 33 tokens original MIT

testing

05

thomwebb/gac

Skill Claude CodeCodex

Use when running, writing, or debugging tests in the GAC project. Covers test structure, pytest commands, provider testing patterns, and integration vs unit test practices.

318 4d ago A 35 tokens original MIT

gac AGENTS.md

06

thomwebb/gac

Instructions file CodexOpenCode

Instructions for thomwebb/gac, covering gac — agent guidelines, uv run (non-negotiable), user data safety (non-negotiable), use tmppath + mock the file path and never call resetstats() / savestats() without mocking.

318 4d ago A 971 tokens original MIT