Loading...
Loading...
Proactively summarize and consolidate knowledge from AI conversation sessions. Auto-triggers when: (1) Starting a new session after meaningful previous work, (2) Session contains significant learnings worth preserving. Captures debugging insights, architecture decisions, patterns, configs, and lessons learned into structured knowledge documents. Explicit triggers: 'summarize', 'consolidate', 'save knowledge', 'document this'.
npx skill4agent add learnwy/skills knowledge-consolidation| Environment Indicator | AI Type | Storage Path |
|---|---|---|
| | |
| | |
| | |
| | |
| Type | When to Use |
|---|---|
| Bug fixes, crash analysis, error resolution |
| System design, module structure, dependencies |
| Reusable code patterns, idioms, best practices |
| Build settings, environment, tooling setup |
| API design, integration, protocol details |
| Development processes, procedures |
| Post-mortems, retrospectives, project insights |
| Technical specs, schema docs, standards |
{skill_root}/scripts/get-knowledge-path.sh \
-r <project_root> -a <ai_type> -t <type> -n <filename>{project_root}/{ai_path}/knowledges/{YYYYMMDD}_{seq}_{type}_{filename}.md# {Title}
> **Type:** {type}
> **Date:** {YYYY-MM-DD}
> **Context:** {Brief context}
## Summary
{2-3 sentence summary}
## Background
{Situation/problem/context}
## Details
{Technical content, code snippets, analysis}
## Key Takeaways
{Bullet points of actionable insights}
## Related
{Links to related files or knowledge entries}📚 Knowledge Consolidated:
- File: {path}
- Type: {type}
- Topic: {title}
Summary: {brief summary}| Resource | Purpose |
|---|---|
| Generate timestamped file path |
| Detailed type selection guide |
| Document template |
| Complete workflow example |