Skip to main content

// category

AI/ML

Artificial Intelligence and Machine Learning skills for building intelligent applications

5,362 skills in this category

5,362 matches

claude-opus-4-5-migration 128k

Migrate prompts and code from Claude Sonnet 4.0, Sonnet 4.5, or Opus 4.1 to Opus 4.5. Use when the user wants to update their codebase, prompts, or API calls to use Opus 4.5. Handles model string updates and prompt adjustments for known Opus 4.5 behavioral differences. Does NOT migrate Haiku 4.5.

anthropics 2026-05-30
Writing Hookify Rules 128k

This skill should be used when the user asks to "create a hookify rule", "write a hook rule", "configure hookify", "add a hookify rule", or needs guidance on hookify rule syntax and patterns.

anthropics 2026-05-30
Agent Development 128k

This skill should be used when the user asks to "create an agent", "add an agent", "write a subagent", "agent frontmatter", "when to use description", "agent examples", "agent tools", "agent colors", "autonomous agent", or needs guidance on agent structure, system prompts, triggering conditions, or agent development best practices for Claude Code plugins.

anthropics 2026-05-30
Command Development 128k

This skill should be used when the user asks to "create a slash command", "add a command", "write a custom command", "define command arguments", "use command frontmatter", "organize commands", "create command with file references", "interactive command", "use AskUserQuestion in command", or needs guidance on slash command structure, YAML frontmatter fields, dynamic arguments, bash execution in commands, user interaction patterns, or command development best practices for Claude Code.

anthropics 2026-05-30
Hook Development 128k

This skill should be used when the user asks to "create a hook", "add a PreToolUse/PostToolUse/Stop hook", "validate tool use", "implement prompt-based hooks", "use ${CLAUDE_PLUGIN_ROOT}", "set up event-driven automation", "block dangerous commands", or mentions hook events (PreToolUse, PostToolUse, Stop, SubagentStop, SessionStart, SessionEnd, UserPromptSubmit, PreCompact, Notification). Provides comprehensive guidance for creating and implementing Claude Code plugin hooks with focus on advanced prompt-based hooks API.

anthropics 2026-05-30
MCP Integration 128k

This skill should be used when the user asks to "add MCP server", "integrate MCP", "configure MCP in plugin", "use .mcp.json", "set up Model Context Protocol", "connect external service", mentions "${CLAUDE_PLUGIN_ROOT} with MCP", or discusses MCP server types (SSE, stdio, HTTP, WebSocket). Provides comprehensive guidance for integrating Model Context Protocol servers into Claude Code plugins for external tool and service integration.

anthropics 2026-05-30
Plugin Settings 128k

This skill should be used when the user asks about "plugin settings", "store plugin configuration", "user-configurable plugin", ".local.md files", "plugin state files", "read YAML frontmatter", "per-project plugin settings", or wants to make plugin behavior configurable. Documents the .claude/plugin-name.local.md pattern for storing plugin-specific configuration with YAML frontmatter and markdown content.

anthropics 2026-05-30
Plugin Structure 128k

This skill should be used when the user asks to "create a plugin", "scaffold a plugin", "understand plugin structure", "organize plugin components", "set up plugin.json", "use ${CLAUDE_PLUGIN_ROOT}", "add commands/agents/skills/hooks", "configure auto-discovery", or needs guidance on plugin directory layout, manifest configuration, component organization, file naming conventions, or Claude Code plugin architecture best practices.

anthropics 2026-05-30
Skill Development 128k

This skill should be used when the user wants to "create a skill", "add a skill to plugin", "write a new skill", "improve skill description", "organize skill content", or needs guidance on skill structure, progressive disclosure, or skill development best practices for Claude Code plugins.

anthropics 2026-05-30
add-uint-support 100k

Add unsigned integer (uint) type support to PyTorch operators by updating AT_DISPATCH macros. Use when adding support for uint16, uint32, uint64 types to operators, kernels, or when user mentions enabling unsigned types, barebones unsigned types, or uint support.

pytorch 2026-05-30
aoti-debug 100k

Debug AOTInductor (AOTI) errors and crashes. Use when encountering AOTI segfaults, device mismatch errors, constant loading failures, or runtime errors from aot_compile, aot_load, aoti_compile_and_package, or aoti_load_package.

pytorch 2026-05-30
at-dispatch-v2 100k

Convert PyTorch AT_DISPATCH macros to AT_DISPATCH_V2 format in ATen C++ code. Use when porting AT_DISPATCH_ALL_TYPES_AND*, AT_DISPATCH_FLOATING_TYPES*, or other dispatch macros to the new v2 API. For ATen kernel files, CUDA kernels, and native operator implementations.

pytorch 2026-05-30
distributed-triage 100k

Sub-triages issues in the oncall:distributed queue by assigning distributed module labels, routing to sub-oncalls, and marking triaged. Use when an issue has been routed to oncall:distributed and needs second-level triage.

pytorch 2026-05-30
docstring 100k

Write docstrings for PyTorch functions and methods following PyTorch conventions. Use when writing or updating docstrings in PyTorch code.

pytorch 2026-05-30
document-public-apis 100k

Document undocumented public APIs in PyTorch by removing functions from coverage_ignore_functions and coverage_ignore_classes in docs/source/conf.py, running Sphinx coverage, and adding the appropriate autodoc directives to the correct .md or .rst doc files. Use when a user asks to remove functions from conf.py ignore lists.

pytorch 2026-05-30
fix-issue 100k

Fix bugs reported in PyTorch GitHub issues by reproducing, root-causing, and implementing a fix in the local working tree. Use when the user asks to fix a PyTorch GitHub issue.

pytorch 2026-05-30
metal-kernel 100k

Write Metal/MPS kernels for PyTorch operators. Use when adding MPS device support to operators, implementing Metal shaders, or porting CUDA kernels to Apple Silicon. Covers native_functions.yaml dispatch, host-side operators, and Metal kernel implementation.

pytorch 2026-05-30
pr-review 100k

Review PyTorch pull requests for code quality, test coverage, security, and backward compatibility. Use when reviewing PRs, when asked to review code changes, or when the user mentions "review PR", "code review", or "check this PR".

pytorch 2026-05-30
pyrefly-type-coverage 100k

Migrate a file to use stricter Pyrefly type checking with annotations required for all functions, classes, and attributes.

pytorch 2026-05-30
scrub-issue 100k

Fetch, analyze, reproduce, and minimize GitHub issue reproductions. Use when asked to check if an issue reproduces, minimize a repro, analyze a bug report, or scrub/triage an issue for reproducibility.

pytorch 2026-05-30
skill-writer 100k

Guide users through creating Agent Skills for Claude Code. Use when the user wants to create, write, author, or design a new Skill, or needs help with SKILL.md files, frontmatter, or skill structure.

pytorch 2026-05-30
triaging-issues 100k

Triages GitHub issues by routing to oncall teams, applying labels, and closing questions. Use when processing new PyTorch issues or when asked to triage an issue.

pytorch 2026-05-30
agent-adaptive-coordinator 57k

Agent skill for adaptive-coordinator - invoke with $agent-adaptive-coordinator

ruvnet 2026-05-30
agent-agent 57k

Agent skill for agent - invoke with $agent-agent

ruvnet 2026-05-30
agent-agentic-payments 57k

Agent skill for agentic-payments - invoke with $agent-agentic-payments

ruvnet 2026-05-30
agent-analyze-code-quality 57k

Agent skill for analyze-code-quality - invoke with $agent-analyze-code-quality

ruvnet 2026-05-30
agent-app-store 57k

Agent skill for app-store - invoke with $agent-app-store

ruvnet 2026-05-30
agent-arch-system-design 57k

Agent skill for arch-system-design - invoke with $agent-arch-system-design

ruvnet 2026-05-30
agent-architecture 57k

Agent skill for architecture - invoke with $agent-architecture

ruvnet 2026-05-30
agent-authentication 57k

Agent skill for authentication - invoke with $agent-authentication

ruvnet 2026-05-30
agent-automation-smart-agent 57k

Agent skill for automation-smart-agent - invoke with $agent-automation-smart-agent

ruvnet 2026-05-30
agent-base-template-generator 57k

Agent skill for base-template-generator - invoke with $agent-base-template-generator

ruvnet 2026-05-30
agent-benchmark-suite 57k

Agent skill for benchmark-suite - invoke with $agent-benchmark-suite

ruvnet 2026-05-30
agent-byzantine-coordinator 57k

Agent skill for byzantine-coordinator - invoke with $agent-byzantine-coordinator

ruvnet 2026-05-30
agent-challenges 57k

Agent skill for challenges - invoke with $agent-challenges

ruvnet 2026-05-30
agent-code-analyzer 57k

Agent skill for code-analyzer - invoke with $agent-code-analyzer

ruvnet 2026-05-30
agent-code-goal-planner 57k

Agent skill for code-goal-planner - invoke with $agent-code-goal-planner

ruvnet 2026-05-30
agent-code-review-swarm 57k

Agent skill for code-review-swarm - invoke with $agent-code-review-swarm

ruvnet 2026-05-30
agent-coder 57k

Agent skill for coder - invoke with $agent-coder

ruvnet 2026-05-30
agent-collective-intelligence-coordinator 57k

Agent skill for collective-intelligence-coordinator - invoke with $agent-collective-intelligence-coordinator

ruvnet 2026-05-30
agent-consensus-coordinator 57k

Agent skill for consensus-coordinator - invoke with $agent-consensus-coordinator

ruvnet 2026-05-30
agent-coordination 57k

>

ruvnet 2026-05-30
agent-coordinator-swarm-init 57k

Agent skill for coordinator-swarm-init - invoke with $agent-coordinator-swarm-init

ruvnet 2026-05-30
agent-crdt-synchronizer 57k

Agent skill for crdt-synchronizer - invoke with $agent-crdt-synchronizer

ruvnet 2026-05-30
agent-data-ml-model 57k

Agent skill for data-ml-model - invoke with $agent-data-ml-model

ruvnet 2026-05-30
agent-docs-api-openapi 57k

Agent skill for docs-api-openapi - invoke with $agent-docs-api-openapi

ruvnet 2026-05-30
agent-github-modes 57k

Agent skill for github-modes - invoke with $agent-github-modes

ruvnet 2026-05-30
agent-github-pr-manager 57k

Agent skill for github-pr-manager - invoke with $agent-github-pr-manager

ruvnet 2026-05-30
agent-goal-planner 57k

Agent skill for goal-planner - invoke with $agent-goal-planner

ruvnet 2026-05-30
agent-gossip-coordinator 57k

Agent skill for gossip-coordinator - invoke with $agent-gossip-coordinator

ruvnet 2026-05-30
agent-hierarchical-coordinator 57k

Agent skill for hierarchical-coordinator - invoke with $agent-hierarchical-coordinator

ruvnet 2026-05-30
agent-implementer-sparc-coder 57k

Agent skill for implementer-sparc-coder - invoke with $agent-implementer-sparc-coder

ruvnet 2026-05-30
agent-issue-tracker 57k

Agent skill for issue-tracker - invoke with $agent-issue-tracker

ruvnet 2026-05-30
agent-load-balancer 57k

Agent skill for load-balancer - invoke with $agent-load-balancer

ruvnet 2026-05-30
agent-matrix-optimizer 57k

Agent skill for matrix-optimizer - invoke with $agent-matrix-optimizer

ruvnet 2026-05-30
agent-memory-coordinator 57k

Agent skill for memory-coordinator - invoke with $agent-memory-coordinator

ruvnet 2026-05-30
agent-mesh-coordinator 57k

Agent skill for mesh-coordinator - invoke with $agent-mesh-coordinator

ruvnet 2026-05-30
agent-migration-plan 57k

Agent skill for migration-plan - invoke with $agent-migration-plan

ruvnet 2026-05-30
agent-multi-repo-swarm 57k

Agent skill for multi-repo-swarm - invoke with $agent-multi-repo-swarm

ruvnet 2026-05-30
agent-neural-network 57k

Agent skill for neural-network - invoke with $agent-neural-network

ruvnet 2026-05-30