Wouter Van Ranst
Community@woutervanranst · Brussels
Agent Skills by Wouter Van Ranst
Showing 21 vetted skills indexed across 1 GitHub repositories.
openspec-apply-change
Guide users through applying OpenSpec changes with status checks and task implementation.
openspec-explore
Guide early-stage idea exploration with questions and ASCII diagrams.
openspec-verify-change
Verify implementation alignment with delta specs, tasks, and design artifacts.
openspec-new-change
Scaffold a new OpenSpec change with a kebab-case name under openspec/changes.
openspec-archive-change
Archives completed OpenSpec changes with delta sync and artifact validation.
openspec-onboard
Guide new users through a complete OpenSpec change cycle from proposal to archive.
openspec-bulk-archive-change
Archive multiple completed OpenSpec changes in a batch operation.
openspec-continue-change
Create the next OpenSpec artifact and update workflow state.
openspec-sync-specs
Merge delta specs into main specs under openspec/specs without archiving.
openspec-ff-change
Automate OpenSpec change scaffolding with openspec CLI commands.
ast-grep
Translate natural language queries into ast-grep rules for C# syntax shapes.
serialization
Identify optimal .NET serialization strategies for APIs, messaging, and storage.
dotnet-project-structure
Automate .NET project setup with Directory.Build.props, .slnx, and SDK pinning.
modern-csharp-coding-standards
Generate guidance and examples for modern C# 12+ coding standards.
dotnet-slopwatch
Detect LLM reward hacking patterns in .NET C# code changes.
type-design-performance
Enforces .NET type design best practices including readonly structs and immutable collections to prevent performance pitfalls.
package-management
Manage NuGet packages with centralized CPM versioning and dotnet CLI workflows.
csharp-tunit
Guide C# test writing and review with TUnit data sources, lifecycle hooks, and parallelism.
crap-analysis
Compute CRAP scores from OpenCover coverage and complexity data for .NET projects.
microsoft-extensions-configuration
Implement Microsoft.Extensions.Options patterns for .NET configuration binding and validation.
testcontainers-integration-tests
Run TestContainers-based integration tests against real databases, queues, and caches in .NET.