Automatically refreshed

Coding & Refactoring Agent Skills

Browse Coding & Refactoring workflows for Codex, Claude Code, Copilot, Cursor, and Gemini CLI.

699skills
23Source
602Low risk
Jul 13Updated
324 skills
Automatically refreshed
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
low100Quality
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
low100Quality
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
high100Quality
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
low100Quality
o

openapi-to-application-code

Coding & Refactoring

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

github/awesome-copilot·MIT·Agent Skills
high100Quality
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
low100Quality
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
medium100Quality
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
medium100Quality
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.
low100Quality
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
low100Quality
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
low100Quality
p

playwright-generate-test

Coding & Refactoring

Generate a Playwright test based on a scenario using Playwright MCP

github/awesome-copilot·MIT·Agent Skills
low100Quality
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
low100Quality
p

power-bi-dax-optimization

Coding & Refactoring

Comprehensive Power BI DAX formula optimization prompt for improving performance, readability, and maintainability of DAX calculations.

github/awesome-copilot·MIT·Agent Skills
low100Quality
p

pr-dashboard

Coding & Refactoring

Open a GitHub PR dashboard in the browser. Use when the user asks to see their pull requests, open the PR dashboard, show PRs for a date range, or check PR status. Trigger phrases include "show my PRs", "open PR dashboard", "pull request dashboard".

github/awesome-copilot·MIT·Agent SkillsGitHub Copilot
low100Quality
p

prd

Coding & Refactoring

Generate high-quality Product Requirements Documents (PRDs) for software systems and AI-powered features. Includes executive summaries, user stories, technical specifications, and risk analysis.

github/awesome-copilot·MIT·Agent Skills
low100Quality
p

publish-to-pages

Coding & Refactoring

Publish presentations and web content to GitHub Pages. Converts PPTX, PDF, HTML, or Google Slides to a live GitHub Pages URL. Handles repo creation, file conversion, Pages enablement, and returns the live URL. Use when the user wants to publish, deploy, or share a presentation or HTML file via GitHub Pages.

github/awesome-copilot·MIT·Agent Skills
medium100Quality
p

python-azure-iot-edge-modules

Coding & Refactoring

Build and operate Python Azure IoT Edge modules with robust messaging, deployment manifests, observability, and production readiness checks.

github/awesome-copilot·MIT·Agent Skills
low100Quality
p

python-pypi-package-builder

Coding & Refactoring

End-to-end skill for building, testing, linting, versioning, and publishing a production-grade Python library to PyPI. Covers all four build backends (setuptools+setuptools_scm, hatchling, flit, poetry), PEP 440 versioning, semantic versioning, dynamic git-tag versioning, OOP/SOLID design, type hints (PEP 484/526/544/561), Trusted Publishing (OIDC), and the full PyPA packaging flow. Use for: creating Python packages, pip-installable SDKs, CLI tools, framework plugins, pyproject.toml setup, py.typed, setuptools_scm, semver, mypy, pre-commit, GitHub Actions CI/CD, or PyPI publishing.

github/awesome-copilot·MIT·Agent Skills
medium100Quality
q

qdrant-clients-sdk

Coding & Refactoring

Qdrant provides client SDKs for various programming languages, allowing easy integration with Qdrant deployments.

github/awesome-copilot·MIT·Agent Skills
medium100Quality
q

quasi-coder

Coding & Refactoring

Expert 10x engineer skill for interpreting and implementing code from shorthand, quasi-code, and natural language descriptions. Use when collaborators provide incomplete code snippets, pseudo-code, or descriptions with potential typos or incorrect terminology. Excels at translating non-technical or semi-technical descriptions into production-quality code.

github/awesome-copilot·MIT·Agent Skills
low100Quality
r

react-audit-grep-patterns

Coding & Refactoring

Provides the complete, verified grep scan command library for auditing React codebases before a React 18.3.1 or React 19 upgrade. Use this skill whenever running a migration audit - for both the react18-auditor and react19-auditor agents. Contains every grep pattern needed to find deprecated APIs, removed APIs, unsafe lifecycle methods, batching vulnerabilities, test file issues, dependency conflicts, and React 19 specific removals. Always use this skill when writing audit scan commands - do not rely on memory for grep syntax, especially for the multi-line async setState patterns which require context flags.

github/awesome-copilot·MIT·Agent Skills
low100Quality
r

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
low100Quality
r

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
low100Quality

Browse agent skills by use case and coding agent

Explore source-tracked skills for Codex, Claude Code, GitHub Copilot, Cursor, and Gemini CLI.