Search past sessions and facts
/plugin marketplace add ZipperBagCoffee/memory-keeper-plugin/plugin install memory-keeper@memory-keeper-marketplaceThis skill inherits all available tools. When active, it can use any tool Claude has access to.
Search through saved facts and session history.
/memory-keeper:search-memory [query]
node "scripts/counter.js" search "query"
# By type
node "scripts/counter.js" search --type=architecture
# By concept
node "scripts/counter.js" search --concept=authentication
# By file
node "scripts/counter.js" search --file=src/auth
# Combined
node "scripts/counter.js" search "react" --type=technology --concept=frontend
node "scripts/counter.js" search
Output:
[MEMORY_KEEPER] Memory Summary:
Decisions: 5
Patterns: 3
Issues: 2
Sessions: 12
Decision types: architecture(2), technology(3)
Concepts: authentication, state-management, testing...
# Find all architecture decisions
node scripts/counter.js search --type=architecture
# Find facts about authentication
node scripts/counter.js search --concept=authentication
# Find facts mentioning specific file
node scripts/counter.js search --file=counter.js
# Free text search
node scripts/counter.js search "hooks"
grep for raw session file search:
grep -r -i "keyword" .claude/memory/sessions/*.md
Creating algorithmic art using p5.js with seeded randomness and interactive parameter exploration. Use this when users request creating art using code, generative art, algorithmic art, flow fields, or particle systems. Create original algorithmic art rather than copying existing artists' work to avoid copyright violations.
Applies Anthropic's official brand colors and typography to any sort of artifact that may benefit from having Anthropic's look-and-feel. Use it when brand colors or style guidelines, visual formatting, or company design standards apply.
Create beautiful visual art in .png and .pdf documents using design philosophy. You should use this skill when the user asks to create a poster, piece of art, design, or other static piece. Create original visual designs, never copying existing artists' work to avoid copyright violations.