74219 Skills Available

Find awesome
Agent Skills

Agent-Skills.md is a agent skills marketplace, to find the right agent skills for you.

Popular searches

obsidian-clipper

Detects new files in the Obsidian vault Clippings folder (from Web Clipper)

bdambrosio
bdambrosio
9

browser-visits

Drains buffered page-visit URLs from the browser extension listener

bdambrosio
bdambrosio
9

test-map-with-args

Tests map primitive with additional operation arguments

bdambrosio
bdambrosio
9

test-json-sql-setup

Creates test data for JSON SQL primitive tests

bdambrosio
bdambrosio
9

test-json-sql-sort

Tests sort primitive (ORDER BY)

bdambrosio
bdambrosio
9

test-json-sql-semantic-scholar

Test JSON SQL primitives with semantic-scholar output

bdambrosio
bdambrosio
9

test-json-sql-search-web

Test JSON SQL primitives with search-web output

bdambrosio
bdambrosio
9

test-json-sql-project

Tests project primitive (SELECT fields)

bdambrosio
bdambrosio
9

test-calculate

Tests calculate tool with arithmetic, trig, and variable substitution

bdambrosio
bdambrosio
9

spec-flow

管理跨会话、可恢复、可验收、可归档的 spec 生命周期工作流,围绕 explore、plan、implement、accept、archive 五个 action 维护持久化 `.specs/` 状态。用于复杂功能开发、研究任务、运维或流程改造、文档与规范编写等需要长期跟踪、独立验收、变更留痕或后续归档的场景;不适用于一次性小改动、即时问答或无需持久化 spec 的轻量任务。

flamemida
flamemida
9

requirement-analysis

提供系统化的 9 阶段需求分析与实施工作流(需求理解、代码探索、外部资源研究、澄清问题、深度分析、展示计划、实施开发、代码审查、总结)。适用于复杂功能开发、多方案对比、新技术栈研究等需要深度规划和完整实施的场景。当用户提出复杂功能开发、API设计、数据库设计且需要深度分析和外部资源研究时触发。

flamemida
flamemida
9

fusion-issue-task-planning

Plan and break down user-story issues into ordered, traceable task issue drafts with explicit publish gates.

equinor
equinor
98

custom-index-eval

Iterative evaluation of Fusion Framework MCP search quality against documented domain patterns. Loads domain files from eval/index/, queries Fusion MCP for each pattern, validates recall against must/should requirements, and produces a human-readable pass/fail report. USE FOR: eval core, eval all, evaluate MCP index accuracy, validate search recall for a domain, check index freshness. DO NOT USE FOR: writing domain patterns, populating eval/index/ files, running CI pipelines, or batch automation.

equinor
equinor
98

custom-rebase

Guide for rebasing feature branches onto main in the Fusion Framework monorepo, including handling pnpm-lock.yaml conflicts

equinor
equinor
98

fusion-dependency-review

Review dependency PRs with structured research, existing-PR-discussion capture, multi-lens analysis (security, code quality, impact), and a repeatable verdict template. USE FOR: dependency update PRs, Renovate/Dependabot PRs, library upgrade reviews, "review this dependency PR", "should we merge this update". DO NOT USE FOR: feature PRs, application code reviews, dependency automation/bot configuration, or unattended merge without confirmation.

equinor
equinor
98

fusion-issue-author-user-story

Draft and update user-story issues with role-action-value framing, workflow scenarios, repository-valid labels, and explicit publish confirmation.

equinor
equinor
98

fusion-discover-skills

Discovers relevant Fusion skills through Fusion MCP first, falls back to GitHub-backed catalog inspection when needed, returns concise matches with purpose and next-step guidance, and handles install, update, or remove intent without guesswork. USE FOR: finding a skill for a task, asking what to install, checking update or remove guidance, discovering available Fusion skills. DO NOT USE FOR: creating new skills, performing the task itself, or inventing results when discovery signals are unavailable.

equinor
equinor
98

fusion-issue-authoring

Orchestrate GitHub issue authoring by classifying request type, routing to a type-specific issue-author skill, and enforcing shared safety gates before mutation.

equinor
equinor
98

fusion-skill-self-report-bug

Capture Fusion skill workflow failure context and guide a draft-first bug reporting flow with explicit confirmation before any GitHub mutation.

equinor
equinor
98

fusion-skill-authoring

Creates or modernizes repository skills with clear activation cues, purposeful support files, and practical review loops. USE FOR: creating a new skill, tightening an existing skill, improving discovery wording, and structuring references/assets/optional helper agents when they genuinely add value. DO NOT USE FOR: product-code changes, routine copy edits outside skills/, or documentation that should not become an installable skill.

equinor
equinor
98

fusion-mcp

Explain what Fusion MCP is and guide users through setting it up when they need Fusion-aware MCP capabilities in Copilot workflows.

equinor
equinor
98

fusion-issue-solving

Handles GitHub issue resolution end-to-end for prompts like "solve #123", "lets solve #123", "work on #123", "work on https://github.com/owner/repo/issues/123", or by pasting a direct GitHub issue URL as the request. USE FOR: solve #123, continue work on issue #123, work on https://github.com/owner/repo/issues/123, paste a GitHub issue URL for implementation work. DO NOT USE FOR: issue drafting only, PR review only, or non-implementation research.

equinor
equinor
98

fusion-github-review-resolution

Resolves unresolved GitHub PR review threads end-to-end: evaluates whether each review comment is correct, applies a targeted fix when valid, replies with rationale when not, commits, and resolves the thread. USE FOR: unresolved review threads, PR review feedback, changes requested PRs, PR review URLs (#pullrequestreview-...), fix the review comments, close the open threads, address PR feedback. DO NOT USE FOR: summarizing feedback without code changes, creating new PRs, or read-only branches.

equinor
equinor
98

fusion-issue-author-bug

Draft and update bug issues using a bug-focused structure, repository-valid labels, and explicit publish confirmation before GitHub mutation.

equinor
equinor
98

fusion-issue-author-feature

Draft and update feature issues with clear problem framing, scoped requirements, repository-valid labels, and explicit confirmation before publishing.

equinor
equinor
98

fusion-issue-author-task

Draft and update task issues with checklist-first decomposition, dependency-aware sequencing, repository-valid labels, and explicit publish confirmation.

equinor
equinor
98

setup-sdk-testing

Use when setting up SDK testing, configuring contract tests, writing Arazzo test workflows, or running integration tests. Triggers on "SDK testing", "test SDK", "contract testing", "Arazzo tests", "integration tests", "speakeasy test", "mock server", "test generation", "ResponseValidationError"

speakeasy-api
speakeasy-api
94

speakeasy-context

Speakeasy workflow: run 'agent context' FIRST, do task, run 'agent feedback' LAST. Triggers on speakeasy, SDK, OpenAPI.

speakeasy-api
speakeasy-api
94

start-new-sdk-project

>-

speakeasy-api
speakeasy-api
94

writing-openapi-specs

Reference guide for OpenAPI specification best practices, naming conventions, and expressing complex REST API patterns like polymorphism, enums, file uploads, and server-sent events. Use when writing or improving OpenAPI specs to ensure they follow established conventions and generate quality SDKs.

speakeasy-api
speakeasy-api
94

configure-sdk-options

>-

speakeasy-api
speakeasy-api
94

generate-mcp-server

Use when generating an MCP server from an OpenAPI spec with Speakeasy. Triggers on "generate MCP server", "MCP server", "Model Context Protocol", "AI assistant tools", "Claude tools", "speakeasy MCP", "mcp-typescript"

speakeasy-api
speakeasy-api
94

extract-openapi-from-code

Use when extracting or generating an OpenAPI spec from existing API code. Triggers on "extract OpenAPI", "code first", "generate spec from code", "FastAPI OpenAPI", "Spring Boot OpenAPI", "NestJS swagger", "Django OpenAPI", "Flask OpenAPI", "Rails swagger", "Laravel OpenAPI", "existing API code"

speakeasy-api
speakeasy-api
94

diagnose-generation-failure

Use when SDK generation failed or seeing errors. Triggers on "generation failed", "speakeasy run failed", "SDK build error", "workflow failed", "Step Failed", "why did generation fail"

speakeasy-api
speakeasy-api
94

orchestrate-multi-target-sdks

>-

speakeasy-api
speakeasy-api
94

customize-sdk-hooks

|

speakeasy-api
speakeasy-api
94

manage-openapi-overlays

Use when creating, applying, or validating overlay files including x-speakeasy extensions. Covers overlay syntax, JSONPath targeting, retries, pagination, naming, grouping, open enums, global headers, custom security. Triggers on "create overlay", "apply overlay", "overlay file", "x-speakeasy", "add extension", "configure retries", "add pagination", "overlay for retries".

speakeasy-api
speakeasy-api
94

orchestrate-multi-repo-sdks

>-

speakeasy-api
speakeasy-api
94

improve-sdk-naming

Use when you want AI-powered suggestions for SDK naming improvements via the `speakeasy suggest` command (not manual overlay creation). Triggers on "suggest improvements", "speakeasy suggest", "AI suggestions", "suggest operation-ids", "suggest error-types", "auto-improve naming", "get AI recommendations".

speakeasy-api
speakeasy-api
94

generate-terraform-provider

>-

speakeasy-api
speakeasy-api
94

vue-best-practices

Vue 3 and Nuxt performance optimization guidelines. This skill should be used when writing, reviewing, or refactoring Vue 3/Nuxt code to ensure optimal performance patterns. Triggers on tasks involving Vue components, Nuxt pages, data fetching, bundle optimization, or performance improvements.

fronttoend
fronttoend
91

pic-js

Guides writing Internet Computer canister integration tests with PicJS and PocketIC. Use when the user mentions PicJS, PocketIC, canister integration tests, or requests JavaScript/TypeScript tests for canisters.

jorgenbuilder
jorgenbuilder
93

icp-cli

Guides use of the Internet Computer (ICP) CLI (icp) v0.1.0 for local networks, builds, deploys, canister operations, identities, cycles/tokens, recipe system, environments, and advanced features. Use when the user asks about icp-cli, icp commands, canister deployment, local ICP network workflows, recipes, multi-environment deployments, or command help. Also use whenever dfx is mentioned so guidance always maps to icp.

jorgenbuilder
jorgenbuilder
93

forum-research

Research and read content on forum.dfinity.org (Discourse). Use when the user asks to browse, search, summarize, or analyze Dfinity forum topics or users. Read-only access with authenticated browsing and JSON endpoints.

jorgenbuilder
jorgenbuilder
93

virtualization

MUI list virtualization with react-window, react-virtuoso, virtualized Autocomplete, and large dataset rendering patterns

lobbi-docs
lobbi-docs
9

upgrade-analysis

Core analysis patterns, detection heuristics, and scoring algorithms for the upgrade intelligence system

lobbi-docs
lobbi-docs
9

project-fingerprinting

Deep project fingerprinting for tech stack detection, architecture analysis, and quality assessment

lobbi-docs
lobbi-docs
9

innovation-radar

Identifies cutting-edge, innovative upgrade opportunities based on tech stack and industry trends

lobbi-docs
lobbi-docs
9

Workflow Automation

Expertise in CI/CD pipeline creation, process automation, and team workflow optimization. Activates when working with "automate", "pipeline", "workflow", "CI/CD", "process", or automation tools.

lobbi-docs
lobbi-docs
9

Integration Patterns

Expertise in API design, database integration, and service connectivity. Activates when working with "API", "database", "webhook", "service", "integrate", "connect", or system architecture.

lobbi-docs
lobbi-docs
9

Page 970 of 1485 · 74219 results

Adoption

Agent Skills are supported by leading AI development tools.

FAQ

Frequently asked questions about Agent Skills.

01

What are Agent Skills?

Agent Skills are reusable, production-ready capability packs for AI agents. Each skill lives in its own folder and is described by a SKILL.md file with metadata and instructions.

02

What does this agent-skills.md site do?

Agent Skills is a curated directory that indexes skill repositories and lets you browse, preview, and download skills in a consistent format.

03

Where are skills stored in a repo?

By default, the site scans the skills/ folder. You can also submit a URL that points directly to a specific skills folder.

04

What is required inside SKILL.md?

SKILL.md must include YAML frontmatter with at least name and description. The body contains the actual guidance and steps for the agent.

05

How can I submit a repo?

Click Submit in the header and paste a GitHub URL that points to a skills folder. We’ll parse it and add any valid skills to the directory.