platform-knowledge
No SKILL.md available for this skill.
View on GitHubMore from doubleslashse/claude-marketplace
clean-code
Clean code principles including DRY, KISS, and YAGNI for .NET. Use when writing or reviewing code to ensure maintainability and simplicity.
11codebase-analysis
Techniques for analyzing existing codebases to reverse-engineer requirements and understand business logic. Use when conducting brownfield analysis or understanding existing system capabilities.
10static-analysis
.NET static analysis and code quality tools. Use when configuring analyzers, fixing warnings, or enforcing code standards.
8conflict-detection
Conflict identification and resolution patterns for requirements, decisions, and plans
8cqs-patterns
Command Query Separation (CQS) and CQRS patterns for .NET. Use when designing methods, handlers, and application architecture. Ensures predictable, testable code.
6context-engineering
Context window management techniques for maintaining efficiency and preventing context bloat
6