# Deslop

> Remove all unnecessary changes introduced in this branch

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

## Install

```sh
agentstack add skill-recrsn-agent-skills-deslop
```

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

## About

Check the diff against origin/main, and remove all unnecessary changes
introduced in this branch. Run `git fetch origin` to make sure git context is
up-to-date.

Here is the list of files changed in this branch:
!`git diff --stat origin/main`

**Focus on removing unnecessary ADDITIONS, not reverting improvements:**

## Things to remove

- Comments that merely describe obvious operations ("Fetch product settings" for
	a fetch call)
- Comments that narrate code flow ("Update review state with product settings")
- Extra defensive checks or try-catch blocks abnormal for that codebase area (
	especially if called by trusted/validated codepaths)
- Casts to any to get around type issues
- Unnecessary implementation details in docstrings
- Commented-out code (e.g., // this.model = config.model)
- Any other style inconsistent with the file
- Verbose logging or debug statements that are not needed for normal operation

## Things to keep

- Anything not included in the "diff", even if it matches the above criteria,
	since it is not an addition in this branch
- Code simplifications
- Refactoring
- Removing redundant code/comments from main
- Docstrings on exported functions/classes including @param, @return, @throws
	etc

Report at the end with only a 1-3 sentence summary of what you changed

## Source & license

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

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