Skip to main content

Resgrid/Core

SkillsMP는 Resgrid/Core에서 50개의 skill을 수집했습니다. skill을 열어 소스와 세부 정보를 확인하세요.

최근 기록된 소스 활동
SkillsMP 카탈로그 업데이트
수집된 skills
50
GitHub 스타
225
GitHub 포크
86

수집된 skill 50개 중 40개를 표시합니다.

직업 분류
소프트웨어 품질 보증 분석가·테스터
설명

Focus code review effort on the 20% of code that causes 80% of issues. Prioritizes data access, security, concurrency, and integration boundaries over formatting and style. Uses blast radius scoring to determine review depth. Includes checkpoint schedules,…

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Architecture selection advisor for .NET applications. Asks structured questions about domain complexity, team size, system lifetime, compliance, and integration needs, then recommends the best-fit architecture: Vertical Slice, Clean Architecture, DDD + Clean…

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

.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…

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

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…

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Autonomous iteration loops for .NET development: build-fix, test-fix, refactor, and scaffold loops. Each loop has bounded iterations, progress detection, and fail-safe guards that prevent infinite retries and wasted tokens. Load this skill when Codex needs to…

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

CI/CD pipelines for .NET applications. Covers GitHub Actions and Azure DevOps YAML pipelines with build, test, publish, and deploy stages. Load this skill when setting up continuous integration, automated testing, deployment workflows, or when the user…

원문 언어: 영어

업데이트
직업 분류
소프트웨어 품질 보증 분석가·테스터
설명

Structured code review workflow for .NET projects using Roslyn MCP tools. Multi-dimensional review covering correctness, security, performance, architecture compliance, and test coverage. Load when: "review PR", "review code", "code review", "PR review",…

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Dockerfile-less containerization using the .NET 10 SDK container publishing feature. Covers MSBuild properties, chiseled images, multi-arch builds, and registry publishing — all without writing a Dockerfile. Load this skill when the user wants to containerize…

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Token budget management for Codex sessions. Teaches how to minimize context consumption using MCP-first navigation, lazy loading, subagent isolation, and strategic file reading. Keeps Codex effective throughout long sessions by treating the 200k token window…

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Detects and enforces project-specific coding conventions by analyzing existing codebase patterns. Learns naming conventions, folder structure, test organization, and coding style from the existing code. Load when: "conventions", "coding standards", "project…

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Domain-Driven Design tactical patterns for .NET applications. Covers aggregates, aggregate roots, value objects, domain events, domain services, strongly-typed IDs, and repository patterns for aggregate persistence. Load this skill when implementing DDD,…

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Systematic code cleanup pipeline for .NET projects. Runs 7 ordered steps: formatting, unused usings, analyzer warnings, dead code removal, TODO resolution, sealed class audit, and CancellationToken propagation. Each step is verified independently with tests…

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Dependency injection patterns for .NET 10. Covers service lifetimes, keyed services, the decorator pattern, factory pattern, and common DI pitfalls. Load this skill when registering services, resolving lifetime issues, designing service composition, or when…

원문 언어: 영어

업데이트
직업 분류
네트워크·컴퓨터 시스템 관리자
설명

Docker containerization for .NET 10 applications. Covers multi-stage builds, .NET container images, non-root user configuration, health checks, and .dockerignore. Load this skill when containerizing an application, optimizing image size, setting up Docker…

원문 언어: 영어

업데이트
직업 분류
소프트웨어 품질 보증 분석가·테스터
설명

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…

원문 언어: 영어

업데이트
직업 분류
기타 컴퓨터 관련 직업
설명

Confidence-scored instinct system for learning project-specific patterns through an observe-hypothesize-confirm cycle. Instincts start as low-confidence hypotheses and graduate to permanent rules in MEMORY.md once confirmed. Stored per-project in…

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Auto-document insights and discoveries during development sessions. Unlike MEMORY.md (corrective rules from the self-correction-loop skill), the learning log captures organic discoveries: non-obvious bugs, undocumented architecture decisions, performance…

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Observability for .NET 10 applications. Covers Serilog structured logging, OpenTelemetry traces and metrics, health checks, and correlation IDs. Load this skill when setting up logging, tracing, metrics, or health monitoring, or when the user mentions…

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Safe migration workflows for EF Core database migrations, .NET version upgrades, and NuGet dependency updates. Includes rollback strategies and verification steps. Load when: "migration", "add migration", "ef migration", "update database", "upgrade nuget",…

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

.NET 10 minimal APIs — the default for building HTTP endpoints. Covers MapGroup, endpoint filters, TypedResults, OpenAPI metadata, parameter binding, and route conventions. Load this skill when creating API endpoints, configuring routing, setting up OpenAPI…

원문 언어: 영어

업데이트
직업 분류
기타 컴퓨터 관련 직업
설명

Strategic Codex model selection for .NET development workflows. Guides when to use Opus 4.6 (deep reasoning, architecture, ambiguous problems) vs Sonnet 4.6 (throughput, large context, routine implementation) vs Haiku 4.5 (fast, cheap subagent tasks). Covers…

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Modern C# language features for .NET 10 and C# 14. Covers primary constructors, collection expressions, the field keyword, extension members, records, pattern matching, spans, and raw string literals. Load this skill when writing any new C# code, reviewing…

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

OpenTelemetry observability for .NET 10 applications. Covers traces, metrics, and logs using the OpenTelemetry SDK with OTLP export. Includes custom ActivitySource, IMeterFactory metrics, resource configuration, and Aspire Dashboard integration. Load this…

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Interactive project setup, health check, and migration workflows. Guides developers through project initialization with customized AGENTS.md generation, codebase health analysis using MCP tools, and .NET version migration. Load when: "init project", "setup…

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

.NET solution and project structure conventions. Covers .slnx format, Directory.Build.props, Directory.Packages.props for central package management, global usings, and naming conventions. Load this skill when setting up a new solution, adding projects,…

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Resilience patterns for .NET 10 applications using Polly v8. Covers retry, circuit breaker, timeout, fallback, rate limiter, hedging, and composing resilience pipelines. Load this skill when implementing retry logic, circuit breakers, handling transient…

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Code scaffolding patterns for .NET 10 features, entities, and tests. Generates complete feature slices, entities with EF Core configuration, and integration tests following the project's chosen architecture. Load when: "scaffold", "create feature", "add…

원문 언어: 영어

업데이트
직업 분류
정보 보안 분석가
설명

Deep security scanning for .NET applications across 6 layers: vulnerable packages, secrets detection, OWASP code patterns, auth configuration, CORS policy, and data protection. Produces severity-rated findings with specific remediation steps. Load this skill…

원문 언어: 영어

업데이트
직업 분류
기타 컴퓨터 관련 직업
설명

Self-improving correction capture system. After ANY user correction, detect it, generalize the lesson, and store it as a reusable rule in MEMORY.md. Ensures Codex's mistake rate drops over time by compounding corrections into permanent knowledge. Load this…

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Structured logging with Serilog for .NET 10 applications. Covers two-stage bootstrap, appsettings configuration, enrichers, sinks, request logging, destructuring, and Serilog.Expressions. Load this skill when setting up Serilog, configuring log sinks,…

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

End-to-end session lifecycle management for .NET projects. Handles session start (load handoff, MEMORY.md, instincts, detect .NET solution), session end (capture completed work, persist learnings, write handoff), and context preservation across sessions. Load…

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Modular AGENTS.md management strategy for projects that outgrow a single instruction file. Covers when and how to split a monolithic AGENTS.md into multiple files, organizing by concern, module, or team. Includes precedence rules to prevent conflicting…

원문 언어: 영어

업데이트
직업 분류
소프트웨어 품질 보증 분석가·테스터
설명

Testing strategy for .NET 10 applications. Covers xUnit v3, WebApplicationFactory for integration tests, Testcontainers for real database testing, Verify for snapshot testing, and the AAA pattern. Load this skill when writing tests, setting up test…

원문 언어: 영어

업데이트
직업 분류
소프트웨어 품질 보증 분석가·테스터
설명

7-phase .NET verification pipeline with structured PASS/FAIL reporting. Ensures every change is build-verified, diagnostics-clean, anti-pattern-free, test-passing, security-scanned, format-compliant, and diff-reviewed before marking work as complete. Load…

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Vertical Slice Architecture (VSA) for .NET applications — one of several supported architectures in dotnet-Codex-kit. Covers feature folders, endpoint grouping, and handler patterns for Mediator, Wolverine, and raw handler classes. Load this skill when the…

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Codex workflow mastery for .NET developers. Covers parallel execution with git worktrees, plan mode strategy, verification loops, auto-formatting hooks, permission setup for dotnet CLI, prompting techniques, and subagent patterns — all adapted for the .NET…

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Structured session ending ritual that captures completed work, pending tasks, and learnings before a session ends. Writes a handoff note to .Codex/handoff.md so the next session (or a different developer) can pick up exactly where this session left off. Load…

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Autonomous iteration loops for .NET development: build-fix, test-fix, refactor, and scaffold loops. Each loop has bounded iterations, progress detection, and fail-safe guards that prevent infinite retries and wasted tokens. Load this skill when Claude needs…

원문 언어: 영어

업데이트
직업 분류
기타 컴퓨터 관련 직업
설명

Token budget management for Claude Code sessions. Teaches how to minimize context consumption using MCP-first navigation, lazy loading, subagent isolation, and strategic file reading. Keeps Claude effective throughout long sessions by treating the 200k token…

원문 언어: 영어

업데이트
직업 분류
소프트웨어 품질 보증 분석가·테스터
설명

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…

원문 언어: 영어

업데이트
수집된 skill 50개 중 40개를 표시합니다.