vibeflow-teach

Update the `.vibeflow/` knowledge base with corrections and conventions.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill allows you to easily update and maintain the project's knowledge base (.vibeflow/) by incorporating feedback, new conventions, architectural decisions, or external patterns, ensuring the AI's understanding stays current with project evolution.

Core Features & Use Cases

  • Feedback Integration: Update existing patterns or add new conventions based on natural language input.
  • Architectural Decision Logging: Record significant architectural choices for future reference.
  • External Knowledge Import: Import patterns and conventions from other repositories to enrich the project's knowledge.
  • Use Case: After a team meeting discussing a new coding standard, use this Skill to add that standard to the project's conventions, making it immediately available to the AI for future code generation and review.

Quick Start

Update the project's knowledge base with new coding conventions by running the vibeflow-teach skill.

Frequently Asked Questions about vibeflow-teach

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

FAQPage Schema
How do I update project knowledge base with new coding conventions?

Update project knowledge base by providing natural language feedback to incorporate new conventions, architectural decisions, or corrections into the `.vibeflow/` directory, keeping AI understanding aligned with project evolution.

Can I import architecture patterns from an external repository?

Yes, import architecture patterns from external repositories using the `--from <url|path>` flag, which requires Git for cloning external repositories to enrich your local knowledge base.

What's the best way to record architectural decisions for future reference?

Record architectural decisions by logging significant choices through natural language input, ensuring future code generation and review have immediate access to the updated project context.

Do I need Git to import conventions from other repositories?

Yes, Git is required to clone external repositories when importing patterns and conventions from other project sources into your local knowledge base.

Why does the AI not recognize my new coding standards?

The AI does not recognize new coding standards because the knowledge base lacks recent updates, requiring you to integrate team meeting decisions and new patterns into `.vibeflow/` for immediate availability.

When do I need to update project documentation in the knowledge base?

Update project documentation whenever the project evolves with new feedback, conventions, or architectural patterns, ensuring the knowledge base accurately reflects current project state.