Add Educational Comments
Add educational comments to the file specified, or prompt asking for file to comment if one is not provided.
Discover and install curated AI coding skills to supercharge your development workflow.
Quick install via terminal
gh extension install samueltauil/skills-hub Add educational comments to the file specified, or prompt asking for file to comment if one is not provided.
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)
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"
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"
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
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.
Deployment, pipelines, and DevOps workflows
24 skillsAPI development and backend services
37 skillsCode quality, refactoring, and best practices
88 skillsFrontend development and UI components
45 skillsDocumentation and knowledge management
49 skillsData processing and analytics
4 skillsGit operations, branching, and version control
44 skillsDiagrams, flowcharts, and visualizations
8 skillsTesting and test automation
33 skillsSkills are auto-discovered — just add to your project!
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> 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!