Config Conformance Reviewer — Project Management agent for Claude Code
Reviews changes to Claude Code config surfaces (settings.json, agent/skill frontmatter, plugin.json, marketplace.json, mcp.json, hooks) for conformance with this project's own ontology and diagnostic.
How to install Config Conformance Reviewer
Installs to ~/.claude/agents/seanchatmangpt-claude-code-config-lsp-config-conformance-reviewer.md
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/seanchatmangpt/claude-code-config-lsp/HEAD/.claude/agents/config-conformance-reviewer.md -o ~/.claude/agents/seanchatmangpt-claude-code-config-lsp-config-conformance-reviewer.md Restart Claude Code, or start a new session, for it to be picked up.
What Config Conformance Reviewer does
name: config-conformance-reviewer description: Reviews changes to Claude Code config surfaces (settings.json, agent/skill frontmatter, plugin.json, marketplace.json, mcp.json, hooks) for conformance with this project's own ontology and diagnostic rules. Use after editing schema/claude-code-config.ttl or any analyzer in src/analyzers/, or when asked to sanity-check a config fixture before committing. model: sonnet effort: medium maxTurns: 30 permissionMode: plan context: fork memory: scope:
Alternatives in Project Management
- React Effect Reviewer — Use to review React (.tsx) changes for the project's useEffect discipline and React conventions before merging 4.8k ★
- Contributing To MCP Apps SDK — We welcome contributions to the MCP Apps SDK 2.1k ★
- Iwsdk Code Reviewer — Reviews IWSDK code for performance, ECS patterns, and project conventions 349 ★
Full documentation available on GitHub
View Source RepositoryRelated Agents
Config Doctor
Audits and repairs Claude Code configuration, including agents, commands, hooks, settings, and project memory.
Debug Model Agent
Diagnostic subagent — reports which model is actually executing (verifies agent model: frontmatter routing). U
Config Architect
Use this agent when the user needs to create, modify, or optimize Claude Code configuration files (claude.json
Pre Commit Reviewer
Crosswalker pre-commit alignment auditor. Reviews staged changes against project conventions BEFORE commit — f
Timps Browser Automation
Generate Playwright E2E tests with page objects, fixtures, and CI config. Use the timps_browser_automation MCP
Graphiti Config Generator.Agent
Expert in generating Graphiti Memory MCP configurations for projects. Use when: (1) Setting up memory for new
Related Skills
Effect Claudecode
Effect v4 bindings for Claude Code's plugin primitives — hooks, skills, settings, MCP servers, frontmatter
Reviewer
Code review agent - critically reviews changes for quality, security, and correctness
Prepr
Pre-PR readiness check. Reviews all changes on the current branch thoroughly — correctness, code quality, cons