Back to Discover

toolkit

skill

christancho

Christian Mendieta's Claude Code marketplace — plugins, skills, and agents

View on GitHub
0 starsMITSynced Aug 15, 2026

Install to Claude Code

/plugin marketplace add christancho/toolkit

README

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

NameTypeDescriptionInstall
chat-autoexporterplugin (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.

Rendered live from christancho/toolkit's GitHub README — not stored, always reflects the source repo.

1 Plugin

NameDescriptionCategorySource
chat-autoexporterAuto-exports Claude Code conversations as readable text files before context compaction and on session endchristancho/chat-autoexporter

0 Comments

Login required
Log in to post a comment or update on this repo.

No comments yet — be the first to share an update.