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.
npx agentmods add instructions/k-dash/typemux-cc/agents-mdgit clone --depth 1 https://github.com/K-dash/typemux-ccWrote this? Show the measurements
A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.
[](https://agentmods.dev/instructions/k-dash/typemux-cc/agents-md)<a href="https://agentmods.dev/instructions/k-dash/typemux-cc/agents-md"><img src="https://agentmods.dev/badge/instructions/k-dash/typemux-cc/agents-md.svg" alt="Measured on agentmods" height="20"></a>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.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5 | $0.00875 | $0.00875 |
| Opus 5 | $0.00438 | $0.00438 |
| Sonnet 5 | $0.00175 | $0.00175 |
| Haiku 4.5 | $0.00088 | $0.00088 |
Grade A, and why
typemux-cc AGENTS.md scanned grade A with 0 findings 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 4d 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.
Nothing flagged
None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.
How it starts
The opening of the file, as written. The whole thing — 98 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Agent Instructions
Landing the Plane (Session Completion)
When ending a work session, complete the steps below.
WORKFLOW:
- Run quality gates (if code changed) -
make all - Report remaining work - Describe follow-up work without creating issues unless the user explicitly authorizes issue creation
- Report the working tree - Summarize changed files and verification results
- Hand off - Provide context for the next session
Creating issues, committing, pushing, and opening pull requests are separate external mutations. Perform each one only when the user explicitly authorizes that action. An instruction to commit does not authorize a push or pull request, and an instruction to push does not authorize opening a pull request.
typemux-cc - Python Type-Checker LSP Multiplexer for Claude Code
See README.md for project overview. See docs/ARCHITECTURE.md for architecture details.
Build & Quality
# REQUIRED: Run before completing any work
make all # format + lint + test
# Individual commands
make fmt # cargo fmt
make lint # cargo clippy -- -D warnings
make test # cargo test
Git Workflow (MUST FOLLOW)
⚠️ NEVER commit directly to main. Always use feature branches.
- BEFORE any code changes: Create a feature branch
git checkout -b feat/your-feature-name - After changes: Run quality checks
make all # format + lint + test - Update documentation: If user-facing behavior changes, update README.md
- Commit, when explicitly authorized: Use conventional commits (feat:, fix:, docs:, etc.)
- Push, when explicitly authorized: Never merge directly to main
git push -u origin <branch-name> - Create a pull request, when explicitly authorized
gh pr create
Pre-Commit Checklist
Before committing, verify:
- On a feature branch (not main)?
-
make allpasses? - README.md updated if needed?
- The user explicitly authorized the commit?
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.
- 4d ago First seen · 98 lines · 875 tokens per session scan A 9944079b503b
typemux-cc AGENTS.md is an instructions file published in the GitHub repository K-dash/typemux-cc (16 stars, last pushed 27d ago), licensed MIT. It adds 875 tokens to every session, about $0.0044 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.
Other instructions, from other repositories
nvim-mcp CLAUDE.md
Claude Code instructions for linw1995/nvim-mcp, covering claude.md, project overview, development commands, building and running and development build and run.
magi-workflow CLAUDE.md
Instructions for howar31/magi-workflow, covering what this is, slash commands, subagents, project state model and project document tiers.
ai-software-architect AGENTS.md
AGENTS.md instructions for codenamev/ai-software-architect, covering agents.md - ai software architect framework, project overview, framework development setup, repository structure and installation for framework development.
pamplejuce AGENTS.md
Instructions for sudara/pamplejuce, a project described as: A JUCE audio plugin template. JUCE 8, Catch2, Pluginval, macOS notarization, Azure Trusted Signing, Github Actions.
openclaw-mcp-bridge CLAUDE.md
Instructions for gabrielekarra/openclaw-mcp-bridge, covering claude.md, project overview, build & development commands, architecture and key dependencies.
vscode buildNext.instructions.md
Working notes and architecture documentation for the new esbuild-based build system in build/next. Use when making changes to the new build pipeline (transpile/bundle commands, NLS plugin, source-map handling, resource copying, or self-hosting watch tasks).