19 Simplify Skill banner
Leonxlnx Leonxlnx

19 Simplify Skill

Development community

Description

# Simplify Skill > **Type**: Bundled skill (compiled into Claude Code binary) > > **Invocation**: `/simplify` or `/simplify focus on [area]` > > The `/simplify` command is a built-in skill that performs an automated, multi-agent code review and cleanup pass on recently changed files. It is designed to be run after implementing a feature or fixing a bug, before opening a pull request. ## Availability This is a **bundled skill**, meaning it ships inside the Claude Code binary and does not requi

Installation

Installs to ~/.claude/skills/leonxlnx-agentic-ai-prompt-research-19_simplify_skill/SKILL.md

Terminal
mkdir -p ~/.claude/skills/leonxlnx-agentic-ai-prompt-research-19_simplify_skill && curl -fsSL https://raw.githubusercontent.com/Leonxlnx/agentic-ai-prompt-research/HEAD/prompts/19_simplify_skill.md -o ~/.claude/skills/leonxlnx-agentic-ai-prompt-research-19_simplify_skill/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository