carta-cap-table:issuance-config

carta-cap-table:issuance-config is a skill for Claude Code, Codex from carta/plugins. It costs 123 tokens per session (7,226 once invoked), scanned A, original, Apache-2.0.

A configuration panel for preparing a Carta security issuance, such as granting options or issuing shares, to multiple stakeholders. Each stakeholder gets a separate block containing their personal and issuance terms.

In plain words
What is it for?
Use it to enter names, emails, stakeholder types, quantities, option or share details, issue dates, and board approval information for a batch issuance.
Why use it?
It keeps different terms for different people together and lets the issuance process validate the information before review or submission.

Skill for Claude CodeCodex

Installs and runs on its own, but its text points at files inside its plugin — anything it tells you to read at a ${CLAUDE_PLUGIN_ROOT} path is only there once the plugin is installed. Installing the plugin gets both.

Part of the carta-cap-table plugin — 22 skills, 5 hooks shipped together

Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

agentmods
npx agentmods add skills/carta/plugins/issuance-config
Any agent
npx skills add carta/plugins --skill issuance-config
Clone the repo
git clone --depth 1 https://github.com/carta/plugins

Made for: Claude Code, Codex.

Or install carta-cap-table, the plugin that ships this one along with the rest of its 22 skills, 5 hooks.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for carta-cap-table:issuance-config

README.md
[![agentmods](https://agentmods.dev/badge/skills/carta/plugins/issuance-config.svg)](https://agentmods.dev/skills/carta/plugins/issuance-config)
Your own site
<a href="https://agentmods.dev/skills/carta/plugins/issuance-config"><img src="https://agentmods.dev/badge/skills/carta/plugins/issuance-config.svg" alt="Measured on agentmods" height="20"></a>
Per session 123 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 7,226 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5 $0.00123 $0.07226
Opus 5 $0.00062 $0.03613
Sonnet 5 $0.00025 $0.01445
Haiku 4.5 $0.00012 $0.00723

Measured today against content hash 43aee59833b3, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

carta-cap-table:issuance-config scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured today.

The scan reads SKILL.md. This mod also ships 3 executable files (scripts/build_config.py, scripts/build_cowork_form.py, scripts/preview_config.py), listed below but not scanned — reading those needs a real analyzer, not pattern matching.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

plugins/carta-cap-table/skills/carta-issuance/issuance-config/SKILL.md · 344 lines

How it starts

The opening of the file, as written. The whole thing — 344 lines — stays where its author put it; the contents beside it link to each section on GitHub.

issuance-config panel

Pre-flight configuration panel for issuance. Replaces the AskUserQuestion chain with a single interactive panel in the Claude Desktop side panel. The panel is a repeater of one full key-value block per stakeholder — every field (name, email, stakeholder type, relationship, quantity, and the whole type-specific field set) lives inside that person's own block, so one batch can issue genuinely different terms to different people. A "+ Add stakeholder" button appends another block, pre-filled by copying the most-recently-added block's non-personal terms forward. One template serves both security types: it carries both field sets, and the {{SECURITY_TYPE}} switch (option_grant | certificate) hides the rows whose data-sectype doesn't match and selects the matching submit() payload. Issue date and Board approval are shared field rows (not type-gated) inside every block.

Two footer buttons. Review posts action: "config_submit" — the parent skill saves and validates (save_drafts + validate_drafts) before ever rendering the review surface (carta-issuance SKILL.md's Phase 1.5); any server error re-renders this same panel with a banner (see Server-error banners, below), never silently moves on. Save posts action: "save_only" — a lighter escape hatch, save_drafts only, no validation, no panel re-render. Both gate on the exact same per-block readiness check (missingFields()) — Save isn't a weaker bar.

Do not invoke this skill directly. Dispatched by carta-issuance Phase 0.5.

Read the full file on GitHub · 344 lines

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. today Changed · +41 lines 43aee59833b3
  2. 4d ago First seen · 303 lines · 123 tokens per session scan A e0e99ddd3e1b

Subscribe to this mod's changes

carta-cap-table:issuance-config is a skill published in the GitHub repository carta/plugins (12 stars, last pushed today), licensed Apache-2.0. It adds 123 tokens to every session and 7,226 once invoked, about $0.0006 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.

Related

Other skills, from other repositories

release

Release a new version of the DevoxxGenie IntelliJ plugin — prompt for the target version, bump it in the build files, write a curated CHANGELOG.md entry and plugin.xml change-notes from the git/PR history since the last tag, build to verify, then commit, tag, and publish a matching GitHub release. Use this whenever…

devoxx/DevoxxGenieIDEAPlugin · 121 tokens

close-task-commit-push-pr

Close the active backlog task (detected from branch name), commit all changes, push to remote, and open a pull request. Use when the user says "close task and ship it", "close task commit push pr", or invokes /close-task-commit-push-pr.

devoxx/DevoxxGenieIDEAPlugin · 64 tokens

aspire

Build, upgrade, and operate Aspire 13.5.x C# or TypeScript application hosts with the current CLI, AppHost, ServiceDefaults, integrations, dashboard, testing, MCP, and deployment patterns for distributed apps. USE FOR: Aspire.AppHost.Sdk, Aspire.Hosting., DistributedApplication.CreateBuilder, apphost.mts…

managedcode/dotnet-skills · 145 tokens

microsoft-agent-framework

Build .NET AI agents, harnesses, and multi-agent workflows with Microsoft Agent Framework using the right agent type, sessions, tools, workflows, hosting protocols, and enterprise guardrails. USE FOR: building or reviewing .NET code that uses Microsoft.Agents., Microsoft.Extensions.AI, AIAgent, HarnessAgent…

managedcode/dotnet-skills · 138 tokens

wpf

Build and modernize WPF applications on .NET with correct XAML, data binding, commands, threading, styling, and Windows desktop migration decisions. USE FOR: working on WPF UI, MVVM, binding, commands, or desktop modernization; migrating WPF from .NET Framework to .NET; integrating newer Windows capabilities into a…

managedcode/dotnet-skills · 122 tokens

worker-services

Build long-running .NET background services with BackgroundService, Generic Host, graceful shutdown, configuration, logging, and deployment patterns suited to workers and daemons. USE FOR: background services; scheduled workers; hosted services; worker extraction; graceful shutdown, health checks, and service hosting…

managedcode/dotnet-skills · 109 tokens