Loading...
Loading...
Found 1,547 Skills
Use when writing server-side code with Supabase — Edge Functions, Hono apps, webhook handlers, or any backend that needs Supabase auth and client creation. Trigger whenever the user imports from `@supabase/server`, mentions `supabase/server`, Supabase Edge Functions, or needs server-side auth (JWT verification, API key validation, CORS handling) with Supabase. Also trigger when you see legacy patterns in existing code — `Deno.serve`, `createClient(Deno.env.get('SUPABASE_URL'))`, imports from `esm.sh/@supabase`, `deno.land/std` serve, or usage of `SUPABASE_ANON_KEY` / `SUPABASE_SERVICE_ROLE_KEY` — these indicate code that should be migrated to this package.
Knowledge-base steward in the spirit of Niklas Luhmann's Zettelkasten. Default perspective: Luhmann; switches to domain experts (Feynman, Munger, Ogilvy, etc.) by task. Enforces atomic notes, connectivity, and validation loops. Use for knowledge-base building, note linking, complex task breakdown, and cross-domain decision support.
Eva-skill: A Thinking Coaching & Viral Short Video Toolkit for Creators. It helps creators organize their desire to express, aids thinking with creator thinking tools, thinking lenses and MBTI lenses, reframes superficial problems, deconstructs concepts, expands content directions, and completes the production of voiceover short videos for platforms like Xiaohongshu, Douyin, and Video Account. It covers modules including Thinking Assistant, Creator Thinking Tool Library, Thinking Lenses, MBTI Lens, Superficial Problem Reframing, Viral Topic Selection, Viral Case Deconstruction, Title Anchor, User Question Validation, Title & Cover, Voiceover Script, Material Retrieval, Voiceover Performance, Post-Publishing Review, Sedimentation Mechanism, Fallback Mechanism, and Interactive Tone & Rhythm. Trigger Methods: /eva, /thinking-flow, /viral-short-video, /eva-think, /eva-lens, /eva-lenses, /eva-mbti, /eva-mbti-lens, /eva-reframe, /eva-shortvideo, /eva-topic, /eva-deconstruct, /eva-title-cover, /eva-script, /eva-performance, /eva-review, /eva-sediment, "Help me think", "My mind is messy", "Thinking Lens", "Scholar's Perspective", "MBTI Lens", "MBTI Lens", "MBTI", "Personality Type", "Reframe Problem", "Deconstruct Concept", "Help me make a voiceover video", "How to make this Xiaohongshu video", "Help me write a video script", "Help me review data", "Sediment", "Save", "Archive", "Continue next time"
External verl end-to-end validation workflow for Megatron-Bridge model/provider changes. Covers running a small verl Megatron backend job from a Bridge checkout, choosing LoRA/DDP plus optional save/resume and parallelism variants, setting PYTHONPATH so verl imports the local Bridge tree, and reporting pass/fail evidence.
Complete guide to implementing the Syncfusion Inputs component in ASP.NET Core applications. Use this when working with file uploads, asynchronous processing, validation, drag-and-drop support, or enterprise-grade file handling for professional web forms.
Use when securing Spring Boot API endpoints with JWT Bearer token validation, scope-based authorization, or DPoP proof-of-possession - integrates com.auth0:auth0-springboot-api SDK for REST APIs receiving access tokens from frontends or mobile apps. Triggers on Auth0AuthenticationFilter, Spring Boot API auth, JWT validation, SecurityFilterChain, hasAuthority SCOPE.
Quick security audit checklist covering authentication, function exposure, argument validation, row-level access control, and environment variable handling
Reviews FastAPI code for routing patterns, dependency injection, validation, and async handlers. Use when reviewing FastAPI apps, checking APIRouter setup, Depends() usage, or response models.
Use when creating or developing Laravel features, before writing code or implementation plans - refines rough ideas into fully-formed Laravel designs through collaborative questioning, alternative exploration, and incremental validation.
Unit tests for REST controllers using MockMvc and @WebMvcTest. Test request/response mapping, validation, and exception handling. Use when testing web layer endpoints in isolation.
Data validation patterns including schema validation, input sanitization, output encoding, and type coercion. Use when implementing validate, validation, schema, form validation, API validation, JSON Schema, Zod, Pydantic, Joi, Yup, sanitize, sanitization, XSS prevention, injection prevention, escape, encode, whitelist, constraint checking, invariant validation, data pipeline validation, ML feature validation, or custom validators.
Use when building, extending, or debugging WordPress REST API endpoints/routes: register_rest_route, WP_REST_Controller/controller classes, schema/argument validation, permission_callback/authentication, response shaping, register_rest_field/register_meta, or exposing CPTs/taxonomies via show_in_rest.