원클릭으로
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 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
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).
| 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.