vibeflow-prompt-pack

Generate self-contained prompt packs from project specifications for AI coding agents.

29|2|Updated Mar 3, 2026
One-click install
npx skills add https://github.com/pe-menezes/vibeflow --skill vibeflow-prompt-pack
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: vibeflow-prompt-pack
Source: https://github.com/pe-menezes/vibeflow/tree/main/cursor/skills/vibeflow-prompt-pack
Command: npx skills add https://github.com/pe-menezes/vibeflow --skill vibeflow-prompt-pack

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill streamlines the process of handing off complex coding tasks to AI agents by creating self-contained prompt packs that include all necessary context, patterns, and instructions.

Core Features & Use Cases

  • Contextual Prompt Generation: Creates prompts that include project-specific code patterns and conventions.
  • Agent Agnosticism: Designed to work with various coding agents (Copilot, Cursor, Claude Code) by embedding all required information directly.
  • Use Case: When you need to delegate a feature implementation to another AI session or a different agent, use this Skill to generate a prompt pack that ensures the agent adheres to your project's established patterns and guidelines without needing prior knowledge of your codebase.

Quick Start

Use the vibeflow-prompt-pack skill to generate a prompt pack for the 'user-authentication' feature.

Frequently Asked Questions about vibeflow-prompt-pack

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I generate self-contained prompts for AI coding agents from project specs?

To generate self-contained prompts for AI coding agents, this Skill creates prompt packs from project specifications and embeds real code patterns from the `.vibeflow/` directory to ensure adherence to project standards during implementation.

Does this prompt generation tool work with different AI agents like Copilot and Cursor?

Yes, the prompt generation tool works with various AI agents like Copilot, Cursor, and Claude Code. It achieves agent agnosticism by embedding all required information directly into the self-contained prompt pack, requiring no prior codebase knowledge.

What is the best way to delegate feature implementation to a different AI session?

The best way to delegate feature implementation to a different AI session is generating a prompt pack that includes all necessary context, instructions, and project-specific code conventions to ensure the agent adheres to your established guidelines.

How do I ensure AI code generation follows my existing project conventions?

To ensure AI code generation follows your existing project conventions, the Skill embeds real code patterns and guidelines from the `.vibeflow/` directory directly into the generated prompt packs for the coding agent.

Are there limitations on project specification size when creating prompt packs?

Yes, there are limitations on project specification size. The Skill validates the spec size against Definition of Done and budget limits before generating the prompt packs to prevent exceeding agent constraints.