add-note
Use this skill whenever important information is learned during a task or when the user explicitly asks to store something. Use when users ask to remember. Triggers on "remember this", "update memory", "share" or any persistent storage request.
What this skill does
Be **proactive**, but intentional: - Store CLI commands, API endpoints, error resolutions, operational gotchas, patterns, and internal processes - Prefer **small, focused, reusable notes** - If the information would save time if recalled later, it likely belongs here --- ## What this skill does Stores a structured knowledge note in Qdrant for retrieval by AI coding agents. This skill uses the **Qdrant MCP server** via the **`qdrant-add-note`** tool. --- ## Collection All notes are stored in the following collection: `notes-hybrid` --- ## Storage guardrails (IMPORTANT) These rules must be followed exactly: - **Do not store test notes** unless they contain a concrete, reusable learning - **Context is required** unless the text is completely self-explanatory - Only use the fields supported by the `qdrant-add-note` tool - All required fields must be provided If any rule is violated, do **not** store the note. --- ## Minimum acceptable note A note must meet at least this standard: **Required parameters:** - `text`: concrete command, endpoint, or learning - `context`: when or why this is useful - `type`: one of `cli`, `api`, `learning`, `snippet`, or `pattern` - `created_at`: ISO-8601 timestamp If you cannot fill in all required fields meaningfully, do not store the note. --- ## Fields and how to use them ### text (required) The primary knowledge content. - One command, endpoint, rule, or learning - Must be understandable without chat history Good examples: - `kubectl rollout restart deployment my-app -n prod` - `Avoid using async forEach in Node.js; it does not await promises` Bad examples: - `testing the note system` - `this worked` --- ### context (required unless self-explanatory) Explains **when, why, or how** the text is useful. Include: - Conditions - Warnings - Operational context If you cannot explain the usefulness, do not store the note. --- ### type (required) Choose exactly one: - `cli` - `api` - `learning` - `snippet` - `pattern` --- ### tool (optional but recommended) The tool, system, or service involved. Examples: - `kubectl` - `aws` - `terraform` - `internal-api` - `github-actions` --- ### tags (optional) Array of short, lowercase keywords describing concepts or domains. Examples: - `["kubernetes", "deployments"]` - `["auth", "debugging"]` - `["terraform", "aws"]` --- ### language (optional) Use for code or CLI-related notes. Examples: - `bash` - `python` - `yaml` - `json` --- ### source (optional) Where this knowledge applies. Examples: - `personal-notes` - `repo:infra` - `service:billing` - `team:platform` --- ### created_at (required) ISO-8601 timestamp. Use the current date/time if not explicitly provided. --- ## Tool usage Use the **`qdrant-add-note`** MCP tool with the following parameters: **Required:** - `text` (string) - `context` (string) - `type` (string: `cli` | `api` | `learning` | `snippet` | `pattern`) - `created_at` (string: ISO-8601 timestamp) **Optional:** - `tool` (string) - `tags` (array of strings) - `language` (string) - `source` (string) The tool handles vector generation and storage automatically. --- ## Pre-store quality checklist Before storing, confirm: - Would another agent benefit from this in 30 days? - Is the note understandable without chat history? - Does `context` clearly explain when or why it applies? - Is this more than a test or confirmation? If any answer is **no**, do not store the note. --- ## Agent reminder When in doubt: > **Check existing notes first. Store only what improves future decisions.**
Related in Productivity
gitea-workflow
IncludedOrchestrate agile development workflows for Gitea repositories using the tea CLI. Use when working with Gitea-hosted repos and asking to 'run the workflow', 'continue working', 'what's next', 'complete the task cycle', 'start my day', 'end the sprint', 'implement the next task', or wanting guided step-by-step development assistance. Keywords: workflow, orchestrate, agile, task cycle, sprint, daily, implement, review, PR, standup, retrospective, gitea, tea.
microsoft-graph-gateway
IncludedRoute Microsoft Graph work in this workspace. Use when users want to read or write Outlook mail, calendar events, contacts, OneDrive or SharePoint files, Teams, Planner, To Do, users, groups, directory data, or arbitrary Microsoft Graph endpoints from VS Code. Prefer WorkIQ for common read scenarios. Use Microsoft Graph for write actions and gap-read scenarios that need exact Graph properties, filters, permissions, or endpoints.
copilotkit
IncludedUse when building with CopilotKit — setup, development, integrations, debugging, upgrading, or contributing. Routes to the appropriate specialized skill based on the task.
wordly-wisdom
IncludedProvides calibrated decision analysis using Charlie Munger-style multiple mental models, inversion, incentive mapping, circle-of-competence checks, misjudgment audits, second-order effects, and forecast updates. Use when the user asks for an oracle take, a hard call, a decision memo, a premortem, an outside view, a red-team, a sanity-check, what am I missing, think this through, or wants a strategy, hire, investment, plan, product, partnership, or major life choice analysed. Avoid for simple factual lookups or time-sensitive legal, medical, or market questions without fresh evidence.
swain-session
IncludedSession management and project status dashboard. Owns the full session lifecycle (start/work/close/resume), focus lane, bookmarks, worktree detection, and tab naming. Also serves as the project status dashboard — shows active epics, progress, actionable next steps, blocked items, tasks, GitHub issues, and recommendations. Worktree creation is deferred to swain-do task dispatch (SPEC-195). Triggers on: 'session', 'status', 'what's next', 'dashboard', 'overview', 'where are we', 'what should I work on', 'show me priorities', 'bookmark', 'focus on', 'session info'.
gandi
IncludedComprehensive Gandi domain registrar integration for domain and DNS management. Register and manage domains, create/update/delete DNS records (A, AAAA, CNAME, MX, TXT, SRV, and more), configure email forwarding and aliases, check SSL certificate status, create DNS snapshots for safe rollback, bulk update zone files, and monitor domain expiration. Supports multi-domain management, zone file import/export, and automated DNS backups. Includes both read-only and destructive operations with safety controls.