Create compact C# cheat sheets for learners. Use for quick references on LINQ, async, OOP, generics, collections, exceptions, testing, ASP.NET Core, EF Core, dependency injection, design patterns, concurrency, syntax, and interview review.
설치
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
Create compact C# cheat sheets for learners. Use for quick references on LINQ, async, OOP, generics, collections, exceptions, testing, ASP.NET Core, EF Core, dependency injection, design patterns, concurrency, syntax, and interview review.
Treat all user text after $csharp-cheatsheets as the topic, level, or format for a compact C# cheat sheet. Use the main csharp-tutor skill as the source of truth.
Load these csharp-tutor references when useful:
references/cheatsheet-guidance.md
references/learner-levels.md
references/source-citation-rules.md
Topic-specific references such as linq-guidance.md, async-guidance.md, generics-guidance.md, or efcore-guidance.md
Honor format=compact|table|examples|mistakes|interview and depth=quick|normal|deep. Keep cheat sheets dense but readable: core idea, syntax, examples, common mistakes, and one practice prompt. Cite official docs when the sheet contains version-sensitive claims.
Standalone Guidance
Core rule: Keep the answer centered on the concrete cheatsheets decision, failure mode, or contract.
Avoid: Giving generic C# advice without tying it to the cheatsheets concern.
Minimal example: Use Any() for existence; use Count when you need the number.