A small catalog of agent tooling for Claude Code, maintained by aploe.
This repository hosts the marketplace.json for the aploe-tools marketplace. Each plugin lives in its own dedicated repository — this repo just lists them so users can install everything via a single marketplace.
/plugin marketplace add aploe/claude-pluginsOnce added, every plugin listed below becomes installable in one command.
| Plugin | Description | Repo | Install |
|---|---|---|---|
| handoff | Agent-agnostic session handoff. Writes self-instructing docs any LLM (Codex, Cursor, Gemini, GPT) can resume — even agents that don't know this plugin exists. | aploe/claude-handoff-skill |
/plugin install handoff@aploe-tools |
marketplace.json references each plugin via a github source pointing at its own repo. When you install a plugin, Claude Code clones the target repo directly. This means:
- Each plugin has its own README, issue tracker, releases, and license.
- Updates to a plugin go through that plugin's repo, not this one.
- This catalog repo only changes when a new plugin is added or removed.
Planned plugins for this catalog. Subscribe (Watch → Custom → Releases) to be notified when they ship.
- Additional Claude Code skills (TBD — feature requests welcome via issues).
This catalog is curated by aploe. If you have feedback on existing plugins, open issues in their respective repos. For ideas about new plugins or improvements to the catalog itself, open an issue here.
MIT — see LICENSE. Individual plugins carry their own license (all currently MIT).