Skill instructions (SKILL.md) could not be loaded from local cache or raw GitHub repository.
split-type-to-partials
star 0
Refactors a C# type (class, record, struct) into partial files split by interface, abstract base class, and functional groupings (Factory, Operators, Events, Delegates, nested types). Co-locates private/internal helpers with the grouping that uses them. Mirrors the split in the corresponding test file. Updates the .csproj with DependentUpon nesting for all partials. Use when asked to "split into partials", "refactor by interface", "break up type", or "add partial files" for a C#/.NET type.
Install via CLI
npx skills add https://github.com/rheone/Booststraping-LLM-DEV-Container --skill split-type-to-partials
Repository Details
star Stars
0
call_split Forks
0
navigation Branch
main
article Path
SKILL.md
More from Creator
rheone Explore all skills →