Agent Skills
› terrense/LilBot-agent
› v4-best-practices
v4-best-practices
GitHub专为DeepSeek V4模型设计,指导多步骤或计划驱动型任务的最佳实践。强调执行前验证事实与文件状态,保持计划简短具体并跟踪状态,避免引用过期内容,优先使用专用工具而非Shell,并在结束时提供证据、变更文件及风险评估。
触发场景
涉及多步骤的复杂任务
需要制定和执行计划的场景
使用DeepSeek V4模型进行开发或自动化工作
安装
npx skills add terrense/LilBot-agent --skill v4-best-practices -g -y
SKILL.md
Frontmatter
{
"mode": "inline",
"name": "v4-best-practices",
"description": "Use for DeepSeek V4-style multi-step or plan-driven tasks."
}
V4 Best Practices
Use this skill on multi-step work with DeepSeek V4 models.
Rules:
- Verify current facts and local file state before committing to a plan.
- Keep plans short, concrete, and status-tracked.
- Avoid stale references after file edits; re-read the area you changed.
- Prefer dedicated tools over shell when available.
- End with evidence, changed files, tests, risks, and blockers.
User task: {{args}}
版本历史
- ac8228e 当前 2026-07-05 10:50


