Skip to content
Development
Skill

/grill-with-docs

一个用来打磨计划或设计的持续追问式访谈,并在过程中创建文档(ADRs 和词汇表)。

From plugin
vinvcn-mattpocock-skills
4.2k29 skills
Install
$ npx -y skills add vinvcn/mattpocock-skills-zh-cn --skill grill-with-docs --agent claude-code

How it fires

How this skill gets triggered: by you, by Claude, or both.

  • Fires itselfAuto-invocation. Claude auto-loads it when your prompt matches the work.Auto-invocation is when the right skill fires by itself at the right moment, driven by a FLOW.md router and a hook, instead of you invoking it by name. It is the difference between a skill being installed and a skill actually getting used.Read the full definition →
  • You can call itInvoke it directly when you want it.
  • Slash command/grill-with-docs

Context preview

The summary Claude sees to decide when to auto-load this skill.

一个用来打磨计划或设计的持续追问式访谈,并在过程中创建文档(ADRs 和词汇表)。

SKILL.md

grill-with-docs.SKILL.md
name: grill-with-docs
description: 一个用来打磨计划或设计的持续追问式访谈,并在过程中创建文档(ADRs 和词汇表)。
disable-model-invocation: true

运行一次 `/grilling` session,并使用 `/domain-modeling` skill。

Ships withvinvcn-mattpocock-skills

这是 mattpocock/skills 的简体中文本地化版本。

Get the whole plugin
Stats
4,216
Stars
345
Forks
Active
Maintenance
JavaScript
Language
MIT
License
5h ago
Last commit
4mo ago
Created

Repo: vinvcn/mattpocock-skills-zh-cn

Other skills on vinvcn-mattpocock-skills.

code-review
Skill

code-review

从固定点(commit、branch、tag 或 merge-base)开始,按 Standards(代码是否符合本仓库记录的编码标准?)和 Spec(代码是否符合来源 issue/spec 的要求?)两个轴线审查变更。两个审查会在并行子代理中运行,并并排报告。适用于用户想审查…