map

map is a skill for Claude Code from Snowflake-Labs/cocoplus. It costs 42 tokens per session (1,912 once invoked), scanned A, original, MIT.

A tool that builds a knowledge graph of AI functions in a project. It records how functions depend on one another and groups them by business purpose.

In plain words
What is it for?
Use it to scan Cortex AI functions, create a reduced dependency map, and save the result as coco-map.json.
Why use it?
It makes relationships between AI functions easier to trace in projects that may contain many connected definitions.

Skill for Claude Code

Written for Claude Code: user-invocable in frontmatter. Also seen: mentions AGENTS.md.

Good fit Use it to scan Cortex AI functions, create a reduced dependency map…

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/snowflake-labs/cocoplus/map
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.

Any agent
npx skills add Snowflake-Labs/cocoplus --skill map
Clone the repo
git clone --depth 1 https://github.com/Snowflake-Labs/cocoplus

Made for: Claude Code.

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 map

README.md
[![agentmods](https://agentmods.dev/badge/skills/snowflake-labs/cocoplus/map.svg)](https://agentmods.dev/skills/snowflake-labs/cocoplus/map)
Your own site
<a href="https://agentmods.dev/skills/snowflake-labs/cocoplus/map"><img src="https://agentmods.dev/badge/skills/snowflake-labs/cocoplus/map.svg" alt="Measured on agentmods" height="20"></a>
Per session 42 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,912 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
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.1 $0.00042 $0.01912
Opus 5 $0.00021 $0.00956
Sonnet 5 $0.00008 $0.00382
Haiku 4.5 $0.00004 $0.00191

Measured 2d ago against content hash dba749ae9d83, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-06, from the pricing page.

Security

Grade A, and why

map 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 2d ago.

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.

.cortex/skills/cocomap/map.skill.md · 166 lines

How it starts

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

$map

Build and commit a knowledge graph of all Cortex AI functions in the project. Produces coco-map.json with structural dependency data and a domain intent map.

Flags

Flag Effect
(none) Build full map with transitive reduction applied (default)
--reduce Explicit: apply transitive reduction (same as default)
--reduce off Skip transitive reduction — store full transitive closure in coco-map.json

Preconditions

  • .cocoplus/ must be initialized
  • At least 2 Cortex AI functions must exist in the project (SQL UDFs using AI_COMPLETE, AI_CLASSIFY, AI_EXTRACT, etc., or Cortex Search configurations, or Semantic Model definitions)
  • CocoHarvest must be available for parallel agent coordination

Step-by-Step Behavior

  1. Verify initialization: Check .cocoplus/ exists. If not, output: "CocoPlus not initialized. Run $pod init first." and exit.

  2. Count Cortex AI functions: Scan project SQL files and configuration for functions using: AI_COMPLETE, AI_CLASSIFY, AI_EXTRACT, AI_FILTER, AI_SENTIMENT, AI_TRANSLATE, AI_EMBED, AI_SIMILARITY, AI_REDACT, AI_PARSE_DOCUMENT, AI_TRANSCRIBE, AI_AGG, AI_COUNT_TOKENS, Cortex Search service definitions, and Semantic Model files. If fewer than 2 found, output:

    CocoMap requires at least 2 Cortex AI functions. Only [N] found.
    Add more Cortex AI functions before running $map.
    

    and exit.

  3. Create map directories:

    • .cocoplus/map/intermediate/ (if not present)
    • .cocoplus/map/archive/ (if not present)
  4. Archive previous map: If .cocoplus/map/coco-map.json already exists, copy it to .cocoplus/map/archive/[timestamp]-coco-map.json before overwriting. This is gitignored — the archive is for debugging, not version history.

  5. Spawn 5 analysis agents in parallel (each writes intermediate results to .cocoplus/map/intermediate/ without returning to orchestrator context):

    Agent 1 — Function Scanner:

    • Discovers all Cortex AI functions: SQL UDFs using AI_* functions, Cortex Search configurations, Semantic Model definitions
    • Extracts: function name, file path, function signature, Cortex API used, schema/database location
    • Output: .cocoplus/map/intermediate/function-scanner-results.json

Read the full file on GitHub · 166 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. 2d ago First seen · 166 lines · 42 tokens per session scan A dba749ae9d83

Subscribe to this mod's changes

map is a skill published in the GitHub repository Snowflake-Labs/cocoplus (720 stars, last pushed 3d ago), licensed MIT. It adds 42 tokens to every session and 1,912 once invoked, about $0.0002 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-09-03.

Related

Other skills, from other repositories

prompt-engineering

Master advanced prompt engineering techniques to maximize LLM performance, reliability, and controllability in production. Use when optimizing prompts, improving LLM outputs, designing production prompt templates, or building AI-powered features.

wpank/ai · 44 tokens

rag-retrieval

Retrieval-Augmented Generation patterns for grounded LLM responses. Use when building RAG pipelines, embedding documents, implementing hybrid search, contextual retrieval, HyDE, agentic RAG, multimodal RAG, query decomposition, reranking, or pgvector search.

yonatangross/orchestkit · 58 tokens

transformer-attention

Use when reasoning about Transformer self-attention, multi-head attention, positional encoding, masked decoder attention, or why attention replaced recurrence/convolutions in sequence models; not for generic NLP or unrelated attention topics.

VectifyAI/OpenKB · 46 tokens

testing-llm

LLM and AI testing patterns — mock responses, evaluation with DeepEval/RAGAS, structured output validation, and agentic test patterns (generator, healer, planner). Use when testing AI features, validating LLM outputs, or building evaluation pipelines.

yonatangross/orchestkit · 55 tokens

golden-dataset

Golden dataset lifecycle patterns for curation, versioning, quality validation, and CI integration. Use when building evaluation datasets, managing dataset versions, validating quality scores, or integrating golden tests into pipelines.

yonatangross/orchestkit · 44 tokens

deepeval

Use when discussing or working with DeepEval (the python AI evaluation framework).

sammcj/agentic-coding · 19 tokens