A Claude Code plugin marketplace: a context-engineering development workflow
(tce) and a Git-tracked markdown ticket tracker (tmt).
Add the marketplace once, then install either plugin into any project. Both are built
for everyday Claude Code work — tce gives Claude the right context at each step of a
task, and tmt keeps your tickets as plain files in the repo.
Built by Toby. These plugins come out of my daily practice helping engineering teams turn experimental AI use into structured, sustainable workflows. Need a sparring partner for the hard technical and AI-adoption calls? Find me at rent-the-toby.com.
| Plugin | What it does | Docs |
|---|---|---|
tce |
Context-engineering development workflow (ticket → research → plan → implement), plus review, discussion, and design-exploration commands and a set of research subagents. Works with any ticket system (tmt, GitHub Issues, Jira, Linear, custom). | plugins/tce/README.md |
tmt |
Toby Markdown Tickets — a lightweight, Git-tracked ticket tracker: tickets as markdown files in your repo, with guided creation, sequential numbering, and status-lifecycle hooks. Works standalone; tce's native ticket backend. |
plugins/tmt/README.md |
# Add the marketplace (once per machine). A git URL or local path also work.
/plugin marketplace add tobyS/toby-pluginsThen install a plugin from it — see each plugin's docs for the exact command (e.g.
tce):
/plugin install tce@toby-plugins/plugin marketplace update toby-pluginsInstalled plugins move to a new version when you refresh the marketplace.
Want to work on the plugins themselves? See CONTRIBUTING.md for the repository layout, how to validate changes, and the release flow.
Provided as-is. Adapt freely to your needs.