tt-studio: Skill for Claude Code

.claude/skills/tt-studio-debug-bundle/SKILL.md

tt-studio-debug-bundle is a skill for Claude Code from tenstorrent/tt-studio. It costs 146 tokens per session (3,222 once invoked), scanned A, original, Apache-2.0.

A guide for investigating TT-Studio diagnostic bundles, which are ZIP files or folders containing logs and deployment records from a failed AI-model setup.

In plain words
What is it for?
Use it to inspect TT-Studio logs, deployment data, Docker activity, and inference-server output when diagnosing a bug report.
Why use it?
It gives a consistent way to find the root cause of failed model deployments, hardware-board allocation, or Voice Agent pipelines.

Skill for Claude Code

Written for Claude Code: installed under .claude/. Also seen: mentions subagents.

This is tenstorrent/tt-studio's own configuration. It tells Claude Code how to work on tt-studio itself, so it is not a mod to install elsewhere. Copy it as a starting point and replace the rules that are about this project. Everything tt-studio configures →

Not installable: its command points at a path on the author’s own machine, so it runs nowhere else. The line is /home/container_app_user/cache_root/model_file_symlinks_map/<model>..

Reuse

Borrowing it

Nothing to install: this file belongs to tenstorrent/tt-studio. Take a copy, put it at the same path in your own repository, and replace the rules that are about this project with yours.

Copy the file
curl -O https://raw.githubusercontent.com/tenstorrent/tt-studio/main/.claude/skills/tt-studio-debug-bundle/SKILL.md
Clone the repo
git clone --depth 1 https://github.com/tenstorrent/tt-studio

Made for: Claude Code.

Wrote 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.

agentmods badge for tt-studio-debug-bundle

README.md
[![agentmods](https://agentmods.dev/badge/skills/tenstorrent/tt-studio/tt-studio-debug-bundle.svg)](https://agentmods.dev/skills/tenstorrent/tt-studio/tt-studio-debug-bundle)
Your own site
<a href="https://agentmods.dev/skills/tenstorrent/tt-studio/tt-studio-debug-bundle"><img src="https://agentmods.dev/badge/skills/tenstorrent/tt-studio/tt-studio-debug-bundle.svg" alt="Measured on agentmods" height="20"></a>
Per session 146 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 3,222 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. 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.1 $0.00146 $0.03222
Opus 5 $0.00073 $0.01611
Sonnet 5 $0.00029 $0.00644
Haiku 4.5 $0.00015 $0.00322

Measured 6d ago against content hash 377f1b4ddc40, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-06, from the pricing page.

Security

Grade A, and why

tt-studio-debug-bundle 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 6d 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.

.claude/skills/tt-studio-debug-bundle/SKILL.md · 188 lines

How it starts

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

TT-Studio Debug-Bundle Triage

When this fires

User shares any of:

  • A path like /.../tt-studio-logs-ttbr-<hex>/ or a ZIP with the same name
  • A ttbr-<hex> reference (the diagnostic ID auto-generated by the TT-Studio Bug Reporter)
  • A screenshot of GitHub issue from tenstorrent/tt-studio whose title contains "TT-Studio bug report"
  • Log lines like Allocation failed for ...: Invalid device_id, ChipSlotAllocator initialized: board=, Raw board_type:

Bundle layout (assume this shape)

tt-studio-logs-ttbr-<hex>/
├── agent.log                       # AI-agent service (LangGraph, voice, etc.)
├── backend.log                     # Django backend — the main signal
├── current_models.json             # Live docker containers + deploy_cache snapshot
├── deployments.json                # Persisted deploy records (id, device, device_ids, status)
├── docker-control-service.log      # docker daemon control
├── model_run.log                   # FastAPI inference-control server
├── model_run_logs/                 # Per-deploy model run logs:
│   └── model_run_<ts>_<model>_<device>_server.log
├── inference_artifacts/
│   ├── docker_server/              # Container stdout per deploy. Two flavors:
│   │   ├── vllm_<ts>_<model>_<device>_server.log    # LLMs (Llama, Qwen, …)
│   │   └── media_<ts>_<model>_<device>_server.log   # TTS / ASR / Whisper
│   │                               #   (speecht5_tts, distil-large-v3, …)
│   └── run_logs/                   # tt-inference-server run.py logs (one per deploy)
├── startup.log
└── tt_smi.json                     # Raw hardware enumeration from tt-smi

Workflow

Copy this checklist and tick as you go:

Triage Progress:
- [ ] 1. Inventory the bundle
- [ ] 2. Read the three metadata JSONs
- [ ] 3. Pull the smoking-gun lines from backend.log
- [ ] 4. Read the failing deploy's fastapi + inference logs
- [ ] 5. Fan out parallel Explore subagents on source
- [ ] 6. Synthesize the chain (hardware → detection → allocation → request → user-visible error)
- [ ] 7. Report root cause + minimal fix shape

Read the full file on GitHub · 188 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. 6d ago First seen · 188 lines · 146 tokens per session scan A 377f1b4ddc40

Subscribe to this mod's changes

tt-studio-debug-bundle is a skill published in the GitHub repository tenstorrent/tt-studio (49 stars, last pushed yesterday), licensed Apache-2.0. It adds 146 tokens to every session and 3,222 once invoked, about $0.0007 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.

Related

Other skills, from other repositories

exploring-llm-traces

Debug and inspect LLM/AI agent traces using PostHog's MCP tools. Use when the user pastes a trace or session URL (e.g. /ai-observability/traces/ or /ai-observability/sessions/ ), asks to debug a trace, figure out what went wrong, check if an agent used a tool correctly, verify context/files were surfaced, inspect…

PostHog/posthog · 146 tokens

terminal-command-planner

Plan safe terminal commands for local shells, SSH terminals, PowerShell, Command Prompt, WSL, diagnostics, log inspection, service checks, and approval-based command assistance in KKTerm.

ryantsai/KKTerm · 42 tokens

gh-issues

Fetch GitHub issues, spawn sub-agents to implement fixes and open PRs, then monitor and address PR review comments. Usage: /gh-issues [owner/repo] [--label bug] [--limit 5] [--milestone v1.0] [--assignee @me] [--fork user/repo] [--watch] [--interval 5] [--reviews-only] [--cron] [--dry-run] [--model glm-5]…

djblack1209-coder/OpenClaw-Bot · 116 tokens

copilotkit-debug

Use when diagnosing CopilotKit issues -- runtime connectivity failures, agent not responding, streaming errors, tool execution problems, transcription failures, version mismatches, and AG-UI event tracing.

CopilotKit/CopilotKit · 42 tokens

migrate-oxlint

Guide for migrating a project from ESLint to Oxlint. Use when asked to migrate, convert, or switch a JavaScript/TypeScript project's linter from ESLint to Oxlint.

oxc-project/oxc · 44 tokens

debug-inference

Debug why inference.local, direct external inference, or supervisor-only system inference is failing. Use when the user cannot reach a local model server, has provider base URL issues, sees inference verification failures, hits protocol mismatches, or needs to diagnose inference on local vs remote gateways. Trigger…

NVIDIA/OpenShell · 114 tokens