커뮤니티 스킬

코딩 & 개발

14668 skills

refoundai/career-transitions

Help users navigate career changes and pivots. Use when someone is considering a new role,…

github.com

refoundai/measuring-product-market-fit

Help users assess and achieve product-market fit. Use when someone is trying to determine if they…

github.com

refoundai/technical-roadmaps

Help users create technical roadmaps. Use when someone is planning engineering work, prioritizing…

github.com

refoundai/enterprise-sales

Help users navigate enterprise sales. Use when someone is closing large deals, managing complex…

github.com

refoundai/problem-definition

Help users define problems clearly before jumping to solutions. Use when someone is scoping a new…

github.com

refoundai/prioritizing-roadmap

Help users prioritize product roadmaps and backlogs. Use when someone is deciding what to build…

github.com

refoundai/defining-product-vision

Help users create compelling product visions. Use when someone is writing a vision statement,…

github.com

refoundai/sales-qualification

Help users qualify sales leads effectively. Use when someone is wasting time on bad leads,…

github.com

refoundai/setting-okrs-goals

Help users set effective OKRs and goals. Use when someone is creating quarterly objectives,…

github.com

refoundai/systems-thinking

Help users think in systems and understand complex dynamics. Use when someone is dealing with…

github.com

refoundai/founder-sales

Help founders close their first customers and build repeatable sales processes. Use when someone is…

github.com

refoundai/giving-presentations

Help users create and deliver compelling presentations. Use when someone is preparing a talk,…

github.com

refoundai/ai-product-strategy

Help users define AI product strategy. Use when someone is building an AI product, deciding where…

github.com

refoundai/vibe-coding

Help users build software using AI coding tools. Use when someone is using AI to generate code,…

github.com

refoundai/writing-prds

Help users write effective PRDs. Use when someone is documenting product requirements, preparing…

github.com

refoundai/startup-ideation

Help users generate and evaluate startup ideas. Use when someone is brainstorming business ideas,…

github.com

refoundai/brand-storytelling

Help users craft compelling brand narratives. Use when someone is defining brand strategy, writing…

github.com

refoundai/personal-productivity

Help users manage their time and tasks more effectively. Use when someone is overwhelmed with work,…

github.com

dyoshikawa/rulesync

A Utility CLI for AI Coding Agents

github.com

microsoft/azure-skills

Official agent plugin providing skills and MCP server configurations for Azure scenarios.

github.com

utkusen/sast-skills

Recently updated agent-skill-related GitHub repository: utkusen/sast-skills.

github.com

NeoLabHQ/context-engineering-kit

Hand-crafted Claude Code Skills focused on improving agent results quality. Compatible with…

github.com

liuzhengdongfortest/cs

CodeStable 工作流根入口,介绍体系全貌并把诉求路由到对应 cs-* 子技能。触发:用户只输入 `cs`、说"介绍一下…

github.com

liuzhengdongfortest/cs-refactor-ff

refactor 流程的超轻量通道——直接识别 1-3 条低风险优化、一次确认、原地改、跑测试自证。触发:用户说"快速重构"、"小重构"、"简单优化下 XX 函数"、"别那么多步骤",且改动在单函数…

github.com

liuzhengdongfortest/cs-guide

写或更新对外指南文档——开发者指南(dev-guide)和用户指南(user-guide),产物在项目 docs/ 目录。任务导向(怎么用 X 做 Y),与 libdoc…

github.com

liuzhengdongfortest/cs-issue-report

issue 流程阶段 1——通过对话把问题落成可复现、可追溯的 {slug}-report.md,并判定走标准路径还是快速通道。只问现象不猜根因。触发:用户说"提个 issue"、"记录这个…

github.com

liuzhengdongfortest/cs-libdoc

给库的公开表面(组件 / 函数 / 命令)逐条目生成参考文档,带清单追踪,支持单条目和批量。信息源是源码本身(与 guidedoc 任务导向不同)。触发:用户说"写 API…

github.com

liuzhengdongfortest/cs-issue-analyze

issue 流程阶段 2——读 report + 读代码定位根因、评估风险,给用户 2-3 个修复方案让 TA 拍板。这一步不改代码。触发:用户说"分析这个…

github.com

liuzhengdongfortest/cs-issue-fix

issue 流程阶段 3——按已确认根因和方案定点修复、验证、写 {slug}-fix-note.md 落档。两个入口:标准路径从 analyze 来,快速通道从 report…

github.com

liuzhengdongfortest/cs-learn

把踩过的坑或好做法沉淀成可检索的 learning 文档,两条轨道 pitfall(坑)/ knowledge(默认做法)。触发:用户说"沉淀知识"、"learning"、"把这次经验记下来",或…

github.com

liuzhengdongfortest/cs-arch

维护 `.codestable/architecture/` 这份只记现状的系统地图,三种模式 update / check / backfill。触发:用户说"刷新…

github.com

liuzhengdongfortest/cs-explore

对仓库做定向代码探索并把"提问→读代码→得结论"沉淀为可检索证据,三种类型 question / module-overview / spike。触发:用户说"先 explore…

github.com

liuzhengdongfortest/cs-onboard

把新仓库或有零散文档的仓库接入 CodeStable 体系,两条路径自动判断:空仓库从零搭骨架,已有文档走审计 + 迁移映射。触发:用户说"在这个项目里用 CodeStable"、"搭…

github.com

verify-email-snapshots

Snapshot test email templates using Verify to catch regressions. Validates rendered HTML output…

github.com

testcontainers-integration-tests

Write integration tests using TestContainers for .NET with xUnit. Covers infrastructure testing…

github.com

snapshot-testing

Use Verify for snapshot testing in .NET. Approve API surfaces, HTTP responses, rendered emails, and…

github.com

dotnet-slopwatch

Use Slopwatch to detect LLM reward hacking in .NET code changes. Run after every code modification…

github.com

skills-index-snippets

Create and maintain AGENTS.md / CLAUDE.md snippet indexes that route tasks to the correct…

github.com

serialization

Choose the right serialization format for .NET applications. Prefer schema-based formats (Protobuf,…

github.com

dotnet-project-structure

Modern .NET project structure including .slnx solution format, Directory.Build.props, central…

github.com

playwright-ci-caching

Cache Playwright browser binaries in CI/CD pipelines (GitHub Actions, Azure DevOps) to avoid 1-2…

github.com

playwright-blazor-testing

Write UI tests for Blazor applications (Server or WebAssembly) using Playwright. Covers navigation,…

github.com

package-management

Manage NuGet packages using Central Package Management (CPM) and dotnet CLI commands. Never edit…

github.com

mjml-email-templates

Build responsive email templates using MJML markup language. Compiles to cross-client HTML that…

github.com

dependency-injection-patterns

Organize DI registrations using IServiceCollection extension methods. Group related services into…

github.com

microsoft-extensions-configuration

Microsoft.Extensions.Options patterns including IValidateOptions, strongly-typed settings,…

github.com

marketplace-publishing

Workflow for publishing skills and agents to the dotnet-skills Claude Code marketplace. Covers…

github.com

dotnet-local-tools

Managing local .NET tools with dotnet-tools.json for consistent tooling across development…

github.com

ilspy-decompile

Understand implementation details of .NET code by decompiling assemblies. Use when you want to see…

github.com

efcore-patterns

Entity Framework Core best practices including NoTracking by default, query splitting for…

github.com

dotnet-devcert-trust

Diagnose and fix .NET HTTPS dev certificate trust issues on Linux. Covers the full certificate…

github.com

database-performance

Database access patterns for performance. Separate read/write models, avoid N+1 queries, use…

github.com

type-design-performance

Design .NET types for performance. Seal classes, use readonly structs, prefer static pure…

github.com

csharp-concurrency-patterns

Choosing the right concurrency abstraction in .NET - from async/await for I/O to Channels for…

github.com

modern-csharp-coding-standards

Write modern, high-performance C# code using records, pattern matching, value objects, async/await,…

github.com

api-design

Design stable, compatible public APIs using extend-only design principles. Manage API…

github.com

crap-analysis

Analyze code coverage and CRAP (Change Risk Anti-Patterns) scores to identify high-risk code. Use…

github.com

aspire-service-defaults

Create a shared ServiceDefaults project for Aspire applications. Centralizes OpenTelemetry, health…

github.com

mailpit-integration

Test email sending locally using Mailpit with .NET Aspire. Captures all outgoing emails without…

github.com

aspire-integration-testing

Write integration tests using .NET Aspire

github.com