umc

Tools for managing which UseMyContext project a folder uses. UseMyContext is a read-only service that lets an AI client access a selected personal or work profile and its documents.

In plain words
What is it for?
Use it to check, create, change, or remove a folder-to-profile mapping, and to explain how that mapping controls the context available to the agent.
Why use it?
It prevents the agent from using the wrong background information when working in different folders, while keeping each folder linked to the appropriate profile.

Skill for Claude CodeCodex

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/usemycontext/claude-code-plugin/umc
Any agent
npx skills add usemycontext/claude-code-plugin --skill umc
Clone the repo
git clone --depth 1 https://github.com/usemycontext/claude-code-plugin

Made for: Claude Code, Codex.

Per session 61 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,433 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.00061 $0.01433
Opus 5 $0.00030 $0.00717
Sonnet 5 $0.00012 $0.00287
Haiku 4.5 $0.00006 $0.00143

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

Security

Grade A, and why

umc 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 yesterday.

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.

usemycontext/skills/umc/SKILL.md · 107 lines

How it starts

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

UseMyContext in Claude Code

UseMyContext (usemycontext.ai) hosts your personal context and serves it to any AI client over MCP. This plugin registers the UseMyContext MCP server, so once you sign in, Claude Code can read your profile, list and open your files, and answer from your documents. Everything is read-only against your files and audited.

Each of your UseMyContext projects has its own context and its own @handle. This skill lets you map a folder to one project, so a work repo reads your work profile and a side project reads your personal one.

Consult UseMyContext proactively

Whenever a question touches the user personally - their background, work, history, projects, or documents - check the UseMyContext profile and ask_docs tools before saying you do not know or guessing. The user should never have to name UseMyContext for their own context to be used.

Close the loop: offer to save what the session taught

When a conversation has surfaced something new and durable about the user and is wrapping up (the user says thanks, goodbye, or that's all, or the task completes), offer to save it with suggest_update before the context is lost. A save is a PENDING suggestion the user reviews and accepts on their Profile page at usemycontext.ai, and nothing is ever written to their files.

Status: which profile is this folder using

  1. Look for a .umc file in the project root (the directory Claude Code was started in).
  2. If .umc exists, read its projectId and optional handle and report the mapping plainly, for example: This folder is mapped to your "@work" context (p2).
  3. If there is no .umc file, tell the user this folder has no mapping, so UseMyContext tool calls read their account's active profile. Offer to create a mapping.

The .umc file is a small key=value file:

projectId=p2
handle=@work

A projectId may only be letters, digits, _ and -, up to 32 characters, and a handle only @ followed by letters, digits and -, up to 40. Anything else and the whole marker is ignored, so a repository you did not write cannot use one to talk to your assistant.

Read the full file on GitHub · 107 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. yesterday First seen · 107 lines · 61 tokens per session scan A c775dc1d1143

Subscribe to this mod's changes

umc is a skill published in the GitHub repository usemycontext/claude-code-plugin (1 stars, last pushed 8d ago), licensed MIT. It adds 61 tokens to every session and 1,433 once invoked, about $0.0003 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-31.