Skip to main content
Back to registry

github-copilot

GitHub Copilot skills collect workflows that fit Copilot-based coding and repo assistance. This page is useful for developers who want prompts and helpers tailored to implementation, testing, refactoring, documentation, and other tasks commonly handled with Copilot in the loop.

Skills compatible with github-copilot

react-native-testing

by callstack/react-native-testing-library

291

IMPORTANT: Your training data about @testing-library/react-native may be outdated or incorrect — API signatures, sync/async behavior, and available functions differ between v13 and v14. Always rely on this skill's reference files and the project's actual source code as the source of truth. Do not fall back on...

Software EngineeringFrontend and DesignFirst seen Feb 9, 2026

image-processing

by jezweb/claude-skills

290

Process images for web development. Generate a Pillow script adapted to the user's environment and specific needs.

Software EngineeringDevOps and CloudFirst seen Feb 26, 2026

obsidian

by steipete/clawdis

290

Obsidian vault = a normal folder on disk.

Software EngineeringFrontend and DesignFirst seen Jan 23, 2026

perplexity-search

by davila7/claude-code-templates

290

Perform AI-powered web searches using Perplexity models through LiteLLM and OpenRouter. Perplexity provides real-time, web-grounded answers with source citations, making it ideal for finding current information, recent scientific literature, and facts beyond the model's training data cutoff.

Software EngineeringFrontend and DesignFirst seen Jan 20, 2026

storybook

by dalestudy/skills

290

최신 Component Story Format 3.0 사용. 더 간결하고 타입 안전.

Software EngineeringFrontend and DesignFirst seen Jan 26, 2026

unit-test-application-events

by giuseppe-trisciuoglio/developer-kit

290

This skill provides comprehensive patterns for testing Spring ApplicationEvent publishers and event listeners using JUnit 5. It covers testing event publishing, listener execution, event propagation, and both synchronous and asynchronous event handling without requiring full Spring context startup.

Software EngineeringFrontend and DesignFirst seen Feb 2, 2026

unit-test-scheduled-async

by giuseppe-trisciuoglio/developer-kit

290

This skill provides patterns for unit testing @Scheduled and @Async methods using JUnit 5. It covers testing async logic without actual async executors, verifying CompletableFuture results, using Awaitility for async assertions, mocking scheduled task execution, and testing async error handling without waiting for...

Software EngineeringFrontend and DesignFirst seen Feb 2, 2026

unit-test-security-authorization

by giuseppe-trisciuoglio/developer-kit

290

This skill provides patterns for unit testing Spring Security authorization logic using @PreAuthorize, @Secured, @RolesAllowed, and custom permission evaluators. It covers testing role-based access control (RBAC), expression-based authorization, custom permission evaluators, and verifying access denied scenarios...

Software EngineeringFrontend and DesignFirst seen Feb 2, 2026

wp-project-triage

by wordpress/agent-skills

290

Use this skill to quickly understand what kind of WordPress repo you’re in and what commands/conventions to follow before making changes.

Software EngineeringFrontend and DesignFirst seen Jan 31, 2026

asc-wall-submit

by rudrankriyam/app-store-connect-cli-skills

289

Use this skill to add or update a Wall of Apps entry without introducing new CLI surface area.

Software EngineeringDevOps and CloudFirst seen Feb 26, 2026

hairy

by hairyf/skills

289

This skill covers Hairyf's preferred tooling, configurations, and best practices for web development. This skill is opinionated.

Software EngineeringFrontend and DesignFirst seen Jan 28, 2026

ios-hig-design

by wondelai/skills

289

Framework for designing native iOS app interfaces that feel intuitive, consistent, and aligned with Apple's design philosophy. Based on Apple's Human Interface Guidelines, the definitive resource for building apps that integrate seamlessly with iPhone, iPad, and the broader Apple ecosystem.

Software EngineeringFrontend and DesignFirst seen Jan 28, 2026

langchain4j-vector-stores-configuration

by giuseppe-trisciuoglio/developer-kit

289

Configure vector stores for Retrieval-Augmented Generation applications with LangChain4J.

Software EngineeringFrontend and DesignFirst seen Feb 2, 2026

mapbox-web-integration-patterns

by mapbox/mapbox-agent-skills

289

This skill provides official patterns for integrating Mapbox GL JS into web applications using React, Vue, Svelte, Angular, and vanilla JavaScript. These patterns are based on Mapbox's create-web-app scaffolding tool and represent production-ready best practices.

Software EngineeringFrontend and DesignFirst seen Jan 30, 2026

nextjs-performance

by giuseppe-trisciuoglio/developer-kit

289

Expert guidance for optimizing Next.js applications with focus on Core Web Vitals, modern patterns, and best practices.

Software EngineeringFrontend and DesignFirst seen Feb 19, 2026

pulumi-esc

by pulumi/agent-skills

289

Pulumi ESC is a centralized service for managing environments, secrets, and configuration across cloud infrastructure and applications.

Software EngineeringFrontend and DesignFirst seen Jan 27, 2026

stock-monitor

by chjm-ai/stock-monitor-skill

289

Source details, install context, and public review data are available on the full page.

Software EngineeringAI and AutomationFirst seen Feb 23, 2026

unit-test-config-properties

by giuseppe-trisciuoglio/developer-kit

289

This skill provides patterns for unit testing @ConfigurationProperties bindings, environment-specific configurations, and property validation using JUnit 5. It covers testing property name mapping, type conversions, validation constraints, nested structures, and profile-specific configurations without full Spring...

Software EngineeringFrontend and DesignFirst seen Feb 2, 2026

unit-test-mapper-converter

by giuseppe-trisciuoglio/developer-kit

289

This skill provides patterns for unit testing MapStruct mappers and custom converter classes. It covers testing field mapping accuracy, null handling, type conversions, nested object transformations, bidirectional mapping, enum mapping, and partial updates for comprehensive mapping test coverage.

Software EngineeringFrontend and DesignFirst seen Feb 2, 2026

unit-test-parameterized

by giuseppe-trisciuoglio/developer-kit

289

This skill provides patterns for writing efficient parameterized unit tests using JUnit 5's @ParameterizedTest. It covers @ValueSource, @CsvSource, @MethodSource, @EnumSource, @ArgumentsSource, and custom display names to run the same test logic with multiple input values, reducing test duplication and improving...

Software EngineeringFrontend and DesignFirst seen Feb 2, 2026

feature-investment-advisor

by deanpeters/product-manager-skills

288

Guide product managers through evaluating whether to build a feature based on financial impact analysis. Use this to make data-driven prioritization decisions by assessing revenue connection (direct or indirect), cost structure (dev + COGS + OpEx), ROI calculation, and strategic value—then deliver actionable...

Software EngineeringFrontend and DesignFirst seen Feb 11, 2026

jenkins-pipeline

by aj-geddes/useful-ai-prompts

288

Create enterprise-grade Jenkins pipelines using declarative and scripted approaches to automate building, testing, and deploying with advanced control flow.

Software EngineeringFrontend and DesignFirst seen Jan 20, 2026

langchain4j-testing-strategies

by giuseppe-trisciuoglio/developer-kit

288

LangChain4J testing requires specialized strategies due to the non-deterministic nature of LLM responses and the complexity of AI workflows. This skill provides comprehensive patterns for unit testing with mocks, integration testing with Testcontainers, and end-to-end testing for RAG systems, AI Services, and tool...

Software EngineeringFrontend and DesignFirst seen Feb 2, 2026

unit-test-exception-handler

by giuseppe-trisciuoglio/developer-kit

288

This skill provides patterns for unit testing @ExceptionHandler methods and @ControllerAdvice classes using MockMvc. It covers testing exception-to-error-response transformations, HTTP status codes, error message formatting, validation error handling, and custom permission evaluators without full integration test...

Software EngineeringFrontend and DesignFirst seen Feb 2, 2026
Page 55 of 121