— No reviews yet
0 installs
12 views
0.0% view→install
Install
$ agentstack add skill-brifl-coding-agent-orchestration-vibe-prompts ✓ scanned · ✓ verified — works with Claude Code, Cursor, and more.
Security review
✓ PassedNo issues found. Passed automated security review. · v0.1.0 How review works →
- ✓ Prompt-injection patterns
- ✓ Secret / credential exfiltration
- ✓ Dangerous shell & filesystem operations
- ✓ Untrusted network calls
- ✓ Known-malicious package signatures
What it can access
- ✓ Network access No
- ✓ Filesystem access No
- ✓ Shell / process execution No
- ✓ Environment & secrets No
- ✓ Dynamic code execution No
From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.
Are you the author of Vibe Prompts? Claim this listing to set pricing, connect Stripe payouts, and keep 70% of every sale.
Sign up to claimAbout
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.pyscripts/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.pywrapsprompt_catalog.py getand 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
- Source: brifl/coding-agent-orchestration
- License: MIT
Install and usage instructions live in the source repository linked above.
Reviews
No reviews yet — be the first.
Write a review
Versions
- v0.1.0 Imported from the upstream source.