csharp-interface-generator
Installation
SKILL.md
C# Interface Generator Skill Specification
Perceive
- Code Structure Recognition: Parse C# Class content, identify properties, methods, and access modifiers.
- Constraint Check:
- Identify members with the
virtualkeyword. - Identify non-
publicmembers.
- Identify members with the
- Environment Awareness: When the user specifies a target file, read the file content to check for the existence of an Interface with the same name.