memory_landscape_review

Use when the user wants to review auto-memory, promote durable instructions into CLAUDE.md or local memory, and clean up duplicates or conflicts.

Safety Notice

This listing is from the official public ClawHub registry. Review SKILL.md and referenced scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "memory_landscape_review" with this command: npx skills add wimi321/claude-code-memory-landscape-review

Memory Landscape Review

Use this skill to review project memory, local memory, and auto-memory together.

Workflow

  1. Gather repo memory files and current auto-memory context.
  2. Classify each entry as repo-wide, personal, team-wide, or temporary.
  3. Detect duplicates, conflicts, and outdated instructions.
  4. Present a grouped report before making any changes.
  5. Only apply promotions or cleanup after explicit approval.

Guardrails

  • Propose first, edit second.
  • Do not guess when an instruction might be personal vs shared.
  • Keep transient notes out of durable memory files.

Example Requests

  • Review my auto-memory and tell me what belongs in durable memory.
  • Find duplicate or conflicting instructions across memory layers.

Inputs

  • Repo memory files
  • Auto-memory state
  • User preference for shared vs local memory

Outputs

  • Promotion proposals
  • Conflict cleanup report
  • No-change recommendations

Success Criteria

  • Durable memory candidates are identified clearly.
  • Duplicates and stale entries are surfaced.
  • No edits happen before approval.

Non-Goals

  • Silently editing memory files
  • Guessing personal vs shared intent when ambiguous

Source Provenance

Derived from src/skills/bundled/remember.ts.

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

Coding

Workflow Skillify

Use when a successful session or repeatable process should be captured as a reusable skill with steps, arguments, and invocation guidance.

Registry SourceRecently Updated
1301Profile unavailable
Coding

Verifier Skill Generator

Use when a project needs one or more verifier skills for web, CLI, or API runtime checks that the Verify agent can discover automatically.

Registry SourceRecently Updated
900Profile unavailable
Coding

Stuck Session Diagnosis

Use when another Claude Code session appears frozen, stuck, or abnormally slow and needs process-level diagnosis and reporting.

Registry SourceRecently Updated
1170Profile unavailable
Coding

Statusline Setup

Use when the user wants to configure Claude Code statusline UI by inspecting shell prompt configuration and updating the relevant settings.

Registry SourceRecently Updated
910Profile unavailable