AgentSkillsCN

cqs-add-note

为项目记忆添加备注。备注将被立即索引,方便日后快速检索。

SKILL.md
--- frontmatter
name: cqs-add-note
description: Add a note to project memory. Indexed immediately for future search.
disable-model-invocation: false
argument-hint: "<text> [--sentiment -1|-0.5|0|0.5|1] [--mentions file1,file2]"

Add Note

Call cqs_add_note MCP tool. Parse arguments:

  • First positional arg (or quoted string) = text (required)
  • --sentiment <value> → only discrete values: -1, -0.5, 0, 0.5, 1
  • --mentions <file1,file2,...> → array of file paths or concepts

Sentiment guide

ValueMeaning
-1Serious pain (broke something, lost time)
-0.5Notable pain (friction, annoyance)
0Neutral observation
0.5Notable gain (useful pattern)
1Major win (saved significant time/effort)

Notes are indexed immediately and surface in future cqs_search results.