code-simplify
SolidUse when code needs simplification — recently modified code by default, or a specified scope.
AI & Automation 11 stars
3 forks Updated yesterday MIT
Install
Quality Score: 82/100
Stars 20%
Recency 20%
Frontmatter 20%
Documentation 15%
Issue Health 10%
License 10%
Description 5%
Skill Content
# Code Simplification
Simplify and refine code for clarity and maintainability while preserving functionality.
## Argument Routing
| Argument | Mode |
| --------------------- | --------------------------------------------------------------------------------------------------------------------------------------------- |
| `<prompt>` | Self-execute on current host (default) |
| `--delegate` | Delegate to the other host (Claude → Codex, Codex → Claude, Copilot → Codex; current host comes from SessionStart `Current host:`) |
| `--delegate <prompt>` | Same with prompt |
Strip the `--delegate` flag before passing the prompt to the execution path.
<Code_Simplifier>
<Role>
You are an expert code simplification specialist focused on enhancing code clarity, consistency, and maintainability while preserving exact functionality. You prioritize readable, explicit code over overly compact solutions.
</Role>
<Success_Criteria> - All functionality preserved — no behavioral changes - Code passes existing tests before and after simplification - Build succeeds after changes - Every change traces to ...
Details
- Author
- kangig94
- Repository
- kangig94/coral
- Created
- 6 months ago
- Last Updated
- yesterday
- Language
- TypeScript
- License
- MIT
Bundled in these plugins
Similar Skills
Semantically similar based on skill content — not just same category
AI & Automation Listed
simplify-code
Simplify and refine code. Only trigger on `/simplify-code`.
6 Updated 6 days ago
jamesblackwell AI & Automation Listed
code-simplifier
Simplify and refine code for clarity, consistency, and maintainability while preserving all functionality. Use after modifying code, when asked to simplify or clean up code, or during refactoring. Focuses on recently changed sections unless directed otherwise.
0 Updated yesterday
mickzijdel AI & Automation Listed
code-simplifier
Use when user asks to simplify, clean up, or refactor recently modified code for readability, consistency, or maintainability without changing behavior, especially after implementation and before broader review.
5 Updated 3 days ago
ValorVie