AgentStack
Browse Sign in
Browse Why AgentStack Sell Docs
Sign in
SKILL verified MIT Self-run

Simplify

skill-firzus-agent-skills-simplify · by Firzus

Simplify and refine recently modified code for clarity and consistency. Use after writing code to improve readability without changing functionality.

No reviews yet
0 installs
26 views
0.0% view→install

Install

$ agentstack add skill-firzus-agent-skills-simplify

✓ scanned · ✓ verified, works with Claude Code, Cursor, and more.

Security review

✓ Passed

No 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.

View the full security report →

Verified badge

Passed review? Show it. Paste this badge into your README, it links to the public security report.

AgentStack Verified badge Links to your public security report.
[![AgentStack Verified](https://agentstack.voostack.com/badges/verified.svg)](https://agentstack.voostack.com/security/report/skill-firzus-agent-skills-simplify)

Reliability & compatibility

Security review passed
0 installs to date
no reviews yet
2mo ago

Declared compatibility

Claude CodeClaude Desktop

Compatibility is declared by the source manifest. End-to-end runtime verification is coming, see below.

Preview Execution monitoring

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 →
Are you the author of Simplify? Claim this listing to set pricing, connect Stripe payouts, and keep 70% of every sale.
Sign up to claim

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:

  1. Preserve functionality: Never change what the code does. Keep all existing features, outputs, side effects, and behaviors intact.
  2. 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.
  3. 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 switch statements or if/else chains for multiple conditions.
  • Choose clarity over brevity.
  1. 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.
  1. Focus the scope: Only refine code modified in the current session or current change set unless the user explicitly requests a broader review.

Workflow

  1. Identify recently modified code using the conversation context and the current diff.
  2. Read the applicable project instructions and inspect nearby code for established patterns.
  3. Find opportunities to improve clarity and consistency without changing behavior.
  4. Apply focused refinements only within the requested scope.
  5. Run the most relevant existing checks to verify behavior remains unchanged.
  6. Review the final diff for accidental semantic changes or scope creep.
  7. 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.

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

Reviews

No reviews yet, be the first.

Versions

  • v0.1.0 Imported from the upstream source.