@peahi/agent-skills-hub
v2.0.2
Published
Claude Code plugin marketplace with multiple AI agent skills
Maintainers
Readme
Agent Skills Hub
Claude Code Plugin Marketplace - Collection of reusable AI agent skills and plugins.
📦 Available Plugins
Productivity
| Plugin | Version | Description | |--------|---------|-------------| | zurich-design | 1.0.0 | Zurich brand design system with tokens, fonts, and components |
🚀 Quick Start
Install from npm
npm install -g agent-skills-hubUse Individual Plugin
cd plugins/productivity/zurich-design
# See plugin README for usage📖 Adding New Plugins
Structure
plugins/
├── [category]/
│ └── [plugin-name]/
│ ├── .claude-plugin/
│ │ └── plugin.json
│ ├── skills/ or commands/ or agents/
│ ├── README.md
│ └── LICENSECategories
productivity- Productivity and workflow toolssecurity- Security and compliance toolsdevops- DevOps and infrastructure toolstesting- Testing and QA toolsdesign- Design systems and UI tools
Steps
- Create directory:
plugins/[category]/[name]/ - Add plugin files with
.claude-plugin/plugin.json - Update
marketplace.json - Submit PR
🛠️ Development
# Clone repository
git clone https://github.com/YOUR_USERNAME/Agent-Skills-Hub.git
cd Agent-Skills-Hub
# Install dependencies
npm install
# Add new plugin
mkdir -p plugins/[category]/[name]📚 Documentation
- Plugin Structure - How to structure plugins
- Publishing Guide - How to publish to marketplace
- Contributing - Contribution guidelines
🤝 Contributing
Contributions welcome! Please:
- Fork the repository
- Create plugin in appropriate category
- Add to
marketplace.json - Submit PR
See CONTRIBUTING.md for details.
📄 License
MIT License - see LICENSE file
🔗 Links
- Repository: https://github.com/YOUR_USERNAME/Agent-Skills-Hub
- npm Package: https://www.npmjs.com/package/agent-skills-hub
- Issues: https://github.com/YOUR_USERNAME/Agent-Skills-Hub/issues
