ワンクリックで
vibe-prompts
Deterministic access to the Vibe prompt catalog.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Deterministic access to the Vibe prompt catalog.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
Run one deterministic Vibe dispatcher step and print the selected prompt body.
Continuously assess and execute a repository's Vibe backlog. Use when the user invokes $vibe-run or asks Codex to inspect a repo, bootstrap or replenish .vibe/PLAN.md, and keep implementing and reviewing checkpoints until a real blocker or explicit stop.
Continuous runner for the continuous-documentation workflow across supported agents.
Continuous runner for the continuous-refactor workflow across supported agents.
Continuous runner for the continuous-test-generation workflow across supported agents.
Experimental RAG indexing utilities (scanner + indexer + retriever).
SOC 職業分類に基づく
| name | vibe-prompts |
| description | Deterministic access to the Vibe prompt catalog. |
Provide deterministic access to the Vibe prompt catalog.
This skill can:
prompt.onboardingprompts/template_prompts.md is the single editable catalog.resources/template_prompts.md is generated from the source catalog by bootstrap tooling.tools/prompt_catalog.py is the editable parser source.scripts/prompt_catalog.py is generated from tools/prompt_catalog.py by bootstrap tooling.scripts/vibe_get_prompt.py.python3 tools/prompt_catalog.py prompts/template_prompts.md listpython3 scripts/prompt_catalog.py resources/template_prompts.md listpython3 tools/prompt_catalog.py prompts/template_prompts.md get prompt.stage_designpython3 scripts/vibe_get_prompt.py resources/template_prompts.md prompt.stage_designvibe_get_prompt.py wraps prompt_catalog.py get and prints only the prompt body so it can be pasted directly into a loopThe script prints the prompt body (no fences) to stdout.