自动定期更新

Agent Skill 目录

清晰检索适用于 coding agent 的工作流,同时查看出处、风险信号和可直接复制的安装命令。

699个 Skill
23出处
602Low risk
Jul 13更新时间
699 个 Skill
自动定期更新
v

vercel-composition-patterns

Coding & Refactoring

React composition patterns that scale. Use when refactoring components with boolean prop proliferation, building flexible component libraries, or designing reusable APIs. Triggers on tasks involving compound components, render props, context providers, or component architecture. Includes React 19 API changes.

vercel-labs/agent-skills·MIT·Agent Skills
low100质量分
v

vercel-react-best-practices

Coding & Refactoring

React and Next.js performance optimization guidelines from Vercel Engineering. This skill should be used when writing, reviewing, or refactoring React/Next.js code to ensure optimal performance patterns. Triggers on tasks involving React components, Next.js pages, data fetching, bundle optimization, or performance improvements.

vercel-labs/agent-skills·MIT·Agent Skills
low100质量分
v

React Native and Expo best practices for building performant mobile apps. Use when building React Native components, optimizing list performance, implementing animations, or working with native modules. Triggers on tasks involving React Native, Expo, mobile performance, or native platform APIs.

vercel-labs/agent-skills·MIT·Agent Skills
low100质量分
v

Guide for implementing smooth, native-feeling animations using React's View Transition API (`<ViewTransition>` component, `addTransitionType`, and CSS view transition pseudo-elements). Use this skill whenever the user wants to add page transitions, animate route changes, create shared element animations, animate enter/exit of components, animate list reorder, implement directional (forward/back) navigation animations, or integrate view transitions in Next.js. Also use when the user mentions view transitions, `startViewTransition`, `ViewTransition`, transition types, or asks about animating between UI states in React without third-party animation libraries.

vercel-labs/agent-skills·MIT·Agent Skills
low100质量分
o

onboard-context-matic

Coding & Refactoring

Interactive onboarding tour for the context-matic MCP server. Walks the user through what the server does, shows all available APIs, lets them pick one to explore, explains it in their project language, demonstrates model_search and endpoint_search live, and ends with a menu of things the user can ask the agent to do. USE FOR: first-time setup; "what can this MCP do?"; "show me the available APIs"; "onboard me"; "how do I use the context-matic server"; "give me a tour". DO NOT USE FOR: actually integrating an API end-to-end (use integrate-context-matic instead).

github/awesome-copilot·MIT·Agent Skills
high100质量分
o

oo-component-documentation

Coding & Refactoring

Create or update standardized object-oriented component documentation using a shared template plus mode-specific guidance for new and existing docs.

github/awesome-copilot·MIT·Agent Skills
low100质量分
o

openapi-to-application-code

Coding & Refactoring

Generate a complete, production-ready application from an OpenAPI specification

github/awesome-copilot·MIT·Agent Skills
high100质量分
o

optimize-simplicite-logs

Coding & Refactoring

capability to parse Simplicité logs from a raw `.txt` file, filter fields to reduce noise, and output the result as structured JSON.

github/awesome-copilot·MIT·Agent Skills
low100质量分
p

pdftk-server

AI & Agents

Skill for using the command-line tool pdftk (PDFtk Server) for working with PDF files. Use when asked to merge PDFs, split PDFs, rotate pages, encrypt or decrypt PDFs, fill PDF forms, apply watermarks, stamp overlays, extract metadata, burst documents into pages, repair corrupted PDFs, attach or extract files, or perform any PDF manipulation from the command line.

github/awesome-copilot·MIT·Agent Skills
medium100质量分
p

penpot-uiux-design

Coding & Refactoring

Comprehensive guide for creating professional UI/UX designs in Penpot using MCP tools. Use this skill when: (1) Creating new UI/UX designs for web, mobile, or desktop applications, (2) Building design systems with components and tokens, (3) Designing dashboards, forms, navigation, or landing pages, (4) Applying accessibility standards and best practices, (5) Following platform guidelines (iOS, Android, Material Design), (6) Reviewing or improving existing Penpot designs for usability. Triggers: "design a UI", "create interface", "build layout", "design dashboard", "create form", "design landing page", "make it accessible", "design system", "component library".

github/awesome-copilot·MIT·Agent SkillsClaude Code
medium100质量分
p

Draft performance reviews, self-assessments, peer reviews, and upward feedback in your own voice. Analyzes your contributions, emails, and meeting history via WorkIQ, then produces honest, impact-focused drafts using the STAR format. USE FOR: write my performance review, draft self-assessment, peer review, 360 feedback, annual review, mid-year review, upward feedback, write review for colleague, performance appraisal.

github/awesome-copilot·MIT·Agent Skills
low100质量分
p

pester-migration

Coding & Refactoring

Pester migration skill for upgrading PowerShell Pester test suites across major versions — v3→v4, v4→v5, and v5→v6. Covers the Discovery/Run two-phase model, moving setup into BeforeAll, $PSScriptRoot vs $MyInvocation, mock changes (Assert-MockCalled → Should -Invoke, removed fall-through), Invoke-Pester parameters → PesterConfiguration, data-driven -ForEach/-TestCases, and the v6 breaking changes. Use when the user asks to upgrade, migrate, or modernize Pester tests, fix *.Tests.ps1 files that broke after bumping the Pester version, or convert legacy Should / Invoke-Pester syntax.

github/awesome-copilot·MIT·Agent Skills
medium100质量分
p

Experimental (preview) Pester skill for migrating classic Should -Be (v5) assertion syntax to the new Should-* (v6) assertions (note the hyphen, no space), e.g. `Should -Be` -> `Should-Be`, `Should -Not -Be` -> `Should-NotBe`. Tracks Pester 6, which is still a release candidate, so this guidance may change; verified against Pester 6.0.0-rc2. Use when converting Pester v5 assertions to Pester v6 Should-* operators, modernizing a Pester test suite, or when a user asks to migrate, convert, or rewrite `Should -...` calls in .Tests.ps1 / PowerShell files.

github/awesome-copilot·MIT·Agent Skills
low100质量分
p

phoenix-cli

Coding & Refactoring

Debug LLM applications using the Phoenix CLI. Fetch traces, analyze errors, structure trace review with open coding and axial coding, inspect datasets, review experiments, query annotation configs, and use the GraphQL API. Use whenever the user is analyzing traces or spans, investigating LLM/agent failures, deciding what to do after instrumenting an app, building failure taxonomies, choosing what evals to write, or asking "what's going wrong", "what kinds of mistakes", or "where do I focus" — even without naming a technique.

github/awesome-copilot·Apache-2.0·Agent SkillsRequires Node.js (for npx) or global install of @arizeai/phoenix-cli. Optionally requires jq for JSON processing.
low100质量分
p

phoenix-evals

Coding & Refactoring

Build and run evaluators for AI/LLM applications using Phoenix.

github/awesome-copilot·Apache-2.0·Agent SkillsRequires Phoenix server. Python skills need phoenix and openai packages
low100质量分
p

phoenix-tracing

AI & Agents

OpenInference semantic conventions and instrumentation for Phoenix AI observability. Use when implementing LLM tracing, creating custom spans, or deploying to production.

github/awesome-copilot·Apache-2.0·Agent SkillsRequires Phoenix server. Python skills need arize-phoenix-otel
low100质量分
p

php-mcp-server-generator

Coding & Refactoring

Generate a complete PHP Model Context Protocol server project with tools, resources, prompts, and tests using the official PHP SDK

github/awesome-copilot·MIT·Agent SkillsClaude Code
low100质量分
p

pinecone-rag

AI & Agents

Build production RAG pipelines and persistent agent memory using Pinecone as the vector database backend. ALWAYS USE THIS SKILL when the user mentions Pinecone, wants to index documents for semantic search, build a retrieval-augmented generation system, store agent memory across sessions, implement hybrid search, or connect an LLM to a searchable knowledge base — even if they don't say "Pinecone" explicitly. Also use when the user asks about vector databases for RAG, namespace isolation for multi-tenant agents, embedding pipelines, or scaling a knowledge base beyond what local storage can handle. DO NOT use for local-only vector stores (Chroma, FAISS, pgvector) or pure keyword search with no semantic component.

github/awesome-copilot·Apache-2.0·Agent SkillsPython 3.10+
low100质量分
p

Creates an integration testing plan for .NET data access artifacts during Oracle-to-PostgreSQL database migrations. Analyzes a single project to identify repositories, DAOs, and service layers that interact with the database, then produces a structured testing plan. Use when planning integration test coverage for a migrated project, identifying which data access methods need tests, or preparing for Oracle-to-PostgreSQL migration validation.

github/awesome-copilot·MIT·Agent SkillsCursor
low100质量分
p

plantuml-ascii

DevOps & Cloud

Generate ASCII art diagrams using PlantUML text mode. Use when user asks to create ASCII diagrams, text-based diagrams, terminal-friendly diagrams, or mentions plantuml ascii, text diagram, ascii art diagram. Supports: Converting PlantUML diagrams to ASCII art, Creating sequence diagrams, class diagrams, flowcharts in ASCII format, Generating Unicode-enhanced ASCII art with -utxt flag

github/awesome-copilot·MIT·Agent Skills
high100质量分
p

playwright-generate-test

Coding & Refactoring

Generate a Playwright test based on a scenario using Playwright MCP

github/awesome-copilot·MIT·Agent Skills
low100质量分
p

postgresql-code-review

Security & Compliance

PostgreSQL-specific code review assistant focusing on PostgreSQL best practices, anti-patterns, and unique quality standards. Covers JSONB operations, array usage, custom types, schema design, function optimization, and PostgreSQL-exclusive security features like Row Level Security (RLS).

github/awesome-copilot·MIT·Agent Skills
low100质量分
p

PostgreSQL-specific development assistant focusing on unique PostgreSQL features, advanced data types, and PostgreSQL-exclusive capabilities. Covers JSONB operations, array types, custom types, range/geometric types, full-text search, window functions, and PostgreSQL extensions ecosystem.

github/awesome-copilot·MIT·Agent SkillsCursor
low100质量分
p

power-apps-code-app-scaffold

Coding & Refactoring

Scaffold a complete Power Apps Code App project with PAC CLI setup, SDK integration, and connector configuration

github/awesome-copilot·MIT·Agent Skills
low100质量分

按用途和 Coding Agent 浏览 Skill

查找适用于 Codex、Claude Code、GitHub Copilot、Cursor 和 Gemini CLI 的可追溯 Skill。