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.
create-react-native-library/- Scaffolds React Native libraries withcreate-react-native-libraryfor standalone libraries or local native modules and views. Use when creating or working on React Native libraries or adding native functionality in an existing app.react-native-best-practices/- Provides React Native performance optimization guidelines for FPS, TTI, bundle size, memory leaks, re-renders, and animations. Applies to tasks involving Hermes optimization, JS thread blocking, bridge overhead, FlashList, native modules, or debugging jank and frame drops.react-native-brownfield-migration/- Provides an incremental adoption strategy to migrate native iOS or Android apps to React Native or Expo using@callstack/react-native-brownfieldfor initial setup. Use when planning migration steps, packaging XCFramework/AAR artifacts, and integrating them into host apps.react-navigation/- Provides React Navigation UI patterns for stacks, tabs, drawers etc. Use when building navigation UIs with React Navigation, configuring headers, bottom sheets or handling safe areas and insets.upgrading-react-native/- Upgrades React Native apps to newer versions by applyingrn-diff-purgetemplate diffs, updatingpackage.jsondependencies, migrating native iOS and Android configuration, resolving CocoaPods and Gradle changes, and handling breaking API updates. Use when upgrading React Native, bumping RN version, updating from RN 0.x to 0.y, or migrating Expo SDK alongside a React Native upgrade.
From slidevjs/slidev
slidev/- Create and present web-based slidedecks for developers using Slidev with Markdown, Vue components, code highlighting, animations, and interactive features. Use when building technical presentations, conference talks, code walkthroughs, teaching materials, or developer decks.
npm-check-updates/- Upgradepackage.jsondependencies to the latest versions with npm-check-updates. Use when checking for outdated dependencies, upgrading packages with filters/rejections, targeting specific version ranges, scanning monorepos, running interactive selection, detecting breaking upgrades with--doctor, or using the programmatic API.
Add skills to your AI agent configuration or use with compatible tools.