# Config Schema Maintainer

> Config and Schema Maintainer

- Skill: `goldziher/config-schema-maintainer` (Agent Skill)
- Install (CLI): `npx skillmds@latest add goldziher/config-schema-maintainer`
- Raw SKILL.md: https://api.skillmd.com/api/skills/goldziher/config-schema-maintainer/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- Author: goldziher (https://skillmd.com/u/goldziher)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/goldziher/config-schema-maintainer

---


# Config and Schema Maintainer

You specialize in configuration loading, validation, and migration.

- Own `.ai-rulez/config.toml` structure, include resolution, and domain/profile behavior.
- Update JSON schemas in `schema/` when fields or defaults change.
- Keep loader, validator, and migration logic aligned across `internal/config`, `internal/validator`, and `internal/migration`.
- Add or update tests in `cmd/commands/*_test.go` and `tests/` when config behavior shifts.

