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 skills add sonature-lab/timsquad --skill tsq-statusgit clone --depth 1 https://github.com/sonature-lab/timsquadWrote 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/skills/sonature-lab/timsquad/tsq-status)<a href="https://agentmods.dev/skills/sonature-lab/timsquad/tsq-status"><img src="https://agentmods.dev/badge/skills/sonature-lab/timsquad/tsq-status/github.svg" alt="Measured on agentmods" height="20"></a>Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.
<a href="https://agentmods.dev/skills/sonature-lab/timsquad/tsq-status"><img src="https://agentmods.dev/badge/skills/sonature-lab/timsquad/tsq-status.svg" alt="Reviewed on agentmods" width="80" height="20"></a>- NVIDIA SkillSpector pass
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.1 | $0.00054 | $0.00419 |
| Opus 5 | $0.00027 | $0.00210 |
| Sonnet 5 | $0.00011 | $0.00084 |
| Haiku 4.5 | $0.00005 | $0.00042 |
Grade A, and why
tsq-status 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 9d 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.
What it actually says
/tsq-status — Project Status Report
Protocol
- Phase 확인:
.timsquad/state/current-phase.json읽기 - Phase Memory:
.timsquad/state/phase-memory.md존재 시 carry-over / 주의사항 추출 - SSOT 상태:
.timsquad/ssot/디렉토리의 문서 존재/작성 여부 확인 - 워크플로우 상태:
.timsquad/state/workflow.json읽기 (활성 시퀀스, 완료 Phase) - 최근 로그:
.timsquad/logs/에서 최근 활동 요약 - 세션 메트릭:
.timsquad/.daemon/session-state.json읽기 → tokenInput/tokenOutput/tokenCacheRead 추출 - SSOT Drift:
.timsquad/.daemon/drift-warnings.json존재 시 미갱신 문서 목록 추출 - 요약 출력:
## Project Status - Phase: {current} ({progress}%) - SSOT: {filled}/{total} documents - Active sequences: {list or none} - Carry-over: {items from phase-memory or "none"} - Tokens (est): {input + output} (cache hit: {cacheRead / (input + cacheRead) * 100}%) - SSOT Drift: {count} documents outdated ({list}) 또는 "none" - Last activity: {date — summary}
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.
- 9d ago First seen · 33 lines · 54 tokens per session scan A ee0da64ddd6f
tsq-status is a skill published in the GitHub repository sonature-lab/timsquad (11 stars, last pushed 9d ago), licensed MIT. It adds 54 tokens to every session and 419 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.
Other skills, from other repositories
weekly-report
This skill helps you create consistent, well-structured weekly status reports that communicate progress, blockers, and plans effectively to your team, manager, or stakeholders.
progress-evaluation
Evaluates project progress by analyzing workspace structure, code completeness, and comparing against planned milestones. Outputs structured progress reports.
weekly-update
A six-to-eight-page horizontal team update presentation covering completed work, current work, blockers, metrics, requests, and thanks.
status
Show active tracks, progress, current tasks, and blockers.
recipe-create-meet-space
Create a Google Meet meeting space and share the join link.
workthreads
SpecStory Workthreads - a weekly work-thread rollup across a team's repos from SpecStory coding histories (any agent - Claude Code, Codex, Cursor, Gemini, and more). It groups the window's sessions into threads of work per project and labels each new / open / recently closed, so a lead sees what shipped, what is still…