The official plugin registry for FragCap — the Claude Code plugin that captures knowledge capsules from your sessions.
marketplace.json is the machine-readable catalog consumed by the Claude Code plugin marketplace. It lists the fragcap plugin with its metadata, source URL, and current version.
| Field | Description |
|---|---|
name |
Plugin identifier |
source.url |
Git URL used to install the plugin |
version |
Must match the version in plugin/plugin.json |
homepage |
Project homepage |
repository |
Source code repository |
license |
License identifier |
keywords |
Searchable tags in the marketplace |
category |
Marketplace category |
- Fork this repository.
- Add a new entry to the
pluginsarray in.claude-plugin/marketplace.json. - Open a pull request — the entry will be reviewed before merging.
When the fragcap plugin publishes a new release:
- Update
versionin.claude-plugin/marketplace.jsonto match the new version in fragcap/plugin. - Open a pull request with the title
chore: bump fragcap to vX.Y.Z. - Merge after CI passes.
The version in this file must always match the
versionfield infragcap/plugin/.claude-plugin/plugin.json.