熱門技能

發現最受歡迎和最近更新的 AI 代理技能

最多星數

1

skill-writer

pytorch/pytorch

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.

95,36226,012
2

docstring

pytorch/pytorch

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

95,36226,012
3

at-dispatch-v2

pytorch/pytorch

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.

95,36226,012
4

add-uint-support

pytorch/pytorch

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.

95,36226,012
5

skill-creator

openai/codex

Guide for creating effective skills. This skill should be used when users want to create a new skill (or update an existing skill) that extends Codex's capabilities with specialized knowledge, workflows, or tool integrations.

54,7046,959
6

skill-installer

openai/codex

Install Codex skills into $CODEX_HOME/skills from a curated list or a GitHub repo path. Use when a user asks to list installable skills, install a curated skill, or install a skill from another repo (including private repos).

54,7046,959
7

Command Development

anthropics/claude-code

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.

47,8603,353
8

Plugin Structure

anthropics/claude-code

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.

47,8603,353
9

Plugin Settings

anthropics/claude-code

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.

47,8603,353
10

Writing Hookify Rules

anthropics/claude-code

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.

47,8603,353

最近更新

1

slash-command-encoder

DNYoussef/context-cascade

Design and route slash-command workflows with clear schemas, safety rails, and validated handoffs.

821/9/2026
2

reproducibility-audit

DNYoussef/context-cascade

Verify that results, builds, and experiments can be reproduced consistently with documented steps and deterministic inputs.

821/9/2026
3

gmail

vm0-ai/vm0-skills

Gmail API via curl. Use this skill to read, send, and manage emails, labels, drafts, and threads.

801/9/2026
4

quality-tools

TheBeardedBearSAS/claude-craft

Ferramentas de Qualidade Flutter. Use when setting up quality tools or CI.

801/9/2026
5

testing-react

TheBeardedBearSAS/claude-craft

Estrategia de Testing React. Use when writing tests, reviewing test coverage, or setting up testing.

801/9/2026
6

resend

vm0-ai/vm0-skills

Resend email API via curl. Use this skill to send transactional emails, manage contacts, domains, and API keys.

801/9/2026
7

workflow-analysis

TheBeardedBearSAS/claude-craft

Workflow d'Analyse Obligatoire. Use when working with workflow analysis.

801/9/2026
8

journey-mapping

cna-bootcamp/aiguide

모든 터치포인트에서 고객 경험을 시각화하고 분석하는 포괄적인 고객 여정 맵을 작성합니다.

831/9/2026
9

dry-philosophy

elasticdotventures/_b00t_

Don't Repeat Yourself (DRY) and Never Reinvent the Wheel (NRtW) - core b00t principles. Use existing libraries, leverage Rust via PyO3 instead of duplicating logic in Python, and contribute to upstream projects rather than fork privately.

801/9/2026
10

symmetry-group-identifier

lyndonkl/claude

Use when you've identified candidate symmetries and need to map them to mathematical groups for architecture design. Invoke when user mentions cyclic groups, dihedral groups, Lie groups, SO(3), SE(3), permutation groups, or needs to formalize symmetries into group theory language. Provides taxonomy and mathematical foundations from Visual Group Theory principles.

811/9/2026

本週新增

1

skill-writer

NEW

pytorch/pytorch

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.

95,36226,012
2

docstring

NEW

pytorch/pytorch

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

95,36226,012
3

at-dispatch-v2

NEW

pytorch/pytorch

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.

95,36226,012
4

add-uint-support

NEW

pytorch/pytorch

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.

95,36226,012
5

skill-creator

NEW

openai/codex

Guide for creating effective skills. This skill should be used when users want to create a new skill (or update an existing skill) that extends Codex's capabilities with specialized knowledge, workflows, or tool integrations.

54,7046,959
6

skill-installer

NEW

openai/codex

Install Codex skills into $CODEX_HOME/skills from a curated list or a GitHub repo path. Use when a user asks to list installable skills, install a curated skill, or install a skill from another repo (including private repos).

54,7046,959
7

Command Development

NEW

anthropics/claude-code

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.

47,8603,353
8

Plugin Structure

NEW

anthropics/claude-code

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.

47,8603,353
9

Plugin Settings

NEW

anthropics/claude-code

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.

47,8603,353
10

Writing Hookify Rules

NEW

anthropics/claude-code

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.

47,8603,353