Agent Skills
› ucsandman/DashClaw
› c--projects-dashclaw-route-changes
c--projects-dashclaw-route-changes
GitHub用于在添加或修改 HTTP 路由及服务器模块时,指导 Agent 先检查指定文件、建立验证基线、规划变更并一次性应用,最终通过运行验证命令确保修改正确性。
Trigger Scenarios
需要添加新的 HTTP 路由
需要修改现有的服务器模块
Install
npx skills add ucsandman/DashClaw --skill c--projects-dashclaw-route-changes -g -y
SKILL.md
Frontmatter
{
"name": "c--projects-dashclaw-route-changes",
"description": "Make focused changes to API routes with verification."
}
c--projects-dashclaw-route-changes
Trigger
Use when an HTTP route or server module needs to be added or changed.
Files to inspect first
C:\Projects\DashClaw\app\api-keys\page.jsC:\Projects\DashClaw\appC:\Projects\DashClaw\app\lib\sessionViewer.mjsC:\Projects\DashClaw\app\api\mcp\route.jsC:\Projects\DashClaw\middleware.js
Steps
- Read each file listed above before any edit.
- Establish a verification baseline before any edit.
- Plan the changes — list edits up front.
- Apply edits in one pass; avoid re-reading the same file ≥ 3 times.
- Run the project's verification command; do not declare done until it passes.
Verification gates
- No new high-confidence repeated-run signals in the session's tool sequence.
- No secret-output guard hits.
What not to do
- Don't introduce new abstractions when an existing one fits.
- Don't add error handling for scenarios that can't happen — only at system boundaries.
- Don't widen scope to a refactor when the trigger calls for a focused change.
Generated by AgentLens from session acec7ebd-b7d3-4e21-8582-f9617e66b654 at 2026-05-12T21:42:09.652Z.
Skill candidate distilled from 3 similar prior session(s). Review and edit before relying on it.
Version History
- dc89c19 Current 2026-07-25 11:01


