# Simplify Python

> >-

- **Type:** Skill
- **Install:** `agentstack add skill-titusz-skills-simplify-python`
- **Verified:** Yes — security-reviewed for prompt injection and unsafe behavior
- **Seller:** [titusz](https://agentstack.voostack.com/s/titusz)
- **Installs:** 0
- **Category:** [Agent Skills](https://agentstack.voostack.com/c/agent-skills)
- **Latest version:** 0.1.0
- **License:** MIT
- **Upstream author:** [titusz](https://github.com/titusz)
- **Source:** https://github.com/titusz/skills/tree/main/plugins/python-code-simplifier/skills/simplify-python

## Install

```sh
agentstack add skill-titusz-skills-simplify-python
```

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

## About

# Simplify Python Code

Delegate to the `python-code-simplifier:python-code-simplifier` agent to simplify Python code.

## Determine Scope

Parse `$ARGUMENTS` to determine what to simplify:

- **File path** (e.g., `src/main.py`): Simplify that specific file
- **Directory** (e.g., `src/`): Simplify Python files in that directory
- **Description** (e.g., "the auth module"): Pass as context to the agent
- **Empty**: Simplify recently modified Python code (agent uses `git diff`)

## Dispatch

Launch a Task with `subagent_type` set to `python-code-simplifier:python-code-simplifier` and a prompt describing the scope:

- If a specific file or directory was given, instruct the agent to focus on that path
- If a description was given, pass it as the scope context
- If no arguments, instruct the agent to find and simplify recent changes

## Source & license

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

- **Author:** [titusz](https://github.com/titusz)
- **Source:** [titusz/skills](https://github.com/titusz/skills)
- **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-titusz-skills-simplify-python
- Seller: https://agentstack.voostack.com/s/titusz
- 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%.
