一键导入
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.