Metalnib/dotnet-episteme-skills
Plugin Claude Code
DotNet Episteme Skills marketplace source for practical, production-tested .NET AI skills.
Metalnib/dotnet-episteme-skills
Plugin Claude Code
DotNet Episteme Skills marketplace source for practical, production-tested .NET AI skills.
Metalnib/dotnet-episteme-skills
Plugin Claude Code
Practical, production-tested .NET skills that provide enterprise-proven instructions for AI-assisted development.
Metalnib/dotnet-episteme-skills
MCP server Claude CodeCodexCursor +2
MCP server "synopsis" as configured in Metalnib/dotnet-episteme-skills. Launched with ${CLAUDE_PLUGIN_ROOT}/bin/synopsis-mcp-launcher.sh.
Metalnib/dotnet-episteme-skills
Skill Claude CodeCodex
Use when the user asks to verify a story or ticket implementation against its spec - per-AC verdicts, code reuse and design conformance, dead code, then adversarial maintainer verification. Requires the qa/review agent roles registered by scripts/install-codex.sh. Keywords: story QA, acceptance criteria, spec…
Metalnib/dotnet-episteme-skills
Skill Claude CodeCodex
Use when the user asks for a phase-gated refactoring or redesign loop - session-blind workers map and trace the area, empirical probes precede the design, an approval gate guards implementation, and a conformance audit re-checks the branch after any design change. State persists in .episteme/DESIGN- .md. Requires the…
Metalnib/dotnet-episteme-skills
Skill Claude CodeCodex
Use when the user asks for a multi-agent .NET code review - five parallel reviewers (correctness, performance, security/observability, data/messaging/integration, generalist) plus an adversarial maintainer that refutes weak findings. Requires the review agent roles registered by scripts/install-codex.sh. Keywords…
Metalnib/dotnet-episteme-skills
Command
Story QA - multi-agent verification of a story implementation against its spec: per-AC verdicts, code reuse and design conformance, dead code, then adversarial maintainer verification. Finds the spec by explicit path, ticket key in the branch name, or plan files - and asks rather than guessing. Verdict persists to…
Metalnib/dotnet-episteme-skills
Command
Phase-gated refactoring/design loop - session-blind subagents build the map and traces, empirical probes precede the design, an approval gate guards implementation, and a conformance audit re-checks the whole branch after any design change. State persists in .episteme/DESIGN- .md so the loop survives compaction and…
Metalnib/dotnet-episteme-skills
Command
Multi-agent .NET code review - up to five reviewers in parallel (correctness, performance, security/observability, data/messaging/integration, generalist), then an adversarial maintainer pass that refutes weak findings. Runs the bundled dotnet-review workflow; reviewer model scales with change size.
Metalnib/dotnet-episteme-skills
Hook
Runs before the agent uses a tool for Bash tool calls, executing git-readonly-guard.sh. From Metalnib/dotnet-episteme-skills.
Metalnib/dotnet-episteme-skills
Hook
Runs when a session starts on startup, compact, clear and resume, executing design-state-reload.sh (4 commands). From Metalnib/dotnet-episteme-skills.
Metalnib/dotnet-episteme-skills
Skill Claude CodeCodex
Use when reviewing PRs/diffs/branches/documents for .NET quality, correctness, performance, security, data access, messaging, and observability. Includes adversarial critical-thinking mode for skeptical/cynical review requests. Keywords: code review, review PR, review diff, critical review, cynical review, adversarial…
Metalnib/dotnet-episteme-skills
Skill Claude CodeCodex
Use when you need CRAP score and coverage risk analysis to find high-risk code before refactoring or release. Keywords: CRAP score, risk hotspots, cyclomatic complexity, test coverage gaps, coverage threshold.
Metalnib/dotnet-episteme-skills
Skill Claude CodeCodex
Use when reviewing a .NET pull request for breaking changes that may affect other microservice repositories. Detects cross-repo API, DTO, endpoint, EF entity, and NuGet-package breaks, and checks whether a compatible downstream PR already exists. Keywords: cross-repo impact, breaking change, microservice…
Metalnib/dotnet-episteme-skills
Skill Claude CodeCodex
Use when designing or changing public C#/.NET APIs with compatibility and versioning constraints. Keywords: breaking change, API design, backward compatibility, binary compatibility, deprecation strategy, versioning.
Metalnib/dotnet-episteme-skills
Skill Claude CodeCodex
Use when writing or refactoring modern C# with maintainability and performance standards. Keywords: coding standards, C# best practices, refactor C#, records, pattern matching, async best practices.
Metalnib/dotnet-episteme-skills
Skill Claude CodeCodex
Use when choosing .NET concurrency patterns for async I/O, queues, pipelines, or thread safety. Keywords: async/await, channels, dataflow, Rx, lock contention, producer consumer, parallel processing.
Metalnib/dotnet-episteme-skills
Skill Claude CodeCodex
Use when designing types and collections for hot paths and low-allocation .NET code. Keywords: readonly struct, sealed class, ValueTask, Span, FrozenDictionary, FrozenSet, allocation optimisation.
Metalnib/dotnet-episteme-skills
Skill Claude CodeCodex
Use when you need to inspect NuGet package APIs, list public types, or decompile method/property signatures. Keywords: inspect package API, list types, decompile type, method signatures, NuGet interface.
Metalnib/dotnet-episteme-skills
Skill Claude CodeCodex
Use when selecting serialisation formats and contracts for APIs, messaging, caching, or persistence. Keywords: serialisation, System.Text.Json, source generator, protobuf, messagepack, wire compatibility, AOT.
Metalnib/dotnet-episteme-skills
Skill Claude CodeCodex
Use when verifying a story or ticket implementation against its spec and acceptance criteria - per-AC verdicts with file:line evidence and proving tests, code reuse and design conformance, dead code, stale docs, comment discipline. Finds the spec from an explicit path, the ticket key in the branch name, or plan files…
Metalnib/dotnet-episteme-skills
Skill Claude CodeCodex
Use when you need blast-radius analysis, dependency graphs, cross-repo impact, breaking-change diff, or architectural overview of .NET workspaces. Keywords: blast radius, dependency graph, impact analysis, cross-repo, call graph, endpoint map, EF Core lineage, breaking change, daemon, reindex.