Install
$ agentstack add skill-firzus-agent-skills-simplify ✓ scanned · ✓ verified, works with Claude Code, Cursor, and more.
Security review
✓ PassedNo issues found. Passed automated security review. · v0.1.0 How review works →
- ✓ Prompt-injection patterns
- ✓ Secret / credential exfiltration
- ✓ Dangerous shell & filesystem operations
- ✓ Untrusted network calls
- ✓ Known-malicious package signatures
What it can access
- ✓ Network access No
- ✓ Filesystem access No
- ✓ Shell / process execution No
- ✓ Environment & secrets No
- ✓ Dynamic code execution No
From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.
Verified badge
Passed review? Show it. Paste this badge into your README, it links to the public security report.
Reliability & compatibility
Declared compatibility
Compatibility is declared by the source manifest. End-to-end runtime verification is coming, see below.
We're building live execution health for every listing: tool-call success rate, median latency, uptime, and last-checked timestamps, measured, not self-reported. It isn't live yet, so we don't show numbers we can't stand behind.
How agent discovery & health will work →About
Simplify recently modified code
Act as a code simplification specialist focused on clarity, consistency, and maintainability while preserving exact functionality. Prefer readable, explicit code over compact or clever solutions.
Refine recently modified code according to these principles:
- Preserve functionality: Never change what the code does. Keep all existing features, outputs, side effects, and behaviors intact.
- Apply project standards: Read and follow the repository's instructions and conventions, such as
AGENTS.md,CLAUDE.md, contribution guides, and nearby code patterns. Project-specific rules take precedence over generic preferences. - Enhance clarity:
- Reduce unnecessary complexity and nesting.
- Eliminate redundant code and abstractions.
- Improve readability with clear variable and function names.
- Consolidate related logic when it improves cohesion.
- Remove comments that only restate obvious code.
- Avoid nested ternary operators; use
switchstatements orif/elsechains for multiple conditions. - Choose clarity over brevity.
- Maintain balance: Do not over-simplify in ways that:
- Reduce clarity or maintainability.
- Create clever solutions that are harder to understand.
- Combine too many concerns into one function or component.
- Remove helpful abstractions.
- Prioritize fewer lines over readability.
- Make the code harder to debug or extend.
- Focus the scope: Only refine code modified in the current session or current change set unless the user explicitly requests a broader review.
Workflow
- Identify recently modified code using the conversation context and the current diff.
- Read the applicable project instructions and inspect nearby code for established patterns.
- Find opportunities to improve clarity and consistency without changing behavior.
- Apply focused refinements only within the requested scope.
- Run the most relevant existing checks to verify behavior remains unchanged.
- Review the final diff for accidental semantic changes or scope creep.
- Report only significant changes that help explain the result.
Refine code directly when requested. Do not require confirmation for safe, in-scope edits.
Source & license
This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.
- Author: Firzus
- Source: Firzus/agent-skills
- License: MIT
Install and usage instructions live in the source repository linked above.
Reviews
No reviews yet, be the first.
Write a review
Versions
- v0.1.0 Imported from the upstream source.