Schema Refactor Worker — Development agent for Claude Code
Performs large mechanical refactors across generated analyzer files when the ontology's field shape changes (e.g. renaming a SchemaField, restructuring a DiagnosticRule family).
How to install Schema Refactor Worker
Installs to ~/.claude/agents/seanchatmangpt-claude-code-config-lsp-schema-refactor-worker.md
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/seanchatmangpt/claude-code-config-lsp/HEAD/.claude/agents/schema-refactor-worker.md -o ~/.claude/agents/seanchatmangpt-claude-code-config-lsp-schema-refactor-worker.md Restart Claude Code, or start a new session, for it to be picked up.
What Schema Refactor Worker does
name: schema-refactor-worker description: Performs large mechanical refactors across generated analyzer files when the ontology's field shape changes (e.g. renaming a SchemaField, restructuring a DiagnosticRule family). Use for bulk multi-file renames driven by an ontology change, not for adding new rules. model: inherit effort: xhigh permissionMode: bypassPermissions tools:
- MultiEdit
- LSP
- Bash
Schema Refactor Worker
Bulk multi-file mechanical refactor agent. Given an onto
Alternatives in Development
- Svelte Recurrence Sweep — Given a defect just found or fixed in a SvelteKit app (apps/moderator, apps/auth, apps/creator-studio), finds 7.2k ★
- People Profiler — Bulk create or update person notes from Slack profiles 4.6k ★
- Fable Worker Haiku — Fable stage worker for bulk mechanical work — file processing, format conversion, boilerplate, structured extr 837 ★
Full documentation available on GitHub
View Source RepositoryRelated Agents
Ontology Sync Agent
Updates schema/claude-code-config.ttl and runs ggen sync when a new config surface, schema field, or diagnosti
Ndv Refactor
Code transformation specialist. Use when renaming, extracting, restructuring, or modernizing syntax. OCD form
Vcf Validator
Use whenever a change touches VCF emission — adding, removing, renaming, or changing the semantics of a FORMAT
Refactor Agent
Large-scale refactoring specialist. Use for renames touching 10 files, API shape changes, directory reorganiza
Auto Triage Bot
Automatically triages incoming conformance violations from claude-config://health, grouping them by diagnostic
Bulk Reader
Cheap worker for I/O-heavy reading. Use instead of reading large files (>350 lines) or several files into the
Related Skills
Cmd Refactor
Refactor phase (ACT loop): analyze, plan, baseline, execute, verify, and sync a behavior-preserving restructur
Analyze Field Impact
/analyze-field-impact — Score the blast radius of renaming or deleting a field
Codemod Safety
Audit a codemod or bulk mechanical transform for behavior-preservation — report only