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…
yamadashy/skills
SkillsMP has collected 15 skills from yamadashy/skills. Open a skill to review its source and details.
- Latest recorded source activity
- SkillsMP catalog refreshed
- skills collected
- 15
- GitHub stars
- 7
- GitHub forks
- 1
Skills in this repository
Showing 15 of 15 collected skills.
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…
日本語の文章を人間が読みやすいリズムに整えるスキル。黙読時に脳内で文を「声に乗せて」処理する仕組み(内在的韻律・サブボーカライゼーション)を前提に、音韻の紛らわしさ・韻律と統語の整合・文の単調さを点検して直す。日本語の文章を書く・推敲する・レビューするとき、あるいは「読みにくい」「リズムが悪い」「硬い」「読点の打ち方」「文末が単調」といった指摘や要望があったときは、明示的に「リズムを直して」と言われていなくても積極的に使うこと。コード・表・箇条書きが主体のドキュメントには使わない。
Source text: Japanese
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…
Propose the tasks on a repository that only a frontier-tier model can execute — the work the model one tier below or a routine engineer would fail at or do shallowly. The deliverable is a numbered pitch list ('I can do this here, and nothing cheaper can') for…
Vet a GitHub pull request and its author for supply-chain risk before reviewing or merging. Treats all PR/author text as untrusted to resist prompt-injection of the reviewing agent, investigates the author's account reputation, scans the PR diff for malicious…
Iterative Claude review-and-fix loop
Drive a pull request to a mergeable state — address review feedback AND fix failing CI checks end to end. Fetch review comments and CI status, apply code fixes, verify locally, commit, push, watch CI back to green, then reply to and resolve threads. Triggers…
Use this skill to delegate tasks to the Antigravity CLI (agy) as a sub-agent. Triggers on: 'ask antigravity', 'run it with antigravity', 'agy -p', or when the user explicitly wants to use the Antigravity CLI for a task.
Use this skill to delegate tasks to Claude Code CLI as a sub-agent. Triggers on: 'ask claude', 'run it with claude', 'claude -p', or when the user explicitly wants to spawn a separate Claude Code session for a task.
Iterative codex review-and-fix loop