Agent skill
learning-claudeaceae-samara-main-6ad696eb
Install this agent skill to your Project
npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/other/learning-claudeaceae-samara-main-6ad696eb
SKILL.md
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
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
Didn't find tool you were looking for?