config-extraction - Extract Subsystem Configurations from Monolithic Config Using Strangler Fig Pattern
Extract subsystem-specific config structs from a monolithic configuration using the strangler fig pattern
Tags
Updated: 2026-02-15Capabilities
Typical Inputs
Typical Outputs
What this skill does
- read source files
- list config field references
- define focused config structs
- write conversion functions
- update config references
- compile and test changes
Inputs
- source code files
- global configuration struct
- package structure
- field reference lists
Outputs
- subsystem-specific config structs
- pure conversion functions
- updated source code
- compiled binaries
- test results
Requirements
- Go programming environment
- source code access
- compilation tools
- test framework
