coding-router

📁 kesslerio/coding-agent-openclaw-skill 📅 Today
3
总安装量
1
周安装量
#56112
全站排名
安装命令
npx skills add https://github.com/kesslerio/coding-agent-openclaw-skill --skill coding-router

Agent 安装分布

amp 1
openclaw 1
opencode 1
cursor 1
kimi-cli 1
codex 1

Skill 文档

Coding Router Skill 💻

This file exists for backward compatibility with single-entry skill setups (for example /coding). Canonical sibling skills live at:

  • skills/plan-issue/SKILL.md
  • skills/coding-agent/SKILL.md

Routing Rules

  1. If user asks to plan/scope/estimate/design, follow plan-issue behavior.
  2. For non-trivial implementation requests, produce a plan first and wait for exact APPROVE before any writes.
  3. Only after APPROVE, follow coding-agent behavior.

Command Routing (Channel Aliases)

When invoked via channel aliases:

  • /coding → use this compatibility skill as router.
  • /plan → route directly to plan-issue behavior.
  • /plan-review → route to plan review flow using scripts/plan-review.
  • /plan-review-live → route to interactive plan review checkpoints using scripts/plan-review-live.
  • /review_pr → route to review flow using references/reviews.md.

Non-Negotiable Gates

  1. Never write files, install packages, commit, or open PRs before explicit APPROVE.
  2. Never default to bypass flags (--yolo, --dangerously-skip-permissions).
  3. Use bypass flags only when the user explicitly asks to bypass approvals.