Agent Skills skills

Reusable instructions for AI-assisted search work.

Browse Agent Skills skills and compare their purpose, function, fit and source.

Source: skills.sh. Install counts are a 2026-09-03 snapshot. Rankings change. Review each repository and its security audits before installing.

Browse Agent Skills skills

20 skills

  • Expert

    Agent Browser

    Fast, persistent browser automation with session continuity across sequential agent commands.

    Function
    Supports three browser modes: headless Chromium, real Chrome with profile support, and cloud-hosted remote browsers with proxy configuration.
    Solves
    Useful when the user needs to interact with websites, including navigating pages, filling forms, clicking buttons, taking screenshots, extracting data, testing web apps, or automating any browser task.
  • Advanced

    Vercel React Best Practices

    React and Next.js performance optimization across 70 rules prioritized by impact.

    Function
    Organized into 8 categories from critical (eliminating waterfalls, bundle optimization) to low priority (advanced patterns), each with specific, actionable rules prefixed for easy reference.
    Solves
    Useful when writing, reviewing, or refactoring React/Next.js code to ensure optimal performance patterns.
  • Advanced

    Web Design Guidelines

    Audit UI code against Vercel's Web Interface Guidelines for design and accessibility compliance.

    Function
    Fetches the latest guidelines from a remote source before each review, ensuring rules stay current.
    Solves
    Useful when asked to "review my UI", "check accessibility", "audit design", "review UX", or "check my site against best practices".
  • Advanced

    Lark VC Agent

    Provides reusable instructions that help an AI agent complete a focused workflow.

    Function
    It provides the lark-vc-agent workflow.
    Solves
    Helps teams give agents consistent procedures instead of rewriting prompts for every task.
  • Expert

    Supabase Postgres Best Practices

    Postgres performance optimization rules across 8 priority categories, from query tuning to advanced features.

    Function
    Organized into 8 rule categories prioritized by impact: query performance and connection management (critical), security and RLS, schema design, concurrency, data access patterns, monitoring, and advanced features.
    Solves
    Postgres best practices maintained by Supabase, for Postgres running anywhere.
  • Expert

    Vercel Composition Patterns

    React composition patterns for scaling components and avoiding boolean prop proliferation.

    Function
    Covers four priority categories: component architecture, state management, implementation patterns, and React 19 APIs, each with specific rules and code examples.
    Solves
    Useful when refactoring components with boolean prop proliferation, building flexible component libraries, or designing reusable APIs.
  • Advanced

    Lark VC Agent

    Robot meeting participation: join/leave active meetings by 9-digit number and stream real-time events.

    Function
    Three core commands: +meeting-join to join a meeting (creates real attendance record), +meeting-events to read live participant/chat/screen-share events, and +meeting-leave to exit.
    Solves
    仅当用户或上游配置显式指定 lark-vc-agent 时使用,相关请求统一交由 lark-meeting 技能处理。.
  • Expert

    Supabase

    Complete Supabase integration for database, auth, storage, and serverless functions within agent workflows.

    Function
    Covers all Supabase products: Database (with RLS and migrations), Auth (sessions, JWT, cookies), Edge Functions, Realtime, Storage, Vectors, Cron, and Queues.
    Solves
    Useful when doing ANY task involving Supabase.
  • Advanced

    Vercel React Native Skills

    React Native and Expo best practices for performant mobile apps across list rendering, animations, navigation, and native modules.

    Function
    Covers eight rule categories prioritized by impact: list performance (FlashList, memoization, callback stability), animations (GPU properties, derived values), navigation, UI patterns, state management, rendering, monorepo structure, and configuration.
    Solves
    Useful when building React Native components, optimizing list performance, implementing animations, or working with native modules.
  • Advanced

    Subagent Driven Development

    Dispatch fresh subagents per task with two-stage review (spec compliance, then code quality) in the current session.

    Function
    Isolates each task to a dedicated subagent with precisely crafted context, preventing context pollution and keeping the controller focused on coordination.
    Solves
    Useful when executing implementation plans with independent tasks in the current session.
  • Advanced

    Writing For Agents

    Writing documents for agents.

    Function
    Writing documents for agents. Use when creating or editing skills, or modifying AGENTS.md or CLAUDE.md.
    Solves
    Useful when creating or editing skills, or modifying AGENTS.md or CLAUDE.md.
  • Advanced

    Google Agents CLI ADK Code

    Quick reference for ADK Python patterns: agents, tools, callbacks, and state management.

    Function
    Covers agent creation with model and instruction configuration, basic tool definition via FunctionTool, and callback patterns for state initialization and lifecycle hooks.
    Solves
    Useful when the user wants to "write agent code", "build an agent with ADK", "add a tool", "create a callback", "define an agent", "use state management", or needs ADK (Agent Development Kit) Python API patterns and code examples.
  • Expert

    Google Agents CLI Workflow

    Complete workflow for scaffolding, building, evaluating, and deploying agents using Google's Agent Development Kit.

    Function
    Covers all seven phases: understanding requirements, studying reference samples, scaffolding projects, implementing agent logic, evaluation, deployment, and observability.
    Solves
    Useful when the user wants to "develop an agent", "build an agent using ADK", "run the agent locally", "debug agent code", "test an agent", "deploy an agent", "publish an agent", "monitor an agent", or needs the ADK (Agent Development Kit) development lifecycle and coding guidelines.
  • Expert

    Deploy To Vercel

    Deploy applications and websites to Vercel with automatic git integration and preview URLs.

    Function
    Supports three deployment paths: git-push (ideal for linked projects), direct CLI deployment, and no-auth fallback for sandboxed environments.
    Solves
    Useful when the user requests deployment actions like "deploy my app", "deploy and give me the link", "push this live", or "create a preview deployment".
  • Advanced

    Vercel React View Transitions

    Native browser animations for React UI state changes using the View Transition API.

    Function
    Declare animations with component; trigger with startTransition , useDeferredValue , or Suspense ; control styling via CSS classes and pseudo-elements.
    Solves
    Guide for implementing smooth, native-feeling animations using React's View Transition API ( component, addTransitionType, and CSS view transition pseudo-elements).
  • Advanced

    Vercel CLI With Tokens

    Deploy and manage Vercel projects using token-based authentication without interactive login.

    Function
    Supports token discovery from environment variables or .env files, with automatic fallback to user input if needed.
    Solves
    Useful when working with Vercel CLI using access tokens rather than interactive login - e.g.
  • Expert

    Firecrawl Agent

    AI-powered autonomous extraction of structured data from complex multi-page websites.

    Function
    Navigates sites intelligently to locate and extract data, returning results as JSON with optional schema validation.
    Solves
    Useful when the user wants website data matching a schema - pricing tiers, product listings - beyond a single-page scrape.
  • Advanced

    Vercel Optimize

    Use for Vercel cost and performance optimization on deployed projects, especially Next.js, SvelteKit, Nuxt, and limited Astro apps.

    Function
    Use for Vercel cost and performance optimization on deployed projects, especially Next.js, SvelteKit, Nuxt, and limited Astro apps.
    Solves
    Use for Vercel cost and performance optimization on deployed projects, especially Next.js, SvelteKit, Nuxt, and limited Astro apps.
  • Expert

    Agents Sdk

    Build stateful AI agents on Cloudflare Workers with persistent state, RPC methods, scheduling, and workflow orchestration.

    Function
    Core features include SQLite-backed state management, callable RPC methods via @callable() , one-time and recurring task scheduling, and durable multi-step workflows.
    Solves
    Build AI agents on Cloudflare Workers using the Agents SDK.
  • Advanced

    Writing Guidelines

    Review docs/prose for Writing Guidelines compliance.

    Function
    Review docs/prose for Writing Guidelines compliance. Use when asked to "review my docs", "check writing style", "audit prose", "review docs voice and tone", or "check this page against the writing handbook".
    Solves
    Useful when asked to "review my docs", "check writing style", "audit prose", "review docs voice and tone", or "check this page against the writing handbook".

Site search

Find research and resources

Type at least two characters to search.