raggy_capture
Capture decisions, errors, insights, and preferences as structured memories with importance levels and source context, enabling reliable recall across AI sessions.
Instructions
Auto-capture structured memory. Use for: decisions (content_type="decision"), errors+fixes ("error"), preferences ("note" + tags:["preference"]), insights ("insight"), snippets ("snippet"), research ("research"). Set importance: high for decisions/errors/prefs, medium for insights/snippets. Always include source_app + capture_context.agent_id.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | No | Source URL | |
| name | No | Optional title for the memory | |
| tags | No | Tags for categorization | |
| content | Yes | The content to capture | |
| importance | No | How important this memory is | |
| session_id | No | Session identifier for grouping | |
| source_app | No | Source application (defaults to "claude-code") | |
| content_type | No | Type of content being captured | |
| relationships | No | Relationships to other memories | |
| capture_context | No | Context about where this was captured |