tsq-delete

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

A removal procedure for the TimSquad framework from a project. It identifies the framework’s files, hooks, agents, rules, settings, and configuration that are removed while preserving source code and unrelated content.

In plain words
What is it for?
Use it to remove TimSquad files and integrations, stop its daemon, clean only its sections from project configuration, and keep the project’s source code and other settings.
Why use it?
It prevents a manual cleanup from leaving behind inactive hooks, agents, scripts, or configuration. It also requires confirmation before deletion.

Skill for Claude Code

Written for Claude Code: user-invocable in frontmatter. Also seen: reads .claude/ paths; mentions CLAUDE.md.

Good fit Use it to remove TimSquad files and integrations, stop its daemon, clean only its sections from project configuration, and keep the project’s source code and other settings.

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

README.md
[![agentmods](https://agentmods.dev/badge/skills/sonature-lab/timsquad/tsq-delete.svg)](https://agentmods.dev/skills/sonature-lab/timsquad/tsq-delete)
Your own site
<a href="https://agentmods.dev/skills/sonature-lab/timsquad/tsq-delete"><img src="https://agentmods.dev/badge/skills/sonature-lab/timsquad/tsq-delete.svg" alt="Measured on agentmods" height="20"></a>
Per session 61 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 714 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 warn 7 Sept 2026
SkillSpector: 1 finding, up to medium

These are SkillSpector’s own severities. On a checked sample its high-severity flags on skills were ~96% false positives — a documented command, a public API, a “never do X” rule — so we show them as a caution to read, not a verdict. Why →

  • medium MCP Rug Pull · line 64
    npx commands without a version suffix (e.g. @1.0.0) create a rug-pull risk if the upstream server is compromised and publishes a malicious update.
    Fix: Pin the version: npx @scope/[email protected]
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.00061 $0.00714
Opus 5 $0.00030 $0.00357
Sonnet 5 $0.00012 $0.00143
Haiku 4.5 $0.00006 $0.00071

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

Security

Grade A, and why

tsq-delete 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-delete/SKILL.md · 73 lines

What it actually says

/tsq-delete — Remove TimSquad

Protocol

  1. 사용자 확인: 반드시 삭제 전 확인 요청

    TimSquad 프레임워크를 이 프로젝트에서 완전히 제거합니다.
    제거 대상:
    - .timsquad/ (설정, 로그, SSOT, 상태 전부)
    - .claude/skills/tsq-* (TimSquad 스킬)
    - .claude/agents/tsq-* (TimSquad 에이전트)
    - .claude/rules/ (TimSquad 룰)
    - .claude/scripts/ (TimSquad 훅 스크립트)
    - .claude/settings.json 내 TimSquad 훅
    - CLAUDE.md 내 TimSquad 블록
    
    보존됨:
    - CLAUDE.md (tsq 블록만 제거, 나머지 유지)
    - .claude/settings.json (tsq 훅만 제거, 나머지 유지)
    - 소스코드 (절대 변경 안 됨)
    
    계속하시겠습니까?
    
  2. 제거 실행 (사용자 승인 후):

    a. 데몬 중지:

    tsq daemon stop 2>/dev/null || true
    

    b. 스킬 제거: .claude/skills/tsq-* 디렉토리 전부 삭제

    c. 에이전트 제거: .claude/agents/tsq-* 파일 전부 삭제

    d. 룰 제거: .claude/rules/ 디렉토리 삭제

    e. 스크립트 제거: .claude/scripts/ 디렉토리 삭제

    f. CLAUDE.md 정리: <!-- tsq:start --> ~ <!-- tsq:end --> 블록 제거

    • 블록 제거 후 빈 줄 정리
    • 나머지 사용자 콘텐츠 보존

    g. settings.json 정리: hooks 내 tsq 관련 항목 제거

    • .claude/scripts/ 경로 참조하는 훅 제거
    • 나머지 사용자 훅 보존

    h. .timsquad 제거: 전체 디렉토리 삭제 (마지막 단계)

  3. 완료 보고:

    TimSquad가 프로젝트에서 제거되었습니다.
    - 소스코드는 변경되지 않았습니다.
    - 재설치: npx timsquad init
    

Safety

  • 소스코드 (src/, app/, lib/ 등)는 절대 변경하지 않음
  • CLAUDE.md에서 tsq 블록만 제거, 나머지 보존
  • settings.json에서 tsq 훅만 제거, 나머지 보존
  • 반드시 사용자 확인 후 실행
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 · 73 lines · 61 tokens per session scan A 0d22c00d5164

Subscribe to this mod's changes

tsq-delete is a skill published in the GitHub repository sonature-lab/timsquad (11 stars, last pushed 8d ago), licensed MIT. It adds 61 tokens to every session and 714 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.

Related

Other skills, from other repositories

bulk-maintenance

Plan, dry-run, apply, verify, roll back, and resume explicit bounded batches for Blueprint interface migration, metadata hygiene, asset naming/organization, and unused-asset cleanup preparation.

kevinpbuckley/VibeUE · 41 tokens

bloat-detector

Detects codebase bloat via dead code, duplication, complexity, and doc bloat scans. Use when codebase feels large or before a release.

athola/claude-night-market · 36 tokens

album-manager

Create, curate, and publish Immich albums organized by geography, theme, or custom criteria. Use when the user says "create an album", "organize my photos by location", "make a gallery album", "curate photos from Italy", "publish album", "geographic albums", "album from my trip to X", "share this album", or any…

drolosoft/immich-photo-manager · 126 tokens

photo-search

Search and explore an Immich photo library using natural language, GPS locations, dates, people, cameras, and AI-powered visual search (CLIP). Use when the user says "find photos of", "search my photos", "show me pictures from", "where are my photos of", "do I have photos of", "find all screenshots", "photos taken…

drolosoft/immich-photo-manager · 109 tokens

duplicate-report

Run a full duplicate analysis on an Immich photo library using perceptual hashing. Finds cross-source duplicates (e.g. Apple Photos vs Google Photos exports), internal duplicates, and generates a detailed report with removal recommendations. Use when the user says "find duplicates", "duplicate report", "how many…

drolosoft/immich-photo-manager · 99 tokens

auto-album-curator

Monitor your Immich library for new photos that match existing albums and suggest additions. Keeps albums fresh by finding new photos that belong in existing collections based on GPS location, visual similarity (CLIP), and date patterns. Use when the user says "update my albums", "refresh albums", "new photos for…

drolosoft/immich-photo-manager · 118 tokens