Run code simplification on a target path
Scanned 9/2/2026
Install to Claude Code
npx -y skills add Smart-AI-Memory/attune-ai --skill simplify --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Simplify?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/smart-ai-memory-simplify-attune-ai)More formats (shields.io, HTML) on the badges page.
---
name: simplify
description: Run code simplification on a target path
category: shortcut
aliases: [simple]
tags: [simplify, refactor, complexity]
version: "1.0.0"
---
# simplify
Run the SimplifyCodeWorkflow on a target path to find and
reduce unnecessary complexity.
## Context (pre-computed)
```bash
git diff --name-only HEAD~1 2>/dev/null || echo "No recent commits"
```
## Instructions
Use `AskUserQuestion` to scope:
- Which path to simplify? (recently changed files,
specific module, or full src/)
- Minimum complexity threshold? (default: 5)
Then run:
```bash
uv run attune workflow run simplify-code --path <target>
```
Present results as a table of hotspots with file, function,
complexity score, and suggested simplification.
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!