Automates file organization and cleanup of development artifacts in the project root.
Install
mkdir -p .claude/skills/cleanup-amijadoamijado && curl -L -o skill.zip "https://agentskills.codes/api/skills/download/12596" && unzip -o skill.zip -d .claude/skills/cleanup-amijadoamijado && rm skill.zipInstalls to .claude/skills/cleanup-amijadoamijado
Activation
This is the description your AI agent reads to decide when to run this skill — the better it matches your request, the more reliably it fires.
Codex equivalent of the SD003 custom command `/src/**,`. Use when the user invokes `/src/**,`, `cleanup`.Key capabilities
- →Categorize project files into `/materials/` based on extension.
- →Archive AI development temporary files into `.sd/cleanup/archive/`.
- →Protect core project files and directories from being moved.
- →Detect and protect in-development files using `git diff`.
- →Provide an AI analysis of file purpose and moveability.
- →Offer user confirmation before executing cleanup actions.
How it works
The skill scans project files, categorizes them as reference materials or temporary files, and moves them to designated directories while protecting core and in-development files.
Inputs & outputs
When to use cleanup
- →Cleaning up project root
- →Organizing miscellaneous files
- →Removing development clutter
About cleanup
Categorizes project files into dedicated directories (materials, archives) based on type. It ensures temporary files are moved to appropriate cleanup folders rather than cluttering the workspace.
Codex equivalent of the SD003 custom command `/src/**,`. Use when the user invokes `/src/**,`, `cleanup`.
When not to use it
- →When the user wants to manually organize files.
- →When the user wants to delete files permanently without archiving.
Limitations
- →The skill is a Codex equivalent of a Claude Code command.
- →The skill does not recursively call Codex plugin commands.
- →The skill prioritizes PowerShell commands on Windows.
How it compares
This skill automates intelligent file organization and archiving based on predefined categories and AI analysis, unlike manual file management or simple deletion.
Compared to similar skills
cleanup side by side with the closest alternatives in the catalog.
| Skill | Installs | Updated | Safety | Difficulty |
|---|---|---|---|---|
| cleanup (this skill) | 0 | 2mo | Review | Beginner |
| webapp-testing | 353 | 3mo | Review | Intermediate |
| resolve-conflicts | 81 | 8mo | Review | Intermediate |
| telegram-bot-builder | 106 | 6mo | Review | Intermediate |
Try saying
Example prompts that trigger this skill in your AI assistant.
You might also like
webapp-testing
anthropics
Toolkit for interacting with and testing local web applications using Playwright. Supports verifying frontend functionality, debugging UI behavior, capturing browser screenshots, and viewing browser logs.
resolve-conflicts
antinomyhq
Use this skill immediately when the user mentions merge conflicts that need to be resolved. Do not attempt to resolve conflicts directly - invoke this skill first. This skill specializes in providing a structured framework for merging imports, tests, lock files (regeneration), configuration files, and handling deleted-but-modified files with backup and analysis.
telegram-bot-builder
davila7
Expert in building Telegram bots that solve real problems - from simple automation to complex AI-powered bots. Covers bot architecture, the Telegram Bot API, user experience, monetization strategies, and scaling bots to thousands of users. Use when: telegram bot, bot api, telegram automation, chat bot telegram, tg bot.
dev-browser
SawyerHood
Browser automation with persistent page state. Use when users ask to navigate websites, fill forms, take screenshots, extract web data, test web apps, or automate browser workflows. Trigger phrases include "go to [url]", "click on", "fill out the form", "take a screenshot", "scrape", "automate", "test the website", "log into", or any browser interaction request.
openspec-onboard
studyzy
Guided onboarding for OpenSpec - walk through a complete workflow cycle with narration and real codebase work.
codex-cli-bridge
alirezarezvani
Bridge between Claude Code and OpenAI Codex CLI - generates AGENTS.md from CLAUDE.md, provides Codex CLI execution helpers, and enables seamless interoperability between both tools