Agent Skills
› terrense/LilBot-agent
› simplify
simplify
GitHub简化代码、文本或计划,在保持原有意图不变的前提下消除冗余逻辑、模糊命名和分支,降低复杂度。
Trigger Scenarios
代码重构与清理
文档或文案精简
复杂逻辑简化
Install
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.
Version History
- ac8228e Current 2026-07-05 10:50


