---
---
---
---
---
보안 파이프라인 - CWE Top 25 + STRIDE 자동 검증
세션 종료 전 자동 정리 스킬. 4개 병렬 subagent가 문서 업데이트, 반복 패턴, 학습 포인트, 후속 작업을 동시 탐지하고, 1개 검증 subagent가 중복 제거 후 사용자에게 선택지를 제시한다. 트리거: /session-wrap, 세션 마무리, 세션 정리, 작업 마무리
Analyze session work and automatically convert reusable patterns into Claude Code skills. Use when: "세션을 스킬로", "스킬 만들어", "이거 스킬로", "skill factory", "이 작업 자동화해", "스킬 추출", "make this a skill", "extract skill", "convert to skill", "스킬 팩토리", "자동 스킬 생성". Differs from skill-creator (archived) and manage-skills (drift detection): this skill actively analyzes sessions, checks for duplicates, and creates skills via Agent Teams.
프로젝트 빌드 시스템 자동 감지 및 실행 스킬
Expert guidance for Next.js Cache Components and Partial Prerendering (PPR). **PROACTIVE ACTIVATION**: Use this skill automatically when working in Next.js projects that have `cacheComponents: true` in their next.config.ts/next.config.js. When this config is detected, proactively apply Cache Components patterns and best practices to all React Server Component implementations. **DETECTION**: At the start of a session in a Next.js project, check for `cacheComponents: true` in next.config. If enabled, this skill's patterns should guide all component authoring, data fetching, and caching decisions. **USE CASES**: Implementing 'use cache' directive, configuring cache lifetimes with cacheLife(), tagging cached data with cacheTag(), invalidating caches with updateTag()/revalidateTag(), optimizing static vs dynamic content boundaries, debugging cache issues, and reviewing Cache Component implementations.
Matches all tools
Hooks run on every tool call, not just specific ones
Executes bash commands
Hook triggers when Bash tool is used
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
Modifies files
Hook triggers on file write and edit operations
Modifies files
Hook triggers on file write and edit operations
Uses power tools
Uses Bash, Write, or Edit tools
Uses power tools
Uses Bash, Write, or Edit tools
Claude Code workflow framework for .NET Clean Architecture
Specialized configuration, custom agents, and automation scripts for C# / .NET 10 · Blazor Auto · Supabase · Azure projects
Forked from sangrokjung/claude-forge — rebuilt for .NET.
dotnet-claude-forge is a fork of claude-forge optimized for .NET 10 / Blazor Auto / Clean Architecture projects.
It turns Claude Code from a basic CLI into a full .NET development environment. One install gives you 11 specialized agents, 36+ slash commands, .NET-specific verification skills (Blazor / EF Core / Clean Arch), and 14 automation hooks — ready to go.
| Addition | Description |
|---|---|
skills/verify-blazor | Validate .razor component structure, DI, render modes |
skills/verify-ef-migration | EF Core migration safety checks |
skills/verify-clean-arch | Detect Clean Architecture layer dependency violations |
rules/architecture-dotnet | Clean Architecture layers, CQRS, Result pattern |
rules/coding-style-dotnet | Nullable, immutability, Serilog, file size limits |
rules/security-dotnet | JWT + HttpOnly Cookie, CORS, FluentValidation |
rules/testing-dotnet | TDD workflow, xUnit, Testcontainers |
rules/database-supabase | PostgreSQL, EF Core, RLS, migrations |
rules/frontend-blazor | Blazor Auto, JS Interop, memory management |
rules/azure-deployment | App Service, Key Vault, Scale Out considerations |
# 1. Clone
git clone --recurse-submodules https://github.com/daeha76/dotnet-claude-forge.git
cd dotnet-claude-forge
# 2. Install (macOS / Linux)
./install.sh
# 2. Install (Windows PowerShell)
.\install.ps1
# 3. Launch Claude Code
claude
dotnet-scriptis installed automatically if missing. On macOS/Linux, symlinks are used sogit pullupdates everything instantly. On Windows, files are copied — re-runinstall.ps1aftergit pull.
| Step | What to do |
|---|---|
| 1 | Run /guide after install — an interactive 3-minute tour |
| 2 | Use /plan to design your feature before coding |
| 3 | Or just type /auto login page and let it handle plan-to-PR |
/plan → /tdd → /code-review → /handoff-verify → /commit-push-pr → /sync
graph LR
P["/plan<br><small>Design & risk analysis</small>"] --> T["/tdd<br><small>Tests first, then code</small>"]
T --> CR["/code-review<br><small>Quality & security check</small>"]
CR --> HV["/handoff-verify<br><small>Fresh-context validation</small>"]
HV --> CPR["/commit-push-pr<br><small>Commit, push, PR</small>"]
CPR --> S["/sync<br><small>Sync project docs</small>"]
| Step | What happens |
|---|---|
/plan | AI creates implementation plan. Waits for confirmation before coding. |
/tdd | Write tests first, then code. One unit of work at a time. |
/code-review | Security + quality check on the code you just wrote. |
/handoff-verify | Auto-verify dotnet build + dotnet test in a fresh context. |
/commit-push-pr | Commit, push, and create PR — all in one. |
/sync | Sync project docs (CLAUDE.md, prompt_plan.md, spec.md). |
/explore → /tdd → /verify-loop → /quick-commit → /sync
/security-review → /stride-analysis-patterns → /security-compliance
| Category | Count | Highlights |
|---|---|---|
| Agents | 11 | planner architect code-reviewer security-reviewer tdd-guide database-reviewer + 5 more |
| Commands | 36 | /plan /tdd /handoff-verify /commit-push-pr /explore /orchestrate ... |
| Skills | 15 | build-system security-pipeline team-orchestrator session-wrap verification-engine ... |
| Hooks | 14 | Secret filtering, DB protection, security auto-trigger, rate limiting ... |
| Rules | 8 | architecture-dotnet coding-style-dotnet security-dotnet testing-dotnet ... |
| Dependency | Required | Notes |
|---|---|---|
| .NET SDK | ✅ | Runs install.csx + scaffolds .NET projects |
| Git | ✅ | Clone, submodules |
| Claude Code CLI | ✅ | claude command |
| Node.js | ✅ | MCP servers (npx) |
| dotnet-script | auto-installed | C# script engine |
npx claudepluginhub daeha76/dotnet-claude-forgeThe definitive Claude Code companion for .NET developers. 45 skills (including 14 slash-command workflows), 10 agents, 10 rules, 5 templates, 15 MCP tools, and automation hooks for modern .NET 10 / C# 14.
Comprehensive .NET backend development with C#, ASP.NET Core, Entity Framework Core, and Dapper for production-grade applications
Comprehensive .NET development skills and agents for Claude Code - covering C#, F#, Akka.NET, Aspire, testing frameworks, and specialized tools
No description provided.
Blazor framework skills for .NET applications
Autonomous C#/.NET code review — fail-fast pipeline with mechanical checks + AI sub-agents (performance, architecture, correctness, UI/Blazor)