72504 Skills Available

Find awesome
Agent Skills

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

Popular searches

add-private-function-with-signatures

Add private functions from game DLLs (server.dll/engine.dll) to metamod plugins using signature scanning and symbol lookup. Use when adding new private function hooks that require IDA Pro analysis, signature creation, cross-platform support (Windows/Linux), and runtime function pointer filling.

majiayu000
majiayu000
11819

add_platform.verify

"Sets up platform directories and verifies deepwork install works correctly. Use after implementation to confirm integration."user-invocable: false---

majiayu000
majiayu000
11819

add_platform

Adds a new AI platform to DeepWork with adapter, templates, and tests. Use when integrating Cursor, Windsurf, or other AI coding tools.

majiayu000
majiayu000
11819

add_platform.research

"Captures CLI configuration and hooks system documentation for the new platform. Use when starting platform integration."user-invocable: false---

majiayu000
majiayu000
11819

add_platform.implement

"Creates platform adapter, templates, tests with 100% coverage, and README documentation. Use after adding hook capabilities."user-invocable: falsehooks: Stop:

majiayu000
majiayu000
11819

add_platform.add_capabilities

"Updates job schema and adapters with any new hook events the platform supports. Use after research to extend DeepWork's hook system."user-invocable: false---

majiayu000
majiayu000
11819

gsd:add-phase

Add a new phase to the project

majiayu000
majiayu000
11819

add-perspective

振り返り観点を追加するガイド。ユーザー指摘から学習し、類似問題を将来検出できるようにする。観点、perspective、チェック追加時に使用。

majiayu000
majiayu000
11819

add-paper

Add a research paper to the maxpool research-papers collection. Use when the user provides an ArXiv URL, PDF link, or asks to add/summarize a research paper for the website. Handles paper fetching, insight extraction, HTML generation, and index updates.

majiayu000
majiayu000
11819

add-package

パッケージを追加する際に使用します。開発用と、プロダクト用途問わずこれを使います。

majiayu000
majiayu000
11819

add-openrouter-model

Fetch OpenRouter model details and provide guidance for adding models to acai-ts provider configuration.

majiayu000
majiayu000
11819

add-opencode-model

Fetch OpenCode Zen model details and provide guidance for adding models to acai-ts provider configuration.

majiayu000
majiayu000
11819

add-odoo-model

Add integration for an additional Odoo Studio model to an existing Odoo PWA project. Use when user wants to add support for another model, mentions "add new model", "integrate another Odoo model", or similar.

majiayu000
majiayu000
11819

add-note

Use this skill whenever important information is learned during a task or when the user explicitly asks to store something. Use when users ask to remember. Triggers on "remember this", "update memory", "share" or any persistent storage request.

majiayu000
majiayu000
11819

add-nodebridge-handler

Use this skill when adding a new NodeBridge handler to src/nodeBridge.ts, including updating types in src/nodeBridge.types.ts and optionally testing with scripts/test-nodebridge.ts

majiayu000
majiayu000
11819

add-node

Add a new node to the Kubernetes cluster. Use when connecting new hardware, expanding cluster capacity, or setting up worker nodes.

majiayu000
majiayu000
11819

add-nixvim-plugin

Add Neovim plugins not available in NixVim's official plugin set using extraPlugins and extraConfigLua. Use this skill when the user requests adding a plugin by GitHub URL or mentions a plugin that doesn't exist as a native NixVim module.

majiayu000
majiayu000
11819

add-new-skills-to-workflow

Add new skills to an existing workflow and update all related documentation. Use when user wants to add skills from GitHub URLs to a workflow (e.g., "add this skill to the workflow", "为工作流添加技能"). Triggers on adding skills to workflows, updating workflow documentation after skill additions.

majiayu000
majiayu000
11819

add-new-file

Guide for adding new files to this codebase while respecting architectural principles including Separation of Concerns, Common Closure Principle, small composable functions (max 20 lines), and externalizing constants. Use when creating new modules, utilities, or any new source files in the project.

majiayu000
majiayu000
11819

add-new-feature

SAM-style feature initiation workflow: discovery -> codebase analysis -> architecture spec -> task decomposition -> validation -> context manifest. Use when a user asks to add a feature, plan a feature, or convert an idea into executable task files.

majiayu000
majiayu000
11819

add-neon-docs

Use this skill when the user asks to add documentation, add docs, add references, or install documentation about Neon. Adds Neon best practices reference links to project AI documentation (CLAUDE.md, AGENTS.md, or Cursor rules). Does not install packages or modify code.

majiayu000
majiayu000
11819

add-multi-filter

为Flutter插件视图添加多条件过滤功能(MultiFilterBar),支持标签、关键词、日期、优先级、复选框等多种过滤类型。替代传统的FilterDialog,提供更直观的两层级交互UI。适用场景:(1) 列表视图需要多维度筛选,(2) 数据量较大需要快速过滤,(3) 需要实时显示过滤条件的应用

majiayu000
majiayu000
11819

add-mouse-profile

Create a new mouse profile for a mouse model not yet supported

majiayu000
majiayu000
11819

add-module

Create a new core infrastructure module with standard API, lazy init, and proper structure

majiayu000
majiayu000
11819

Add Model Property

Add a new property to an existing data model and propagate changes through model generation to client and server. Use when adding fields to entities, extending models, or modifying data structures. Handles source model editing, regeneration, ViewModel updates, and server-side changes.

majiayu000
majiayu000
11819

add-metric

Add a new calculated metric to the VSM dashboard with test-first development

majiayu000
majiayu000
11819

add-member

Interactive guide for adding new lab members to the website. Gathers information via web research, helps write appropriate bios, optimizes images, and generates properly formatted member files. Use when adding new team members, updating member info, or marking members as alumni.

majiayu000
majiayu000
11819

add-med-record

Добавляет медицинские записи в Notion. Используй когда пользователь просит добавить запись в карточку Богданы, Андрея или Вани по файлу анализов/обследований.

majiayu000
majiayu000
11819

add-mcp-primitive

Add new MCP primitives (Tool, Resource, Prompt). Use when asked to add a new tool, resource, or prompt to the MCP server.

majiayu000
majiayu000
11819

add-manual-debt

Manually add a technical debt item to MASTER_DEBT.jsonl

majiayu000
majiayu000
11819

add-malli-schemas

Efficiently add Malli schemas to API endpoints in the Metabase codebase with proper patterns, validation timing, and error handling

majiayu000
majiayu000
11819

add-lesson

Add a new lesson learned to shared rules and sync to context files.

majiayu000
majiayu000
11819

add-language

Guide for implementing a new language parser in Codanna. Use when adding language support, implementing parsers, or extending language capabilities. Covers the six-file architecture (mod.rs, definition.rs, parser.rs, behavior.rs, resolution.rs, audit.rs), trait implementation patterns, resolution scope design, and integration workflow. Triggers on requests to add language support, implement new parser, extend language capabilities, or create language implementation.

majiayu000
majiayu000
11819

add-knowledge

Add notes and learnings to Tim's work knowledge base at Spotify from any Claude Code session

majiayu000
majiayu000
11819

add-k8s-service

往 Kubernetes 集群添加普通服务。当用户请求部署新应用、添加新服务到集群时使用此技能。

majiayu000
majiayu000
11819

add-integration

Build a new API integration for Nexus. Load when user mentions "add integration", "new integration", "integrate with", "connect to [service]", or "build [service] integration". Interactive workflow that discovers API endpoints, plans the integration, and creates a project for implementation.

majiayu000
majiayu000
11819

add-inject

Create a game UI injection that modifies existing game elements with proper cleanup

majiayu000
majiayu000
11819

add-icon

Add a new Tabler icon to the project. Use when adding icons to the UI.

majiayu000
majiayu000
11819

add-home-widget-selector

为Flutter插件添加可配置的选择器小组件(HomeWidget),支持用户点击配置、数据选择和动态数据渲染。核心特性:(1) 配置dataSelector保存必要数据,(2) 通过controller传递id获取最新数据,(3) 支持导航到详情页

majiayu000
majiayu000
11819

add-highlight

Add an item to the highlights page. Max 1 per day.

majiayu000
majiayu000
11819

add-global

Create a reactive global variable that derives from atoms with subscription support

majiayu000
majiayu000
11819

add-footer

Add a professional footer to README files with engagement prompts, community channels, and call-to-action for subscriptions. Use when you need to enhance your README with a footer that encourages interaction and builds community.

majiayu000
majiayu000
11819

add-fish-alias

Use when creating a new fish shell alias, function, or command shortcut, or when user asks to "add an alias for X"

majiayu000
majiayu000
11819

add-feature-hook

Creates TanStack Query hooks for API features with authentication. Use when connecting frontend to backend endpoints, creating data fetching hooks.

majiayu000
majiayu000
11819

add-feature

Scaffold a new toggleable feature with full structure, storage, API exposure, and bootstrap registration

majiayu000
majiayu000
11819

add-exercises

Add new exercises to the workout tracker database. Use when asked to add exercises, expand the exercise library, or check what exercises exist. Triggers include "add exercise", "new exercise", "exercise database", "what exercises", "missing exercises", "expand exercises".

majiayu000
majiayu000
11819

add-exercise

Add a new exercise to vibereps. Use when the user wants to create a new exercise type with pose detection. Handles creating the JSON config file and detection logic.

majiayu000
majiayu000
11819

add-event-type

Add a new event type to the frontend feed system with corresponding React component. Use when user mentions "new event", "add event type", "event block", "new block type", or wants to display new agent output types.

majiayu000
majiayu000
11819

add-error-type

Add a new custom error type for domain-specific errors. Use when creating errors for specific business rules or HTTP status codes. Triggers on "add error", "custom error", "error type".

majiayu000
majiayu000
11819

add-env-variable

Add a new environment variable to the application. Use when adding configuration for external services, feature flags, or application settings. Triggers on "add env", "environment variable", "config variable".

majiayu000
majiayu000
11819

Page 473 of 1451 · 72504 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.