Skip to main content

Ignore Topic

Skill Active
Part of:Claude Recap

Use when the user wants to ignore, skip, or exclude specific topics from being archived. Triggers on "ignore topic", "don't archive", "skip topic", "stop remembering", "list ignored topics", "remove ignore rule".

Purpose

To give users fine-grained control over what content is archived by Claude Code, ensuring only relevant topics are summarized and stored.

Features

  • Define global or project-specific ignore rules
  • Add, remove, and list topic ignore patterns
  • Skip topic archival without deleting tags
  • Operates locally with bash scripts
  • Integrates with Claude Code hooks for automatic application

Use Cases

  • Exclude automatically generated or noisy topics from being archived.
  • Prevent sensitive project areas from being summarized and stored.
  • Maintain a clean and relevant memory by selectively ignoring topics.
  • Review and manage existing ignore rules.

Non-Goals

  • Deleting tagged topics
  • Managing topic tags themselves
  • Archiving content for topics not explicitly ignored

Workflow

  1. Determine user operation (add, remove, list).
  2. Prompt user for scope (global/project) and patterns if needed.
  3. Execute bash script with appropriate arguments.
  4. Apply or list ignore rules locally.

Practices

  • Scope management
  • Configuration
  • Rule management

Prerequisites

  • Bash
  • Node.js

Documentation

  • info:Configuration & parameter referenceWhile the script parameters are clear, the SKILL.md does not explicitly document default values for scopes or patterns, nor the precedence order of configuration files.

Code Execution

  • warning:ValidationThe bash script for adding/removing ignore rules does not appear to validate the input patterns against glob syntax or check for malicious characters before passing them to the script, which could lead to unexpected behavior or security issues.
  • info:Error HandlingThe bash script includes basic error checking for missing patterns or scopes, but the SKILL.md does not detail specific failure modes or recovery steps for all potential errors.

Errors

  • info:Actionable error messagesErrors related to missing patterns or scopes are indicated, but the SKILL.md could be more explicit about remediation steps for all potential failure modes.

Practical Utility

  • info:Edge casesThe SKILL.md outlines the basic operations and their recovery paths, but does not explicitly document failure modes for malformed patterns or scope issues.

Installation

First, add the marketplace

/plugin marketplace add hatawong/claude-recap
/plugin install claude-recap@claude-recap-marketplace

Quality Score

93 /100
Analyzed about 20 hours ago

Trust Signals

Last commit2 months ago
Stars31
LicenseMIT
Status
View Source

© 2025 SkillRepo · Find the right skill, skip the noise.