自动定期更新

Agent Skill 目录

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

1217个 Skill
39出处
1072Low risk
Jul 13更新时间
1217 个 Skill
自动定期更新
65推荐

react18-batching-patterns

Coding & Refactoring

Provides exact patterns for diagnosing and fixing automatic batching regressions in React 18 class components. Use this skill whenever a class component has multiple setState calls in an async method, inside setTimeout, inside a Promise .then() or .catch(), or in a native event handler. Use it before writing any flushSync call - the decision tree here prevents unnecessary flushSync overuse. Also use this skill when fixing test failures caused by intermediate state assertions that break after React 18 upgrade.

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

batch-files

Coding & Refactoring

Expert-level Windows batch file (.bat/.cmd) skill for writing, debugging, and maintaining CMD scripts. Use when asked to "create a batch file", "write a .bat script", "automate a Windows task", "CMD scripting", "batch automation", "scheduled task script", "Windows shell script", or when working with .bat/.cmd files in the workspace. Covers cmd.exe syntax, environment variables, control flow, string processing, error handling, and integration with system tools.

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

bigquery-pipeline-audit

Coding & Refactoring

Audits Python + BigQuery pipelines for cost safety, idempotency, and production readiness. Returns a structured report with exact patch locations.

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

react18-enzyme-to-rtl

Coding & Refactoring

Provides exact Enzyme → React Testing Library migration patterns for React 18 upgrades. Use this skill whenever Enzyme tests need to be rewritten - shallow, mount, wrapper.find(), wrapper.simulate(), wrapper.prop(), wrapper.state(), wrapper.instance(), Enzyme configure/Adapter calls, or any test file that imports from enzyme. This skill covers the full API mapping and the philosophy shift from implementation testing to behavior testing. Always read this skill before rewriting Enzyme tests - do not translate Enzyme APIs 1:1, that produces brittle RTL tests.

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

react18-legacy-context

Coding & Refactoring

Provides the complete migration pattern for React legacy context API (contextTypes, childContextTypes, getChildContext) to the modern createContext API. Use this skill whenever migrating legacy context in class components - this is always a cross-file migration requiring the provider AND all consumers to be updated together. Use it before touching any contextTypes or childContextTypes code, because migrating only the provider without the consumers (or vice versa) will cause a runtime failure. Always read this skill before writing any context migration - the cross-file coordination steps here prevent the most common context migration bugs.

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

react18-lifecycle-patterns

Coding & Refactoring

Provides exact before/after migration patterns for the three unsafe class component lifecycle methods - componentWillMount, componentWillReceiveProps, and componentWillUpdate - targeting React 18.3.1. Use this skill whenever a class component needs its lifecycle methods migrated, when deciding between getDerivedStateFromProps vs componentDidUpdate, when adding getSnapshotBeforeUpdate, or when fixing React 18 UNSAFE_ lifecycle warnings. Always use this skill before writing any lifecycle migration code - do not guess the pattern from memory, the decision trees here prevent the most common migration mistakes.

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

breakdown-epic-arch

Coding & Refactoring

Prompt for creating the high-level technical architecture for an Epic, based on a Product Requirements Document.

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

Provides exact migration patterns for React string refs (ref="name" + this.refs.name) to React.createRef() in class components. Use this skill whenever migrating string ref usage - including single element refs, multiple refs in a component, refs in lists, callback refs, and refs passed to child components. Always use this skill before writing any ref migration code - the multiple-refs-in-list pattern is particularly tricky and this skill prevents the most common mistakes. Use it for React 18.3.1 migration (string refs warn) and React 19 migration (string refs removed).

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

breakdown-epic-pm

Security & Compliance

Prompt for creating an Epic Product Requirements Document (PRD) for a new epic. This PRD will be used as input for generating a technical architecture specification.

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

react19-concurrent-patterns

Coding & Refactoring

Preserve React 18 concurrent patterns and adopt React 19 APIs (useTransition, useDeferredValue, Suspense, use(), useOptimistic, Actions) during migration.

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

Prompt for creating detailed feature implementation plans, following Epoch monorepo structure.

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

react19-source-patterns

Coding & Refactoring

Reference for React 19 source-file migration patterns, including API changes, ref handling, and context updates.

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

breakdown-feature-prd

Security & Compliance

Prompt for creating Product Requirements Documents (PRDs) for new features, based on an Epic.

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

react19-test-patterns

Coding & Refactoring

Provides before/after patterns for migrating test files to React 19 compatibility, including act() imports, Simulate removal, and StrictMode call count changes.

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

breakdown-plan

Testing & QA

Issue Planning and Automation prompt that generates comprehensive project plans with Epic > Feature > Story/Enabler > Test hierarchy, dependencies, priorities, and automated tracking.

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

breakdown-test

Testing & QA

Test Planning and Quality Assurance prompt that generates comprehensive test strategies, task breakdowns, and quality validation plans for GitHub projects.

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

Refactor given method `${input:methodName}` to reduce its cognitive complexity to `${input:complexityThreshold}` or below, by extracting helper methods.

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

refactor

Coding & Refactoring

Surgical code refactoring to improve maintainability without changing behavior. Covers extracting functions, renaming variables, breaking down god functions, improving type safety, eliminating code smells, and applying design patterns. Less drastic than repo-rebuilder; use for gradual improvements.

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

remember

Coding & Refactoring

Transforms lessons learned into domain-organized memory instructions (global or workspace). Syntax: `/remember [>domain [scope]] lesson clue` where scope is `global` (default), `user`, `workspace`, or `ws`.

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

repo-story-time

Coding & Refactoring

Generate a comprehensive repository summary and narrative story from commit history

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

roundup

Productivity & Automation

Generate personalized status briefings on demand. Pulls from your configured data sources (GitHub, email, Teams, Slack, and more), synthesizes across them, and drafts updates in your own communication style for any audience you define.

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

Workflow for building and modifying content management systems across WordPress, Shopify, Wix, Squarespace, Drupal, WooCommerce, Joomla, HubSpot CMS Hub, Webflow, Adobe Experience Manager, and similar platforms. Use when working on CMS themes, plugins, apps, modules, admin panels, media uploads, content models, editors, markdown pipelines, or static export workflows.

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

context-map

Testing & QA

Generate a map of all files relevant to a task before making changes

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

ruff-recursive-fix

Coding & Refactoring

Run Ruff checks with optional scope and rule overrides, apply safe and unsafe autofixes iteratively, review each change, and resolve remaining findings with targeted edits or user decisions.

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

按用途和 Coding Agent 浏览 Skill

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