cqs-remove-note

Remove notes from project memory by exact text match using the cqs_remove_note MCP tool.

13|3|Updated Jan 31, 2026
One-click install
npx skills add https://github.com/jamie8johnson/cqs --skill cqs-remove-note
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: cqs-remove-note
Source: https://github.com/jamie8johnson/cqs/tree/main/.claude/skills/cqs-remove-note
Command: npx skills add https://github.com/jamie8johnson/cqs --skill cqs-remove-note

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Removes a note from project memory by matching exact text, helping to clean up stale or sensitive entries without risking partial deletions.

Core Features & Use Cases

  • Exact-text deletion: Remove a note by providing the exact content to delete.
  • Safe memory pruning: Prevents partial matches and unintended removals by requiring exact text.
  • Use Case: Clear a deprecated note about an API change from the project memory.

Quick Start

Provide the exact text you want removed and invoke the cqs_remove_note tool to delete it.

Frequently Asked Questions about cqs-remove-note

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I delete a specific note from project memory without affecting other entries?

To delete a specific note from project memory, you can use exact-text matching to target and remove only the precise entry you specify. This approach prevents partial matches and unintended deletions across large note collections.

What is exact-text deletion for memory notes and when is it needed?

Exact-text deletion for memory notes is a safe pruning mechanism that removes entries by matching their complete content. It is needed when you must clear stale or sensitive project data without risking accidental data loss from partial matches.

How do I remove deprecated API notes from project memory safely?

You remove deprecated API notes by providing the exact text of the deprecated entry to the cqs_remove_note tool. This validates the input and requires an exact text argument to ensure safe operation and prevent accidental data loss.

Does exact-text note removal prevent partial matches in large note collections?

Yes, exact-text note removal prevents partial matches by requiring the complete text argument for deletion. This ensures safe operation across large note collections by validating inputs to stop unintended removals and accidental data loss.

What are the limitations of using exact-text matching to delete project notes?

The limitation of exact-text matching for deleting project notes is that you must provide the precise, complete content of the target note. If the text argument does not match exactly, the removal will fail to execute to ensure data safety.