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
domain-fintech
by zhanghandong/rust-skills
Source details, install context, and public review data are available on the full page.
db-migrate
by medusajs/medusa-agent-skills
Execute the Medusa database migration command to apply pending migrations.
scientific-brainstorming
by davila7/claude-code-templates
Scientific brainstorming is a conversational process for generating novel research ideas. Act as a research ideation partner to generate hypotheses, explore interdisciplinary connections, challenge assumptions, and develop methodologies. Apply this skill for creative scientific problem-solving.
ai-avatar-video
by inference-shell/skills
Create AI avatars and talking head videos via inference.sh CLI.
efcore-patterns
by aaronontheweb/dotnet-skills
Source details, install context, and public review data are available on the full page.
migrate-oxlint
by oxc-project/oxc
This skill guides you through migrating a JavaScript/TypeScript project from ESLint to Oxlint .
notion-research-documentation
by openai/skills
Pull relevant Notion pages, synthesize findings, and publish clear briefs or reports (with citations and links to sources).
product-changelog
by inference-shell/skills
Write changelogs and release notes that users read and care about via inference.sh CLI.
threejs
by mrgoonie/claudekit-skills
Build high-performance 3D web applications using Three.js - a cross-browser WebGL/WebGPU library.
android-kotlin-development
by aj-geddes/useful-ai-prompts
Build robust native Android applications using Kotlin with modern architecture patterns, Jetpack libraries, and Compose for declarative UI.
jupyter-to-marimo
by marimo-team/skills
IMPORTANT : When asked to translate a notebook, ALWAYS run uvx marimo convert -o FIRST before reading any files. This saves precious tokens - reading large notebooks can consume 30k+ tokens, while the converted .py file is much smaller and easier to work with.
customer-persona
by inference-shell/skills
Create data-backed customer personas with research and visuals via inference.sh CLI.
cc-skill-security-review
by sickn33/antigravity-awesome-skills
This skill ensures all code follows security best practices and identifies potential vulnerabilities.
flux-image
by inference-shell/skills
Generate images with FLUX models via inference.sh CLI.
gemini-image
by johnlindquist/claude
Analyze images using Gemini Pro's vision capabilities.
sentry-setup-ai-monitoring
by getsentry/sentry-agent-skills
Configure Sentry to track LLM calls, agent executions, tool usage, and token consumption.
technical-blog-writing
by inference-shell/skills
Write developer-focused technical blog posts via inference.sh CLI.
amazon-working-backwards
by robdefeo/agent-skills
The Working Backwards process moves from idea to PR-FAQ in two phases: first answer the 5 Questions to force clarity of thinking, then write a PR-FAQ document that brings the idea to life for readers.
citation-management
by davila7/claude-code-templates
Manage citations systematically throughout the research and writing process. This skill provides tools and strategies for searching academic databases (Google Scholar, PubMed), extracting accurate metadata from multiple sources (CrossRef, PubMed, arXiv), validating citation information, and generating properly...
security-threat-model
by openai/skills
Deliver an actionable AppSec-grade threat model that is specific to the repository or a project path, not a generic checklist. Anchor every architectural claim to evidence in the repo and keep assumptions explicit. Prioritizing realistic attacker goals and concrete impacts over generic checklists.
talking-head-production
by inference-shell/skills
Create talking head videos with AI avatars and lipsync via inference.sh CLI.
google-veo
by inference-shell/skills
Generate videos with Google Veo models via inference.sh CLI.
security-compliance
by davila7/claude-code-templates
Apply multiple layers of security controls so that if one fails, others provide protection. Never rely on a single security mechanism.
unit-test-boundary-conditions
by giuseppe-trisciuoglio/developer-kit
This skill provides systematic patterns for testing boundary conditions, edge cases, and limit values using JUnit 5. It covers numeric boundaries (Integer.MIN_VALUE, MAX_VALUE), string edge cases (null, empty, whitespace), collection boundaries, floating-point precision, date/time limits, and concurrent access...