observation

Read and search accumulated observations from a local memory file.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/claudeaceae/samara-main --skill observation
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: observation
Source: https://github.com/claudeaceae/samara-main/tree/main/.claude/skills/observation
Command: npx skills add https://github.com/claudeaceae/samara-main --skill observation

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill provides on-demand access to accumulated observations stored in the system memory, enabling quick recall of patterns, behavioral insights, and environmental context.

Core Features & Use Cases

  • On-demand access to observations about patterns, behavior, and the world.
  • Quick search, read, and summarization of observations to support reflection, planning, and decision making.
  • Use Case: When you need to recall how you typically respond in a situation or track recurring themes over time.

Quick Start

View the latest observations with one of the following: tail -n 100 ~/.claude-mind/memory/observations.md; grep -ni "topic" ~/.claude-mind/memory/observations.md; cat ~/.claude-mind/memory/observations.md

Frequently Asked Questions about observation

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I search local memory files for specific patterns and observations?

To search local memory files for specific patterns, you can use grep with a case-insensitive flag to query the observations.md file, instantly returning matched lines for contextual recall and behavioral review.

What is the best way to recall recent environmental observations during planning?

Recalling recent environmental observations is best done by using the tail command to read the latest entries from your local observations.md memory file, providing immediate context for planning and reflection.

How do I read and summarize accumulated behavioral patterns from a local markdown file?

Reading and summarizing behavioral patterns involves using standard shell commands like cat to output the entire local markdown memory file, enabling quick review of accumulated behavioral insights and recurring themes.

Does the observation skill require any external dependencies or components to function?

The observation skill requires no external dependencies or components to function, relying solely on standard built-in shell commands to access and query the local observations.md memory file.

Can I use grep to filter specific topics within my accumulated memory observations?

You can use grep to filter specific topics within your accumulated memory observations by passing a case-insensitive search term against the observations.md file, effectively isolating relevant behavioral patterns and environmental context.