发现 Skills
为真实工作流程挑选经过整理的 Skill,连接、安装并开始使用。
Build and Fix
Incrementally fix build and type errors with minimal, safe changes.
flowmvi
FlowMVI usage guidance. Use when working with FlowMVI stores/containers, plugin pipelines, composing stores, decorators, or authoring plugins.
Migrate Brizy to Gutenberg
Full-site migration from Brizy Builder to the WordPress block editor (Gutenberg). Audits every Brizy-built page, maps components to their Gutenberg block equivalents, builds a migration plan for ap...
Migrate Visual Composer to Gutenberg
Full-site migration from Visual Composer (WPBakery) to the WordPress block editor (Gutenberg). Audits every Visual Composer page, maps elements to their Gutenberg block equivalents, builds a migrat...
accessibility-review
Reviews UI for accessibility issues against WCAG 2.1/2.2 AA. Triggers on "is this accessible?", "check accessibility", or contrast/a11y review requests.
form-object-patterns
Creates form objects for complex form handling with TDD. Use when building multi-model forms, search forms, wizard forms, or when user mentions form objects, complex forms, virtual models, or non-persisted forms.
rl-analyzer
A set of commands to structure and drive the cycle of analysis, review, implementation, and validation of a request or task. Available commands: help, init, best-practices, analysis, review, process, validate, re-process.
secure-fix-validation
Standard validation checklist to prove a security fix works and doesn’t regress behavior.
rill-explore
Use when creating, editing, reviewing, or troubleshooting Rill explore dashboard resources (`type: explore`), including default states, dimensions/measures exposure, time ranges, and dashboard security/access settings.
flutter-code-quality
Organize Flutter/Dart code to follow project conventions. Use after implementation to restructure folders, fix widget file organization, align naming patterns, or clean up code to match project standards.
syndic
Gère un parc de copropriétés en France avec vue portfolio consolidée. Couvre administration, comptabilité (décret 2005, plan comptable copro, 5 annexes), assemblées générales (convocation, PV, notification), appels de fonds, travaux, fournisseurs, recouvrement d'impayés et transition de syndic. Maîtrise les majorités (art. 24, 25, 25-1, 26), le fonds de travaux (art. 14-2), le privilège immobilier (art. 19-2) et l'immatriculation RNC. Intégration Qonto pour le rapprochement bancaire. Utilisé pour toute question liée à la copropriété, au syndic bénévole ou coopératif, aux charges, tantièmes, AG, ou au droit de la copropriété (loi 1965, ALUR, ELAN).
esp-idf-system
Use when working with ESP32 boot flow, startup sequence, hardware abstraction (HAL/LL), high-priority interrupts, console I/O, C/C++ language support, thread-local storage, file systems, RF calibration, or host-based builds.
domain-entity-generator
Generates Domain Entities following DDD principles with factory methods, private setters, domain events, and proper encapsulation. Supports aggregate roots, child entities, and value objects.
gemini-watermark-remover
Remove the visible Gemini AI watermark from images using reverse alpha blending. Use when asked to strip Gemini watermarks, batch-process Gemini images, or build/modify a CLI script that removes the bottom-right Gemini watermark without HTML or server-side components.
nextjs-best-practices
Next.js App Router principles. Server Components, data fetching, routing patterns.
foundation-models-on-device
Apple FoundationModels framework for on-device LLM — text generation, guided generation with @Generable, tool calling, and snapshot streaming in iOS 26+.
project-guidelines-example
Example project-specific skill template based on a real production application.
security-review
Use this skill when adding authentication, handling user input, working with secrets, creating API endpoints, or implementing payment/sensitive features. Provides comprehensive security checklist and patterns.
implementation-guide
Generates detailed implementation guide with pseudo-code and step-by-step development instructions. Creates IMPLEMENTATION_GUIDE.md from PRD, Architecture, and UX specs. Use when creating development roadmap.
execute-plan
Executes a plan on a ticket-by-ticket basis.
render-page
Use this skill to inspect what a Rails page currently displays, extract HTML content, or verify rendering WITHOUT starting a dev server. Useful for understanding page output before making changes, debugging views, searching for content, or testing that pages work correctly. Provides scripts/render.rb for quick page inspection and HTML extraction.
Code Reviewer
Performs thorough code review focusing on code quality, potential bugs, security issues, and best practices. Use this when the user asks to review code, check for issues, or perform code analysis.
flow-nexus-platform
Comprehensive Flow Nexus platform management — authentication, sandboxes, app deployment, payments, and challenges
test-driven-development
MANDATORY skill for any feature or bugfix. Forces strict Red-Green-Refactor cycle. The agent is forbidden from writing production code before proving a test fails empirically in the terminal.