better-coding-orient

仓库创建 2026年7月3日最近提交 23 天前SkillHot 收录 22 天前
▸ 精选理由

防止过度或不足流程,适合任务评估。

这个 Skill 做什么

为新任务确定合适的流程层级并引导后续工作与项目规则设定。

当一个编码任务还没定级或流程不明确时,评估任务规模(trivial/small/medium/large),决定应该走哪套流程并把后续工作的技能链路路由到合适环节。首次运行还能引导建立项目宪章(如 CLAUDE.md/AGENTS.md)并校对已有规范,但不会替你写代码或做详细实现。作用是防止把小事搞得过度流程化或把大事直接上手带来风险。

▸ 展开 SKILL.md 英文原文

Route every new or not-yet-scoped coding task to the right process level — the entry point when work arrives that has no route yet. MUST be used when a feature request, bug report, refactor, or vague task arrives and no task size has been assessed, or when a new/unfamiliar codebase must be understood before changing it — even if the user does not say orient or plan. Assesses task size (trivial/small/medium/large), picks the skill chain, bootstraps a project constitution (CLAUDE.md/AGENTS.md) on first run, and cross-checks existing spec/plan/tasks artifacts. Routes and hands off; does not plan or code itself. If the task arrives already clearly scoped — a named one-line fix, a concrete failing test — the matching skill may run directly without this router. Trigger: /better-coding-orient

开发编程任务划分路由估算通用
0
Stars
0
Forks
10
仓库内 Skill
+0
7 日增星
安装 / 使用
给你的 Agent 一句话(通用)
帮我安装这个 skill:https://raw.githubusercontent.com/janschachtschabel/better-coding-skills/main/skills/better-coding-orient/SKILL.md
或 curl 直取 SKILL.md
curl -fsSL "https://raw.githubusercontent.com/janschachtschabel/better-coding-skills/main/skills/better-coding-orient/SKILL.md"
SKILL.MD 节选查看完整文件 ↗
# Better Coding Orient

The router and steering skill — the first thing that runs when a coding task
arrives. Without it, the agent either applies heavy ceremony to a one-line fix
(overhead) or skips planning on a new subsystem (danger). This skill makes the
rigor-scaling decision explicit and bootstraps the project rules that every
later phase references.

**Primary objective:** route the task to the right process level, and ensure
the project has a constitution before any design work begins.

---

## Activation

Begin the first response after loading with exactly this line:
▸ better-coding-orient active — route, assess, steer

Emit it once, then proceed.

---

## Part 1 — Routing (every ta
via SKILL·HOT · 数据来自 GitHub 公开信息 · 原文版权归作者所有