Sharing Skills
Sharing Skills is a workflow that allows developers to contribute skills from their local branch to the upstream repository, following guidelines for sharing and documentation
Browse and install thousands of AI Agent skills in the Killer-Skills directory. Supports Claude Code, Windsurf, Cursor, and more.
Sharing Skills is a workflow that allows developers to contribute skills from their local branch to the upstream repository, following guidelines for sharing and documentation
repo-bootstrap is a skill that automates the initial setup of a new repository, ensuring proper GitHub Actions permissions and workflow configurations
code-quality-check is an AI Agent skill that automates Python code quality checks. It executes a sequence of tools including the Black code formatter, the Ruff linter with auto-fix capabilities, and the Mypy static type checker on specified source and test directories.
nuqs is a library for type-safe URL query state management in Next.js applications. It provides a set of best practices and rules for implementing, configuring, and optimizing search parameters, including integration with Server Components and parser configuration.
pr-merge is an AI agent skill that handles pull request merging with pre-merge validation. It accepts a PR number or URL and executes a specified merge strategy (merge, squash, or squid) using a Haiku subagent for Bash operations to optimize computational costs.
uv-package-manager is a fast Python package installer and resolver written in Rust, designed for modern Python project management and dependency workflows.
three-best-practices is an AI agent skill containing a comprehensive performance optimization guide for Three.js. It provides over 100 rules across 17 categories, based on official guidelines from the Three.js `llms` branch maintained by mrdoob.