Skills for AI agents following the skills.sh format.
Each skill is a directory containing a SKILL.md file with YAML frontmatter:
name: Unique identifier (lowercase, hyphens)description: Brief explanation
codeql/- Comprehensive guide for GitHub CodeQL including alert management, CLI commands, compiled languages, SARIF output, troubleshooting, and workflow configurationcommit-message-storyteller/- Generate meaningful commit messages using story-telling principlesconventional-commit/- Execute conventional commit format with smart commit message generationcreate-agentsmd/- Create agent model definitions for AI coding agentscreate-implementation-plan/- Create implementation plans for features and changescreate-llms/- Create LLMS full text documentation filescreate-readme/- Generate README documentation filescreate-specification/- Create technical specifications and design documentscreate-technical-spike/- Research and document technical spikescreate-tldr-page/- Create TLDR-style documentation pagesdependabot/- Comprehensive guide for configuring and managing GitHub Dependabotdrawio/- Create draw.io diagrams and export them to PNGgh-cli/- GitHub CLI (gh) comprehensive reference for repositories, issues, pull requests, Actions, projects, releases, gists, codespaces, organizations, extensions, and all GitHub operations from the command linegit-commit/- Execute git commit with conventional commit message analysis, intelligent staging, and message generationgithub-issues/- Create, update, and manage GitHub issues using MCP toolsgithub-release/- Guides through releasing a new version of a GitHub library end-to-end with SemVer versioning and Keep a Changelog formatting
From mcollina/skills
node/- Provides domain-specific best practices for Node.js development with TypeScript, covering type stripping, async patterns, error handling, streams, modules, testing, performance, caching, logging, and more.fastify/- Guides development of Fastify Node.js backend servers and REST APIs using TypeScript or JavaScript. Use when building, configuring, or debugging a Fastify application — including defining routes, implementing plugins, setting up JSON Schema validation, handling errors, optimising performance, managing authentication, configuring CORS and security headers, integrating databases, working with WebSockets, and deploying to production.
Add skills to your AI agent configuration or use with compatible tools.