ワンクリックで
quick-search
Quick web search shortcut that directly dispatches to web_search tool.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Quick web search shortcut that directly dispatches to web_search tool.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
Zerg/Longhouse full ship cycle — test, deploy, QA, verify. Use when pushing changes to production or doing a full dev→deploy iteration.
Zerg local dev workflow (make dev, logs, debug, stop). Use when running or troubleshooting this repo.
Longhouse managed provider CLI control paths for Claude, Codex, Antigravity, and similar CLIs. Use when investigating or changing managed sessions, provider binary ownership, `longhouse claude`, `longhouse codex`, bridge/relay/hook behavior, local-health liveness, reattach behavior, stale provider runtimes, or AGENTS.md guidance about managed vs unmanaged sessions.
Refresh and ship the Longhouse landing hero video, poster, and supporting product screenshots from realistic demo data, then verify the responsive composition visually.
Zerg testing workflow (unit + E2E). Use when running or debugging tests.
Diagnose slow or inconsistent managed Longhouse sessions by separating provider-loop latency, local hook/control-path health, hosted ingest lag, and runtime-state mismatches.
| name | quick-search |
| description | Quick web search shortcut that directly dispatches to web_search tool. |
| emoji | 🔎 |
| tool_dispatch | web_search |
| always | true |
A shortcut skill that directly dispatches to the web_search tool.
This skill demonstrates the tool_dispatch feature which creates a wrapper tool
that inherits the target tool's schema and forwards calls.
When this skill is active, invoking skill_quick-search is equivalent to calling
web_search directly, with the skill's context added.
skill_quick-search(query="Python 3.12 new features")
This is functionally equivalent to:
web_search(query="Python 3.12 new features")