# Simplify Stuff

> Deep simplification pass over a target's files. Use when the user invokes /simplify-stuff or asks to simplify files, docs, skills, or plugins (simplify, semplifica).

- Skill: `thedixitjain/simplify-stuff` (Agent Skill)
- Install (CLI): `npx skillmds add thedixitjain/simplify-stuff`
- Raw SKILL.md: https://api.skillmd.com/api/skills/thedixitjain/simplify-stuff/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- Author: thedixitjain (https://skillmd.com/u/thedixitjain)
- Updated: 2026-09-09
- Page: https://skillmd.com/skills/thedixitjain/simplify-stuff

---



# simplify-stuff

The argument is the target scope. Run a deep pass that applies the [writing contract](../../shared/writing.md) to existing files:

1. Read every file in the scope, plus the files each one references or shares content with — judge a file inside its ecosystem, never alone. Check what points at the scope from outside before restructuring, so no link or section reference breaks.
2. Rewrite each file to the contract, deduplicating across the whole scope: each fact lands in its one right home and the other files link to it.
3. Verify before finishing: grep that load-bearing specific tokens (names, paths, commands, conventions) survived; confirm nothing active links to removed content; and check the result is both shorter and clearer — when a cut would lose real capability, relocate the content instead of deleting it.

Record what was removed and why in the project's usual decision record, so cuts stay recoverable.

---

**Source:** [`hashgraph-online/awesome-codex-plugins`](https://github.com/hashgraph-online/awesome-codex-plugins) → `plugins/reidemeister94/development-skills/skills/simplify-stuff/SKILL.md`

