Consult OpenAI Codex as an advisor via `codex exec` — a cross-model second opinion on a hard design decision, a stuck debugging session, or a close review call. A consultation, not an implementation hand-off. Triggers on: 'consult codex', 'ask codex for…
Consult Fable (claude-fable-5, the tier above Opus) as an advisor — a second opinion on a hard design decision, a stuck debugging session, or a close review call. From Claude Code, spawn a subagent on model fable; from any other harness, call the Claude Code…
Shape what a message says around the recipient's state rather than the sender's. Corrects the measured sender biases first (underestimating that people say yes, overestimating how well you were understood, arguing from your own values), then channel and…
Safely batch-merge bot dependency-update PRs (Renovate and Dependabot) in the current repo. Lists the open bot PRs and runs each through fixed safety gates — author is the real bot with GitHub-verified (signed) commits, the update is non-major, the diff is…
Reduce reader cognitive load in plain-text messages — Slack, chat DMs, SNS, plain-text email — where no markdown rendering is available. Phone-first ordering and chunking (self-contained first line, one topic, 1-3-line chunks), an ASCII tag vocabulary, and…
日本語の文章を人間が読みやすいリズムに整えるスキル。黙読時に脳内で文を「声に乗せて」処理する仕組み(内在的韻律・サブボーカライゼーション)を前提に、音韻の紛らわしさ・韻律と統語の整合・文の単調さを点検して直す。日本語の文章を書く・推敲する・レビューするとき、あるいは「読みにくい」「リズムが悪い」「硬い」「読点の打ち方」「文末が単調」といった指摘や要望があったときは、明示的に「リズムを直して」と言われていなくても積極的に使うこと。コード・表・箇条書きが主体のドキュメントには使わない。
Who yamadashy (Kazuki Yamada) is — a compact profile card to load when an agent needs to know the author's identity, background, or work. Triggers on: 'who is yamadashy', 'who am I', 'about the author/maintainer', 'introduce yamadashy', or when a task needs…
Use this skill to delegate tasks to OpenAI Codex CLI as a sub-agent, including image generation/editing with GPT-Image-2. Triggers on: 'ask codex', 'run it with codex', 'codex exec', 'generate an image with codex', or when the user explicitly wants to use the…