Loading...
Loading...
Found 2,503 Skills
Specifies best practices and conventions for Expo-based mobile app development.
Requires detailed type annotations for all Python functions, methods, and class members.
Specific rules for Starknet React projects, focusing on blockchain integration.
PHP expert including Laravel, WordPress, and Drupal development
Semantic search over global agent memory. Use to retrieve previously learned patterns, decisions, gotchas, and workarounds. Prevents stale-context errors across long sessions and multi-agent pipelines.
Specific rules for PyQt6 based UI development focusing on UI/UX excellence and performance.
Backend development expert including server architecture, middleware, and data handling
TypeScript and JavaScript expert including type systems, patterns, and tooling
Use this skill when crafting, reviewing, or improving prompts for LLM pipelines — including task prompts, system prompts, and LLM-as-Judge prompts. Triggers include: requests to write or refine a prompt, diagnose why an LLM produces inconsistent or incorrect outputs, bridge the gap between intent and model behavior, reduce ambiguity in instructions, add few-shot examples, structure complex prompts, or improve output formatting. Also use when the user needs help distinguishing specification failures (unclear instructions) from generalization failures (model limitations), or when iterating on prompts based on observed failure modes. Do NOT use for general coding tasks, document creation, or non-LLM writing.
For when you're asked to write a design doc or specification, especially after a brainstorm or feature design session.
Guide for how to brainstorm an idea and turn it into a fully formed design.
Create client-side forms with react-hook-form, shadcn/ui form components, and server action integration for Next.js/Supabase applications. Use when building forms with validation, error handling, and loading states ('create a form', 'build the settings form', 'add form validation', 'wire up the edit form'). Generates complete form components with Zod schemas, toast feedback, and data-test attributes. Do NOT use for server-side logic (use server-action-builder or service-builder), database schemas (use postgres-expert), or E2E tests (use playwright-e2e).