Explicitly save knowledge, patterns, decisions, or learnings to the knowledge base. Use when you want to document something for future reference.
/plugin marketplace add Z-M-Huang/cc-obsidian-mem/plugin install cc-obsidian-mem@cc-obsidian-memThis skill is limited to using the following tools:
Explicitly save knowledge to the Claude Code memory system for future reference.
The skill accepts content to save. Examples:
/mem-save decision: We chose PostgreSQL over MongoDB for this project
/mem-save pattern: This regex pattern works for parsing dates: /\d{4}-\d{2}-\d{2}/
/mem-save learning: The API rate limits at 100 requests per minute
/mem-save error-fix: The CORS issue was fixed by adding the origin header
| Type | Use For |
|---|---|
decision | Architectural or design decisions with rationale |
pattern | Reusable code patterns, regex, algorithms |
error | Error solutions and workarounds |
learning | General insights and knowledge |
file | File-specific notes and documentation |
Identify Content Type
Structure the Content
Save and Confirm
mem_write to persist## Context
[Why this decision was needed]
## Decision
[What was decided]
## Rationale
[Why this approach was chosen]
## Consequences
- Positive: ...
- Negative: ...
## Description
[What this pattern does]
## When to Use
[Scenarios where this applies]
## Implementation
\`\`\`language
[Code example]
\`\`\`
## Problem
[The error encountered]
## Cause
[Root cause]
## Solution
[How it was fixed]
## Prevention
[How to avoid in future]
This skill should be used when the user asks to "create a hookify rule", "write a hook rule", "configure hookify", "add a hookify rule", or needs guidance on hookify rule syntax and patterns.
Create distinctive, production-grade frontend interfaces with high design quality. Use this skill when the user asks to build web components, pages, or applications. Generates creative, polished code that avoids generic AI aesthetics.