スキル一覧に戻る
PackmindHub

learning-loop

by PackmindHub

learning-loopは、other分野における実用的なスキルです。複雑な課題への対応力を強化し、業務効率と成果の質を改善します。

171🍴 7📅 2026年1月23日
GitHubで見るManusで実行

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

スコア

総合スコア

80/100

リポジトリの品質指標に基づく評価

SKILL.md

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

+20
LICENSE

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

+10
説明文

100文字以上の説明がある

+10
人気

GitHub Stars 100以上

+5
最近の活動

3ヶ月以内に更新

+5
フォーク

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

0/5
Issue管理

オープンIssueが50未満

+5
言語

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

+5
タグ

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

+5

レビュー

💬

レビュー機能は近日公開予定です