发现 Skills
为真实工作流程挑选经过整理的 Skill,连接、安装并开始使用。
complex-skill
A skill with high code complexity
brewcode:spec
Creates task specification through research and user interaction.
konnect-gateway-triage
Use when triaging Konnect Gateway control-plane and data-plane failures such as disconnected planes, missing rollout, or wrong environment slices; separate attachment, network, live-state drift, and traffic-path failures before handing off fixes.
privacy-page-generator
When the user wants to create, optimize, or structure a Privacy Policy page. Also use when the user mentions "privacy policy," "privacy page," "data protection," "GDPR compliance," "privacy notice," "data privacy," "CCPA," "cookie policy," or "personal data." For legal overview page, use legal-page-generator.
reddit-posts
When the user wants to create Reddit post copy, comments, or optimize for Reddit. Also use when the user mentions "Reddit post," "subreddit," "r/," "Reddit marketing," "post to Reddit," "Reddit thread," "Reddit comment," "Reddit copy," "Reddit content," or "Reddit engagement." For Reddit ads, use reddit-ads.
retention-strategy
When the user wants to reduce churn, improve customer retention, or plan lifecycle marketing. Also use when the user mentions "retention," "churn," "customer lifecycle," "churn prevention," "at-risk customers," or "loyalty program." For lifecycle, use growth-funnel.
top-banner-generator
When the user wants to add, optimize, or audit a top announcement bar or sticky banner. Also use when the user mentions "announcement bar," "top banner," "sticky bar," "promo banner," "discount banner," "student discount banner," "header banner," "announcement bar design," "sticky header," "promo bar," "urgency banner," or "lead capture bar." For promos, use discount-marketing-strategy.
analytics-tracking
When the user wants to set up, audit, or optimize analytics tracking (GA4, events, conversions). Also use when the user mentions "Google Analytics," "GA4," "event tracking," "conversions," "attribution model," "gtag," "data layer," "GA4 setup," "conversion tracking," "event setup," "User ID tracking," or "CTA attribution." For traffic insights, use traffic-analysis.
financial-calculations-engineer
Design and implement deterministic EUR financial calculations across PostgreSQL, backend, and browser layers. Use when building or reviewing VAT/IVA, discounts, rates, allocations, parsing/formatting, scorporo, ledger postings, and cross-layer parity tests. Enforce correct usage of the local money library (`packages/money`) instead of ad-hoc arithmetic.
react-components-engineer
Build and review bulletproof React components that remain correct across SSR, hydration, multiple instances, concurrent rendering, async/opaque children, portals/iframes, transitions, Activity visibility, server-client data boundaries, and future React runtime changes. Use when designing or hardening reusable React components (React 18-19, including RSC-oriented code paths).
deployment
Use when starting or scaling the development environment, deploying to production Proxmox LXC, using patch deployments for preprod fixes, managing Docker Compose services, or running CLI commands.
distributed-workers
Use when working on worker implementation, ServiceOrchestrator patterns, WorkerAPIBase, operation dispatch, progress tracking, cancellation, backend-to-worker communication, or adding new worker types.
security
Use for security, auth, secrets, crypto, input validation, dependency risk, and trust boundaries.
domain-modeling
Create production-ready Effect domain models using Schema.TaggedStruct for ADTs, Schema.Data for automatic equality, with comprehensive predicates, orders, guards, and match functions. Use when modeling domain entities, value objects, or any discriminated union types.
effect-ai-tool
Define and implement AI tools using @effect/ai's Tool and Toolkit APIs. Use when building LLM integrations with type-safe tool definitions, parameter validation, and handler implementations. Covers user-defined tools, provider-defined tools, and toolkit composition.
ideation
Transforms messy brain dumps and unstructured ideas into structured implementation artifacts — contracts, PRDs, and technical specs — through a confidence-gated workflow. Make sure to use this skill whenever the user has a vague idea, scattered thoughts, or a brain dump they want organized — even if they just say "I have this idea" or "help me think through this."
pr
Creates a pull request with a structured template. Use when user says "/pr", wants to create a PR, needs to open a pull request, or asks to submit changes for review.
studio-startup
Orchestrates the complete journey from startup idea to working MVP, coordinating product strategy, requirements, tech stack, architecture, and implementation. Make sure to use this skill whenever the user wants to start a new project, build an MVP, launch a side project, create an app from scratch, or says "new project" or "build something new."
seven-advisors
Seven Advisors decision council — a structured, multi-perspective deliberation process for important decisions. Use this when facing complex choices, strategic decisions, or when you need to examine a problem from multiple angles.
claude-mobile-validation-gate
Use when executing validation gates 3A, 4A, or 6A–6E, verifying phase completion with expo-mcp visual testing, or encountering test failures — automates gate execution with expo-mcp autonomous verification and HARD STOP enforcement
Facade
Provide a unified, simplified interface to a set of complex subsystems, reducing complexity and dependencies for client code.
Replace Nested Conditional with Guard Clauses
Transform deeply nested conditional statements into a flat structure using guard clauses for improved readability and maintainability
symfony-workflow
Comprehensive skill for managing workflows and finite state machines using Symfony's Workflow component. Includes workflow/state machine differences, transitions, events, guards, metadata, and complete API reference with practical examples.
mcp-builder
This skill should be used when building MCP (Model Context Protocol) servers to integrate external APIs or services. It provides guides for Python (FastMCP) and Node/TypeScript (MCP SDK) implementations.