tsq-update

tsq-update is a skill for Claude Code from sonature-lab/timsquad. It costs 60 tokens per session (423 once invoked), scanned A, original, MIT.

A command workflow for updating the TimSquad framework’s templates, skills, and agents, with options to preview changes or roll back an update.

In plain words
What is it for?
Use it with /tsq-update to apply an update, /tsq-update check to preview changes, or /tsq-update rollback to restore the previous version.
Why use it?
It keeps the framework files synchronized while protecting project settings, documents, logs, and workflow state from being replaced.

Skill for Claude Code

Written for Claude Code: user-invocable in frontmatter. Also seen: mentions CLAUDE.md.

Good fit Use it with /tsq-update to apply an update, /tsq-update check to preview changes, or /tsq-update rollback to restore the previous version.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/sonature-lab/timsquad/tsq-update
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.

Any agent
npx skills add sonature-lab/timsquad --skill tsq-update
Clone the repo
git clone --depth 1 https://github.com/sonature-lab/timsquad

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 tsq-update

README.md
[![agentmods](https://agentmods.dev/badge/skills/sonature-lab/timsquad/tsq-update.svg)](https://agentmods.dev/skills/sonature-lab/timsquad/tsq-update)
Your own site
<a href="https://agentmods.dev/skills/sonature-lab/timsquad/tsq-update"><img src="https://agentmods.dev/badge/skills/sonature-lab/timsquad/tsq-update.svg" alt="Measured on agentmods" height="20"></a>
Per session 60 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 423 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe. Third-party audits
  • NVIDIA SkillSpector pass 7 Sept 2026
How audits are shown
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.00060 $0.00423
Opus 5 $0.00030 $0.00211
Sonnet 5 $0.00012 $0.00085
Haiku 4.5 $0.00006 $0.00042

Measured 8d ago against content hash 56309cdb063b, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-08, from the pricing page.

Security

Grade A, and why

tsq-update 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 8d 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.

templates/base/skills/tsq-update/SKILL.md · 49 lines

What it actually says

/tsq-update — Framework Update

Protocol

업데이트 (/tsq-update)

  1. 현재 상태 확인: 현재 프레임워크 버전과 설치된 버전 비교
  2. 변경 사항 요약: 어떤 파일이 동기화되는지 사용자에게 보여주기
  3. 실행:
    tsq update -y
    
  4. 결과 확인: 업데이트 결과 요약 출력
  5. 후속 안내: 변경된 스킬/룰이 있으면 재시작 권장

롤백 (/tsq-update rollback)

  1. 백업 확인: 이전 업데이트 백업 존재 여부 확인
  2. 실행:
    tsq update --rollback -y
    
  3. 결과 확인: 롤백 완료 확인

Dry Run (/tsq-update check)

  1. 변경 사항만 확인 (실제 수정 없음):
    tsq update --dry-run
    

보존 대상 (업데이트 시 절대 변경 안 됨)

  • .timsquad/config.yaml — 프로젝트 설정
  • .timsquad/ssot/ — SSOT 문서
  • .timsquad/logs/ — 모든 로그
  • .timsquad/state/ — 워크플로우 상태, 메타인덱스
  • CLAUDE.md 사용자 작성 영역 (<!-- tsq:end --> 이후)
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. 8d ago First seen · 49 lines · 60 tokens per session scan A 56309cdb063b

Subscribe to this mod's changes

tsq-update is a skill published in the GitHub repository sonature-lab/timsquad (11 stars, last pushed 8d ago), licensed MIT. It adds 60 tokens to every session and 423 once invoked, about $0.0003 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.