Claude Code Plugins

Community-maintained marketplace

Feedback

Discover Agent Skills

Discover and install Agent Skills for Claude, Cursor, OpenCode, Codex, and other AI coding assistants. Built on the open agentskills spec. All public skills on GitHub are auto-indexed and made available for quickly discovering and installing. Open-source and community-maintained.

built with
Val Town Claude Code 😉
Meta Skill
Search & Install Skills from Your Terminal

This skill teaches your agent how to browse this registry, compare, and install skills. All within Claude Code, Cursor, Codex, and other agents. No context switching.

Skills

create-pr
@n8n-io/n8n
169.5k
72

Creates GitHub pull requests with properly formatted titles that pass the check-pr-title CI validation. Use when creating PRs, submitting changes for review, or when the user says /pr or asks to create a pull request.

skill-lookup
@f/prompts.chat
145.1k
94

Activates when the user asks about Agent Skills, wants to find reusable AI capabilities, needs to install skills, or mentions skills for Claude. Use for discovering, retrieving, and installing skills.

prompt-lookup
@f/prompts.chat
145.1k
53

Activates when the user asks about AI prompts, needs prompt templates, wants to search for prompts, or mentions prompts.chat. Use for discovering, retrieving, and improving prompts.

skill-lookup
@f/awesome-chatgpt-prompts
142.5k
259

Activates when the user asks about Agent Skills, wants to find reusable AI capabilities, needs to install skills, or mentions skills for Claude. Use for discovering, retrieving, and installing skills.

prompt-lookup
@f/awesome-chatgpt-prompts
142.4k
58

Activates when the user asks about AI prompts, needs prompt templates, wants to search for prompts, or mentions prompts.chat. Use for discovering, retrieving, and improving prompts.

cache-components
@vercel/next.js
137.1k
12

|

springboot-verification
@affaan-m/everything-claude-code
132.2k
1

Verification loop for Spring Boot projects: build, static analysis, tests with coverage, security scans, and diff review before release or PR.

springboot-patterns
@affaan-m/everything-claude-code
132.2k
1

Spring Boot architecture patterns, REST API design, layered services, data access, caching, async processing, and logging. Use for Java Spring Boot backend work.

springboot-security
@affaan-m/everything-claude-code
132.2k
1

Spring Security best practices for authn/authz, validation, CSRF, secrets, headers, rate limiting, and dependency security in Java Spring Boot services.

springboot-tdd
@affaan-m/everything-claude-code
132.2k
1

Test-driven development for Spring Boot using JUnit 5, Mockito, MockMvc, Testcontainers, and JaCoCo. Use when adding features, fixing bugs, or refactoring.

backend-patterns
@affaan-m/everything-claude-code
132.2k
4

Backend architecture patterns, API design, database optimization, and server-side best practices for Node.js, Express, and Next.js API routes.

api-design
@affaan-m/everything-claude-code
132.2k
2

REST API design patterns including resource naming, status codes, pagination, filtering, error responses, versioning, and rate limiting for production APIs.

strategic-compact
@affaan-m/everything-claude-code
132.2k
2

Suggests manual context compaction at logical intervals to preserve context through task phases rather than arbitrary auto-compaction.

postgres-patterns
@affaan-m/everything-claude-code
132.2k
2

>

agentic-engineering
@affaan-m/everything-claude-code
132.2k
1

>

java-coding-standards
@affaan-m/everything-claude-code
132.2k
1

Spring Bootサービス向けのJavaコーディング標準:命名、不変性、Optional使用、ストリーム、例外、ジェネリクス、プロジェクトレイアウト。

electron-chromium-upgrade
@electron/electron
119.7k
11

Guide for performing Chromium version upgrades in the Electron project. Use when working on the roller/chromium/main branch to fix patch conflicts during `e sync --3`. Covers the patch application workflow, conflict resolution, analyzing upstream Chromium changes, and proper commit formatting for patch fixes.

skill-writer
@pytorch/pytorch
96.7k
1.6k

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.

at-dispatch-v2
@pytorch/pytorch
96.6k
8

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.

add-uint-support
@pytorch/pytorch
96.5k
13

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.