How this skill is triggered — by the user, by Claude, or both
Slash command
/flame:goThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
参照 ADR: [FLM_APP_0007: Go を主開発言語として採用する](../../../../vendor/flame/docs/adr/application/FLM_APP_0007__go.md)
参照 ADR: FLM_APP_0007: Go を主開発言語として採用する
*.go / go.mod / go.sum を作成または編集する工程で必ず起動する。新規 Go module を作成する工程 (新しい go.mod を置く工程) も対象。
ADR の規約に従ったうえで、本 skill が起動した工程では以下の procedural を完了させる。
flame check go lint <変更ファイル>...
flame check go build <変更ファイル>...
flame check go test <変更ファイル>...
flame check go の各 subcommand (lint / build / test) で Go 種別 checker が dispatch される (詳細は FLM_APP_0007)。
flame check go <subcommand> の終了コードと出力 (どの checker が走ったか / 違反内容) を完了報告に明示する。
Creates, edits, and optimizes skills for Claude Code, including drafting, evaluating with test prompts, iterating on performance, and improving skill descriptions for better triggering accuracy.
npx claudepluginhub wakuwaku3/flame --plugin flame