Skip to main content
codewithmukesh
GitHub creator profile

codewithmukesh

Repository-level view of 47 collected skills across 1 GitHub repositories.

skills collected
47
repositories
1
updated
Jul 25, 2026
repository explorer

Repositories and representative skills

dotnet-init
software-developers

Interactive project initialization. Detects project type, asks architecture questions, and generates a customized CLAUDE.md — no manual template copying. Use when: "init project", "setup project", "initialize", "new project setup", "generate CLAUDE.md",…

Jul 25, 2026
health-check
software-developers

Multi-dimensional health assessment for .NET projects with letter grades (A-F) using Roslyn MCP tools. Evaluates 8 dimensions: build health, code quality, architecture, test coverage, dead code, API surface, security posture, and documentation. Produces a…

Jul 25, 2026
arch-check
software-developers

Architecture conformance check: verifies an existing codebase against its declared architecture (VSA, Clean Architecture, DDD, Modular Monolith) — dependency direction, layer violations, module boundary leaks, and cycles — using token-cheap Roslyn MCP…

Jul 22, 2026
outdated
software-developers

Dependency health report for .NET solutions: outdated NuGet packages, vulnerable versions, and commercial-license traps (MediatR, MassTransit, FluentAssertions, AutoMapper) — powered by the get_nuget_packages MCP tool. Invoke when: "outdated packages", "check…

Jul 22, 2026
aspire
software-developers

.NET Aspire for cloud-native orchestration. Covers AppHost configuration, service defaults, resource configuration, service discovery, and the Aspire dashboard. Load this skill when setting up local development orchestration, service discovery, or…

Jul 22, 2026
authentication
software-developers

Authentication and authorization for ASP.NET Core. Covers JWT bearer tokens, OpenID Connect, ASP.NET Identity, authorization policies, role and claim-based authorization, and API key authentication. Load this skill when implementing login, protecting…

Jul 22, 2026
build-fix
software-developers

Autonomous iteration loops for .NET: drive a broken build or failing test suite to green with bounded iterations, progress detection, and fail-safe guards that prevent infinite retries and wasted tokens. The build-fix loop (dotnet build, parse, categorize,…

Jul 22, 2026
checkpoint
software-developers

Mid-session save point: create a descriptive git commit and a brief handoff note, then keep working. Use before a risky change or refactor, when switching tasks, or to bank progress without ending the session. Triggers on: /checkpoint, "checkpoint", "save…

Jul 22, 2026
Showing 8 of 47 collected skills.
Showing 1 of 1 repositories
All repositories loaded