CoolFace
Datasetpublic

kondasviktor/vcl-ai-coding-prompts

VCL AI Coding Power Prompts 50 battle-tested prompts for Claude Code, Codex, Gemini CLI, and Cursor — by Vibe Coder's Life. Free catalog for vibe coders. Replace {{PLACEHOLDERS}} with your facts. Not the paid Apify Playbook prompt pack (those stay private). Load from datasets import load_dataset ds = load_dataset("kondasviktor/vcl-ai-coding-prompts", "prompts") print(ds["train"][0]["title"]) Columns Column Description id Stable id… See the full description on the dataset page: https://huggingface.co/datasets/kondasviktor/vcl-ai-coding-prompts.

sourceHugging Facecc-by-4.0updated 8d agoView on Hugging Face
0likes28downloads
Dataset Card

VCL AI Coding Power Prompts

50 battle-tested prompts for Claude Code, Codex, Gemini CLI, and Cursor — by Vibe Coder's Life.

Free catalog for vibe coders. Replace {{PLACEHOLDERS}} with your facts. Not the paid Apify Playbook prompt pack (those stay private).

Load

python
from datasets import load_dataset

ds = load_dataset("kondasviktor/vcl-ai-coding-prompts", "prompts")
print(ds["train"][0]["title"])

Columns

ColumnDescription
idStable id (0150)
titleShort name
categorye.g. spec, debug, apify-teaser
promptFull prompt text with {{PLACEHOLDERS}}
works_withTools: claude, codex, gemini, cursor
difficultybeginner / intermediate / advanced
expected_outputWhat a good run should produce
tagsSearch tags

Drop-in rules

Generic starters (AGENTS.md, .cursorrules, CLAUDE.md, GEMINI.md) live in the GitHub repo — not in this JSONL.

Links

Prompts: CC BY 4.0. Repo tooling on GitHub: MIT.