main.ts
// main.ts
> Agent Skills
Marketplace|
> for Claude Code, Codex & ChatGPT
const skills = 44,357;
// Discover open-source agent skills from GitHub
/**
* Search with AI semantics or keywords, browse by category, sort
by popularity. All skills use the open SKILL.md standard and are
ready to install
*/
trend-analytics.tsx
Loading...
search --ai
Type to filter, or press Enter for AI search$ find
--filterShow only skills with marketplace.json$ man marketplace.json
--sort
skill-writer.md
95.4k
1export skill-writer
2
from "pytorch/pytorch"
from "pytorch/pytorch"3Guide 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.
2026-01-05
docstring.md
95.4k
1export docstring
2
from "pytorch/pytorch"
from "pytorch/pytorch"3Write docstrings for PyTorch functions and methods following PyTorch conventions. Use when writing or updating docstrings in PyTorch code.
2026-01-05
at-dispatch-v2.md
95.4k
1export at-dispatch-v2
2
from "pytorch/pytorch"
from "pytorch/pytorch"3Convert 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.
2026-01-05
add-uint-support.md
95.4k
1export add-uint-support
2
from "pytorch/pytorch"
from "pytorch/pytorch"3Add 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.
2026-01-05
skill-creator.md
54.7k
1export skill-creator
2
from "openai/codex"
from "openai/codex"3Guide 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.
2026-01-05
skill-installer.md
54.7k
1export skill-installer
2
from "openai/codex"
from "openai/codex"3Install 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).
2026-01-05