Skip to main content
Manusで任意のスキルを実行
ワンクリックで
0p9b
GitHub クリエイタープロフィール

0p9b

2 件の GitHub リポジトリにある 29 件の収集済み skills をリポジトリ単位で表示します。

収集済み skills
29
リポジトリ
2
更新
2026-07-17
リポジトリエクスプローラー

リポジトリと代表的な skills

eap-update
ソフトウェア開発者

Apply EAP self-update from the CLI: fetch GitHub 0p9b/EAP, refresh the checkout (ff-only branch or latest release tag), record install-state, and re-run the installer. Use when the user says "eap update", "update EAP", "pull latest EAP", or runs /eap-update. Distinct from plan-only eap_upgrade.

2026-07-17
eap-upgrade
ソフトウェア開発者

Plan-only EAP-Runtime self-update via eap_upgrade: reports current version, resolves a pinned release tag, migrates/checks the store, re-runs doctor, and returns an apply plan — nothing is fetched or executed automatically. Use when the user says "eap upgrade", "upgrade runtime", "check for EAP release", or runs /eap-upgrade. To *apply*, tell them to run CLI `eap update` (or /eap-update).

2026-07-17
eap-lean-help
ソフトウェア開発者

Quick-reference card for EAP-Lean: the levels (lite/full/ultra/off), the six skills (mode + tooling), the switch syntax, defaults env/config, and how to deactivate. One-shot display, not a persistent mode. Use when the user says "lean help", "what lean commands", "how do I use eap-lean", or runs /eap-lean-help.

2026-07-14
eap-lean
ソフトウェア開発者

Forces the laziest solution that actually works — simplest, shortest, most minimal code that is still correct and safe. Channels a senior dev who has seen everything: question whether the task needs to exist at all (YAGNI), reach for the standard library before custom code, native platform features before dependencies, one line before fifty. Supports intensity levels: lite, full (default), ultra, off. Use on ANY coding task: writing, adding, refactoring, fixing, reviewing, or designing code, and choosing libraries or dependencies. Also use whenever the user says "eap lean", "be lazy", "lazy mode", "simplest solution", "minimal solution", "yagni", "do less", or "shortest path", or complains about over-engineering, bloat, boilerplate, or unnecessary dependencies. Do NOT use for non-coding requests (general knowledge, prose, translation, summaries, recipes).

2026-07-14
eap-doctor
ソフトウェア開発者

Health-check the EAP-Runtime layer. Calls the eap_doctor MCP tool and presents its report: node version, node:sqlite + FTS5/trigram availability, per-language runtime availability for the polyglot executor, and store integrity. Flags failures with the concrete fix (e.g. Node >= 22 for node:sqlite — there is deliberately no fallback). Use when the user says "eap doctor", "is EAP healthy", "check the runtime store", "why is eap_execute failing", or runs /eap-doctor.

2026-07-14
eap-index
ソフトウェア開発者

Index a file, directory, or inline blob into the EAP-Runtime full-text store via eap_index. Returns pointer descriptor(s) for later eap_search. Use when the user says "index this", "eap index", "add to the offload store", or runs /eap-index. Prefer over dumping large trees into the chat.

2026-07-14
eap-runtime
ソフトウェア開発者

Routing skill for EAP-Runtime: when to eap_execute vs eap_search vs eap_fetch (or eap_fetch_and_index / eap_index). Use when the agent is about to dump a large file, scrape a URL, or mine offloaded output; when the user says "think in code", "offload this", "use the runtime", or runs /eap-runtime. Prefer this over raw Read/Bash/WebFetch for oversized or network work.

2026-07-14
eap-search
ソフトウェア開発者

Retrieve exact chunks from the EAP-Runtime offload store. Calls the eap_search MCP tool (lossless, RRF-fused keyword + substring retrieval) and presents the matching chunks with their document id, chunk index, and locator snippet — never a summary in place of the chunk body. Use when the user says "eap search <query>", "search the offloaded output", "find that in the pointer", references a pointer id like eap_ab12…, or runs /eap-search.

2026-07-14
このリポジトリの収集済み skills 21 件中、上位 8 件を表示しています。
tldr-commit
ソフトウェア開発者

Ultra-compressed commit message generator. Cuts noise from commit messages while preserving intent and reasoning. Conventional Commits format. Subject ≤50 chars, body only when "why" isn't obvious. Use when user says "write a commit", "commit message", "generate commit", "/commit", or invokes /tldr-commit. Auto-triggers when staging changes.

2026-07-17
tldr-compress
ソフトウェア開発者

Compress natural language memory files (CLAUDE.md, todos, preferences) into TLDR format to save input tokens. Preserves all technical substance, code, URLs, and structure. Compressed version overwrites the original file. Human-readable backup saved as FILE.original.md. Trigger: /tldr-compress FILEPATH or "compress memory file"

2026-07-17
tldr-help
ソフトウェア開発者

Quick-reference card for all tldr modes, skills, and commands. One-shot display, not a persistent mode. Trigger: /tldr-help, "tldr help", "what TLDR commands", "how do I use TLDR".

2026-07-17
tldr-review
ソフトウェア品質保証アナリスト・テスター

Ultra-compressed code review comments. Cuts noise from PR feedback while preserving the actionable signal. Each comment is one line: location, problem, fix. Use when user says "review this PR", "code review", "review the diff", "/review", or invokes /tldr-review. Auto-triggers when reviewing pull requests.

2026-07-17
tldr
ソフトウェア開発者

Verdict-first communication mode. Cuts token usage 60-75% by enforcing TLDR rules (1-sentence default, 3-word target, shape dispatch) while preserving full technical accuracy and truth priority. Supports levels: lite, full (default), ultra, wenyan-lite, wenyan-full, wenyan-ultra. Use when user says "tldr mode", "talk TLDR", "verdict first", "no filler", or invokes /tldr. Auto-triggers on token efficiency or when TLDR style is requested.

2026-07-17
tldr-stats
ソフトウェア開発者

Show real token usage and estimated savings for the current session. Reads directly from the Claude Code session log — no AI estimation. Triggers on /tldr-stats. Output is injected by the mode-tracker hook; the model itself does not compute the numbers.

2026-07-17
tldr-update
ソフトウェア開発者

Update TLDR from GitHub and refresh installed agent hooks, skills, MCP, and rules. Triggers on /tldr-update, "tldr update", "update TLDR", or when the user asks to upgrade the TLDR install. Run via Bash: `tldr update` or `node <repo>/bin/install.js update`.

2026-07-17
tldrcrew
その他コンピュータ職

Decision guide for delegating to tldr-style subagents. Tells the main thread WHEN to spawn `tldrcrew-investigator` (locate code), `tldrcrew-builder` (1-2 file edit), or `tldrcrew-reviewer` (diff review) instead of doing the work inline or using vanilla `Explore`. Subagent output is tldr-compressed so the tool-result injected back into main context is ~60% smaller — main context lasts longer across long sessions. Trigger: "delegate to subagent", "use tldrcrew", "spawn investigator/builder/reviewer", "save context", "compressed agent output".

2026-07-17
2 件中 2 件のリポジトリを表示
すべてのリポジトリを表示しました
0p9b Agent Skills | SkillsMP