slm-list-recent

Solid

List most recent memories in chronological order. Use when the user wants to see what was recently saved, review recent conversations, check what they worked on today, or browse memory history. Shows memories sorted by creation time (newest first).

AI & Automation 181 stars 24 forks Updated today AGPL-3.0

Install

View on GitHub

Quality Score: 91/100

Stars 20%
75
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
50
License 10%
100
Description 5%
100

Skill Content

# SuperLocalMemory: List Recent List most recent memories in chronological order (newest first). ## Usage ```bash slm list [--limit N] [--project name] [--tags tag1,tag2] [--today|--week|--month] ``` ## Examples ### Example 1: Last 10 Memories (Default) ```bash $ slm list ``` **Output:** ``` ๐Ÿ“ Recent Memories (10 most recent) [ID: 1247] 5 minutes ago Fixed JWT token refresh bug - tokens were expiring too fast Tags: bug-fix, jwt, auth Project: myapp Importance: 8 [ID: 1246] 2 hours ago React hooks best practices: useCallback for memoization Tags: react, performance, hooks Project: frontend-app Importance: 6 [ID: 1245] 4 hours ago Database migration strategy: use Alembic for versioning Tags: database, postgresql, migration Project: myapp Importance: 7 [ID: 1244] Yesterday 18:42 Decided to use FastAPI over Flask for new microservice Tags: python, backend, api, decision Project: myapp Importance: 9 [ID: 1243] Yesterday 15:30 Code review feedback: add more error handling to API endpoints Tags: code-review, api, error-handling Project: myapp Importance: 6 ... ``` ### Example 2: Last 5 Memories ```bash $ slm list --limit 5 ``` ### Example 3: Today's Memories ```bash $ slm list --today ``` **Shows only memories created today** ### Example 4: This Week ```bash $ slm list --week ``` **Shows memories from last 7 days** ### Example 5: Filter by Project ```bash $ slm list --project myapp --limit 20 ``` **Shows 20 most recent memories from "myapp" project** ### Example...

Details

Author
qualixar
Repository
qualixar/superlocalmemory
Created
4 months ago
Last Updated
today
Language
Python
License
AGPL-3.0

Integrates with

Similar Skills

Semantically similar based on skill content โ€” not just same category