A plugin manager and skills installer for AI coding agents.
$ npx -y skills add Kamalnrf/claude-plugins --agent claude-code
Run the curl in your terminal, the rest in Claude Code.
Repo: Kamalnrf/claude-plugins
What's inside
A plugin manager and skills installer for AI coding agents.
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.
Discovering, installing, and managing plugins and skills across AI coding agents can be fragmented. This project provides:
claude-plugins for Claude Code plugins, skills-installer for agent skillsExplore 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.
This project provides two command-line tools:
Manage Claude Code plugins โ install, enable, disable, and list.
npm install -g claude-plugins
| Command | Description |
|---|---|
install <plugin> | Install a plugin from the registry |
list | View installed plugins |
enable <name> | Enable a disabled plugin |
disable <name> | Disable a plugin |
Plugins are installed to ~/.claude/plugins/marketplaces/
Install Agent Skills across multiple AI coding clients.
npm install -g skills-installer
| Command | Description |
|---|---|
search [query] | Search for skills in the registry |
install <skill> | Install or update a skill |
list | List installed skills |
Options:
--client <name> โ Target client (default: claude-code)--local or -l โ Install to current directory onlySkills are installed to ~/.claude/skills/ (global) or ./.claude/skills/ (local)
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
| Client | Flag |
|---|---|
| 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 |
Both tools resolve identifiers via our registry:
@owner/repo/name)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:
If you find this project useful, here are two ways to help:
A star helps others discover this project!
As the registry grows, we're approaching GitHub API rate limits (5,000 requests/hour). You can help by sharing a token:
You can revoke access anytime at github.com/settings/applications.
See CLI README for development instructions.
Tech stack:
Contributions welcome! Open an issue or submit a PR.
MIT
.github/
ISSUE_TEMPLATE/
config.yml
feedback.yml
workflows/
npm-publish.yml
update-readme-stats.yml
.gitignore
bun.lock
CLAUDE.md
index.ts
package.json
packages/
cli/
.gitignore
CLAUDE.md
index.ts
package.json
README.md
src/
commands/
disable.ts
enable.ts
install.ts
list.ts
skills/
install.ts
config.ts
core/
marketplace.ts
plugin.ts
resolver.test.ts
resolver.ts
settings.ts
skill-resolver.ts
index.ts
types/
index.ts
utils/
fs.ts
git.test.ts
git.ts
validation.test.ts
validation.ts
tsconfig.json
skills-installer/
package.json
README.md
src/
cli.ts
commands/
install.ts
list.ts
search.ts
lib/
api.ts
client-config.test.ts
client-config.ts
download.test.ts
download.ts
paths.ts
select-scope-and-clients.ts
validate.ts
types.ts
util.ts
tsconfig.json
web/
.claude/
settings.local.json
.env.example
.gitignore
astro.config.mjs
components.json
package.json
public/
favicon.svg
robots.txt
README.md
src/
components/
Badge.astro
CommandBox.tsx
CommandBoxWithRunner.tsx
CopyInstallButton.tsx
InfinitePluginList.tsx
InfiniteSkillList.tsx
InstallPlugin.tsx
InstallSkill.tsx
JsonLd.astro
Markdown.astro
MetaSkillHighlight.tsx
MetricBadge.tsx
PluginBrowser.tsx
PluginCard.tsx
PluginOrSkillsTabSwitcher.tsx
QueryProvider.tsx
SkillBrowser.tsx
SkillCard.tsx
SkillDetailHeader.tsx
SkillsSection.tsx
Tweet.astro
ui/
alert.tsx
amp-icon.tsx
antigravity-icon.tsx
arrow-down.tsx
arrow-right.tsx
bookmark-plus-icon.tsx
breadcrumb.tsx
button.tsx
check.tsx
claude-icons.tsx
codebuddy-icon.tsx
codex-icon.tsx
copy.tsx
cursor-icon.tsx
discord.tsx
download.tsx
gemini-icon.tsx
github.tsx
goose-icon.tsx
heart-handshake-icon.tsx
input.tsx
item.tsx
letta-icon.tsx
link-icon.tsx
open-code.tsx
openclaw-icon.tsx
package-icon.tsx
pi-icon.tsx
qoder-icon.tsx
search.tsx
separator.tsx
star-icon.tsx
table.tsx
tabs.tsx
tooltip.tsx
trae-icon.tsx
vs-code-icon.tsx
windsurf-icon.tsx
hooks/
useDebouncedValue.ts
layouts/
MarketplaceLayout.astro
lib/
api.ts
sitemap-config.ts
utils.ts
pages/
api/
download.ts
og/
skills/
skills-index.png.ts
[...slug].png.ts
plugins.ts
skills.ts
index.astro
og-image.png.ts
sitemap-[page].xml.ts
sitemap.xml.ts
skills/
[...slug].astro
index.astro
styles/
global.css
tailwind.config.mjs
tsconfig.json
patches/
giget@2.0.0.patch
README.md
skills/
skills-discovery/
SKILL.md
tsconfig.jsonFAQ
kamalnrf-claude-plugins is a Claude Code plugin with 1 hand-picked skill for development work, indexed on Flowy. Install it with the command on its page. It includes skills-discovery. Its skills do not fire on their own yet. Request auto-invocation to have Flowy route them as you prompt. Free and open source.