claude-plugins

作者 Kamalnrf已验证

Lightweight registry to discover, install, and manage all public Claude plugins and agent skills for your favourite AI coding agent.

558
Stars
40
Forks
TypeScript
语言
2026/8/23
添加时间

⚠️ 第三方软件声明

本 Skill 为第三方开源软件,独立托管于 GitHub。SkillTip 仅为信息目录,不控制或维护底层仓库。所显示的安全检查为自动化且范围有限,安装前请自行审查源码。

阅读服务条款

安装

添加到你的 Claude Code skills 目录:

# Add to your Claude Code skills
git clone https://github.com/Kamalnrf/claude-plugins

快速入门

使用 claude-plugins 等 Skills 的指南。

安全报告

已验证

上次扫描:—

{
  "status": "PASSED",
  "issues": []
}

README.md

Claude Plugins

A plugin manager and skills installer for AI coding agents.

Claude Code Plugins Agent Skills claude-plugins skills-installer License: MIT Discord

Quick Start

Install a Claude plugin:

npx claude-plugins install @EveryInc/every-marketplace/compound-engineering

[!IMPORTANT] Requires Claude Code v2.0.12 or later for plugin support.

Install an agent skill (works with agentskills-compatible clients):

npx skills-installer install @anthropics/claude-code/frontend-design

[!IMPORTANT] Check agentskills to see if your client supports skills.

Why Use This?

Discovering, installing, and managing plugins and skills across AI coding agents can be fragmented. This project provides:

  • One registry for discovering 11,989 Claude Code plugins and 63,065 agent skills at claude-plugins.dev
  • Two focused CLIsclaude-plugins for Claude Code plugins, skills-installer for agent skills
  • Multi-client support — Install skills for Claude, Cursor, Windsurf, OpenCode, Codex, VS Code, Amp Code, Goose, Letta, Gemini CLI, Antigravity, Trae, Qoder, CodeBuddy.
  • Autonomous discovery — Install the skills-discovery meta skill and let your agent find and install skills for you

Discover

Explore available Claude Code plugins and agent skills at claude-plugins.dev or use skills-installer search from your terminal.

Our registry automatically discovers and indexes all public Claude Code plugins and agent skills on GitHub.

Two CLI Tools

This project provides two command-line tools:

claude-plugins

Manage Claude Code plugins — install, enable, disable, and list.

npm install -g claude-plugins
CommandDescription
install <plugin>Install a plugin from the registry
listView installed plugins
enable <name>Enable a disabled plugin
disable <name>Disable a plugin

Plugins are installed to ~/.claude/plugins/marketplaces/

skills-installer

Install Agent Skills across multiple AI coding clients.

npm install -g skills-installer
CommandDescription
search [query]Search for skills in the registry
install <skill>Install or update a skill
listList installed skills

Options:

  • --client <name> — Target client (default: claude-code)
  • --local or -l — Install to current directory only

Skills are installed to ~/.claude/skills/ (global) or ./.claude/skills/ (local)

Interactive Search

Finding and exploring skills using the CLI

The search command provides an interactive terminal experience for discovering skills — search, browse, sort by relevance/stars/installs, and install without leaving your terminal.

npx skills-installer search

Supported Clients

ClientFlag
Claude Code--client claude-code (default)
Cursor--client cursor
Windsurf--client windsurf
VS Code--client vscode
Codex--client codex
Amp Code--client amp
OpenCode--client opencode
Goose--client goose
Letta--client letta
GitHub--client github
Gemini CLI--client gemini
Antigravity--client antigravity
Trae--client trae
Qoder--client qoder
CodeBuddy--client codebuddy

How It Works

Both tools resolve identifiers via our registry:

  1. Run install command with identifier (e.g., @owner/repo/name)
  2. Registry returns the Git repository URL
  3. CLI clones and installs the plugin or skill

Autonomous Skill Discovery

Want your agent to help you discover and install skills? Try the skills-discovery meta skill:

npx skills-installer install @Kamalnrf/claude-plugins/skills-discovery

Once installed, your agent will:

  • Proactively search for relevant skills before starting tasks
  • Help you compare and understand the differences between skills
  • Install skills on your behalf with your confirmation

Support the Project

If you find this project useful, here are two ways to help:

Star the Repository

A star helps others discover this project!

Star History Chart

Join our GitHub Token Pool

As the registry grows, we're approaching GitHub API rate limits (5,000 requests/hour). You can help by sharing a token:

  1. Authorize our OAuth Application
  2. This grants read-only access to public data only — no access to private repos or actions on your behalf
  3. Your token joins a pool we rotate through to distribute API load

You can revoke access anytime at github.com/settings/applications.

Development

See CLI README for development instructions.

Tech stack:

Contributing

Contributions welcome! Open an issue or submit a PR.

License

MIT

常见问题

What is claude-plugins?

claude-plugins is an open-source ai agents skill for AI coding assistants such as Claude Code, Codex CLI, and ChatGPT, built by Kamalnrf. Lightweight registry to discover, install, and manage all public Claude plugins and agent skills for your favourite AI coding agent. It has 558 GitHub stars.

Is claude-plugins safe to use?

Yes. claude-plugins passed SkillsLLM's automated security scan — a dependency vulnerability audit plus prompt-injection heuristics — with no high-severity issues. You can read the full report in the Security Report section on this page.

How do I install claude-plugins?

Clone the repository with "git clone https://github.com/Kamalnrf/claude-plugins" and add it to your Claude Code skills directory (see the Installation section above).

What programming language is claude-plugins written in?

claude-plugins is primarily written in TypeScript. It is open-source under Kamalnrf on GitHub, so you can review or fork the full source.

Are there alternatives to claude-plugins?

Yes. SkillsLLM lists many other AI Agents skills you can browse and compare side by side. Open the AI Agents category from the badge at the top of this page, or use the Related Skills and comparison links further down to weigh claude-plugins against similar tools.

评论 (0)

暂无评论,成为第一个分享想法的人!

ECC

by affaan-m

10

The agent harness performance optimization system. Skills, instincts, memory, security, and research-first development for Claude Code, Codex, Opencode, Cursor and beyond.

242,21936,702JavaScript
AI 智能体ai-agentsanthropicclaude-code
查看详情
15

An agentic skills framework & software development methodology that works.

234,96620,863Shell
AI 智能体ai-agentsbrainstorming
查看详情

hermes-agent

by NousResearch

10

The agent that grows with you

234,43747,175Python
AI 智能体ai-agentsagent-orchestration
查看详情

The agent harness performance optimization system. Skills, instincts, memory, security, and research-first development for Claude Code, Codex, Opencode, Cursor and beyond.

185,94028,768JavaScript
AI 智能体ai-agentsanthropicclaude-code
查看详情

cc-switch

by farion1231

3

A cross-platform desktop All-in-One assistant for Claude Code, Codex, OpenCode, OpenClaw, Grok Build & Hermes Agent. Only official website: ccswitch.io

128,8688,826Rust
AI 智能体claude-codeai-tools
查看详情

claude-code

by anthropics

Claude Code is an agentic coding tool that lives in your terminal, understands your codebase, and helps you code faster by executing routine tasks, explaining complex code, and handling git workflows - all through natural language commands.

120,03119,897Shell
AI 智能体
查看详情

开发者还喜欢

基于喜欢此 Skill 的开发者投票和收藏

ECC

by affaan-m

10

The agent harness performance optimization system. Skills, instincts, memory, security, and research-first development for Claude Code, Codex, Opencode, Cursor and beyond.

242,21936,702JavaScript
AI 智能体ai-agentsanthropicclaude-code
查看详情
15

An agentic skills framework & software development methodology that works.

234,96620,863Shell
AI 智能体ai-agentsbrainstorming
查看详情

hermes-agent

by NousResearch

10

The agent that grows with you

234,43747,175Python
AI 智能体ai-agentsagent-orchestration
查看详情

n8n

by n8n-io

12

Fair-code workflow automation platform with native AI capabilities. Combine visual building with custom code, self-host or cloud, 400+ integrations.

201,88160,308TypeScript
MCP 服务器apisai-tools
查看详情

The agent harness performance optimization system. Skills, instincts, memory, security, and research-first development for Claude Code, Codex, Opencode, Cursor and beyond.

185,94028,768JavaScript
AI 智能体ai-agentsanthropicclaude-code
查看详情

cc-switch

by farion1231

3

A cross-platform desktop All-in-One assistant for Claude Code, Codex, OpenCode, OpenClaw, Grok Build & Hermes Agent. Only official website: ccswitch.io

128,8688,826Rust
AI 智能体claude-codeai-tools
查看详情