32 compatible skills

GitHub Copilot Agent Skills

Discover agent skills that can support GitHub Copilot and SKILL.md-compatible coding agents across engineering workflows.

425
Skills
14
分类
18
仓库
8
Agent

Context Engineering

addyosmani/agent-skills

Coding

Optimizes agent context setup. Use when starting a new session, when agent output quality degrades, when switching between tasks, or when you need to configure rules files and context for a project.

CodexClaude CodeClaude
typescriptreactbrowserresearch
80,654 StarsMIT

Cloudflare Email Service

cloudflare/skills

DevOps

Send and receive transactional emails with Cloudflare Email Service (Email Sending + Email Routing). Use when building email sending (Workers binding or REST API), email routing, Agents SDK email handling, or integrating email into any app — Workers, Node.js, Python, Go, etc. Also use for email deliverability, SPF/D...

Claude CodeClaudeGitHub Copilot
typescriptpythontestingmarketing
2,491 StarsApache-2.0

Platform Agentsetup Categories Fetch

forcedotcom/sf-skills

Domain Specific

Fetch agentic setup prompt categories from a connected Salesforce org using the Connect API. Use this skill to call GET /agenticsetup/categories and return the list of prompt categories, optionally with their nested prompts. TRIGGER when: user asks to get, fetch, list, or show agentic setup categories, prompt catego...

GitHub Copilot
data
760 StarsApache-2.0

Platform Custom Lightning Type Generate

forcedotcom/sf-skills

DevOps

Use this skill when users need to create Custom Lightning Types (CLTs) for Einstein Agent actions or structured input/output schemas. Trigger when users mention CLT, Custom Lightning Types, JSON schemas for agents, type definitions, lightning__objectType, or editor/renderer configurations. For widget renditions that...

GitHub Copilot
datadeployment
760 StarsApache-2.0

花叔Design · Huashu-Design

mxyhi/ok-skills

Frontend Design

Huashu-Design—Use HTML for high-fidelity prototypes, interactive demos, slides, animations, design variant exploration + design direction consulting + expert reviews. Embody the appropriate expert (UX/Animator/Slide Designer/Prototyper) per task, avoiding web design tropes. Trigger words: create prototype, interactive prototype, HTML demo, animation demo, design variants, hi-fi design, UI mockup, prototype, create a HTML page, create a visualization, app prototype, iOS prototype, export MP4/GIF, 60fps video, design style, design direction, color scheme, recommended style, pick a style, make it look good, review, is it good looking, review this design, animation with commentary, explainer video, long-form video explanation, voiceover, narration, explain what X is in 5 minutes.

CodexClaude CodeClaude
pythonreactdesignfrontend
423 StarsApache-2.0

Mongodb MCP Setup

mongodb/agent-skills

Data Analysis

Guide users through configuring key MongoDB MCP server options. Use this skill when a user has the MongoDB MCP server installed but hasn't configured the required environment variables, or when they ask about connecting to MongoDB/Atlas and don't have the credentials set up.

CodexClaudeGitHub Copilot
securitytestingdata
163 StarsApache-2.0

AG-UI — Agent-User Interaction Protocol

TerminalSkills/skills

Frontend Design

You are an expert in AGUI (AgentUser Interaction Protocol), the open standard by CopilotKit for connecting AI agents to frontend UIs. You help developers stream agent actions, tool calls, state updates, and text generation to React components in realtime — enabling rich agent UIs where users see what the agent is think

CodexClaude CodeClaude
typescriptreactfrontenddata
71 StarsApache-2.0

Design Sync

tinh2/skills-hub-registry

Frontend Design

Orchestrates the Claude Design ↔ Claude Code /design-sync handoff loop — imports your design system into the active project, validates generated UI components against design tokens, and round-trips edits back to Claude Design so prototypes always start from real components rather than approximations.

CodexClaude CodeClaude
designreview
8 Stars已链接来源

Design Setup

tinh2/skills-hub-registry

Frontend Design

One-time autonomous design context discovery. Scans the codebase to extract design tokens, typography, colors, spacing, brand patterns, and tech stack, then writes a Design Context section to CLAUDE.md. Zero questions asked. Use when: 'setup design', 'design context', 'design tokens', 'brand discovery', 'design syst...

CodexClaude CodeClaude
typescriptreactdesigndata
8 Stars已链接来源

UX

tinh2/skills-hub-registry

Frontend Design

Dual-mode UX quality skill — runs a heuristic/accessibility/motion audit on the current codebase, or validates implementation against design mockups. Fixes all issues found and commits.

CodexClaude CodeClaude
reactdesignfrontendtesting
8 Stars已链接来源

Responsive

tinh2/skills-hub-registry

Frontend Design

Audit and fix responsive design issues across all breakpoints. Scans for fixed widths that cause mobile overflow, missing media query variants, non-responsive images, undersized touch targets below 48px, unreadable typography, and horizontal scroll violations. Auto-detects framework (Flutter, Tailwind, React, Vue, A...

CodexClaude CodeClaude
typescriptreactdesignfrontend
8 Stars已链接来源

Design Copy

tinh2/skills-hub-registry

Frontend Design

Autonomous UX copy improvement — rewrites unclear labels, error messages, microcopy, CTAs, tooltips, and onboarding text. Makes every word earn its place. Supports web and mobile.

CodexClaude CodeClaude
reactdesignmarketingdata
8 Stars已链接来源

Mobile Sweep

tinh2/skills-hub-registry

Frontend Design

Runtime sweep that catches mobile-layout bugs: content clipped off the edge of a phone screen, touch targets smaller than 44×44px, text inside a button or input that overflows its visible width, and modals that extend past the viewport. Loads the running web app in headless Chromium at 360px / 390px / 768px and repo...

CodexClaude CodeClaude
pythonreviewbrowsergithub
8 Stars已链接来源

Game UX

tinh2/skills-hub-registry

Frontend Design

Audit game user experience across HUD clarity, menu navigation, tutorial effectiveness, control responsiveness, camera systems, feedback loops, loading screens, and settings completeness. Detects game engine (Unity UGUI/UI Toolkit, Unreal UMG, Godot Control, web-based), maps all UI screens and input contexts, evalua...

CodexClaude CodeClaude
designreview
8 Stars已链接来源

Design Polish

tinh2/skills-hub-registry

Frontend Design

Final autonomous quality pass before shipping. Fixes alignment, spacing, consistency, typography hierarchy, color harmony, motion timing, and every micro-detail that separates good from great. The last 10% that takes 90% of the craft. Use when: 'polish the UI', 'make it pixel perfect', 'final design pass', 'fix visu...

CodexClaude CodeClaude
reactdesigntesting
8 Stars已链接来源

Design Tokens

tinh2/skills-hub-registry

Frontend Design

Extract, consolidate, and modernize design tokens — oklch color scales, fluid spacing with clamp(), typography scales, motion timing, and shadow depths. Builds a systematic token architecture from scattered values. Use when: 'extract design tokens', 'create design system tokens', 'consolidate styles', 'modernize CSS...

CodexClaude CodeClaude
design
8 Stars已链接来源

Design To Code

tinh2/skills-hub-registry

Frontend Design

Turn a design into production-quality frontend code: extract a design system with tokens and components, make layouts responsive across breakpoints, add dark mode with WCAG-compliant theming, then run a UX audit to validate everything. Use when implementing UI from Figma, adding theming, making an app responsive, or...

CodexClaude CodeClaude
designfrontend
8 Stars已链接来源

I18n

tinh2/skills-hub-registry

Frontend Design

Set up internationalization by extracting all hardcoded user-facing strings to locale files. Auto-detects framework (Flutter, Next.js, React, Vue, Angular, iOS, Android) and configures the appropriate i18n library (react-intl, next-intl, vue-i18n, flutter_localizations, NSLocalizedString, strings.xml), generates nam...

CodexClaude CodeClaude
typescriptreactbrowserdata
8 Stars已链接来源

Design Critique

tinh2/skills-hub-registry

Frontend Design

Autonomous design effectiveness evaluation — visual hierarchy, information architecture, emotional resonance, and craft quality. Produces actionable feedback with specific before/after recommendations.

CodexClaude CodeClaude
reactdesignbrowserdata
8 Stars已链接来源

Design Optimize

tinh2/skills-hub-registry

Frontend Design

Autonomous performance optimization for interfaces — content-visibility, CSS containment, scroll-driven animations replacing JS, view transitions replacing SPA transitions, image optimization, and bundle trimming. Use when: 'optimize UI performance', 'speed up the frontend', 'reduce bundle size', 'improve web vitals...

CodexClaude CodeClaude
typescriptreactdesignfrontend
8 Stars已链接来源

Design Color

tinh2/skills-hub-registry

Frontend Design

Add strategic color to monochromatic or dull interfaces using oklch for perceptually uniform palettes. Generates harmonious color systems with automatic light/dark variants and accessible contrast ratios.

CodexClaude CodeClaude
design
8 Stars已链接来源

Design Delight

tinh2/skills-hub-registry

Frontend Design

Add moments of joy — success celebrations, subtle hover reactions, personality in empty states, easter eggs, and contextual surprises. Elevates functional to memorable without being annoying.

CodexClaude CodeClaude
typescriptdesign
8 Stars已链接来源

Design Normalize

tinh2/skills-hub-registry

Frontend Design

Normalize a codebase to its design system — replace hardcoded values with tokens, enforce consistent component usage, align spacing/typography/color with the established system. Makes every screen look like it belongs. Use when: 'normalize the UI', 'enforce design system', 'make it consistent', 'align to design toke...

CodexClaude CodeClaude
typescriptdesignreview
8 Stars已链接来源

Design Harden

tinh2/skills-hub-registry

Frontend Design

Make interfaces bulletproof — error boundaries, loading states, empty states, text overflow, i18n readiness, offline handling, and every edge case that breaks in production. Makes interfaces resilient. Use when: 'harden the UI', 'add error states', 'handle edge cases', 'add loading states', 'make it production ready...

CodexClaude CodeClaude
typescriptreactdesigndata
8 Stars已链接来源

Design Tone Down

tinh2/skills-hub-registry

Frontend Design

Reduce visual intensity without losing design quality. Softens aggressive colors, calms excessive animations, balances overwhelming layouts, and restores visual breathing room.

CodexClaude CodeClaude
design
8 Stars已链接来源

Design Claude

tinh2/skills-hub-registry

Frontend Design

HTML-first hi-fi design skill: interactive prototypes, slide decks, animation demos, design variant exploration, visual direction advising, and expert critique. Triggers: make a prototype, design demo, interactive prototype, HTML presentation, animation demo, design variants, hi-fi design, UI mockup, prototype, desi...

CodexClaude CodeClaude
pythonreactdesigntesting
8 Stars已链接来源

Design Build

tinh2/skills-hub-registry

Frontend Design

Build distinctive, production-grade interfaces with Ralph Wiggum velocity. Ships working code — web or mobile — with modern CSS, fluid typography, purposeful motion, and zero generic AI aesthetics. Use when: 'build UI', 'design this', 'create interface', 'make it look good', 'build screen', 'implement design', 'fron...

CodexClaude CodeClaude
reactdesignfrontenddata
8 Stars已链接来源

UI Craft

tinh2/skills-hub-registry

Frontend Design

Polishes UI primitives one at a time using 2026 research-backed patterns — adds loading/icon states to buttons, replaces inline skeletons with primitives, adds secondary actions to errors, ensures 48px touch targets and visible focus indicators, applies a standard motion token ladder. Use when: 'make the UI feel mor...

CodexClaude CodeClaude
reactdesignfrontendtesting
8 Stars已链接来源

Design Onboard

tinh2/skills-hub-registry

Frontend Design

Design or improve onboarding flows, empty states, and first-time experiences. Progressive disclosure over feature dumps. Contextual guidance over tutorials. Makes users successful in minutes.

CodexClaude CodeClaude
typescriptreactdesigndata
8 Stars已链接来源

Design Simplify

tinh2/skills-hub-registry

Frontend Design

Strip interfaces to their essence — remove unnecessary complexity, reduce visual noise, simplify navigation, and eliminate redundant UI elements. Great design is simple, powerful, and clean.

CodexClaude CodeClaude
designdata
8 Stars已链接来源

Design System

tinh2/skills-hub-registry

Frontend Design

Extract and formalize a design system from existing UI code. Scans for every hardcoded color, font size, spacing value, border radius, and shadow across the codebase, deduplicates near-identical values, generates framework-appropriate tokens (CSS custom properties, Tailwind config, Flutter ThemeData, SCSS variables)...

CodexClaude CodeClaude
typescriptreactdesignfrontend
8 Stars已链接来源

Design Audit

tinh2/skills-hub-registry

Frontend Design

Comprehensive autonomous design quality audit across accessibility (WCAG 2.2), performance, theming, responsive/adaptive design, and anti-pattern detection. Produces a prioritized report with severity ratings and fix recommendations. Use when: 'audit design', 'check accessibility', 'a11y audit', 'design review', 'UI...

CodexClaude CodeClaude
reactdesigntestingreview
8 Stars已链接来源

探索 Agent Skills

按 Agent 平台、Skill 分类或 SKILL.md 实用指南浏览。

平台

指南