Community plugins, skills, and extensions for Shipkit.
Install any plugin from this marketplace using its short name:
shipkit plugin install <plugin-name>Browse the directories below to see what's available. Each plugin has its own README with usage instructions.
Want to contribute? Create a directory with this structure:
your-plugin-name/
├── plugin.yaml # Required manifest
├── README.md # Usage documentation
└── skills/ # Optional: custom skills
└── skill-name/
└── SKILL.md
name: your-plugin-name
description: Short description of what your plugin does
author: your-github-username
version: 1.0.0- Fork this repo
- Add your plugin directory
- Open a pull request
- Wait for review
- Keep plugins focused and single-purpose
- Include clear documentation in README.md
- Test with both Claude Code and Kiro if possible
- Follow existing plugin structure conventions
- Use semantic versioning
- Issues: https://github.com/nille/shipkit/issues
- Discussions: https://github.com/nille/shipkit/discussions