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
spring-boot-saga-pattern
by giuseppe-trisciuoglio/developer-kit
Source details, install context, and public review data are available on the full page.
unit-test-utility-methods
by giuseppe-trisciuoglio/developer-kit
This skill provides comprehensive patterns for testing utility classes and static methods using JUnit 5. It covers testing pure functions without side effects, edge case handling, boundary conditions, and common utility patterns like string manipulation, calculations, collections, and data validation.
cmux-browser
by manaflow-ai/cmux
Use this skill for browser tasks inside cmux webviews.
codex-review
by benedictking/codex-review
Source details, install context, and public review data are available on the full page.
continuous-agent-loop
by affaan-m/everything-claude-code
This is the v1.8+ canonical loop skill name. It supersedes autonomous-loops while keeping compatibility for one release.
flutter-embedding-native-views
by flutter/skills
Platform Views allow embedding native views (Android, iOS, macOS) directly into a Flutter application, enabling the application of transforms, clips, and opacity from Dart.
langchain4j-spring-boot-integration
by giuseppe-trisciuoglio/developer-kit
To accomplish integration of LangChain4j with Spring Boot applications, follow this comprehensive guidance covering auto-configuration, declarative AI Services, chat models, embedding stores, and production-ready patterns for building AI-powered applications.
laravel-inertia-react
by asyrafhussin/agent-skills
Comprehensive patterns for building modern monolithic applications with Laravel, Inertia.js, and React. Contains 30+ rules for seamless full-stack development.
stock-watcher
by agentbay-ai/agentbay-skills
This skill provides comprehensive stock watchlist management capabilities, allowing users to track their favorite stocks and get performance summaries using real-time data from 同花顺 (10jqka.com.cn).
dev-session
by jezweb/claude-skills
Manage multi-session development work with structured progress files, checkpoint commits, and durable learnings. Produces SESSION.md files that survive context compaction and enable clean handoff between sessions.
recall
by arjunkmrm/recall
Search all past Claude Code and Codex sessions using full-text search with BM25 ranking.
save-thread
by nowledge-co/community
Preserve the old skill name without pretending a generic skill runtime can always import the real session transcript.
langchain4j-mcp-server-patterns
by giuseppe-trisciuoglio/developer-kit
Implement Model Context Protocol (MCP) servers with LangChain4j to extend AI capabilities with standardized tools, resources, and prompt templates.
terraform-diagrams
by eraserlabs/eraser-io
Generates architecture diagrams directly from Terraform .tf files. Specializes in parsing Terraform code and visualizing infrastructure resources, modules, and their relationships.
dhh-rails-style
by everyinc/compound-engineering-plugin
Source details, install context, and public review data are available on the full page.
golang
by saisudhir14/golang-agent-skill
Battle-tested patterns from Google, Uber, and the Go team. These are practices proven in large-scale production systems, updated for modern Go (1.25).
recent-data
by lobehub/lobehub
Recent data (recentTopics, recentResources, recentPages) is stored in session store.
scikit-learn
by davila7/claude-code-templates
This skill provides comprehensive guidance for machine learning tasks using scikit-learn, the industry-standard Python library for classical machine learning. Use this skill for classification, regression, clustering, dimensionality reduction, preprocessing, model evaluation, and building production-ready ML pipelines.
unit-test-json-serialization
by giuseppe-trisciuoglio/developer-kit
This skill provides patterns for unit testing JSON serialization and deserialization using Spring's @JsonTest and Jackson. It covers testing POJO mapping, custom serializers/deserializers, field name mappings, nested objects, date/time formatting, polymorphic types, and null handling without full Spring context.
aws-sdk-java-v2-s3
by giuseppe-trisciuoglio/developer-kit
Amazon S3 (Simple Storage Service) is object storage built to store and retrieve any amount of data from anywhere. This skill covers patterns for working with S3 using AWS SDK for Java 2.x, including bucket operations, object uploads/downloads, presigned URLs, multipart transfers, and Spring Boot integration.
cloud
by assistant-ui/skills
Always consult assistant-ui.com/llms.txt for latest API.
epic-breakdown-advisor
by deanpeters/product-manager-skills
Guide product managers through breaking down epics into user stories using Richard Lawrence's complete Humanizing Work methodology—a systematic, flowchart-driven approach that applies 9 splitting patterns sequentially. Use this to identify which pattern applies, split while preserving user value, and evaluate splits...
problem-framing-canvas
by deanpeters/product-manager-skills
Guide product managers through the MITRE Problem Framing Canvas process by asking structured questions across three phases: Look Inward (examine your own assumptions and biases), Look Outward (understand who experiences the problem and who doesn't), and Reframe (synthesize insights into an actionable problem statement...
pytorch-lightning
by davila7/claude-code-templates
PyTorch Lightning organizes PyTorch code to eliminate boilerplate while maintaining flexibility.