Agent Skills
› terrense/LilBot-agent
› simplify
simplify
GitHub简化代码、文本或计划,去除冗余逻辑与歧义命名,保持原有意图不变。适用于重构复杂结构、清理重复代码及优化表达,提升可读性与可维护性。
触发场景
代码重构需求
文本精简需求
计划梳理需求
安装
npx skills add terrense/LilBot-agent --skill simplify -g -y
SKILL.md
Frontmatter
{
"name": "simplify",
"context": "inline",
"description": "Simplify code, prose, or a plan without changing its intent.",
"when_to_use": "Use when the user asks to simplify, reduce complexity, clarify, or make something easier to maintain.",
"allowed-tools": "read_file, grep_files, edit_file, run_tests"
}
Simplify the target while preserving behavior and intent:
{{args}}
Prefer removing accidental complexity, duplicated logic, unclear naming, and unnecessary branching. Keep changes small and validate if code changes are made.
Report what became simpler and what validation was performed.
版本历史
- ac8228e 当前 2026-07-05 10:50


