ask-agents
Which user-only agent workflow to run — grilling, docs-aware grilling, teach, or meta authoring help.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Which user-only agent workflow to run — grilling, docs-aware grilling, teach, or meta authoring help.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
Gate Alpine.js UI on Persist hydration (Alpine.plugin + useHydrated / $hydrated). Use when wiring HydrationSignal into Alpine data components.
Gate Angular UI on Persist hydration with useHydrated (readonly Signal). Call inside an injection context; use when avoiding flash of default state on async backends.
Gate Lit element UI on Persist hydration with HydrationController. Use when wiring HydrationSignal into a ReactiveControllerHost; not a hook.
Persist with React Native AsyncStorage via @stainless-code/persist/backends/async-storage. Use for RN string-wire JSON state; always gate with useHydrated.
Compress a string-wire StateStorage with @stainless-code/persist/backends/compressed (gzip/deflate). Backend wrapper — compose with createStorage; stack compress-then-encrypt.
Cross-tab sync for backends without storage events via @stainless-code/persist/transport/crosstab (createBroadcastCrossTab). Wrap storage + pass crossTabEventTarget; call close() on teardown.
| name | ask-agents |
| description | Which user-only agent workflow to run — grilling, docs-aware grilling, teach, or meta authoring help. |
| disable-model-invocation | true |
Zero context load — you pick the workflow.
/grill-with-docs — sharpen the idea; inline updates to docs/ (architecture / roadmap / glossary / plans) as decisions land. No codebase yet? Use /grill-me (standalone below).docs/plans/<name>.md → split into GitHub issues. Fresh session per issue.tdd + workflow skills appropriate to this repo in the same window./harden-pr — lite after each tracer slice; full before PR ready.Keep grilling + plan authoring in one window until issues are filed. Each implement session starts fresh from the plan/issue. If the window nears the smart zone, write a compact plan in docs/plans/.
/improve-codebase-architecture — surface deepening opportunities; pick one → back to main flow at grill-with-docs./diagnosing-bugs — hard bugs and perf regressions (model-invoked skill — not a router target)./docs-lifecycle-sweep on docs/ (model-invoked)./compact — built-in: same session, summarized history — use only at phase breaks.docs/plans/<name>.md or the GitHub issue.| Invoke | When |
|---|---|
grill-me | Sharpen a plan with no codebase (stateless) |
teach | Structured learning missions |
writing-great-skills | Skill vocabulary + principles |
writing-agents-config | Persist repo tier/pairing deltas |
domain-modeling | Ubiquitous language inline + batch glossary |
diagnosing-bugs | Debug loop for hard bugs |
minimum-diff | minimum-diff / why-first / stated-process |
Meta: agents-tier-system.