eo-project-lesson

Store project lessons as YAML-frontmatter Markdown files and update the Kanban.

30|5|Updated Apr 5, 2026
One-click install
npx skills add https://github.com/SimpleEve/eo-skills --skill eo-project-lesson
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: eo-project-lesson
Source: https://github.com/SimpleEve/eo-skills/tree/main/eo-project-lesson
Command: npx skills add https://github.com/SimpleEve/eo-skills --skill eo-project-lesson

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

捕获项目中的经验教训(踩坑、最佳实践、意外收获),写入 30-我的项目/_lessons/ 集中存放,并更新项目看板的经验教训计数。

Core Features & Use Cases

  • 捕捉并分类来自项目工作的经验教训
  • 自动在 30-我的项目/_lessons/ 创建带有元数据的经验文件
  • 更新项目看板中的经验教训计数并在项目日志中追加记录

Quick Start

提交经验内容,系统自动定位项目并创建对应的经验文件。

Frequently Asked Questions about eo-project-lesson

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

FAQPage Schema
How do I capture lessons learned from a project into a centralized knowledge base?

Project lessons are captured by extracting title, category, phase, date, and content from your input, then writing a YAML frontmatter-backed Markdown file under the 30-我的项目/_lessons/ directory to centralize knowledge.

How do I automatically update a Kanban board when documenting a project retrospective?

Documenting a project retrospective automatically updates the project Kanban by incrementing the lessons-learned counter and appending a record to the project log alongside the newly created lesson file.

How does the system locate the target project for knowledge capture from a code repository?

The target project is located for knowledge capture by detecting the vault context or reading the .eo-project.json configuration file present in your code repositories.

What metadata is extracted when recording project management lessons and best practices?

Title, category, phase, date, and content are extracted from user input when recording project management lessons, structuring the entry into a Markdown file backed by YAML frontmatter.

Can I categorize lessons learned by project phase for better retrospective documentation?

Yes, lessons learned can be categorized by project phase for retrospective documentation, as the phase metadata is extracted directly from your input and stored in the structured YAML frontmatter.

Do I need any dependencies to start writing lessons-learned files with YAML frontmatter?

No dependencies are required to write lessons-learned files with YAML frontmatter, as the system operates autonomously to parse user input and generate the structured Markdown documentation.