Skip to main content
yamadashy
GitHub 제작자 프로필

yamadashy

7개 GitHub 저장소에서 수집된 36개 skills를 저장소 단위로 보여줍니다.

수집된 skills
36
저장소
7
업데이트
2026년 8월 23일
저장소 탐색

저장소와 대표 skills

consult-codex
미분류

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…

2026년 8월 23일
consult-fable
미분류

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…

2026년 8월 23일
recipient-first
시장조사 분석가·마케팅 전문가

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…

2026년 8월 11일
pr-deps-merge
소프트웨어 개발자

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…

2026년 8월 1일
readable-message
일반 사무원

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…

2026년 7월 25일
readable-japanese
기술 작가

日本語の文章を人間が読みやすいリズムに整えるスキル。黙読時に脳内で文を「声に乗せて」処理する仕組み(内在的韻律・サブボーカライゼーション)を前提に、音韻の紛らわしさ・韻律と統語の整合・文の単調さを点検して直す。日本語の文章を書く・推敲する・レビューするとき、あるいは「読みにくい」「リズムが悪い」「硬い」「読点の打ち方」「文末が単調」といった指摘や要望があったときは、明示的に「リズムを直して」と言われていなくても積極的に使うこと。コード・表・箇条書きが主体のドキュメントには使わない。

2026년 7월 19일
about-yamadashy
일반 사무원

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…

2026년 7월 11일
codex-exec
소프트웨어 개발자

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…

2026년 7월 10일
수집된 skill 15개 중 8개를 표시합니다.
readable-arxiv
데이터 과학자

Fetches an arXiv paper — metadata (title, authors, abstract) via WebFetch on the abs page, plus the full PDF via curl on arxiv.org/pdf and structured extraction by pdfvision. Use when the URL is in the form arxiv.org/abs/{paper_id}.

2026년 5월 9일
readable-github
소프트웨어 개발자

Reads GitHub via the gh CLI — repo metadata / README / file tree, issues with comments and timeline, pull requests (diff, files, inline comments, GraphQL review threads with isResolved / isOutdated), discussions (GraphQL), code (file contents and code…

2026년 5월 9일
readable-mdn
소프트웨어 개발자

Fetches MDN Web Docs as raw Markdown by mapping the developer.mozilla.org URL to its source file in mdn/content (en-US) or mdn/translated-content (other locales) on GitHub and curl-ing the raw blob. Cleaner and more compact than rendering the SPA page; falls…

2026년 5월 9일
readable-pdf
소프트웨어 개발자

Extracts text (with original line breaks), metadata, per-page character / image density, and optional rendered PNGs from a PDF using pdfvision. Falls back to --render on pages whose density Overview shows low text coverage so multimodal models can read raster…

2026년 5월 9일
readable-speakerdeck
데스크톱 출판 전문가

Fetches a SpeakerDeck slide deck by extracting the public PDF URL from the slide page (WebFetch), downloading it via curl, and running pdfvision — typically with --render on image-heavy pages so the slides can be read visually. Use when the URL is in the form…

2026년 5월 9일
readable-spec
소프트웨어 개발자

Reads web platform specifications via WebFetch — uses the multipage HTML variant for the WHATWG HTML spec, anchor-targeted section reads for W3C TR documents and TC39 / ECMAScript. Returns the relevant section rather than the whole spec, since these documents…

2026년 5월 9일
readable-stackoverflow
소프트웨어 개발자

Fetches a Stack Overflow question body and its answers via the Stack Exchange API (api.stackexchange.com/2.3 with the withbody filter, gzip-compressed). Anonymous quota is 300 req/day per IP; honor the response backoff field. Surface the question URL when…

2026년 5월 9일
agent-browser
소프트웨어 개발자

Automates browser interactions for web testing, form filling, screenshots, and data extraction. Use when the user needs to navigate websites, interact with web pages, fill forms, take screenshots, test web applications, or extract information from web pages.

2026년 5월 5일
repomix-explorer
소프트웨어 개발자

Analyze or explore a codebase (remote or local repository) by packing it with the Repomix CLI, then reading and searching the generated output. Use when the user wants a high-level understanding of an unfamiliar or large repo, not a targeted edit. Trigger…

2026년 5월 25일
agent-carnet
기타 컴퓨터 관련 직업

Use this skill when the user asks to save, recall, find, or organize notes. Triggers on: 'remember this', 'save this', 'note this', 'what did we discuss about...', 'check the notebook', 'find in carnet'. Also use proactively when discovering findings worth…

2026년 5월 24일
contextual-commit
소프트웨어 개발자

Write contextual commits that capture intent, decisions, and constraints alongside code changes. Use when committing code, finishing a task, or when the user asks to commit. Extends Conventional Commits with structured action lines in the commit body that…

2026년 5월 24일
repomix
소프트웨어 개발자

Pack and analyze codebases into AI-friendly single files using Repomix. Use when the user wants to explore repositories, analyze code structure, find patterns, check token counts, or prepare codebase context for AI analysis. Supports both local directories…

2026년 3월 21일
browser-extension-developer
웹 개발자

Use this skill when developing or maintaining browser extension code in the `browser/` directory, including Chrome/Firefox/Edge compatibility, content scripts, background scripts, or i18n updates.

2026년 1월 23일
website-maintainer
웹 개발자

Use this skill when working on the Repomix documentation website in `website/` directory, including VitePress configuration, multi-language content, or translation workflows.

2026년 1월 23일
저장소 7개 중 7개 표시
모든 저장소를 표시했습니다