# Simplify

> Reviews recently changed code for reuse, quality, and efficiency. Spawns 3 parallel review agents, aggregates findings, applies fixes. Official Anthropic skill. Use after completing any coding task.

- **Type:** Skill
- **Install:** `agentstack add skill-neuron-one-godmode-simplify`
- **Verified:** Yes — security-reviewed for prompt injection and unsafe behavior
- **Seller:** [neuron-one](https://agentstack.voostack.com/s/neuron-one)
- **Installs:** 0
- **Category:** [AI & ML](https://agentstack.voostack.com/c/ai-and-ml)
- **Latest version:** 0.1.0
- **License:** MIT
- **Upstream author:** [neuron-one](https://github.com/neuron-one)
- **Source:** https://github.com/neuron-one/GODMODE/tree/master/skills/quality/simplify

## Install

```sh
agentstack add skill-neuron-one-godmode-simplify
```

Requires the [AgentStack CLI](https://agentstack.voostack.com/docs/cli). Works with Claude Code, Cursor, and any MCP-compatible agent.

## About

# Simplify Code

Review recently changed files for:

## 1. Code Reuse
- Duplicated logic that should be extracted
- Existing utilities that could be used instead
- Patterns that should be consistent

## 2. Quality
- Unclear variable/function names
- Complex logic that could be simplified
- Missing error handling at boundaries
- Inconsistent patterns

## 3. Efficiency
- Unnecessary computations
- Redundant database queries
- Unused imports and variables
- Over-engineered solutions

## Process:
1. Identify recently changed files (git diff)
2. Review each file for the 3 categories above
3. Apply fixes directly
4. Verify fixes don't break tests

Optional focus: $ARGUMENTS (e.g., "focus on memory efficiency")

## Source & license

This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.

- **Author:** [neuron-one](https://github.com/neuron-one)
- **Source:** [neuron-one/GODMODE](https://github.com/neuron-one/GODMODE)
- **License:** MIT

Install and usage instructions live in the source repository linked above.

## Pricing

- **Free** — Free

## Security capabilities

Automated source analysis of v0.1.0 — what this tool can access:

- **Network access:** no
- **Filesystem access:** no
- **Shell / process execution:** no
- **Environment & secrets:** no
- **Dynamic code execution:** no

*"Yes" means the capability is present in the source — more access means more to trust, not that it is unsafe.*


## Versions

- **0.1.0** — security scan: passed — Imported from the upstream source.

## Links

- Listing page: https://agentstack.voostack.com/l/skill-neuron-one-godmode-simplify
- Seller: https://agentstack.voostack.com/s/neuron-one
- Browse the marketplace: https://agentstack.voostack.com/browse

---
Listed on AgentStack — the marketplace for AI agent skills and MCP servers. Every listing is security-reviewed. Creators keep 70%.
