plugin-test-cycle

A repeatable workflow for building, installing, and verifying the typemux-cc Claude Code plugin locally. It also records the test state so the process can be resumed.

In plain words
What is it for?
Build a Rust release, record the repository and plugin state, deploy the local build, install it through Claude Code, clear related caches, and verify the plugin's language-server setup.
Why use it?
Testing a local plugin can involve many easy-to-miss steps, including rebuilding, clearing caches, registering a marketplace, installing the plugin, and checking its language-server connection.

Skill for Claude CodeCodex

Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

agentmods
npx agentmods add skills/k-dash/typemux-cc/plugin-test-cycle
Any agent
npx skills add K-dash/typemux-cc --skill plugin-test-cycle
Clone the repo
git clone --depth 1 https://github.com/K-dash/typemux-cc

Made for: Claude Code, Codex.

Per session 76 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,711 The whole file, excluding the scripts and references it only reads on demand.
Security scan C 1 finding. Scan, not verified.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5 $0.00076 $0.01711
Opus 5 $0.00038 $0.00856
Sonnet 5 $0.00015 $0.00342
Haiku 4.5 $0.00008 $0.00171

Measured 2d ago against content hash 51c2d4b96e69, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade C, and why

plugin-test-cycle scanned grade C with 1 finding against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 2d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Recursive force deletehighDestructive command

rm -rf with a variable or a broad path is one typo away from removing the wrong tree.

rm -rf ~/.claude/plugins/cache/typemux-cc-marketplace/
.claude/skills/plugin-test-cycle/SKILL.md · 204 lines

How it starts

The opening of the file, as written. The whole thing — 204 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Plugin Test Cycle

End-to-end workflow for building, deploying, and testing the typemux-cc plugin locally. This eliminates the repetitive manual steps that are easy to forget or get wrong.

Prerequisites

  • Rust toolchain installed (cargo)
  • Claude Code running
  • A Python project with .venv/ available for testing (e.g., rcmr_stadium subprojects)

Workflow

Step 1: Build the binary

Ask the user which version to build, or whether to just test the current code without bumping.

Option A — Build without version bump (quick iteration):

cargo build --release

The binary is at target/release/typemux-cc.

Option B — Build with version bump:

Use the /publish skill instead, then return here at Step 2.

Step 2: Record the test state

Create a resumable state note before changing Claude Code's plugin state. Record:

  • repository path, branch, and commit
  • whether the working tree is dirty
  • test mode (local build or GitHub release)
  • target/release/typemux-cc --version
  • shasum -a 256 target/release/typemux-cc
  • expected marketplace source and plugin version
  • each completed workflow step and its result

Store the note outside the repository, for example at /tmp/typemux-cc-plugin-test-state.md, so it survives a restart without adding an untracked project file. Never record credentials or environment variable values.

Step 3: Approve plugin state changes

Cache deletion, marketplace registration changes, and plugin installation mutate the user's Claude Code environment. Show the exact cache path, marketplace registration, plugin identity, and commands that will be affected, then obtain explicit user approval before each mutation. Approval for one mutation does not authorize another.

Use a dedicated local-development marketplace registration instead of replacing a release registration when the installed Claude Code version supports naming separate registrations. If it does not, report the limitation and ask before modifying the existing typemux-cc-marketplace registration. Do not guess unsupported command flags.

Read the full file on GitHub · 204 lines

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 2d ago First seen · 204 lines · 76 tokens per session scan C 51c2d4b96e69

Subscribe to this mod's changes

plugin-test-cycle is a skill published in the GitHub repository K-dash/typemux-cc (16 stars, last pushed 25d ago), licensed MIT. It adds 76 tokens to every session and 1,711 once invoked, about $0.0004 per session on Opus 5. A static security scan graded it C with 1 finding (recursive force delete). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.

Related

Other skills, from other repositories

mcp-pyright

MCP server exposing Pyright language server functionality.

daedalus/mcp-pyright · 0 tokens

bottom-up-market-size

Size a market bottom-up from an Economic Mind market report and stress-test that number against independent sizing approaches - the headline size, the transparent per-company build (each player's revenue, share-in-market, in-market revenue, confidence and justification carried verbatim from the report), an explicit…

economicmind/skills · 192 tokens

company-at-a-glance

Produce a rigorous, fully-sourced data snapshot of a single company - a detailed multi-year financial table (revenue, gross profit, EBITDA, EBIT, net income per year), computed margins and growth with every derived figure footnoted to its formula and inputs, plus web-sourced profile facts (founded, CEO, ownership…

economicmind/skills · 191 tokens

competitor-benchmarking

Benchmark a set of companies against each other on hard financials - a detailed per-year data table for each company (revenue, gross profit, EBITDA, EBIT, net income), plus a cross-company summary of size, growth and profitability, with every derived figure footnoted to its formula and inputs and every line attributed…

economicmind/skills · 193 tokens

getting-started

Orient a user to the Economic Mind plugin and connector - what it is, what data it draws on, which skills and connector tools are available, how to trigger them, and what to expect as the product grows. Use whenever the user is new to Economic Mind or asks what it is / what it can do / how to use it / how to get…

economicmind/skills · 187 tokens

taiyi-ui-design

TaiyiForge 第 4 阶段 — UI/UX 契约,产出 UI-DESIGN.md。四端通用。.

Dong90/oh-my-taiyiforge · 35 tokens