continuous-learning

Record session insights to .agent/knowledge/learned_patterns.md for iterative recall.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/chomchomchomy/antigravity-skills --skill continuous-learning-chomchomchomy
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: continuous-learning
Source: https://github.com/chomchomchomy/antigravity-skills/tree/main/continuous_learning
Command: npx skills add https://github.com/chomchomchomy/antigravity-skills --skill continuous-learning-chomchomchomy

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Recording and organizing the lessons learned from each session helps maintain a knowledge asset that speeds future development and reduces repeated mistakes.

Core Features & Use Cases

  • Centralized logging of patterns, decisions, and best practices learned during projects.
  • Harvest-Record-Recall workflow: harvest insights at milestones, record to .agent/knowledge/learned_patterns.md, and recall via Iterative Retrieval at new sessions.
  • Supports onboarding and retrospectives by building a living repository of project-specific knowledge and workflow improvements.

Quick Start

Record a learning insight to .agent/knowledge/learned_patterns.md after each session's closure.

Frequently Asked Questions about continuous-learning

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

FAQPage Schema
How do I document lessons learned during software development sessions?

To document lessons learned, record insights and patterns to a centralized knowledge file after each session. This captures decisions and best practices, building a living repository that accelerates future development and reduces repeated mistakes.

What is the best way to capture project conventions for onboarding new developers?

The best way to capture project conventions for onboarding is to log patterns and workflows into a shared knowledge file. This creates a living repository of project-specific knowledge that new developers can recall iteratively.

How does iterative retrieval work for recalling past development patterns?

Iterative retrieval recalls past development patterns by reading recorded insights from a knowledge file at the start of new sessions. This workflow surfaces previously logged conventions and workflows to inform current tasks.

Do I need a specific file structure to record learned patterns and workflows?

Yes, you need to maintain a specific file structure. The Skill requires recording insights to the .agent/knowledge/learned_patterns.md file to ensure consistent logging and retrieval of project knowledge.

When should I record insights during a project lifecycle?

You should record insights during a project lifecycle at session closures and project milestones. Harvesting lessons at these key points ensures that patterns and workflow improvements are captured before context is lost.