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 matteotitta/genesys-skills --skill workspace-cleanupgit clone --depth 1 https://github.com/matteotitta/genesys-skillsWrote 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/matteotitta/genesys-skills/workspace-cleanup)<a href="https://agentmods.dev/skills/matteotitta/genesys-skills/workspace-cleanup"><img src="https://agentmods.dev/badge/skills/matteotitta/genesys-skills/workspace-cleanup/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/matteotitta/genesys-skills/workspace-cleanup"><img src="https://agentmods.dev/badge/skills/matteotitta/genesys-skills/workspace-cleanup.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.00110 | $0.01489 |
| Opus 5 | $0.00055 | $0.00745 |
| Sonnet 5 | $0.00022 | $0.00298 |
| Haiku 4.5 | $0.00011 | $0.00149 |
Grade A, and why
workspace-cleanup 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 11d 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 — 182 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Workspace cleanup
Periodic hygiene check for the Claude Code workspace. Runs 5 structured checks and produces a markdown report with pass/flag/action verdicts.
Claude Code Triggers
Invoke this skill when user says:
- "clean up workspace"
- "audit workspace"
- "workspace hygiene"
- "spring clean"
- "check workspace health"
Do NOT invoke when:
- User wants to clean up a specific client folder (use manual cleanup)
- User wants to audit a specific skill (use
/skill-catalog) - User wants to review code quality (use code review tools)
Input Requirements
Required Inputs
| Input | Description | Source |
|---|---|---|
| Workspace root | Current working directory | Auto-detected |
Optional Inputs
| Input | How It Helps |
|---|---|
| Focus area | Run only specific checks (e.g., "just check clients") |
Process (Step-by-Step)
Check 1: Root folder hygiene
- List all dot-folders at workspace root
- Cross-reference against
.gitignore— flag any dot-folder NOT gitignored that isn't a known system folder (.git,.claude,.github,.cursor,.gitmodules) - Check for folders >50MB that aren't known MCPs — flag with size
- Verify
.gitignorehas no stale references to paths that don't exist
Pass criteria: No unexpected dot-folders, no stale gitignore entries.
Check 2: Client structure compliance
For each folder in projects/consulting/active/:
- Has
CLAUDE.md? → FLAG if missing - Has
docs/andnotes/? → FLAG if missing - CLAUDE.md has
## Engagement goalsand## Success metrics? → FLAG if missing - Any files at root level that should be in topic folders? → FLAG
- Last file modification date → FLAG if >30 days dormant (suggest archive discussion)
For each folder in projects/prospects/:
- Last activity date → FLAG if >60 days dormant (suggest cleanup)
- Count files — note if only 1-2 files (minimal engagement)
Pass criteria: All active clients have CLAUDE.md with goals/metrics, docs/, notes/.
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.
- 11d ago First seen · 182 lines · 110 tokens per session scan A ab4b42da34bd
workspace-cleanup is a skill published in the GitHub repository matteotitta/genesys-skills (36 stars, last pushed 1mo ago), licensed MIT. It adds 110 tokens to every session and 1,489 once invoked, about $0.0006 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
gingiris-b2b-growth
🇺🇸 B2B SaaS Growth — PLG vs SLG Playbook — Diagnose whether your problem is distribution, pricing, or PMF. PLG/SLG selection by ACV and sales cycle, the 5-stage path from $0 to $10M ARR, NRR discipline, affiliate & channel motion, enterprise tiering. Built from HeyGen, Deel, Vercel, Supabase, Snowflake patterns.…
gr-b2b-growth
A guide to growing a business-to-business software product from early user research to large-scale sales. B2B software is sold to companies rather than individual consumers.
go-to-market-playbook
A reusable Go-to-Market strategy template for both B2B and B2C launches. Covers positioning, messaging, ICP definition, channel selection, and competitive analysis frameworks. By @WeiYipei.
leadmagic-cli
Use the LeadMagic CLI for enrichment automation — find emails, validate contacts, enrich CSVs in batch, find decision-makers by role, and push to outbound platforms (Smartlead, Instantly). Use when automating enrichment from the command line, batch-processing contacts, or integrating LeadMagic into scripts. Triggers…
revenue-team-onboarding
Revenue team onboarding — security access provisioning, ramp schedules, 30-60-90 plans, Slack engagement, shadowing, certification, and time-to-first-meeting reduction. Use when onboarding SDRs, AEs, managers, or RevOps hires. Triggers on: "sales onboarding", "SDR ramp", "30-60-90 sales", "reduce ramp time", "Slack…
team-management
Team management for startup leaders — 1:1s, performance reviews, goal setting (OKRs), delegation, feedback culture, remote team management, team rituals, and scaling from IC to manager. Use when building team processes, managing first direct reports, or scaling management as the company grows. Triggers on: "team…