← Back to list

simplify
by noin-ai
Claude Code plugins collection
⭐ 1🍴 0📅 Jan 17, 2026
SKILL.md
name: simplify description: Simplify code for clarity and maintainability. Preserves functionality while improving readability. user_invocable: true arguments:
- name: target description: File, directory, or "recent" for recently modified required: false default: recent
- name: aggressive description: Allow more significant refactoring type: boolean default: false
- name: dry-run description: Show proposed changes without applying type: boolean default: false triggers:
- "simplify"
- "clean up"
- "refactor for clarity"
- "make readable"
- "reduce complexity"
Code Simplification Skill
Simplify code using noin-ai:code-simplifier agent.
Usage
/simplify # Recently modified code
/simplify <file> # Specific file
/simplify --aggressive # Significant refactoring
/simplify --dry-run # Preview only
What It Does
- Remove unnecessary complexity
- Flatten nested conditions
- Extract meaningful names
- Eliminate dead code
- Simplify control flow
Workflow
/simplify [target]
↓
Resolve target (file/dir/recent)
↓
Task(noin-ai:code-simplifier, target, options)
↓
Return simplified code or diff
Examples
/simplify src/utils/parser.ts
/simplify src/components/ --aggressive
/simplify --dry-run
Score
Total Score
45/100
Based on repository quality metrics
✓SKILL.md
SKILL.mdファイルが含まれている
+20
○LICENSE
ライセンスが設定されている
0/10
○説明文
100文字以上の説明がある
0/10
○人気
GitHub Stars 100以上
0/15
○最近の活動
3ヶ月以内に更新がある
0/10
○フォーク
10回以上フォークされている
0/5
✓Issue管理
オープンIssueが50未満
+5
○言語
プログラミング言語が設定されている
0/5
○タグ
1つ以上のタグが設定されている
0/5
Reviews
💬
Reviews coming soon