# Vibe Prompts

> Deterministic access to the Vibe prompt catalog.

- **Type:** Skill
- **Install:** `agentstack add skill-brifl-coding-agent-orchestration-vibe-prompts`
- **Verified:** Yes — security-reviewed for prompt injection and unsafe behavior
- **Seller:** [brifl](https://agentstack.voostack.com/s/brifl)
- **Installs:** 0
- **Category:** [Agent Skills](https://agentstack.voostack.com/c/agent-skills)
- **Latest version:** 0.1.0
- **License:** MIT
- **Upstream author:** [brifl](https://github.com/brifl)
- **Source:** https://github.com/brifl/coding-agent-orchestration/tree/main/.codex/skills/vibe-prompts

## Install

```sh
agentstack add skill-brifl-coding-agent-orchestration-vibe-prompts
```

Requires the [AgentStack CLI](https://agentstack.voostack.com/docs/cli). Works with Claude Code, Cursor, and any MCP-compatible agent.

## About

# vibe-prompts

## Purpose

Provide deterministic access to the Vibe prompt catalog.

This skill can:
- list available prompt IDs/titles from `resources/template_prompts.md`
- print a prompt body by stable ID (or title) so it can be pasted into a chat or used as context

## Inputs

- Prompt identifier (preferred): stable ID like `prompt.onboarding`
- Prompt title (fallback): exact header title

## Resources

- `resources/template_prompts.md` (canonical prompt catalog; synced by bootstrap install tooling)

## Scripts

- `scripts/prompt_catalog.py`
- `scripts/vibe_get_prompt.py`

## How to use

- List prompts:
  - Run: `python3 scripts/prompt_catalog.py resources/template_prompts.md list`
- Get a prompt body:
  - Run: `python3 scripts/vibe_get_prompt.py resources/template_prompts.md prompt.onboarding`
  - `vibe_get_prompt.py` wraps `prompt_catalog.py get` and prints only the prompt body so it can be pasted directly into a loop

## Output

The script prints the prompt body (no fences) to stdout.

## Source & license

This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.

- **Author:** [brifl](https://github.com/brifl)
- **Source:** [brifl/coding-agent-orchestration](https://github.com/brifl/coding-agent-orchestration)
- **License:** MIT

Install and usage instructions live in the source repository linked above.

## Pricing

- **Free** — Free

## Security capabilities

Automated source analysis of v0.1.0 — what this tool can access:

- **Network access:** no
- **Filesystem access:** no
- **Shell / process execution:** no
- **Environment & secrets:** no
- **Dynamic code execution:** no

*"Yes" means the capability is present in the source — more access means more to trust, not that it is unsafe.*


## Versions

- **0.1.0** — security scan: passed — Imported from the upstream source.

## Links

- Listing page: https://agentstack.voostack.com/l/skill-brifl-coding-agent-orchestration-vibe-prompts
- Seller: https://agentstack.voostack.com/s/brifl
- Browse the marketplace: https://agentstack.voostack.com/browse

---
Listed on AgentStack — the marketplace for AI agent skills and MCP servers. Every listing is security-reviewed. Creators keep 70%.
