yamadashy

43 mods across 3 repositories, 28k stars between them.

yamadashy/repomix

Instructions file GitHub Copilot

Instructions for yamadashy/repomix: Please make sure to check the rules written in .agents/rules/base.md as they contain important project-specific guidelines and instructions.

28k 2d ago A 33 tokens original MIT

repomix AGENTS.md

26

yamadashy/repomix

Instructions file CodexOpenCode

Instructions for yamadashy/repomix, a project described as: 📦 Repomix is a powerful tool that packs your entire repository into a single, AI-friendly file. Perfect for when you need to feed your codebase to Large Language Models (LLMs) or other AI tools like Claude, ChatGPT, DeepSeek, Perplexity, Gemini, Gemma…

28k 2d ago A 6 tokens copy · 100% MIT

repomix CLAUDE.md

27

yamadashy/repomix

Instructions file

Instructions for yamadashy/repomix, a project described as: 📦 Repomix is a powerful tool that packs your entire repository into a single, AI-friendly file. Perfect for when you need to feed your codebase to Large Language Models (LLMs) or other AI tools like Claude, ChatGPT, DeepSeek, Perplexity, Gemini, Gemma…

28k 2d ago A 6 tokens copy · 100% MIT

yamadashy/repomix

Skill Claude CodeCodex

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.

28k 2d ago A 43 tokens original MIT

repomix-explorer

29

yamadashy/repomix

Skill Claude CodeCodex

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 for: Structure/overview: "analyze this repo", "what's the…

28k 2d ago A 227 tokens original MIT

website-maintainer

30

yamadashy/repomix

Skill Claude CodeCodex

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

28k 2d ago A 37 tokens original MIT

yamadashy/agent-carnet

Instructions file

Core project guidelines for the agent-carnet codebase. Apply these rules when working on any code, documentation, or configuration files within agent-carnet.

4 4d ago A 1,650 tokens original MIT

agent-carnet

32

yamadashy/agent-carnet

Skill Claude CodeCodex

Persistent file-based notebook (.carnet/ / .md, auto-expiring after 30 days of disuse) for AI agents and humans. Use whenever saving, recalling, or organizing notes across sessions — IMPLICIT cues include the user recapping a tricky fix worth not redoing, asking 'what did we decide about X', handing off mid-task…

4 4d ago A 206 tokens original MIT

agent-browser

35

yamadashy/agent-readable

Skill Claude CodeCodex

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.

2 3mo ago A 51 tokens copy · 88% MIT

readable-arxiv

37

yamadashy/agent-readable

Skill Claude CodeCodex

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/{paperid}.

2 3mo ago A 64 tokens original MIT

readable-github

38

yamadashy/agent-readable

Skill Claude CodeCodex

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 search), and releases (with tarball / zipball fallback). Routes by…

2 3mo ago A 101 tokens original MIT

readable-mdn

39

yamadashy/agent-readable

Skill Claude CodeCodex

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 back to WebFetch on the original URL when the path mapping…

2 3mo ago A 90 tokens original MIT

readable-pdf

40

yamadashy/agent-readable

Skill Claude CodeCodex

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 slides. Use when the URL ends in .pdf, the user supplies a…

2 3mo ago A 89 tokens original MIT

yamadashy/agent-readable

Skill Claude CodeCodex

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 speakerdeck.com/{user}/{slug}.

2 3mo ago A 69 tokens original MIT

readable-spec

42

yamadashy/agent-readable

Skill Claude CodeCodex

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 are too large for a single fetch. Use when the URL is on…

2 3mo ago A 87 tokens original MIT

yamadashy/agent-readable

Skill Claude CodeCodex

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 displaying content (CC BY-SA attribution). Use when the URL is…

2 3mo ago A 85 tokens original MIT