Skill Directory

AI Skill Directory

Browse curated skills with source links, package snapshots, README assets and install signals in one calm, searchable catalog.

personjakexiaoNo key required

mailpit-integration

Test email sending locally using Mailpit with .NET Aspire. Captures all outgoing emails without sending them. View rendered HTML, inspect headers, and verify delivery in integration tests.

download16deployed_codestar635
personjakexiaoNo key required

efcore-patterns

Entity Framework Core best practices including NoTracking by default, query splitting for navigation collections, migration management, dedicated migration services, and common pitfalls to avoid.

download16deployed_codestar635
personjakexiaoNo key required

microsoft-extensions-configuration

Microsoft.Extensions.Options patterns including IValidateOptions, strongly-typed settings, validation on startup, and the Options pattern for clean configuration management.

download16deployed_codestar635
personjakexiaoNo key required

type-design-performance

Design .NET types for performance. Seal classes, use readonly structs, prefer static pure functions, avoid premature enumeration, and choose the right collection types.

download16deployed_codestar635
personjakexiaoNo key required

convex-patterns

Code organization patterns and TypeScript best practices for Convex. Use when structuring a Convex project, writing helper functions, defining schemas, working with types like QueryCtx/MutationCtx/Act…

download16deployed_codestar0
personjakexiaoNo key required

"repositories"

Repository pattern: protocol-based data access, DTO-to-domain mapping, and clean layer separation. Use when implementing app features related to repositories.

download16deployed_codestar1
personjakexiaoNo key required

validate-skill-functionality

Load when user says "validate skill", "validate this skill", "review skill execution", "check skill", or "skill validation" at the end of executing a skill. Post-execution review workflow for validati…

download16deployed_codestar2
personjakexiaoNo key required

trinity-compatibility

Analyze current agent for Trinity platform compatibility. Use when checking if an agent meets Trinity requirements, preparing for deployment, or auditing agent structure.

download16deployed_codestar0
personjakexiaoNo key required

database-performance

Database access patterns for performance. Separate read/write models, avoid N+1 queries, use AsNoTracking, apply row limits, and never do application-side joins. Works with EF Core and Dapper.

download16deployed_codestar635
personjakexiaoNo key required

crap-analysis

Analyze code coverage and CRAP (Change Risk Anti-Patterns) scores to identify high-risk code. Use OpenCover format with ReportGenerator for Risk Hotspots showing cyclomatic complexity and untested cod…

download16deployed_codestar635
personjakexiaoNo key required

playwright-blazor-testing

Write UI tests for Blazor applications (Server or WebAssembly) using Playwright. Covers navigation, interaction, authentication, selectors, and common Blazor-specific patterns.

download16deployed_codestar635
personjakexiaoNo key required

snapshot-testing

Use Verify for snapshot testing in .NET. Approve API surfaces, HTTP responses, rendered emails, and serialized outputs. Detect unintended changes through human-reviewed baseline files.

download16deployed_codestar635
personjakexiaoNo key required

convex-migrations

Database migrations and schema evolution in Convex. Use when adding new fields, changing data structures, backfilling data, renaming fields, or performing zero-downtime schema changes.

download16deployed_codestar0
personjakexiaoNo key required

"completion-recovery"

Targeted recovery workflow for unresolved planned files after the first build pass. Use when only a subset of planned files is missing or invalid.

download16deployed_codestar1
personjakexiaoNo key required

update-workspace-map

Validate workspace-map.md accuracy against actual 04-workspace/ structure (3 levels deep). Load when user says "validate workspace map", "update workspace map", "check workspace map", or from close-se…

download16deployed_codestar2
personjakexiaoNo key required

debugging-with-ably-cli

ALWAYS use when diagnosing Ably issues — messages not arriving, presence not updating, connection failures, auth errors (40101, 40142, 40160), channel lifecycle problems, push notification issues, Cha…

download16deployed_codestar1
personjakexiaoNo key required

modern-csharp-coding-standards

Write modern, high-performance C# code using records, pattern matching, value objects, async/await, Span<T>/Memory<T>, and best-practice API design patterns. Emphasizes functional-style programming wi…

download16deployed_codestar635
personjakexiaoNo key required

dependency-injection-patterns

Organize DI registrations using IServiceCollection extension methods. Group related services into composable Add* methods for clean Program.cs and reusable configuration in tests.

download16deployed_codestar635
personjakexiaoNo key required

dotnet-slopwatch

Use Slopwatch to detect LLM reward hacking in .NET code changes. Run after every code modification to catch disabled tests, suppressed warnings, empty catch blocks, and other shortcuts that mask real …

download16deployed_codestar635
personjakexiaoNo key required

verify-email-snapshots

Snapshot test email templates using Verify to catch regressions. Validates rendered HTML output matches approved baseline. Works with MJML templates and any email renderer.

download16deployed_codestar635
personjakexiaoNo key required

git-spice

Manage Git branches and pull requests using git-spice (gs). Use when user says "/gs", "create branch", "new branch", "switch branch", "checkout branch", "rebase branch", "update branch from main", "cr…

download16deployed_codestar4
personjakexiaoNo key required

beam-debug-issue-tasks

Debug failed/issue tasks from Beam.ai using Langfuse traces. Load when user says "debug issue tasks", "check failed tasks", "why did task fail", "task errors", "debug agent", or needs to investigate t…

download16deployed_codestar2
personjakexiaoNo key required

validate-docs-implementation

Load when user says "validate docs", "check documentation consistency", "docs vs implementation", or "find documentation mismatches". Systematically compares implementation code against documentation …

download16deployed_codestar2
personjakexiaoNo key required

hytopia-debugging

Helps debug HYTOPIA SDK games. Use when users need performance monitoring, error handling, client debugging, or troubleshooting. Covers debug panels, ErrorHandler, browser dev tools, and server loggin…

download16deployed_codestar0