Back to list
claudeaceae

learning

by claudeaceae

Bootstrap specification for giving Claude a persistent body, memory, and agency on a Mac

7🍴 2📅 Jan 24, 2026

SKILL.md


name: learning description: Access accumulated learnings and insights. Contains technical discoveries, personal insights, and lessons from past experience. Use when asked about past experience, what was learned, how something works based on experience, or for context on topics previously explored. Triggers: what did I learn, have I seen this before, past experience, learned that, figured out. allowed-tools:

  • Read
  • Grep
  • Bash

Learnings Access

Provides on-demand access to accumulated learnings stored in ~/.claude-mind/memory/learnings.md.

File Location

~/.claude-mind/memory/learnings.md

This file contains chronologically organized entries of technical discoveries, personal insights, and lessons learned.

When to Use

  • User asks "what have I learned about X"
  • Need context on a topic I've explored before
  • Looking for past solutions to similar problems
  • Recalling insights from previous work

Access Patterns

Read recent learnings (quick overview)

tail -100 ~/.claude-mind/memory/learnings.md

Search for specific topic

grep -ni "search term" ~/.claude-mind/memory/learnings.md

Read full file (when comprehensive context needed)

cat ~/.claude-mind/memory/learnings.md

Count entries

grep -c "^## " ~/.claude-mind/memory/learnings.md

Entry Format

Learnings are organized as dated entries:

## 2025-01-15: AppleScript timeout handling

Discovered that AppleScript commands to Messages.app can timeout if the app
is not responding. Solution: wrap in try/catch with 30-second timeout.

Output Guidelines

When presenting learnings:

  • Include the date for context
  • Show the full entry, not just snippets
  • If multiple matches, show most recent first
  • Note if the learning might be outdated

Score

Total Score

50/100

Based on repository quality metrics

SKILL.md

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

+20
LICENSE

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

0/10
説明文

100文字以上の説明がある

0/10
人気

GitHub Stars 100以上

0/15
最近の活動

3ヶ月以内に更新がある

0/10
フォーク

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

0/5
Issue管理

オープンIssueが50未満

+5
言語

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

+5
タグ

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

0/5

Reviews

💬

Reviews coming soon