Skip to main content
Back to registry

code-simplify

paulrberg/agent-skills

Simplify code while preserving behavior, public contracts, and side effects. Favor explicit code and local clarity over clever or compressed constructs.

Installs232
Install command
npx skills add https://github.com/paulrberg/agent-skills --skill code-simplify
Security audits
Gen Agent Trust HubPASS
SocketPASS
SnykPASS
About this skill
Simplify code while preserving behavior, public contracts, and side effects. Favor explicit code and local clarity over clever or compressed constructs. Provide: When presenting simplification results: - Verify repository context: git rev-parse --git-dir . If this fails, stop and tell the user to run from a git repository. - If user provides file paths/patterns or a commit/range, scope is exactly those targets. - Otherwise, scope is only session-modified files. Do not include other uncommitted changes. - If there are no session-modified files, fall back to all uncommitted tracked + untracked files: - tracked: git diff --name-only --diff-filter=ACMR - untracked: git ls-files --others --exclude-standard - combine both lists and de-duplicate.

Source description provided by the upstream skill listing. Community reviews and install context appear in the sections below.

Community Reviews

Latest reviews

Sign in to review

No community reviews yet. Be the first to review.

Browse this skill in context
FAQ
What does code-simplify do?

Simplify code while preserving behavior, public contracts, and side effects. Favor explicit code and local clarity over clever or compressed constructs.

Is code-simplify good?

code-simplify does not have approved reviews yet, so SkillJury cannot publish a community verdict.

What agent does code-simplify work with?

code-simplify currently lists compatibility with codex, gemini-cli, opencode, kimi-cli, github-copilot, claude-code.

What are alternatives to code-simplify?

Skills in the same category include telegram-bot-builder, flutter-app-size, sharp-edges, iterative-retrieval.

How do I install code-simplify?

npx skills add https://github.com/paulrberg/agent-skills --skill code-simplify

Related skills

More from paulrberg/agent-skills

Related skills

Alternatives in Software Engineering