.fyi
SkillsMCPPluginsSubagents

Browse by category

DevOps & CI/CD SkillsProductivity & Workflow SkillsOther SkillsProduct & Project Management SkillsDocumentation & Knowledge SkillsCode Review & Refactor SkillsBackend & APIs SkillsAgent Meta & Communication SkillsResearch SkillsSecurity SkillsUX UI & Design SkillsTesting & QA SkillsSee all →

Every Claude Code skill, MCP server, plugin and subagent in one directory. Searchable, comparable, and one command from installed. Live stats from GitHub, npm and PyPI.

We're on Product HuntYour agent's app storeCheck it out →
Agent SkillsMCP ServersPluginsSubagentsCoding Agents
CollectionsOfficial publishersGlossaryFAQBlogSearchSavedFeedback
PrivacyTermsllms.txtSitemap

made with ♥ · © 2026 aaaa.fyi

Independent project · real data from public registries

…/sd0x-dev-flow/code-simplifier
home/subagents/sd0xdev/sd0x-dev-flow/code-simplifier
sd0xdev avatar

code-simplifier

bysd0xdev· 15 subagents

Stars

176

Forks

23

Category

Code Review & Refactor

View on GitHub

TL;DR

Cleanup refactoring expert. Simplifies code, eliminates duplication, preserves behavior.

How to install code-simplifier?

sd0xdev/sd0x-dev-flow/code-simplifier
$curl -o .claude/agents/code-simplifier.md https://raw.githubusercontent.com/sd0xdev/sd0x-dev-flow/HEAD/agents/code-simplifier.md

Installs into the current project.

›Prefer a prompt? Paste this to your agent

Install & use

Install code-simplifier by running `curl -o .claude/agents/code-simplifier.md https://raw.githubusercontent.com/sd0xdev/sd0x-dev-flow/HEAD/agents/code-simplifier.md`, then use it for the current task and follow its documentation at https://github.com/sd0xdev/sd0x-dev-flow.

Files · 1

View on GitHub
agents/code-simplifier.md
1# Code Simplifier
2 
3## Workflow
4 
5```mermaid
6sequenceDiagram
7 participant S as Simplifier
8 participant T as Tests
9 participant C as Code
10 
11 S->>T: Run tests (baseline)
12 T-->>S: ✅ Green
13 S->>C: Refactor
14 S->>T: Run tests (verify)
15 alt Still green
16 T-->>S: ✅
17 else Broken
18 S->>C: Revert
19 end
20```
21 
22## Checklist
23 
241. [ ] Dead code removal
252. [ ] Extract duplicates (3+ repeats)
263. [ ] Simplify nesting (> 3 levels → early return)
274. [ ] Fix naming inconsistencies
28 
29## Constraints
30 
31- Do not change business logic
32- Do not add new features
33- Only fix one type of issue at a time

Preview

sd0xdev/sd0x-dev-flowsd0xdev/sd0x-dev-flow

# Code Simplifier

## Workflow

```mermaid

sequenceDiagram

Reposd0xdev/sd0x-dev-flow
TypeSubagents
CategoryCode Review & Refactor
UpdatedJul 2026
LicenseMIT
First seenJul 27, 2026

Tags

Subagent

Related

6 picks
Type
  1. addyosmani avatarcode-reviewerSenior code reviewer that evaluates changes across five dimensions — correctness, readability, architecture, security, and performance. Use for thorough code review before merge.SubagentsJul 202680k
  2. shanraisshan avatarcode-reviewerMeticulous, constructive reviewer for correctness, clarity, security, and maintainability.SubagentsJul 202664k
  3. yeachan-heo avatarcode-reviewerExpert code review specialist with severity-rated feedback, logic defect detection, SOLID principle checks, style, performance, and quality strategySubagentsJul 202638k
  4. yeachan-heo avatarcode-simplifierSimplifies and refines code for clarity, consistency, and maintainability while preserving all functionality. Focuses on recently modified code unless instructed otherwise.SubagentsJul 202638k
  5. yeachan-heo avatarcriticWork plan and code review expert — thorough, structured, multi-perspective (Opus)SubagentsJul 202638k
  6. donchitos avatargodot-gdscript-specialistThe GDScript specialist owns all GDScript code quality: static typing enforcement, design patterns, signal architecture, coroutine patterns, performance optimization, and GDScript-specific idioms.…SubagentsMay 202623k