Skills Hub

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

340 Skills
11 Categories
5 Sources

Quick install via terminal

gh extension install samueltauil/skills-hub

Featured Skills

View All →

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

Agent Governance

Verified intermediate

Patterns and techniques for adding governance, safety, and trust controls to AI agent systems. Use this skill when: - Building AI agents that call external tools (APIs, databases, file systems) - Implementing policy-based access controls for agent tool usage - Adding semantic intent classification to detect dangerous prompts - Creating trust scoring systems for multi-agent workflows - Building audit trails for agent actions and decisions - Enforcing rate limits, content filters, or tool restrictions on agents - Working with any agent framework (PydanticAI, CrewAI, OpenAI Agents, LangChain, AutoGen)

api-backend 1 file github

Agent Owasp Compliance

Verified intermediate

Check any AI agent codebase against the OWASP Agentic Security Initiative (ASI) Top 10 risks. Use this skill when: - Evaluating an agent system's security posture before production deployment - Running a compliance check against OWASP ASI 2026 standards - Mapping existing security controls to the 10 agentic risks - Generating a compliance report for security review or audit - Comparing agent framework security features against the standard - Any request like "is my agent OWASP compliant?", "check ASI compliance", or "agentic security audit"

code-quality 1 file github

Agent Supply Chain

Verified intermediate

Verify supply chain integrity for AI agent plugins, tools, and dependencies. Use this skill when: - Generating SHA-256 integrity manifests for agent plugins or tool packages - Verifying that installed plugins match their published manifests - Detecting tampered, modified, or untracked files in agent tool directories - Auditing dependency pinning and version policies for agent components - Building provenance chains for agent plugin promotion (dev → staging → production) - Any request like "verify plugin integrity", "generate manifest", "check supply chain", or "sign this plugin"

frontend-ui 1 file github

Agentic Eval

Verified intermediate

Patterns and techniques for evaluating and improving AI agent outputs. Use this skill when: - Implementing self-critique and reflection loops - Building evaluator-optimizer pipelines for quality-critical generation - Creating test-driven code refinement workflows - Designing rubric-based or LLM-as-judge evaluation systems - Adding iterative improvement to agent outputs (code, reports, analysis) - Measuring and improving agent response quality

code-quality 1 file github

Ai Prompt Engineering Safety Review

Verified intermediate

Comprehensive AI prompt engineering safety review and improvement prompt. Analyzes prompts for safety, bias, security vulnerabilities, and effectiveness while providing detailed improvement recommendations with extensive frameworks, testing methodologies, and educational content.

code-quality 1 file 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!