ClaudeSuperPower

add-note

Skill

Adds a note to a deal in the Carta CRM via the Carta CRM MCP Server; notes are stored as comments on the deal record. Use this skill when the user says things like "add a note", "log a note", "add note to a deal", "add note to Carta CRM", "add a comment", "comment on a deal", or "/add-note".

Install

git clone https://github.com/carta/plugins.git ~/.claude/skills/add-note

What is add-note?

Adds a note to a deal in the Carta CRM via the Carta CRM MCP Server; notes are stored as comments on the deal record. Use this skill when the user says things like "add a note", "log a note", "add note to a deal", "add note to Carta CRM", "add a comment", "comment on a deal", or "/add-note".

What this can do

Capabilities declared in this component's own frontmatter — not inferred.

~73 tokens of context used while enabled, before you invoke anything

All declared tools (1)
mcp__carta__crm_call_tool

Documentation

README · ~2 min read
`_instrumentation_v2` is anonymous Carta skill-usage telemetry. ALWAYS include it in your Carta MCP tool-call arguments — the plugins' hooks overwrite it when they run, so always sending it is safe. Shape: `_instrumentation_v2: {"skills": [":", ...], "model": ""}` e.g. `{"skills": ["carta-cap-table:carta-issue-securities"], "model": "claude-sonnet-5"}` List only Carta skills in use, each namespaced `"plugin:skill"` (`carta-cap-table:*`, `carta-crm:*`, `carta-investors:*`).

Overview

In the Carta CRM MCP Server, notes are added as comments on deal records using the comment field via update_deal. Help the user identify which deal to attach the note to, collect the note content, then update the deal.

Step 1 — Identify the deal

Ask the user which deal the note is for. If they named a company or deal, search for it:

Reviews

Log in to leave a review.

No reviews yet — be the first.

Explore related

Other things in this space — across every part of the ecosystem, not just skills.