BigHugger

Agent skills in other format

A skill is a Markdown file that tells a coding agent how to do one job. We parse every one we can find — the frontmatter, the outline, the languages in its code blocks — so you can look for the one that fits instead of reading through a repository to find out.

69,865 skills from 9,574 repositories, last read 11 September 2026.

Skills declare what they need inconsistently: 58.8% name the languages they run, 11.2% list the tools they ask for, and 4.6% give themselves a category. Filtering narrows to the ones that said so, never to the ones that are.

  1. major-version-modevercel/ai

    Context for working on the next AI SDK major release. Only use when explicitly invoked by the user (e.g. via '/major-version-mode'). Do NOT trigger autonomously based on task conte

    othertypescript
  2. capture-api-response-test-fixturevercel/ai

    Capture API response test fixture.

    othertypescript
  3. add-function-examplesvercel/ai

    Guide for adding new AI function examples, for testing specific features against the actual provider APIs.

    other
  4. migrate-ai-sdk-v6-to-v7vercel/ai

    Migrate applications from AI SDK 6.x to AI SDK 7.0. Use when upgrading Vercel AI SDK packages, fixing v7 migration errors, or when the user mentions AI SDK v6, v7, upgrade, migrati

    other
  5. add-provider-packagevercel/ai

    Guide for adding first-party AI provider packages to the AI SDK. Use when creating a provider package under packages/ to integrate an external AI service.

    otherbash+7 files
  6. develop-ai-functions-examplevercel/ai

    Develop examples for AI SDK functions. Use when creating, running, or modifying examples under examples/ai-functions/src to validate provider support, demonstrate features, or crea

    otherbashtypescript
  7. adr-skillvercel/ai

    Create and maintain Architecture Decision Records (ADRs) optimized for agentic coding workflows. Use when you need to propose, write, update, accept/reject, deprecate, or supersede

    otherbashmarkdowntypescript
  8. add-harness-packagevercel/ai

    Guide for adding new AI SDK harness packages. Use when creating a new @ai-sdk/harness-<name> package that adapts a coding-agent runtime to HarnessV1.

    otherbash+2 files
  9. ai-sdkvercel/ai

    Answer questions about the AI SDK and help build AI-powered features. Use when developers: (1) Ask about AI SDK functions like generateText, streamText, ToolLoopAgent, embed, or to

    otherbash
  10. update-provider-modelsvercel/ai

    Add new or remove obsolete model IDs for existing AI SDK providers. Use when adding a model to a provider, removing an obsolete model, or processing a list of model changes from an

    otherbashtypescript
  11. list-npm-package-contentvercel/ai

    List the contents of an npm package tarball before publishing. Use when the user wants to see what files are included in an npm bundle, verify package contents, or debug npm publis

    otherbash
  12. update-harness-dependenciesvercel/ai

    Update the primary SDK dependencies of harness packages. Use when asked to update the harness SDKs or harness adapter dependencies.

    otherbash
  13. evevercel/eve

    Build durable backend AI agents with the eve framework. Use when creating, editing, or debugging an eve project — agent instructions, skills, tools, connections, channels, sandboxe

    other
  14. xcodebuildmcpgetsentry/XcodeBuildMCP

    Official skill for XcodeBuildMCP. Use when doing iOS/macOS/watchOS/tvOS/visionOS work (build, test, run, debug, log, UI automation).

    other
  15. xcodebuildmcp-cligetsentry/XcodeBuildMCP

    Official skill for the XcodeBuildMCP CLI. Use when doing iOS/macOS/watchOS/tvOS/visionOS work (build, test, run, debug, log, UI automation).

    otherbash
  16. android-emulatorcallstack/agent-device

    Verify and debug native, React Native, Expo, or Flutter apps on an Android Emulator with agent-device. Use when an agent needs to launch an app, inspect its live UI, tap, type, scr

    otherbash
  17. ios-simulatorcallstack/agent-device

    Verify and debug native, React Native, Expo, or Flutter apps on an iOS Simulator with agent-device. Use when an agent needs to launch an app, inspect its live UI, tap, type, scroll

    otherbash
  18. dogfoodcallstack/agent-device

    Systematically explore and test a mobile app on iOS/Android with agent-device to find bugs, UX issues, and other problems. Use when asked to dogfood, QA, exploratory test, find iss

    otherbashBash(agent-device:*)Bash(npx agent-device:*)
  19. agent-devicecallstack/agent-device

    Automates Apple-platform apps (iOS, tvOS, macOS), Android devices, and Amazon Vega OS TV apps in Vega Virtual Devices. Use when navigating apps, taking snapshots/screenshots where

    otherbash
  20. gitlab-mcp-skillzereight/gitlab-mcp

    Use this skill when working with the GitLab MCP server tools for merge requests, issues, repositories, pipelines, work items, variables, dependency proxy, vulnerabilities, webhooks

    other+1 files
  21. mobile-automationmobile-next/mobile-mcp

    Control Android and iOS devices, emulators and simulators — launch apps, tap, swipe, type, take screenshots, read the accessibility tree. Use when a task involves a mobile device o

    other
  22. composioComposioHQ/composio

    Route and complete Composio work across Composio For You and Composio Platform. Use when the user mentions Composio; wants an agent to use apps such as Gmail, Slack, GitHub, Notion

    other+3 files
  23. corsaircorsairdev/corsair

    Use when adding Corsair to a TypeScript app to integrate the app with external services (GitHub, Slack, Linear, Stripe, Gmail, and hundreds more, via OAuth or API keys). Can be use

    otherbashtypescript
  24. wigolo-crawlKnockOutEZ/wigolo

    Local-first multi-page crawl with sitemap, BFS, DFS, and URL-map strategies, anchor-fragment dedup, rate limiting, robots.txt respect, and automatic local cache population. Use whe

    otherjson+3 files
  25. wigolo-agentKnockOutEZ/wigolo

    Autonomous data gathering across sources — plans search queries and URLs from a natural-language prompt, executes in parallel within a time budget, optionally extracts structured f

    otherjson+2 files
  26. wigolo-cacheKnockOutEZ/wigolo

    Local-first knowledge cache — full-text and hybrid semantic search over every page wigolo has already fetched, crawled, or searched. Use before any web request: cached hits return

    otherjson+5 files
  27. wigolo-researchKnockOutEZ/wigolo

    Local-first multi-step research with question decomposition, parallel search, structured briefs, cross-references, and gap analysis. Use when the user needs comprehensive analysis,

    otherjson+3 files
  28. wigolo-diffKnockOutEZ/wigolo

    Compare two versions of a page and see exactly what changed — a live URL against its cached copy, two URLs, or two markdown blobs. Section-level hunks, word- or line-level granular

    otherjson+3 files
  29. wigoloKnockOutEZ/wigolo

    Local-first web intelligence MCP server for AI coding agents. Ten tools for search, fetch, crawl, cache, extract, find similar, research, agent-driven data gathering, page diffing,

    otherbashjson
  30. wigolo-fetchKnockOutEZ/wigolo

    Local-first URL fetch with clean markdown, structured metadata, JS-rendered SPA support, authenticated browser sessions, PDFs, and content change detection. Use when the user provi

    otherjson+3 files
  31. wigolo-find-similarKnockOutEZ/wigolo

    Hybrid semantic discovery — fuses embeddings + keyword search + live web search via 3-way Reciprocal Rank Fusion. Use when the user has a good source and wants more like it, says "

    otherjson+2 files
  32. wigolo-searchKnockOutEZ/wigolo

    Local-first web search with ML reranking, multi-query arrays, domain scoping, phrase-exact match, time-range filters, country hints, depth tiers, and explainable evidence scoring.

    otherjson+3 files
  33. wigoloKnockOutEZ/wigolo

    Local-first web intelligence for AI agents. Use wigolo for ALL web operations: searching, fetching pages, crawling sites, checking the cache, extracting data, finding similar conte

    other+12 files
  34. wigolo-watchKnockOutEZ/wigolo

    Monitor a page for changes over time. Create lazy watch jobs on one or many URLs, list them, and check for changes on demand — with optional SSRF-guarded webhook delivery when a ch

    otherjson+3 files
  35. wigolo-extractKnockOutEZ/wigolo

    Local-first structured extraction from any webpage — tables, definition lists, key-value pairs, JSON-LD, microdata, chart hints (SVG titles / aria-labels / figcaptions), brand asse

    otherjson+2 files
  36. mcp-scriptingnicobailon/pi-mcp-adapter

    Write mcpScript JavaScript for discovering, inspecting, and calling MCP tools.

    otherjavascript+1 files
  37. hostinger-headlesshostinger/api-mcp-server

    Build, connect, or iterate on a website hosted on Hostinger — provision hosting and a domain, optionally seed an ecommerce store with a real hosted checkout or a WordPress content

    other
  38. mcp-server-mysqlbenborla/mcp-server-mysql

    Query MySQL databases from Codex via MCP

    other
  39. letsfgLetsFG/LetsFG

    LetsFG — Agent-native flight and hotel search and booking API. Hundreds of airlines plus the major booking sites (Google Flights, Skyscanner, Kiwi, Kayak, Momondo), with per-flight

    otherbashjsonpython
  40. hotel-searchLetsFG/LetsFG

    Search and book real hotel rooms through LetsFG. Returns only bookable, free-cancellation, pay-later rates from live supplier inventory, with the price the guest actually pays. Use

    otherpython
  41. flight-searchLetsFG/LetsFG

    Search and book flights across hundreds of airlines plus the major booking sites, with than OTAs. Returns raw airline prices via the letsfg.co server-side search engine. Use when u

    otherbashjsonpython+2 files
  42. developing-genkit-toolinggenkit-ai/genkit

    Best practices for authoring Genkit tooling, including CLI commands and MCP server tools. Covers naming conventions, architectural patterns, and consistency guidelines.

    othertypescript
  43. checkVibiumDev/vibium

    Independently check application acceptance criteria in a live browser or saved recording with the Vibium CLI. Use for a formal verification step in the development loop, with PASS,

    otherjson
  44. browserVibiumDev/vibium

    Automate browsers with the Vibium CLI. Use to navigate websites, inspect pages, fill forms, extract page data, debug UI behavior, capture screenshots and recordings, or delegate br

    otherbash
  45. agnixagent-sh/agnix

    Use when user asks to 'lint agent configs', 'validate skills', 'check CLAUDE.md', 'validate hooks', 'lint MCP'. Validates agent configuration files against 455 rules.

    otherbashBash(agnix:*)Bash(cargo:*)Read
  46. cloudbrowser-use/browser-use

    Documentation reference for using Browser Use Cloud — the hosted API and SDK for browser automation. Use this skill whenever the user needs help with the Cloud REST API (v2, v3, or

    otherRead
  47. browser-usebrowser-use/browser-use

    Direct browser control via CDP for web interaction: automation, scraping, testing, screenshots, and site/app work.

    otherbash
  48. qabrowser-use/browser-use

    QA-test a website or web app and return a 1-5 quality score (5 = flawless, 1 = broken) with evidence. Use when the user wants to test, QA, evaluate, score, or "check how good" a si

    otherbashBashReadTask
  49. x402browser-use/browser-use

    Set up Browser Use Cloud payments with x402 — pay per request from a crypto wallet (USDC on Base mainnet), no signup or API key. Two setups it works out up front — "just use it" (s

    otherbashpythontypescriptBashReadWrite
  50. open-sourcebrowser-use/browser-use

    Documentation reference for writing Python code using the browser-use open-source library. Use this skill whenever the user needs help with Agent, Browser, or Tools configuration,

    otherRead
  51. remote-browserbrowser-use/browser-use

    Controls an isolated Browser Use Cloud browser from a sandboxed machine with the current Browser Use CLI.

    otherbashpythonBash(browser-use:*)+1 files
  52. seed-deprecationdaangn/seed-design

    SEED 컴포넌트·API·토큰의 사용 중단 선언, 마이그레이션 안내 또는 예정된 제거를 처리할 때 사용한다.

    other
  53. seed-api-paritydaangn/seed-design

    한 SEED 컴포넌트의 React·Lynx 공개 API와 사용자 결과 차이를 읽기 전용으로 비교할 때 사용한다.

    otherbash+3 files
  54. chromatic-diffdaangn/seed-design

    Chromatic snapshot 변경의 원인, 실제 회귀 또는 flaky 여부를 조사할 때 사용한다.

    otherbash
  55. seed-dev-figma-v3-migration-plugindaangn/seed-design

    Figma V3 migration 매핑·메타데이터 변환을 수정할 때 사용한다.

    other
  56. seed-create-componentdaangn/seed-design

    SEED 컴포넌트의 플랫폼·공개 표면을 정하고 구현·문서·검증을 연결할 때 사용한다.

    otherbash+25 files
  57. seed-changesetdaangn/seed-design

    현재 SEED 변경의 공개 패키지 release bump와 한국어 changeset을 판단·작성할 때 사용한다.

    otherbash+2 files
  58. seed-component-mapdaangn/seed-design

    한 SEED 컴포넌트의 구현·공개 export·Registry·문서·테스트 경로를 읽기 전용으로 찾을 때 사용한다.

    otherbash
  59. seed-designdaangn/seed-design

    SEED Design 사용법·진단·저장소 작업의 공식 문서와 전용 Skill을 라우팅할 때 사용한다.

    other+25 files
  60. seed-change-plandaangn/seed-design

    SEED 변경의 패키지·플랫폼 영향, 필요한 검증, changeset 및 PR 기준 브랜치를 읽기 전용으로 판단할 때 사용한다.

    otherbash

Browse all 69,865 skills200 at a time, grouped by owner. The list above is the skills with the highest standing; this is every one of them.

The whole corpus is one call away through the search API, or ask a question of it on the index itself.