Back to Discover

tmc-marketplace

skill

tmchow

Claude Code and Codex plugins by Trevin Chow

View on GitHub
22 starsMITSynced Aug 2, 2026

Install to Claude Code

/plugin marketplace add tmchow/tmc-marketplace

README

tmc-marketplace

Plugins for Claude Code and Codex by Trevin Chow.

trev.in · LinkedIn

Quick Install

curl -fsSL "https://raw.githubusercontent.com/tmchow/tmc-marketplace/main/scripts/install.sh?$(date +%s)" | bash

Shows an interactive menu to choose which plugins to install. Safe to re-run (idempotent). Skips anything not detected (e.g., no Codex installed).

Install without the menu:

# All plugins at once
curl -fsSL "https://raw.githubusercontent.com/tmchow/tmc-marketplace/main/scripts/install.sh?$(date +%s)" | bash -s -- --all

# Just one plugin
curl -fsSL "https://raw.githubusercontent.com/tmchow/tmc-marketplace/main/scripts/install.sh?$(date +%s)" | bash -s -- --plugin image-sprout

Install only one target (Claude Code or Codex):

# Codex skills only
curl -fsSL "https://raw.githubusercontent.com/tmchow/tmc-marketplace/main/scripts/install.sh?$(date +%s)" | bash -s -- --codex-only

# Claude Code plugin only
curl -fsSL "https://raw.githubusercontent.com/tmchow/tmc-marketplace/main/scripts/install.sh?$(date +%s)" | bash -s -- --claude-only

Combine flags to narrow both axes:

# Single plugin, Claude Code only
curl -fsSL "https://raw.githubusercontent.com/tmchow/tmc-marketplace/main/scripts/install.sh?$(date +%s)" | bash -s -- --plugin iterative-engineering --claude-only

To uninstall:

curl -fsSL "https://raw.githubusercontent.com/tmchow/tmc-marketplace/main/scripts/install.sh?$(date +%s)" | bash -s -- --uninstall

Manual Install

Claude Code

/plugin marketplace add tmchow/tmc-marketplace
/plugin install iterative-engineering@tmc-marketplace
/plugin install image-sprout@tmc-marketplace

Verify with /plugin list.

Codex

Download the skills into your Codex skills directory:

curl -sL https://github.com/tmchow/tmc-marketplace/archive/refs/heads/main.tar.gz \
  | tar xz --strip-components=4 -C ~/.codex/skills/ \
    tmc-marketplace-main/plugins/iterative-engineering/skills/

This extracts all skills (with their reference files) to ~/.codex/skills/.

Plugins

PluginDescription
iterative-engineeringIterative development workflow — brainstorming → tech planning → implementing with multi-agent reviews, dependency-aware execution, and severity-based acceptance
image-sproutGenerate and iterate on images with consistent style and subject identity using the image-sprout CLI

Changelogs

Each plugin maintains its own changelog, managed by release-please:

License

MIT

Rendered live from tmchow/tmc-marketplace's GitHub README — not stored, always reflects the source repo.

2 Plugins

NameDescriptionCategorySource
iterative-engineeringIterative development workflow - brainstorming, planning, multi-agent reviews, TDD execution, and PR feedback resolution./plugins/iterative-engineering
image-sproutSkill for generating and iterating on images with consistent style and subject identity using the image-sprout CLI./plugins/image-sprout

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.