By ibara1454
A sample template plugin demonstrating the /greet skill. Use it as a starting point for building your own plugins.
A marketplace of Claude Code plugins and skills, with GitHub Copilot CLI compatibility.
Add this marketplace to Claude Code:
/plugin marketplace add ibara1454/agent-marketplace
Install a plugin:
/plugin install hello-world@agent-marketplace
Use a skill from the installed plugin:
/greet
| Plugin | Description | Skills |
|---|---|---|
| hello-world | Sample template plugin | /greet |
agent-marketplace/
├── .claude-plugin/
│ └── marketplace.json # Claude Code marketplace registry
├── .github/
│ └── plugin/
│ └── marketplace.json # GitHub Copilot CLI marketplace registry
├── plugins/
│ └── hello-world/ # Sample plugin (use as template)
│ ├── .claude-plugin/
│ │ └── plugin.json
│ ├── skills/
│ │ └── greet/
│ │ └── SKILL.md
│ └── README.md
├── .gitignore
├── README.md # This file
├── CONTRIBUTING.md
└── LICENSE
Want to add your own plugin? See CONTRIBUTING.md for step-by-step instructions.
MIT — see LICENSE.
Based on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimGitHub workflow automation skills
npx claudepluginhub ibara1454/agent-marketplace --plugin hello-worldA simple example plugin that demonstrates basic Claude Code plugin functionality
Skill authoring guidance and best practices
Ultra-compressed communication mode. Cuts ~75% of tokens while keeping full technical accuracy by speaking like a caveman.
Frontend design skill for UI/UX implementation
Comprehensive UI/UX design plugin for mobile (iOS, Android, React Native) and web applications with design systems, accessibility, and modern patterns
Memory compression system for Claude Code - persist context across sessions