cqs-add-note

Add notes to project memory with optional sentiment and mentions for indexed retrieval.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Notes are often scattered across conversations and files. This skill lets you add a note to the project memory so it becomes immediately searchable and contextually available.

Core Features & Use Cases

  • Add notes with optional sentiment and mentions to provide context for future searches
  • Immediate indexing ensures notes surface in cqs_search results
  • Use Case: after a design discussion, capture a summary and related files for quick retrieval later

Quick Start

Add a short project note about a decision or finding, and let it be indexed for future searches.

Frequently Asked Questions about cqs-add-note

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

FAQPage Schema
How do I add project notes to memory for quick search retrieval?

You can add project notes to memory by parsing the text argument alongside optional --sentiment and --mentions flags, which ensures the content is immediately indexed for quick search retrieval.

Can I attach sentiment and mentions to project management notes?

Yes, you can attach sentiment and mentions to project management notes by using the --sentiment flag with values like -1, -0.5, 0, 0.5, or 1, and the --mentions flag with a comma-separated list, providing valuable context for future searches.

How does indexing notes for memory-augmented search work?

Memory-augmented search indexing works by capturing textual notes, sentiment values, and mentions, then immediately storing them in project memory so they surface in future search results.

What is the best way to capture design discussion summaries for later retrieval?

The best way to capture design discussion summaries for later retrieval is adding them as notes to project memory with related file mentions, ensuring they are immediately indexed and contextually available for future searches.

What are the limitations when adding notes with sentiment values?

When adding notes with sentiment values, you are limited to specific numeric inputs: -1, -0.5, 0, 0.5, or 1. The skill enforces argument parsing and accepts mentions only as a comma-separated list.