Back to list
PackmindHub

learning-loop

by PackmindHub

Packmind seamlessly captures your engineering playbook and turns it into AI context, guardrails, and governance.

171🍴 7📅 Jan 23, 2026

SKILL.md


name: learning-loop description: Capture new learnings discovered during code exploration or user interaction that were not present in context, memories, or codebase documentation. This skill should be invoked when Claude discovers something new about the codebase, tools, workflows, or domain knowledge that could benefit future sessions.

Learning Loop

Log new knowledge discovered during work sessions that was not already documented in context, memories, or Markdown files in the codebase.

When to Use

Invoke this skill when discovering something new during:

  • Code exploration: Found undocumented behavior, hidden configuration, or implicit patterns
  • User interaction: User shared information not captured in existing documentation
  • Tool discovery: Learned about tools, commands, or workflows not previously documented
  • Domain knowledge: Gained understanding of business logic or domain concepts not in codebase docs

Do NOT invoke when:

  • The information is already in CLAUDE.md, rules, or other documentation
  • The learning is project-agnostic (general programming knowledge)
  • The information was explicitly provided in the current conversation context

How to Log

Run the logging script with the learning summary:

.claude/skills/learning-loop/scripts/log-learning.sh "<summary>"

Arguments

ArgumentDescriptionExample
summaryConcise description of what was learned"API rate limits are 100 req/min per tenant"

Examples

# Learned about undocumented configuration
.claude/skills/learning-loop/scripts/log-learning.sh "Feature flags are stored in Redis, not the database"

# Discovered implicit pattern during exploration
.claude/skills/learning-loop/scripts/log-learning.sh "All background jobs use the BaseJob class from libs/jobs"

# User shared domain knowledge
.claude/skills/learning-loop/scripts/log-learning.sh "Tenant IDs starting with 'demo_' are test accounts"

Output

Learnings are appended to .claude/learning.yaml with timestamp:

- date: '2025-01-20T14:30:00Z'
  summary: 'Feature flags are stored in Redis, not the database'

Notes

  • Keep summaries concise but informative (1-2 sentences max)
  • Focus on actionable or context-critical information
  • The file is intended for periodic review to identify documentation gaps

Score

Total Score

80/100

Based on repository quality metrics

SKILL.md

SKILL.mdファイルが含まれている

+20
LICENSE

ライセンスが設定されている

+10
説明文

100文字以上の説明がある

+10
人気

GitHub Stars 100以上

+5
最近の活動

1ヶ月以内に更新

+10
フォーク

10回以上フォークされている

0/5
Issue管理

オープンIssueが50未満

+5
言語

プログラミング言語が設定されている

+5
タグ

1つ以上のタグが設定されている

+5

Reviews

💬

Reviews coming soon