agentsclimarketplace

Grill design

Skill Xuan0629/shared-skills/grill-design

One source. Every agent. Zero drift. | 跨 Agent 共享 Skill 管理系统 — 单一数据源,同步到 Claude Code / Codex / Hermes / OpenClaw

Install
npx -y skills add Xuan0629/shared-skills --skill grill-design

Assembled from the repository path, not quoted from the project. Check it against their README if it does not work.

2 things to look at

  • no licenseNo license file was found in the repository. Code published without one is not open source by default, so using it at work is a question for whoever answers licensing questions where you are.
  • 1 stars1 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.

SKILL.md

1.6 KB, as published. Nobody here has run it

Grill Design — 设计方案深度审查

哲学

好的设计审查不是一次性列出所有问题,而是沿着设计树的分支,一次提出一个问题,逐层深入。这个技能强制 agent 在开始编码前把模糊的假设转为明确的设计决策。

流程

审查过程中:

  1. 逐个提问 — 一次只问一个问题。不堆砌多个问题让人应接不暇。
  2. 给出推荐答案 — 每个问题都附上你的推荐方案和推理,降低用户决策成本。
  3. 一次一个分支 — 走完一个分支的所有依赖决策后,再回到分叉点走其他分支。
  4. 能查代码库就查 — 如果问题的答案能从已有代码/配置/文档中找到,先查而不是问。
  5. 记录决策 — 每达成一个决策,记录在审查摘要中。冲突决策之间要标注依赖关系。

启动

当用户要求审查一个设计方案时:

  1. 先让用户一句话概括这个方案的目标和约束
  2. 识别设计树的根节点(核心决策)
  3. 从根节点开始,沿着每个分支逐一提问

结束条件

  • 所有分支都走完,没有悬而未决的决策
  • 用户明确说"够了"/"先到这里"
  • 审查结果输出为结构化的设计摘要,包含每个决策及其理由

审查摘要模板

## 设计审查: [主题]

**目标:** [一句话]
**约束:** [关键限制条件]

### 决策树

1. **[决策1]**: [选择] — [理由]
   - 依赖: 无
2. **[决策2]**: [选择] — [理由]
   - 依赖: 决策1
3. ...

### 未解决项
- (若有) [问题] → 建议下一步: [行动]

Keep looking

Skills are one crate of 328,083. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.