Skills Hub

Discover and install curated AI coding skills
to supercharge your development workflow.

388 Skills
11 Categories
5 Sources

Quick install via terminal

gh extension install samueltauil/skills-hub

Featured Skills

View All →

Acquire Codebase Knowledge

Scanned intermediate

Use this skill when the user explicitly asks to map, document, or onboard into an existing codebase. Trigger for prompts like "map this codebase", "document this architecture", "onboard me to this repo", or "create codebase docs". Do not trigger for routine feature implementation, bug fixes, or narrow code edits unless the user asks for repository-level discovery.

documentation 11 files github

Acreadiness Assess

Verified intermediate

Run the AgentRC readiness assessment on the current repository and produce a static HTML dashboard at reports/index.html. Wraps `npx github:microsoft/agentrc readiness` and hands off rendering to the @ai-readiness-reporter custom agent. Supports policies (--policy) for org-specific scoring. Use when asked to assess, audit, or score the AI readiness of a repo.

git-version-control 2 files github

Acreadiness Generate Instructions

Verified intermediate

Generate tailored AI agent instruction files via AgentRC instructions command. Produces .github/copilot-instructions.md (default, recommended for Copilot in VS Code) plus optional per-area .instructions.md files with applyTo globs for monorepos. Use after running /acreadiness-assess to close gaps in the AI Tooling pillar.

git-version-control 1 file github

Acreadiness Policy

Verified intermediate

Help the user pick, write, or apply an AgentRC policy. Policies customise readiness scoring by disabling irrelevant checks, overriding impact/level, setting pass-rate thresholds, or chaining org baselines with team overrides. Use when the user asks about strict mode, AI-only scoring, custom weights, CI gating, or wants org-wide standardisation.

devops-cicd 1 file github

Add Educational Comments

Verified intermediate

Add educational comments to the file specified, or prompt asking for file to comment if one is not provided.

devops-cicd 1 file github

Adobe Illustrator Scripting

Verified intermediate

Write, debug, and optimize Adobe Illustrator automation scripts using ExtendScript (JavaScript/JSX). Use when creating or modifying scripts that manipulate documents, layers, paths, text frames, colors, symbols, artboards, or any Illustrator DOM objects. Covers the complete JavaScript object model, coordinate system, measurement units, export workflows, and scripting best practices.

documentation 5 files github

How to Install

Skills are auto-discovered — just add to your project!

1

Install with the CLI Recommended

Install the gh skills-hub extension, then install any skill in one command.

gh extension install samueltauil/skills-hub
gh skills-hub install <skill-name>

Search and browse skills from your terminal:

gh skills-hub search git
gh skills-hub list
gh skills-hub info <skill-name>
2

Or copy manually

Click "Download ZIP" or "Copy All Files" on any skill page, then add to your project.

.github/skills/<skill-name>/

Copilot auto-discovers skills — no configuration needed!