Skip to main content
managedcode
GitHub 제작자 프로필

managedcode

11개 GitHub 저장소에서 수집된 408개 skills를 저장소 단위로 보여줍니다.

수집된 skills
408
저장소
11
업데이트
2026년 8월 31일
저장소 지도

skills가 있는 위치

수집된 skill 수가 많은 주요 저장소와 이 제작자 카탈로그 내 비중, 직업 분포를 보여줍니다.

#01
dotnet-skills
skills 207개 · 2026년 8월 31일
소프트웨어 개발자소프트웨어 품질 보증 분석가·테스터네트워크·컴퓨터 시스템 관리자데이터 과학자웹 개발자정보 보안 분석가
직업 카테고리 6개 · 66% 분류됨
51%비중
#02
LlmTck
skills 52개 · 2026년 7월 9일
소프트웨어 개발자소프트웨어 품질 보증 분석가·테스터데이터 과학자웹·디지털 인터페이스 디자이너정보 보안 분석가프로젝트 관리 전문가
직업 카테고리 6개 · 98% 분류됨
13%비중
#03
Storage
skills 42개 · 2026년 3월 13일
소프트웨어 개발자소프트웨어 품질 보증 분석가·테스터정보 보안 분석가기타 컴퓨터 관련 직업데이터 과학자웹·디지털 인터페이스 디자이너
직업 카테고리 7개 · 100% 분류됨
10%비중
#04
PrompterOne
skills 36개 · 2026년 4월 19일
소프트웨어 개발자소프트웨어 품질 보증 분석가·테스터웹 개발자데이터 과학자웹·디지털 인터페이스 디자이너컴퓨터·정보 시스템 관리자
직업 카테고리 7개 · 100% 분류됨
8.8%비중
#05
Orleans.RateLimiting
skills 21개 · 2026년 5월 5일
소프트웨어 개발자소프트웨어 품질 보증 분석가·테스터
직업 카테고리 2개 · 100% 분류됨
5.1%비중
#06
MCAF
skills 18개 · 2026년 3월 16일
소프트웨어 개발자소프트웨어 품질 보증 분석가·테스터기타 컴퓨터 관련 직업네트워크·컴퓨터 시스템 관리자데이터 과학자웹·디지털 인터페이스 디자이너
직업 카테고리 8개 · 100% 분류됨
4.4%비중
#07
FeatureChecker
skills 10개 · 2026년 5월 10일
소프트웨어 개발자소프트웨어 품질 보증 분석가·테스터
직업 카테고리 2개 · 80% 분류됨
2.5%비중
#08
dotPilot
skills 7개 · 2026년 3월 16일
소프트웨어 개발자네트워크·컴퓨터 시스템 관리자소프트웨어 품질 보증 분석가·테스터컴퓨터·정보 시스템 관리자
직업 카테고리 4개 · 100% 분류됨
1.7%비중
여기에는 상위 8개 저장소가 표시되며, 전체 저장소 목록은 아래에서 이어집니다.
저장소 탐색

저장소와 대표 skills

format
미분류

Format or verify trusted .NET projects with the SDK-provided `dotnet format` command. USE FOR: applying or checking `.editorconfig`-driven whitespace, code-style, or analyzer fixes; adding a `--verify-no-changes` CI gate; diagnosing formatter scope or load…

2026년 8월 31일
aspire
미분류

Build, upgrade, and operate Aspire 13.5.x C# or TypeScript application hosts with the current CLI, AppHost, ServiceDefaults, integrations, dashboard, testing, MCP, and deployment patterns for distributed apps. USE FOR: Aspire.AppHost.Sdk, Aspire.Hosting.*,…

2026년 8월 31일
orleans
미분류

Design Microsoft Orleans systems from each primitive's purpose and failure model. USE FOR: grains, digital twins, state versus databases, transactions, messaging, streams, timers, reminders, Durable Jobs, stateless workers, grain services, startup, and…

2026년 8월 31일
mcaf
미분류

Apply minimal MCAF repository governance when the user explicitly asks to adopt MCAF or change MCAF-specific rules. USE FOR: creating or tightening root and local AGENTS.md policy; placing durable engineering context; defining the repository's own…

2026년 8월 31일
mstest
미분류

Write, run, or repair .NET tests that use MSTest. Use when a repo uses `MSTest.Sdk`, `MSTest`, `[TestClass]`, `[TestMethod]`, `DataRow`, or Microsoft.Testing.Platform-based MSTest execution. USE FOR: the repo uses MSTest; you need to add, run, debug, or…

2026년 8월 31일
nunit
미분류

Write, run, or repair .NET tests that use NUnit. Use when a repo uses `NUnit`, `[Test]`, `[TestCase]`, `[TestFixture]`, or NUnit3TestAdapter for VSTest or Microsoft.Testing.Platform execution. USE FOR: writing or reviewing NUnit tests; using [Test],…

2026년 8월 31일
playwright-visual-testing
미분류

Add, repair, or review Playwright visual regression tests for browser-facing .NET apps, including screenshot baselines, Pixelmatch thresholds, deterministic rendering, and GitHub Actions artifacts. USE FOR: toHaveScreenshot, page.screenshot visual checks,…

2026년 8월 31일
tunit
미분류

Write, run, or repair .NET tests that use TUnit. Use when a repo uses `TUnit`, `TUnit.Playwright`, `[Test]`, `[Arguments]`, `ClassDataSource`, `SharedType.PerTestSession`, or Microsoft.Testing.Platform-based execution. Preserve TUnit's parallel-by-default…

2026년 8월 31일
수집된 skill 207개 중 8개를 표시합니다.
analyzer-config
소프트웨어 개발자

Use a repo-root `.editorconfig` to configure free .NET analyzer and style rules. Use when a .NET repo needs rule severity, code-style options, section layout, or analyzer ownership made explicit. USE FOR: the repo needs a root .editorconfig; analyzer severity…

2026년 7월 9일
apple-crash-symbolication
소프트웨어 개발자

Symbolicate .NET runtime frames in Apple platform .ips crash logs (iOS, tvOS, Mac Catalyst, macOS). Extracts UUIDs and addresses from the native backtrace, locates dSYM debug symbols, and runs atos to produce function names with source file and line numbers.…

2026년 7월 9일
clr-activation-debugging
소프트웨어 개발자

Diagnoses .NET Framework CLR activation issues using CLR activation logs (CLRLoad logs) produced by mscoree.dll. Use when: the shim picks the wrong runtime, fails to load any runtime, shows unexpected .NET 3.5 Feature-on-Demand (FOD) dialogs, unexpectedly…

2026년 7월 9일
code-analysis
소프트웨어 개발자

Use the free built-in .NET SDK analyzers and analysis levels with gradual Roslyn warning promotion. USE FOR: the repo wants first-party .NET analyzers; CI should fail on analyzer warnings; the team needs AnalysisLevel or AnalysisMode guidance. DO NOT USE FOR:…

2026년 7월 9일
code-testing-extensions
소프트웨어 개발자

Provides file paths to language-specific extension files for the code-testing pipeline. Call this skill to discover available extension guidance files (e.g., dotnet.md for .NET, cpp.md for C++). Do not use directly — invoked by code-testing agents and skills…

2026년 7월 9일
codeql
소프트웨어 개발자

Use the open-source CodeQL ecosystem for .NET security analysis. Use when a repo needs CodeQL query packs, CLI-based analysis on open source codebases, or GitHub Action setup with explicit licensing caveats. USE FOR: the repo uses or wants CodeQL for .NET…

2026년 7월 9일
complexity
소프트웨어 개발자

Use free built-in .NET maintainability analyzers and code metrics configuration to find overly complex methods and coupled code. USE FOR: the team wants to find overly complex methods; cyclomatic complexity thresholds are needed in CI; maintainability metrics…

2026년 7월 9일
csharpier
소프트웨어 개발자

Use the open-source free `CSharpier` formatter for C# and XML. Use when a .NET repo intentionally wants one opinionated formatter instead of a highly configurable `dotnet format`-driven style model. USE FOR: the repo uses or wants CSharpier; the team prefers…

2026년 7월 9일
수집된 skill 52개 중 8개를 표시합니다.
mcaf-adr-writing
소프트웨어 개발자

Create or update an ADR under `docs/ADR/` for architectural decisions, dependency changes, data-model changes, or cross-cutting policy shifts. Use when the user asks to write, update, or document an ADR, record a design decision, capture architecture…

2026년 3월 13일
mcaf-agile-delivery
프로젝트 관리 전문가

Shape delivery workflow around backlog quality, roles, ceremonies, and engineering feedback. Use when defining how the team plans, tracks work, and turns feedback into durable improvements.

2026년 3월 13일
mcaf-architecture-overview
소프트웨어 개발자

Create or update `docs/Architecture.md` as the global architecture map for a solution. Use when bootstrapping a repo, onboarding, or changing modules, boundaries, or contracts. Keep it navigational and use `references/overview-template.md` for scaffolding.

2026년 3월 13일
mcaf-ci-cd
소프트웨어 개발자

Design or refine CI/CD workflows, quality gates, release flow, and safe AI-assisted pipeline authoring. Use when adding or changing build pipelines, release stages, IaC-driven environments, or deployment rollback policy.

2026년 3월 13일
mcaf-code-review
소프트웨어 품질 보증 분석가·테스터

Prepare for, perform, or tighten code review workflow: PR scope, review checklist, reviewer expectations, and merge hygiene. Use when shaping pull requests, defining review policy, or auditing whether a change is review-ready.

2026년 3월 13일
mcaf-devex
소프트웨어 개발자

Improve developer experience for multi-component solutions: onboarding, F5 contract, cross-platform tasks, local inner loop, and reproducible setup. Use when the repo is hard to run, debug, test, or onboard into.

2026년 3월 13일
mcaf-documentation
소프트웨어 개발자

Create or refine durable engineering documentation: docs structure, navigation, source-of-truth placement, and writing quality. Use when a repo’s docs are missing, stale, duplicated, or hard to navigate, or when adding new durable engineering guidance.

2026년 3월 13일
mcaf-dotnet-analyzer-config
소프트웨어 개발자

Use a repo-root `.editorconfig` to configure free .NET analyzer and style rules. Use when a .NET repo needs rule severity, code-style options, section layout, or analyzer ownership made explicit. Nested `.editorconfig` files are allowed when they serve a…

2026년 3월 13일
수집된 skill 42개 중 8개를 표시합니다.
dotnet-analyzer-config
소프트웨어 개발자

Use a repo-root `.editorconfig` to configure free .NET analyzer and style rules. Use when a .NET repo needs rule severity, code-style options, section layout, or analyzer ownership made explicit. Nested `.editorconfig` files are allowed when they serve a…

2026년 4월 19일
dotnet-aspnet-core
웹 개발자

Build, debug, modernize, or review ASP.NET Core applications with correct hosting, middleware, security, configuration, logging, and deployment patterns on current .NET.

2026년 4월 19일
dotnet-biome
소프트웨어 개발자

Use Biome in .NET repositories that ship Node-based frontend assets and want a fast combined formatter-linter-import organizer for JavaScript, TypeScript, CSS, JSON, GraphQL, or HTML. Use when a repo prefers a modern all-in-one CLI over a larger ESLint plus…

2026년 4월 19일
dotnet-blazor
소프트웨어 개발자

Build and review Blazor applications across server, WebAssembly, web app, and hybrid scenarios with correct component design, state flow, rendering, and hosting choices.

2026년 4월 19일
dotnet-code-analysis
소프트웨어 개발자

Use the free built-in .NET SDK analyzers and analysis levels with gradual Roslyn warning promotion. Use when a .NET repo needs first-party code analysis, `EnableNETAnalyzers`, `AnalysisLevel`, or warning-as-error policy wired into build and CI.

2026년 4월 19일
dotnet-csharpier
소프트웨어 개발자

Use the open-source free `CSharpier` formatter for C# and XML. Use when a .NET repo intentionally wants one opinionated formatter instead of a highly configurable `dotnet format`-driven style model.

2026년 4월 19일
dotnet-eslint
소프트웨어 개발자

Use ESLint in .NET repositories that ship JavaScript, TypeScript, React, or other Node-based frontend assets. Use when a repo needs a configurable CLI lint gate for frontend correctness, import hygiene, unsafe patterns, or framework-specific rules.

2026년 4월 19일
dotnet-format
소프트웨어 개발자

Use the free first-party `dotnet format` CLI for .NET formatting and analyzer fixes. Use when a .NET repo needs formatting commands, `--verify-no-changes` CI checks, or `.editorconfig`-driven code style enforcement.

2026년 4월 19일
수집된 skill 36개 중 8개를 표시합니다.
analyzer-config
소프트웨어 개발자

Use a repo-root `.editorconfig` to configure free .NET analyzer and style rules. Use when a .NET repo needs rule severity, code-style options, section layout, or analyzer ownership made explicit. Nested `.editorconfig` files are allowed when they serve a…

2026년 5월 5일
architecture
소프트웨어 개발자

Design or review .NET solution architecture across modular monoliths, clean architecture, vertical slices, microservices, DDD, CQRS, and cloud-native boundaries without over-engineering.

2026년 5월 5일
archunitnet
소프트웨어 품질 보증 분석가·테스터

Use the open-source free `ArchUnitNET` library for architecture rules in .NET tests. Use when a repo needs richer architecture assertions than lightweight fluent rule libraries usually provide.

2026년 5월 5일
code-analysis
소프트웨어 개발자

Use the free built-in .NET SDK analyzers and analysis levels with gradual Roslyn warning promotion. Use when a .NET repo needs first-party code analysis, `EnableNETAnalyzers`, `AnalysisLevel`, or warning-as-error policy wired into build and CI.

2026년 5월 5일
complexity
소프트웨어 개발자

Use free built-in .NET maintainability analyzers and code metrics configuration to find overly complex methods and coupled code. Use when a repo needs cyclomatic complexity checks, maintainability thresholds, or complexity-driven refactoring gates.

2026년 5월 5일
crap-score
소프트웨어 품질 보증 분석가·테스터

Calculates CRAP (Change Risk Anti-Patterns) score for .NET methods, classes, or files. Use when the user asks to assess test quality, identify risky untested code, compute CRAP scores, or evaluate whether complex methods have sufficient test coverage.…

2026년 5월 5일
csharpier
소프트웨어 개발자

Use the open-source free `CSharpier` formatter for C# and XML. Use when a .NET repo intentionally wants one opinionated formatter instead of a highly configurable `dotnet format`-driven style model.

2026년 5월 5일
dotnet
소프트웨어 개발자

Primary router skill for broad .NET work. Classify the repo by app model and cross-cutting concern first, then switch to the narrowest matching .NET skill instead of staying at a generic layer.

2026년 5월 5일
수집된 skill 21개 중 8개를 표시합니다.
mcaf-ci-cd
소프트웨어 개발자

Design or refine CI/CD workflows, quality gates, release flow, and safe AI-assisted pipeline authoring. Use when adding or changing build pipelines, release stages, IaC-driven environments, or deployment rollback policy.

2026년 3월 16일
mcaf-solution-governance
기타 컴퓨터 관련 직업

Set up or refine solution-level governance for MCAF repositories: root and project-local `AGENTS.md`, rule precedence, solution topology, skill routing, and maintainability-limit policy placement. Use when bootstrapping a repo, restructuring a multi-project…

2026년 3월 16일
mcaf-testing
소프트웨어 품질 보증 분석가·테스터

Add or update automated tests for a change using the repository’s verification rules in `AGENTS.md`. Use when implementing a feature, bugfix, refactor, or regression test; prefer stable integration/API/UI coverage and pull deeper test strategy from the…

2026년 3월 16일
mcaf-adr-writing
소프트웨어 개발자

Create or update an ADR under `docs/ADR/` for architectural decisions, dependency changes, data-model changes, or cross-cutting policy shifts. Use when the user asks to write, update, or document an ADR, record a design decision, capture architecture…

2026년 3월 15일
mcaf-agile-delivery
프로젝트 관리 전문가

Shape delivery workflow around backlog quality, roles, ceremonies, and engineering feedback. Use when defining how the team plans, tracks work, and turns feedback into durable improvements.

2026년 3월 15일
mcaf-architecture-overview
소프트웨어 개발자

Create or update `docs/Architecture.md` as the global architecture map for a solution. Use when bootstrapping a repo, onboarding, or changing modules, boundaries, or contracts. Keep it navigational and use `references/overview-template.md` for scaffolding.

2026년 3월 15일
mcaf-code-review
소프트웨어 품질 보증 분석가·테스터

Prepare for, perform, or tighten code review workflow: PR scope, review checklist, reviewer expectations, and merge hygiene. Use when shaping pull requests, defining review policy, or auditing whether a change is review-ready.

2026년 3월 15일
mcaf-devex
소프트웨어 개발자

Improve developer experience for multi-component solutions: onboarding, F5 contract, cross-platform tasks, local inner loop, and reproducible setup. Use when the repo is hard to run, debug, test, or onboard into.

2026년 3월 15일
수집된 skill 18개 중 8개를 표시합니다.
coverage-analysis
소프트웨어 품질 보증 분석가·테스터

Automated, project-wide code coverage and CRAP (Change Risk Anti-Patterns) score analysis for .NET projects with existing unit tests. Auto-detects solution structure, runs coverage collection via `dotnet test` (supports both…

2026년 5월 10일
dotnet
소프트웨어 개발자

Primary router skill for broad .NET work. Classify the repo by app model and cross-cutting concern first, then switch to the narrowest matching .NET skill instead of staying at a generic layer. USE FOR: general .NET requests without a narrower framework; C#…

2026년 5월 10일
dotnet-test-frameworks
소프트웨어 품질 보증 분석가·테스터

Reference data for .NET test framework detection patterns, assertion APIs, skip annotations, setup/teardown methods, and common test smell indicators across MSTest, xUnit, NUnit, and TUnit. Loaded by test analysis skills (test-anti-patterns) as…

2026년 5월 10일
format
미분류

Use the free first-party `dotnet format` CLI for .NET formatting and analyzer fixes. USE FOR: the repo uses dotnet format; you need a CI-safe formatting check for .NET; the repo wants .editorconfig-driven style enforcement. DO NOT USE FOR: repositories that…

2026년 5월 10일
microsoft-extensions
소프트웨어 개발자

Use the Microsoft.Extensions stack correctly across Generic Host, dependency injection, configuration, logging, options, HttpClientFactory, and other shared infrastructure patterns. USE FOR: wiring dependency injection, configuration, logging, or options;…

2026년 5월 10일
modern-csharp
소프트웨어 개발자

Write modern, version-aware C# for .NET repositories while staying compatible with the repo's target framework and language-version policy. USE FOR: modern idiomatic C# code; language-version compatibility decisions; upgrading or reviewing C# feature usage…

2026년 5월 10일
project-setup
소프트웨어 개발자

Create or reorganize .NET solutions with clean project boundaries, repeatable SDK settings, and a maintainable baseline for libraries, apps, tests, CI, and local development. USE FOR: creating a new .NET solution or restructuring an existing one; setting up…

2026년 5월 10일
run-tests
소프트웨어 품질 보증 분석가·테스터

Runs .NET tests with dotnet test. Use when user says "run tests", "run my tests", "run these tests", "execute tests", "dotnet test", "test filter", "filter by category", "filter by class", "combine filters", "run only specific tests", "integration tests",…

2026년 5월 10일
수집된 skill 10개 중 8개를 표시합니다.
dotnet-microsoft-agent-framework
소프트웨어 개발자

Build .NET AI agents and multi-agent workflows with Microsoft Agent Framework using the right agent type, threads, tools, workflows, hosting protocols, and enterprise guardrails.

2026년 3월 16일
dotnet-microsoft-extensions-ai
소프트웨어 개발자

Build provider-agnostic .NET AI integrations with `Microsoft.Extensions.AI`, `IChatClient`, embeddings, middleware, structured output, vector search, and evaluation.

2026년 3월 16일
dotnet-microsoft-extensions
소프트웨어 개발자

Use the Microsoft.Extensions stack correctly across Generic Host, dependency injection, configuration, logging, options, HttpClientFactory, and other shared infrastructure patterns.

2026년 3월 16일
dotnet-orleans
소프트웨어 개발자

Build or review distributed .NET applications with Orleans grains, silos, persistence, streaming, reminders, placement, testing, and cloud-native hosting.

2026년 3월 16일
mcaf-ci-cd
네트워크·컴퓨터 시스템 관리자

Design or refine CI/CD workflows, quality gates, release flow, and safe AI-assisted pipeline authoring. Use when adding or changing build pipelines, release stages, IaC-driven environments, or deployment rollback policy.

2026년 3월 15일
mcaf-solution-governance
컴퓨터·정보 시스템 관리자

Set up or refine solution-level governance for MCAF repositories: root and project-local `AGENTS.md`, rule precedence, solution topology, skill routing, and maintainability-limit policy placement. Use when bootstrapping a repo, restructuring a multi-project…

2026년 3월 15일
mcaf-testing
소프트웨어 품질 보증 분석가·테스터

Add or update automated tests for a change using the repository’s verification rules in `AGENTS.md`. Use when implementing a feature, bugfix, refactor, or regression test; prefer stable integration/API/UI coverage and pull deeper test strategy from the…

2026년 3월 15일
crap-score
소프트웨어 품질 보증 분석가·테스터

Calculates CRAP (Change Risk Anti-Patterns) score for .NET methods, classes, or files. Use when the user asks to assess test quality, identify risky untested code, compute CRAP scores, or evaluate whether complex methods have sufficient test coverage.…

2026년 4월 18일
dotnet-cloc
소프트웨어 개발자

Use the open-source free `cloc` tool for line-count, language-mix, and diff statistics in .NET repositories. Use when a repo needs C# and solution footprint metrics, branch-to-branch LOC comparison, or repeatable code-size reporting in local workflows and CI.

2026년 4월 18일
dotnet-coverlet
소프트웨어 품질 보증 분석가·테스터

Use the open-source free `coverlet` toolchain for .NET code coverage. Use when a repo needs line and branch coverage, collector versus MSBuild driver selection, or CI-safe coverage commands.

2026년 4월 18일
dotnet
소프트웨어 개발자

Primary router skill for broad .NET work. Classify the repo by app model and cross-cutting concern first, then switch to the narrowest matching .NET skill instead of staying at a generic layer.

2026년 4월 18일
mcaf-adr-writing
소프트웨어 개발자

Create or update an ADR under `docs/ADR/` for architectural decisions, dependency changes, data-model changes, or cross-cutting policy shifts. Use when the user asks to write, update, or document an ADR, record a design decision, capture architecture…

2026년 3월 8일
mcaf-architecture-overview
소프트웨어 개발자

Create or update `docs/Architecture/Overview.md` as the global architecture map for a solution. Use when bootstrapping a repo, onboarding, or changing modules, boundaries, or contracts. Keep it navigational and use `references/overview-template.md` for…

2026년 3월 8일
mcaf-feature-spec
프로젝트 관리 전문가

Create or update a feature spec under `docs/Features/` with business rules, user flows, system behaviour, verification, and Definition of Done. Use when the user asks for a feature spec, executable requirements, acceptance criteria, behaviour documentation,…

2026년 3월 8일
tps
기술 작가

Losslessly direct existing scripts as valid TPS TelePrompterScript markup. Use when a user supplies a speech, narration, dialogue, presentation, lesson, pitch, voice-over, podcast, or other finished copy and asks to convert, format, annotate, pace, structure,…

2026년 8월 10일
dotnet-xunit
소프트웨어 품질 보증 분석가·테스터

Write, run, or repair .NET tests that use xUnit. Use when a repo uses `xunit`, `xunit.v3`, `[Fact]`, `[Theory]`, or `xunit.runner.visualstudio`, and you need the right CLI, package, and runner guidance for xUnit on VSTest or Microsoft.Testing.Platform.

2026년 5월 14일
mcaf-solution-governance
프로젝트 관리 전문가

Set up or refine solution-level governance for MCAF repositories: root and project-local `AGENTS.md`, rule precedence, solution topology, skill routing, and maintainability-limit policy placement. Use when bootstrapping a repo, restructuring a multi-project…

2026년 5월 14일
mcaf-testing
소프트웨어 품질 보증 분석가·테스터

Add or update automated tests for a change using the repository’s verification rules in `AGENTS.md`. Use when implementing a feature, bugfix, refactor, or regression test; prefer stable integration/API/UI coverage and pull deeper test strategy from the…

2026년 5월 14일
mcaf-code-review
소프트웨어 품질 보증 분석가·테스터

Prepare for, perform, or tighten code review workflow: PR scope, review checklist, reviewer expectations, and merge hygiene. Use when shaping pull requests, defining review policy, or auditing whether a change is review-ready.

2026년 4월 3일
저장소 11개 중 11개 표시
모든 저장소를 표시했습니다