Claude Skills
CollectionsCompareWorkflowsNominate
Sign inSign up
© 2026 Curated Agent Skills·Learn more about Agent Skills
Back to repository

ccmem-forget

verified

Archive a memory by ID (with confirmation)

View on GitHub

Marketplace

cc-ecosystem

gaodes/cc-ecosystem

Plugin

ccmem

memory

Repository

gaodes/cc-ecosystem

plugins/ccmem/skills/ccmem-forget/SKILL.md

Last Verified

February 3, 2026

Install Skill

Select agents to install to:

Scope:
npx add-skill https://github.com/gaodes/cc-ecosystem/blob/main/plugins/ccmem/skills/ccmem-forget/SKILL.md -a claude-code --skill ccmem-forget

Installation paths:

Claude
.claude/skills/ccmem-forget/
Powered by add-skill CLI

Instructions

# /ccmem-forget

Archive a memory so it no longer affects behavior.

## Usage

```
/ccmem-forget <memory-id>
```

## Arguments

- `<memory-id>` — The ID of the memory to archive (required)

## Execution Steps

1. Run `ccmem show <memory-id>` to display the memory
2. If memory not found, report error
3. Show the memory details to the user
4. Ask for confirmation: "Archive this memory? It will no longer affect behavior. (yes/no)"
5. If confirmed:
   - The memory will be archived (status set to "archived", confidence set to 0)
   - Run appropriate ccmem command or update the memory file directly
6. Confirm: "Memory archived: <id>"

## Example

```
User: /ccmem-forget 2026-01-29T10-30-00-prefer-npm

→ Showing memory:
  Title: Prefer npm for package management
  Type: preference
  Confidence: 0.65

  Archive this memory? (yes/no)

User: yes

→ Memory archived: 2026-01-29T10-30-00-prefer-npm
```

## Finding Memory IDs

Use `/ccmem-list` to see all memories with their IDs.

## CLI Commands

```bash
# Show the memory first
ccmem show <memory-id>

# To archive, update the memory file:
# Set metadata.status = "archived" and metadata.confidence = 0
```

Validation Details

Front Matter
Required Fields
Valid Name Format
Valid Description
Has Sections
Allowed Tools
Instruction Length:
1127 chars