Agent Skills
› terrense/LilBot-agent
› v4-best-practices
v4-best-practices
GitHub专为DeepSeek V4模型设计的多步骤任务最佳实践技能,强调执行前验证状态、保持计划简短具体、避免引用过时信息,并推荐使用专用工具而非Shell,最终提供证据和风险评估。
Trigger Scenarios
需要多步骤规划的任务
使用DeepSeek V4模型进行复杂工作流
Install
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}}
Version History
- ac8228e Current 2026-07-05 10:50


