Open library for GitHub Copilot
Skills for GitHub Copilot
GitHub's AI pair programmer, install skills as workspace instructions under .github/copilot/. skills-hub.ai is the open registry of installable SKILL.md files, install one into GitHub Copilot in a single command, versioned and security-scanned.
Skills install to .github/copilot/skills/ and load when their triggers match, no manual prompt engineering.
Top skills for GitHub Copilot
See all →vedic-astrology
Verifiedby yishnu96
Compute and interpret Vedic (Jyotisha) birth charts using Swiss Ephemeris. Use this skill whenever the user mentions Vedic astrology, Jyotish, kundli, birth chart, navamsa, dasha, lagna, nakshatra, horoscope, or yogas — and whenever they ask a life-direction question that needs a chart. The skill auto-detects which of 14 life dimensions a question falls into: career, wealth/money, marriage, children/fertility, health, education, property, relationships/love, family/parents, travel/foreign, spirituality, obstacles/misfortune, deep karma/past-life, and life timing. So trigger on "when will I marry", "is this a good time for a career change", "any accident risk in my chart", "best city for my career", "will I have children", "why does everything go wrong", "what is my past-life karma", "what's my current dasha" — even when the user never says the word "astrology". The skill handles geocoding, historical timezone resolution, all 14+ divisional charts, Vimshottari dasha, shadbala, ashtakava
vscode
Verifiedby Duanzhoutao
Configure and operate VS Code-family IDEs (VS Code, VS Code Insiders, Cursor, VSCodium, Trae, Qoder, CodeBuddy) via CLI and structured JSON files. Qoder and CodeBuddy support is limited to their VS Code-compatible configuration surface, not proprietary AI chat, accounts, models, agents, marketplaces, or internal state.
debug-production-incident
Verifiedby Debashis2007
Structured triage → mitigation → root-cause flow for live production incidents. Use when a running system is degraded or down (errors, latency, outages) and you need to restore service safely and then find the cause.
concise-reply
Verifiedby chunleik
Use when the user asks for a shorter, denser, or conclusion-first answer — "be concise", "简洁点", "精简", "只要结论", "别废话", "TL;DR", "长话短说", or an explicit /concise-reply (Claude Code) or $concise-reply (Codex). Leads with the conclusion or recommended action, drops restatement and generic background, and keeps the assumptions, risks, verification commands, and rollback steps that make the answer safe to act on. Applies only to the current request; invoke it again for later requests.
system-design-interviewer
Verifiedby Debashis2007
Pressure-test a system design or run a mock system-design interview. Use to evaluate a proposed architecture for scale, reliability, and trade-offs, or to practice interviews with structured feedback.
code-review-expert
Verifiedby Debashis2007
Rigorous, severity-ranked review of a diff, PR, or file. Use when you want a thorough check of correctness, security, performance, design, readability, and test coverage with actionable feedback.
Skills — emotesjs
Verifiedby Darckfast
emotesjs exists to solve a specific problem in Twitch/streaming chat UIs: **rendering 7TV emotes inline in plain text**. When a viewer types an emote name like `Pog` in chat, the raw message is just a string. emotesjs fetches the emote definitions for a channel (plus global emotes) from the 7TV API and replaces those tokens with responsive `<img>` tags — no dependencies, no bundler magic, just a small ESM library you drop in.
refactor-large-codebase
Verifiedby Debashis2007
Safely change code at scale without altering behavior. Use for large renames, extracting modules, breaking up god classes, migrating frameworks/APIs, or paying down structural debt across many files.
system-design-interviewer
Verifiedby Debashis2007
Pressure-test a system design or run a mock system-design interview. Use to evaluate a proposed architecture for scale, reliability, and trade-offs, or to practice interviews with structured feedback.
cost-optimization-finops
Verifiedby Debashis2007
Build a defensible cloud cost-reduction plan without hurting reliability or velocity. Use when cloud spend is rising, before/after a scaling event, or during a FinOps review of AWS/GCP/Azure usage.
youtube-full
Verifiedby artemchuikin
Reach for this whenever a task touches YouTube, whether or not the word appears: a pasted watch/shorts/channel/playlist link, a bare 11-char video ID or @handle, a creator to look up, a talk to summarize, quote or translate, research where lectures, tutorials and reviews beat written sources, or a product launch to catch on video. One skill for transcripts, video and channel search, channel browsing, in-channel search, playlists and 4,000-video batch jobs. Skip it for uploads, comments and account chores.
parkstatic-local-deploy
Verifiedby MartinMacek
Deploy a static site to WordPress via Parkstatic from a local machine or AI agent, without GitHub Actions. Detects the package manager and framework, builds, zips, and POSTs dist.zip to the Parkstatic deploy endpoint (https://deploy.parkstatic.site) using the Parkstatic deploy secret.
ice-render-dsl
Verifiedby damoqiongqiu
Render ice-render core diagrams from a JSON-first node/edge DSL instead of raw canvas API calls.
elite-seo-optimization
Verifiedby tinh2
An advanced SEO optimization agent that enhances website visibility through technical SEO, content strategy, keyword research, on-page optimization, and competitive analysis for organic growth.
ice-chart-dsl
Verifiedby damoqiongqiu
Build interactive ice-chart charts from a JSON-first DSL — a table plus an encoding that binds columns to channels, with structured diagnostics for self-repair.
Installing a skill into GitHub Copilot
# Install one skill
npx @skills-hub-ai/cli install code-review --target copilot
# Reproduce a teammate's full setup from the lockfile
npx @skills-hub-ai/cli installFiles land in .github/copilot/skills/. The lockfile .skills.json tracks every install, commit it and your team gets reproducible skills with one command.
Skills for every AI coding tool
The same SKILL.md works in every major AI agent, pick yours.