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.
Reason
- Interface Generation Logic:
- **Naming Conven
[Description truncada. Veja o README completo no GitHub.]