memorise

Solid

Capture key learnings, patterns, gotchas, or context as persistent memories

AI & Automation 15 stars 3 forks Updated today MIT

Install

View on GitHub

Quality Score: 83/100

Stars 20%
40
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
80
License 10%
100
Description 5%
100

Skill Content

# Memorise **Recommended model tier:** balanced (sonnet) - this skill performs straightforward operations Capture important information for future sessions by storing it in the aide memory database. ## How to Store Use the `./.aide/bin/aide memory add` CLI command via Bash: ```bash ./.aide/bin/aide memory add --category=<category> --tags=<comma,separated,tags> "<content>" ``` **Binary location:** The aide binary is at `.aide/bin/aide`. If it's on your `$PATH`, you can use `aide` directly. ## Categories - `learning` - Something discovered about the codebase or tools - `decision` - An architectural or design choice made - `session` - Summary of a work session - `pattern` - A reusable approach or pattern identified - `gotcha` - A pitfall or issue to avoid in future - `abandoned` - An approach that was tried and abandoned (see [Abandoned Approaches](#abandoned-approaches) below) ## When to Use - End of a significant task or session - After discovering something important about the codebase - When a decision is made that should persist - After solving a tricky problem (capture the solution) - When user shares a preference or important information ## Examples ### Simple preference (global - injected at session start) ```bash ./.aide/bin/aide memory add --category=learning --tags=preferences,colour,scope:global,source:user "User's favourite colour is blue" ``` ### Technical learning (project-specific, verified) ```bash ./.aide/bin/aide memory add --category=learning -...

Details

Author
jmylchreest
Repository
jmylchreest/aide
Created
5 months ago
Last Updated
today
Language
Go
License
MIT

Bundled in these plugins

Similar Skills

Semantically similar based on skill content — not just same category

AI & Automation Solid

auto-memory

This skill should be used when the user asks to 'set up memory', 'create memory files', 'create MEMORY.md', 'set up topic files', 'improve memory organization', 'what should I remember', 'how to structure memory files', 'MEMORY.md is too long', 'what goes in memory vs topic files', 'memory best practices', or wants to establish a persistent knowledge base across Claude Code sessions. Triggers on: memory setup, MEMORY.md, topic files, cross-session knowledge, persistent notes, memory maintenance, memory pruning.

2,105 Updated today
tractorjuice
AI & Automation Solid

cf-remember

Extract project knowledge from conversation to docs/memory — for AI recall in future sessions. Use when the user wants to save project context, capture decisions, document conventions, or preserve knowledge — e.g. "remember this", "save this to memory", "document what we did", "capture this decision", "write this down", "note this", "record this convention". Auto-invoke when: (1) a bug fix had a non-obvious root cause, a workaround, or took multiple attempts — save to bugs/; (2) an explicit architecture or approach decision was made — save to decisions/; (3) a new project-wide convention or pattern was established — save to conventions/; (4) a substantial session ends with new feature flows, non-obvious API behavior, or gotchas — save to features/. Do NOT auto-invoke for trivial fixes, simple config changes, or purely educational exchanges (use $cf-learn for those). Unlike $cf-learn (educational notes for humans), this saves project context for AI recall.

3 Updated today
dinhanhthi
AI & Automation Listed

preference-and-memory

Captures and evolves user preferences with confidence levels. Maintains Voice of the Customer model with exact language, dissatisfaction and aspiration signals. Handles promotion/demotion, global vs project scoping, auto memory system, and Omi wearable data integration.

18 Updated 1 weeks ago
heymegabyte