Doc Refactor
Description
--- name: Documentation Refactor description: Refactor and document messy C# or XAML code tags: documentation, refactoring --- # Documentation Refactor for .NET MAUI Refactor and document the specified code: 1. **Analyze**: Read the target file, understand its purpose and dependencies 2. **Refactor**: Clean up naming, extract methods, reduce complexity 3. **Document**: Add XML doc comments to public classes, methods, and properties 4. **Verify**: Run `dotnet build` to confirm no breaking chan
Installation
Installs to ~/.claude/skills/mistrypragnesh40-claude-maui-config-doc-refactor/SKILL.md
mkdir -p ~/.claude/skills/mistrypragnesh40-claude-maui-config-doc-refactor && curl -fsSL https://raw.githubusercontent.com/mistrypragnesh40/claude-maui-config/HEAD/commands/doc-refactor.md -o ~/.claude/skills/mistrypragnesh40-claude-maui-config-doc-refactor/SKILL.md Restart Claude Code, or start a new session, for it to be picked up.
Full documentation available on GitHub
View Source RepositoryRelated Skills
Doc Co-authoring
Guide users through structured workflow for co-authoring documentation
Documentation Docx
Create, edit, and analyze Word documents with tracked changes, comments, and formatting
Documentation Extract text, create PDFs, merge/split documents, and handle forms
Documentation Pptx
Create, edit, and analyze PowerPoint presentations with layouts and templates
Documentation Xlsx
Create, edit, and analyze Excel spreadsheets with formulas, formatting, and visualization
Documentation mcp-server-fetch
Fetch and convert web pages to markdown.
Documentation