发现 Skills
为真实工作流程挑选经过整理的 Skill,连接、安装并开始使用。
Skill Authoring
Guidelines for writing effective AI agent skills
rill-connector
Use when creating, editing, reviewing, or troubleshooting Rill connector resources (`type: connector`), including driver selection, credentials, managed OLAP settings, and connector access modes.
repository-pattern
Generates Repository interfaces and implementations following the Repository pattern. Provides data access abstraction for aggregate roots with EF Core implementations.
api-controller-generator
Generates RESTful API Controllers with proper routing, versioning, authorization, and MediatR integration. Follows REST conventions and Clean Architecture patterns.
domain-events-generator
Generates Domain Events and their handlers following DDD patterns. Implements event raising in entities, MediatR notification handlers, and the Outbox pattern for reliable event processing.
outbox-pattern
Implements the Outbox pattern for reliable domain event processing. Ensures events are persisted in the same transaction as the aggregate changes and processed asynchronously with guaranteed delivery.
email-service-aws-ses
Implements email service using AWS SES for .NET APIs. Designed for applications with HTML template support, placeholder replacement, and Result pattern error handling.
audit-trail
Generates audit trail infrastructure for entities. Implements IAuditable interface, EF Core SaveChanges interceptor, and automatic population of CreatedAt, UpdatedAt, CreatedBy, and UpdatedBy fields.
onboarding-generator
Generates multi-step onboarding flows with persistence for iOS/macOS apps. Use when user wants to add onboarding, welcome screens, or first-launch experience.
test-spec
Generates comprehensive test specification with unit tests, UI tests, accessibility testing, and beta testing plan. Creates TEST_SPEC.md from PRD and implementation specs. Use when creating QA strategy.
deployment
Deployment architecture, multi-tenancy design, and environment-specific deployment commands. Use when the user asks about how the application is deployed, multi-tenant architecture with Navigator, Fly.io deployment, or frontend stack details.
create-ryos-app
Create new applications for ryOS following established patterns and conventions. Use when building a new app, adding an application to the desktop, creating app components, or scaffolding app structures.
dotnet-playwright-ci-caching
Cache Playwright browser binaries in CI/CD pipelines (GitHub Actions, Azure DevOps) to eliminate 1-2 minute download overhead on every build. Uses version-based cache keys derived from Central Package Management (CPM) for automatic invalidation. Use when setting up or optimizing CI/CD for .NET projects with Playwright E2E tests.
sagerstack:software-engineering
Python code architecture combining Vertical Slice, Domain-Driven Design (DDD), and Clean Architecture. Use when designing Python projects, structuring code by feature/bounded context, creating domain models, defining bounded contexts, or reviewing architecture. Enforces strict domain purity (no framework dependencies in domain entities/value objects), CamelCase naming, and proper layer separation (Dependency Rule: inner layers never import outer layers; infrastructure implements domain interfaces).
pm-career-growth-unblocking
A framework for diagnosing promotion delays and mapping long-term career moves. Trigger this when you feel stuck in your current level, are deciding between job offers, or are preparing for a performance review.
mathematical-proofs-mentor
Expert in proof techniques, mathematical reasoning, and rigorous argumentation for students learning to write proofs
weather
Get current weather and forecasts for any location (no API key required)
eu-tax-accounting
EU tax and accounting by country — VAT regimes, corporate tax rates, payroll taxes, filing deadlines, and cross-border rules for all 27 member states.
mcp-auth-fastapi-fastmcp-scalekit
Add Scalekit OAuth authentication to a FastAPI + FastMCP server (Python). Use when you need FastAPI-level middleware control over token validation alongside FastMCP tools. Implements /.well-known/oauth-protected-resource, a Starlette middleware that validates Authorization Bearer tokens via Scalekit SDK (issuer + audience), and mounts FastMCP via app.mount.
api-error-handling
Implements standardized API error responses with proper status codes, logging, and user-friendly messages. Use when building production APIs, implementing error recovery patterns, or integrating error monitoring services.
api-rate-limiting
Implements API rate limiting using token bucket, sliding window, and Redis-based algorithms to protect against abuse. Use when securing public APIs, implementing tiered access, or preventing denial-of-service attacks.
api-versioning-strategy
Implements API versioning using URL paths, headers, or query parameters with backward compatibility and deprecation strategies. Use when managing multiple API versions, planning breaking changes, or designing migration paths.
Bun Docker
Use for Docker with Bun, Dockerfiles, oven/bun image, containerization, and deployments.
Bun SvelteKit
Use when building or running SvelteKit apps on Bun, including SSR, adapters, and Bun-specific APIs