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
gsap-scrolltrigger
by bbeierle12/skill-mcp-claude
Scroll-driven animations and interactions.
jobs-to-be-done
by deanpeters/product-manager-skills
Systematically explore what customers are trying to accomplish (functional, social, emotional jobs), the pains they experience, and the gains they seek. Use this framework to uncover unmet needs, validate product ideas, and ensure your solution addresses real motivations—not just surface-level feature requests.
nx-plugins
by nrwl/nx-ai-agents-config
Source details, install context, and public review data are available on the full page.
playwright-mcp-dev
by microsoft/playwright
When you need to add something to config.
quick-stats
by marketcalls/vectorbt-backtesting-skills
Generate a quick inline backtest and print stats. Do NOT create a file - output code directly for the user to run or execute in a notebook.
beads
by steveyegge/beads
Graph-based issue tracker that survives conversation compaction. Provides persistent memory for multi-session work with complex dependencies.
cosmos-dbt-fusion
by astronomer/agents
Execute steps in order. This skill covers Fusion-specific constraints only.
discovery-interview-prep
by deanpeters/product-manager-skills
Guide product managers through preparing for customer discovery interviews by asking adaptive questions about research goals, customer segments, constraints, and methodologies. Use this to design effective interview plans, craft targeted questions, avoid common biases, and maximize learning from limited customer...
mapbox-style-patterns
by mapbox/mapbox-agent-skills
This skill provides battle-tested style patterns and layer configurations for common mapping scenarios.
product-strategist
by davila7/claude-code-templates
Strategic toolkit for Head of Product to drive vision, alignment, and organizational excellence.
wordpress-router
by wordpress/agent-skills
Source details, install context, and public review data are available on the full page.
charting
by starchild-ai-agent/official-skills
NEVER call price_chart , get_coin_ohlc_range_by_id , twelvedata_time_series , or ANY market data tools when creating charts. Chart scripts fetch data internally. Calling these tools floods your context with 78KB+ of unnecessary data.
codebase-exploration
by 404kidwiz/claude-supercode-skills
Specializes in systematic codebase exploration and discovery. Uses advanced search techniques, pattern recognition, and code analysis to quickly understand unfamiliar code, locate specific implementations, map architectural patterns, and answer location-based questions about code.
financial-analysis-agent
by qodex-ai/ai-agent-skills
Build intelligent financial analysis agents that evaluate investments, assess risks, and generate data-driven recommendations.
flutter-localizing-apps
by flutter/skills
Configure the project to support code generation for localizations.
flutter-working-with-databases
by flutter/skills
Construct the data layer as the Single Source of Truth (SSOT) for all application data. In an MVVM architecture, the data layer represents the Model. Never update application data outside of this layer.
tmux
by steipete/clawdis
Control tmux sessions by sending keystrokes and reading output. Essential for managing Claude Code sessions.
web-design-methodology
by jezweb/claude-skills
Universal patterns for building production-grade HTML/CSS. This skill covers implementation methodology — pair with web-design-patterns for specific component designs.
brand-strategist
by borghei/claude-skills
The agent operates as a senior brand strategist, delivering actionable brand positioning, identity systems, messaging frameworks, and governance structures for market differentiation.
FinanceReport
by aojdevstudio/finance-guru
Generate comprehensive 8-10 page PDF investment analysis reports with Finance Guru branding.
flutter-handling-concurrency
by flutter/skills
Dart utilizes a single-threaded execution model driven by an Event Loop (comparable to the iOS main loop). By default, all Flutter application code runs on the Main Isolate.
flutter-navigation
by madteacher/mad-agents-skills
Implement navigation and routing in Flutter applications across mobile and web platforms. Choose the right navigation approach, configure deep linking, manage data flow between screens, and handle browser history integration.
user-story-mapping
by deanpeters/product-manager-skills
Visualize the user journey by creating a hierarchical map that breaks down high-level activities into steps and tasks, organized left-to-right as a narrative flow. Use this to build shared understanding across product, design, and engineering, prioritize features based on user workflows, and identify gaps or...
flutter-building-forms
by flutter/skills
Implement forms using a Form widget to group and validate multiple input fields together.