Skillsy
    Skills
    Docs
    Blog
GitHub
Install CLI
Skillsy

Your personal Skill Factory. Turn repetitive workflows into reusable Skills for AI agents.

Product
SkillsPricing
Resources
DocumentationBlogCLI Reference
Community
GitHubDiscord
© 2024 Skillsy, All rights reserved
Privacy PolicyTerms of Service

Discover AI Agent Skills

Browse and install Skills to enhance your AI Agent's capabilities. From document creation to code review, find the right skill for your workflow.

pr-summary

by

Draft or revise pull request titles and bodies with a concise standard format: summary, risk assessment, testing summary, testing checklist, and technical changes. Use when preparing a new draft or ready-for-review PR, opening a PR from a branch, updating an existing draft/open PR, reopening a PR, or when the user provides a GitHub PR URL/branch and asks for PR summary, risk, testing, or description text. New PRs should be draft by default unless the user explicitly asks to open them ready for review.

Intermediate
skillsy install rocm/rocm-libraries@pr-summary
v1·0 downloads

hipdnn-superbuild

by

Build hipDNN with providers via the repository superbuild. Faster than standalone since providers build alongside hipDNN in a single CMake invocation. On Windows, auto-runs the wheel-based ROCm setup if not already prepared.

Intermediate
skillsy install rocm/rocm-libraries@hipdnn-superbuild
v1·0 downloads

hipdnn-superbuild-test

by

Run tests against an existing hipDNN superbuild. Supports per-component selection (hipdnn, miopen-provider, hipblaslt-provider, hip-kernel-provider, integration-tests), unit/integration scope, and gtest filtering. Handles Windows DLL PATH automatically.

Intermediate
skillsy install rocm/rocm-libraries@hipdnn-superbuild-test
v1·0 downloads

hipdnn-review

by

Review a hipDNN pull request, branch, or local diff for correctness, API compatibility, provider behavior, resource management, code reuse, and testing coverage/quality. Uses local source/worktrees for cross-reference by default. Use when asked to review hipDNN code, review a PR, or assess whether a change is ready to merge.

Intermediate
skillsy install rocm/rocm-libraries@hipdnn-review
v1·0 downloads

hipdnn-codegen

by

Generate hipDNN operation boilerplate from a YAML config. Use when the user wants to add a new operation type to hipDNN, or generate descriptor/packer/unpacker code.

Intermediate
skillsy install rocm/rocm-libraries@hipdnn-codegen
v1·0 downloads

Create Your Own Skills

Learn how to build custom Skills tailored to your specific workflows and needs.

Read the Guide