Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 

Repository files navigation

Shipkit Marketplace

Community plugins, skills, and extensions for Shipkit.

Installation

Install any plugin from this marketplace using its short name:

shipkit plugin install <plugin-name>

Available Plugins

Browse the directories below to see what's available. Each plugin has its own README with usage instructions.

Creating a Plugin

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

Minimal plugin.yaml

name: your-plugin-name
description: Short description of what your plugin does
author: your-github-username
version: 1.0.0

Submission

  1. Fork this repo
  2. Add your plugin directory
  3. Open a pull request
  4. Wait for review

Plugin Guidelines

  • 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

Support

About

Community plugins and extensions for Shipkit - the self-learning AI dev productivity kit

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors