Claude Skills
CollectionsCompareWorkflowsNominate
Sign inSign up
© 2026 Curated Agent Skills·Learn more about Agent Skills
Back to repository

observe

verified

Observe things worth remembering

View on GitHub

Marketplace

lineofflight

lineofflight/claude-code-plugins

Plugin

rem

Repository
Verified Org

lineofflight/claude-code-plugins

plugins/rem/skills/observe/SKILL.md

Last Verified

February 2, 2026

Install Skill

Select agents to install to:

Scope:
npx add-skill https://github.com/lineofflight/claude-code-plugins/blob/main/plugins/rem/skills/observe/SKILL.md -a claude-code --skill observe

Installation paths:

Claude
.claude/skills/observe/
Powered by add-skill CLI

Instructions

# Observe

Record patterns for later consolidation into skills.

## When to Record

When you learn something worth remembering:

- Debugging sessions with unclear root causes
- Workarounds for framework/library quirks
- Gotchas that aren't documented
- Codebase conventions discovered
- User preferences learned
- Brand voice, marketing copy, and messaging
- Effective approaches that worked well
- Architectural decisions and rationale

## Where

`.claude/rem/patterns/{domain}.md`

Domain matches the relevant skill area (e.g., `rails.md`, `testing.md`, `sp-api.md`).

## Format

```markdown
### YYYY-MM-DD: Brief title

- **Observation**: What was learned
- **Details**: Specifics, resolution, or rationale
- **Context**: When this applies
```

## How to Record

Use the Task tool with `run_in_background: true` and `description: "Observe"`. This keeps recording invisible while the task output shows what was captured.

## Notes

- Patterns accumulate in the inbox
- Run `/consolidate` periodically to crystallize recurring patterns into skills

Validation Details

Front Matter
Required Fields
Valid Name Format
Valid Description
Has Sections
Allowed Tools
Instruction Length:
1034 chars