workspace

workspace is a skill for Claude Code, Codex from shadcn-labs/agentcn. It costs 23 tokens per session (118 once invoked), scanned A, original, MIT.

A set of instructions for working safely with files and commands in a restricted workspace.

In plain words
What is it for?
Inspecting files first, making small reversible edits, keeping work inside the workspace, and checking results after changes.
Why use it?
It reduces the risk of changing the wrong files or making destructive changes during multi-step tasks.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one.

Good fit Inspecting files first, making small reversible edits, keeping work inside the workspace…

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/shadcn-labs/agentcn/workspace
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 shadcn-labs/agentcn --skill workspace
Clone the repo
git clone --depth 1 https://github.com/shadcn-labs/agentcn

Made for: Claude Code, Codex.

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 workspace

README.md
[![agentmods](https://agentmods.dev/badge/skills/shadcn-labs/agentcn/workspace.svg)](https://agentmods.dev/skills/shadcn-labs/agentcn/workspace)
Your own site
<a href="https://agentmods.dev/skills/shadcn-labs/agentcn/workspace"><img src="https://agentmods.dev/badge/skills/shadcn-labs/agentcn/workspace.svg" alt="Measured on agentmods" height="20"></a>
Per session 23 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 118 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.00023 $0.00118
Opus 5 $0.00012 $0.00059
Sonnet 5 $0.00005 $0.00024
Haiku 4.5 $0.00002 $0.00012

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

Security

Grade A, and why

workspace 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 7d 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.

registry/eve/claw/agent/skills/workspace/SKILL.md · 14 lines

What it actually says

Working in the Workspace

  1. Plan the task as a short ordered checklist.
  2. Inspect first: read files or ls a directory before changing anything.
  3. Make the smallest change that advances the task; re-check after each step.
  4. Keep every path inside the workspace.
  5. Prefer reversible, non-destructive commands. Explain risky ones before running.
  6. Finish by summarizing exactly what you created or changed.
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. 7d ago First seen · 14 lines · 23 tokens per session scan A e14da5b1b6b9

Subscribe to this mod's changes

workspace is a skill published in the GitHub repository shadcn-labs/agentcn (455 stars, last pushed 14d ago), licensed MIT. It adds 23 tokens to every session and 118 once invoked, about $0.0001 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

component-search

Search 21st.dev component registry for production-ready React components. Finds components by natural language description, filters by framework and style system, returns ranked results with install instructions. Use when looking for UI components, finding alternatives to existing components, or sourcing design system…

yonatangross/orchestkit · 57 tokens

agent-readme

Write or deslopify a registry agent's README (registry/ /README.md). Use when authoring a new agent README, trimming an existing one, or cutting AI-generated README noise ("these READMEs are too long / generic / repetitive", "deslopify the readmes", "fix the README"). Not for agent/instructions.md, the runtime prompt.

elie222/atom-eve · 83 tokens

revenue-pulse

Use when writing the weekly Stripe revenue & churn pulse — how to pull facts with the stripe and posthog-cli CLIs in the sandbox, then post to Slack.

elie222/atom-eve · 33 tokens

author-atom-eve-agent

Use when authoring or contributing a NEW Atom Eve agent to the registry (not installing an existing one) - designing what it does, wiring its capability and connections, and writing the README, SETUP.md, and agent/ source. Triggers include "build a new Atom Eve agent", "contribute an agent", "add a new agent to the…

elie222/atom-eve · 102 tokens

ppc-assist

Use when running PPC Assist Amazon PPC triage, interpreting PPC Assist metrics, reviewing search terms and suggestions, or preparing approval-gated account changes.

elie222/atom-eve · 34 tokens

install-atom-eve-agent

Use when setting up or installing an existing Atom Eve AI agent into a project, including scaffolding a new eve.dev (Eve) or Flue app, adding an agent with the atom-eve CLI, wiring credentials, and verifying it runs. Triggers include "set up an Atom Eve agent", "install the SEO/ads/QA agent", "add an agent to this…

elie222/atom-eve · 104 tokens