发现 Skills
为真实工作流程挑选经过整理的 Skill,连接、安装并开始使用。
handoff
Create a structured session handoff document for continuity across sessions. Use when ending a work session, switching contexts, or before a break. Captures decisions, progress, code changes, and next steps so a future session can pick up where you left off without losing context.
kaji-client-onboarding
Draft and send client onboarding questionnaires for Kaji AI Agent deployments. Generates personalized emails or documents asking clients about model preferences, use cases, integrations, communication, and security requirements. When responses come back, processes them into a must-have/nice-to-have deployment timeline and creates a ClickUp task to track the rollout.
mosk-sm
Dev-Readiness: revisão de stories e clareza técnica para implementação.
k8s-gitops
Manage GitOps workflows with Flux and ArgoCD. Use for sync status, reconciliation, app management, source management, and GitOps troubleshooting.
agent-teams
Coordinate multiple Claude Code sessions as a team — lead + teammates with shared task lists, mailbox messaging, and file-lock claiming. Patterns for team sizing, task decomposition, and when to use teams vs sub-agents vs worktrees.
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.
database-schema-validator
Validates SQL schema files for compliance with internal safety and naming policies.
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.
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.
ascii-box-check
Verify and fix ASCII box-drawing diagram alignment in markdown files. Use when editing or creating box diagrams (┌─┐│└─┘), checking docs for misaligned boxes, or after bulk-editing documentation with diagrams.
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.
b2c-onboarding
Get started with Salesforce B2C Commerce development. Use this skill when the user is new to B2C Commerce, wants to set up a fresh development environment, is asking "how do I get started", needs to install the B2C CLI for the first time, wants to connect a sandbox, or wants to deploy their first cartridge. Triggers on phrases like "help me get started", "set up B2C Commerce", "I'm new to this", "onboard me", or "first-time setup". NOT for users who already have a configured environment and are asking about specific commands — those should go to the specific skill (b2c-code, b2c-sandbox, b2c-config, etc.).
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.
paid-ads
Paid advertising campaigns on Google Ads, Meta, LinkedIn, Twitter/X. Strategy, copy, targeting, optimization.
architecture-decision-records
Use when making architectural decisions during planning or design sessions, when choosing between technologies, patterns, or system designs that affect multiple components or are hard to reverse