Help us improve
Share bugs, ideas, or general feedback.
From neo-skills
Generates C# interfaces from classes, extracting only public get-only properties (no virtual, set, or init), with smart file handling: create new, append, or replace existing interfaces.
npx claudepluginhub benknightdark/neo-skills --plugin neo-skillsHow this skill is triggered — by the user, by Claude, or both
Slash command
/neo-skills:neo-csharp-interface-generatorThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
1. **Code Structure Recognition**: Parse C# Class content, identify properties, methods, and access modifiers.
Provides behavioral guidelines to reduce common LLM coding mistakes, focusing on simplicity, surgical changes, assumption surfacing, and verifiable success criteria.
Searches, retrieves, and installs Agent Skills from prompts.chat registry using MCP tools like search_skills and get_skill. Activates for finding skills, browsing catalogs, or extending Claude.
Guides systematic root-cause debugging when tests fail, builds break, or unexpected errors occur. Provides a structured triage checklist to preserve evidence, localize, and fix issues instead of guessing.
Share bugs, ideas, or general feedback.
virtual keyword.public members.I.virtual modifier.get; accessor. No set; or init; is allowed.public members.read_file (if the file exists) -> logical replacement -> write_file.