Toolkit
A Claude Code marketplace for Christian Mendieta's plugins, skills, agents, and his 'secret sauce'.
Claude Code only knows how to install "plugins" via a marketplace, but a plugin can bundle any mix of skills, commands, agents, and hooks — so this repo hosts all of it under one marketplace.
Installation
/plugin marketplace add christancho/toolkit
Then install any entry listed below:
/plugin install <name>@toolkit
/reload-plugins
Contents
| Name | Type | Description | Install |
|---|---|---|---|
| chat-autoexporter | plugin (external repo) | Auto-exports Claude Code conversations as readable text files before context compaction and on session end | /plugin install chat-autoexporter@toolkit |
Entries either live locally under plugins/, or point at their own standalone repo (like chat-autoexporter) via a github source in marketplace.json. Either way, each entry has its own README, CHANGELOG, and license details.
Repository layout
.claude-plugin/
marketplace.json # marketplace manifest — lists every installable entry and its source
plugins/
<name>/
.claude-plugin/
plugin.json # plugin manifest (name, version, author, ...)
commands/*.md # optional: slash commands
skills/*/SKILL.md # optional: skills
agents/*.md # optional: subagents
hooks/hooks.json # optional: hooks
License
MIT — see LICENSE.