teach

Update project knowledge base files in .vibeflow/ from feedback or imports.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill allows you to easily update and maintain the project's knowledge base, ensuring that documentation, conventions, and architectural decisions remain accurate and up-to-date as the project evolves.

Core Features & Use Cases

  • Update Project Knowledge: Correct or add information to .vibeflow/ using natural language feedback.
  • Import External Patterns: Import conventions and patterns from external repositories via URLs or local paths.
  • Use Case: After a team meeting where a new caching strategy was decided, use this Skill to document the decision in decisions.md and update relevant pattern documentation.

Quick Start

Update the project knowledge base with the feedback that all new variables should use camelCase.

Frequently Asked Questions about teach

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

FAQPage Schema
How do I update project documentation with new architectural decisions and conventions?

You can update project documentation by providing natural language feedback to the Skill, which parses your input and updates specific files within the .vibeflow/ directory to record new conventions or architectural decisions.

Can I import coding patterns and conventions from an external repository into my project knowledge base?

Yes, you can import patterns and conventions from external repositories by specifying a URL or local path, which allows the Skill to clone the repository if necessary and integrate the patterns into your knowledge base.

What is the best way to correct existing pattern documentation in a knowledge base using natural language?

The best way to correct existing pattern documentation is to provide natural language feedback to the Skill, which carefully parses the arguments and applies the corrections directly to the relevant files in the .vibeflow/ directory.

Does updating the project knowledge base require manually editing files in the .vibeflow/ directory?

No, updating the project knowledge base does not require manual file editing, as the Skill parses natural language feedback or imported repository data and automatically updates the specific files within the .vibeflow/ directory.

How do I document a new caching strategy decided in a team meeting directly into the project knowledge base?

To document a new caching strategy, input the team's decision as natural language feedback and the Skill will record the architectural decision in decisions.md while simultaneously updating any relevant pattern documentation.