askill
remember

rememberSafety 95Repository

Save a pre-qualified memory. Handles scoping, dedup, and reports collection size.

0 stars
1.2k downloads
Updated 3/27/2026

Package Files

Loading files...
SKILL.md

Remember

Quick-save a memory with automatic dedup and size reporting.

Procedure

  1. Decide scope — if content is clearly project-specific, set project to git remote origin repo name (e.g., memcan not memcan-2); otherwise omit (global).
  2. Check for duplicatessearch(query=<content summary>, project=<if scoped>). If a similar memory exists, use update_memory instead of creating a new one.
  3. Count beforecount_memories(project=<if scoped>), note the count.
  4. Saveadd_memory(memory=<text>, project=<if scoped>, metadata={"type": "<lesson|decision|preference>", ...}). Or update_memory if updating.
  5. Count aftercount_memories(...) again, note the new count.
  6. Report — tell the user: what was saved/updated, scope (global or project name), memory count before and after (e.g., "5 -> 6").

Install

Download ZIP
Requires askill CLI v1.0+

AI Quality Score

87/100Analyzed 3/30/2026

Well-structured skill for saving memories with clear deduplication workflow. Provides 6-step procedure with specific tool calls, handles both global and project-scoped memories, and includes user reporting. Missing tags and trigger section but otherwise complete and actionable."

95
90
75
82
90

Metadata

Licenseunknown
Version-
Updated3/27/2026
Publisherlklimek

Tags

No tags yet.