Coding & Development
jackwener/opencli-adapter-author
Use when writing an OpenCLI adapter for a new site or adding a new command to an existing site. Guides end-to-end from first recon through field decoding, adapter coding, and verify. Replaces opencli-oneshot / opencli-explorer. For ad-hoc browser driving (no adapter), see opencli-browser instead; for a top-level orientation to opencli, see opencli-usage.
$ npx skills add jackwener/opencligithub/breakdown-feature-implementation
Prompt for creating detailed feature implementation plans, following Epoch monorepo structure.
$ npx skills add github/awesome-copilotgithub/add-educational-comments
Add educational comments to the file specified, or prompt asking for file to comment if one is not provided.
$ npx skills add github/awesome-copilotgithub/create-spring-boot-java-project
Create Spring Boot Java Project Skeleton
$ npx skills add github/awesome-copilotgithub/create-github-pull-request-from-specification
Create GitHub Pull Request for feature request from specification file using pull_request_template.md template.
$ npx skills add github/awesome-copilotbrianlovin/simplify
Simplify and refine recently modified code for clarity and consistency. Use after writing code to improve readability without changing functionality.
$ npx skills add brianlovin/claude-configgithub/refactor-method-complexity-reduce
Refactor given method `${input:methodName}` to reduce its cognitive complexity to `${input:complexityThreshold}` or below, by extracting helper methods.
$ npx skills add github/awesome-copilotaffaan-m/golang-patterns
Idiomatic Go patterns, best practices, and conventions for building robust, efficient, and maintainable Go applications.
$ npx skills add affaan-m/everything-claude-codeflutter/flutter-testing-apps
Implements unit, widget, and integration tests for a Flutter app. Use when ensuring code quality and preventing regressions through automated testing.
$ npx skills add flutter/skillsgithub/git-flow-branch-creator
Intelligent Git Flow branch creator that analyzes git status/diff and creates appropriate branches following the nvie Git Flow branching model.
$ npx skills add github/awesome-copilotgithub/csharp-xunit
Get best practices for XUnit unit testing, including data-driven tests
$ npx skills add github/awesome-copilotgithub/devops-rollout-plan
Generate comprehensive rollout plans with preflight checks, step-by-step deployment, verification signals, rollback procedures, and communication plans for infrastructure and application changes
$ npx skills add github/awesome-copilotgithub/scoutqa-test
This skill should be used when the user asks to "test this website", "run exploratory testing", "check for accessibility issues", "verify the login flow works", "find bugs on this page", or requests automated QA testing. Triggers on web application testing scenarios including smoke tests, accessibility audits, e-commerce flows, and user flow validation using ScoutQA CLI. Use this skill proactively after implementing web application features to verify they work correctly.
$ npx skills add github/awesome-copilotgithub/kotlin-springboot
Get best practices for developing applications with Spring Boot and Kotlin.
$ npx skills add github/awesome-copilotgithub/create-architectural-decision-record
Create an Architectural Decision Record (ADR) document for AI-optimized decision documentation.
$ npx skills add github/awesome-copilotflutter/flutter-implementing-navigation-and-routing
Handles routing, navigation, and deep linking in a Flutter application. Use when moving between screens or setting up URL-based navigation.
$ npx skills add flutter/skillsgithub/csharp-async
Get best practices for C# async programming
$ npx skills add github/awesome-copilotstripe/stripe-best-practices
Guides Stripe integration decisions — API selection (Checkout Sessions vs PaymentIntents), Connect platform setup (Accounts v2, controller properties), billing/subscriptions, Treasury financial accounts, integration surfaces (Checkout, Payment Element), migrating from deprecated Stripe APIs, and security best practices (API key management, restricted keys, webhooks, OAuth). Use when building, modifying, or reviewing any Stripe integration — including accepting payments, building marketplaces, integrating Stripe, processing payments, setting up subscriptions, creating connected accounts, or implementing secure key handling.
$ npx skills add stripe/aigithub/plantuml-ascii
Generate ASCII art diagrams using PlantUML text mode. Use when user asks to create ASCII diagrams, text-based diagrams, terminal-friendly diagrams, or mentions plantuml ascii, text diagram, ascii art diagram. Supports: Converting PlantUML diagrams to ASCII art, Creating sequence diagrams, class diagrams, flowcharts in ASCII format, Generating Unicode-enhanced ASCII art with -utxt flag
$ npx skills add github/awesome-copilotgithub/meeting-minutes
Generate concise, actionable meeting minutes for internal meetings. Includes metadata, attendees, agenda, decisions, action items (owner + due date), and follow-up steps.
$ npx skills add github/awesome-copilotcloudflare/sandbox-sdk
Build sandboxed applications for secure code execution. Load when building AI code execution, code interpreters, CI/CD systems, interactive dev environments, or executing untrusted code. Covers Sandbox SDK lifecycle, commands, files, code interpreter, and preview URLs. Biases towards retrieval from Cloudflare docs over pre-trained knowledge.
$ npx skills add cloudflare/skillsgithub/prompt-builder
Guide users through creating high-quality GitHub Copilot prompts with proper structure, tools, and best practices.
$ npx skills add github/awesome-copilotgithub/dataverse-python-production-code
Generate production-ready Python code using Dataverse SDK with error handling, optimization, and best practices
$ npx skills add github/awesome-copilotgithub/appinsights-instrumentation
Instrument a webapp to send useful telemetry data to Azure App Insights
$ npx skills add github/awesome-copilot