public-sample-workspace

public-sample-workspace is a skill for Claude Code, Codex from JetXu-LLM/DocMason. It costs 31 tokens per session (533 once invoked), scanned A, original, Apache-2.0.

A contributor setup guide that copies a tracked public sample dataset into the repository’s live `original_doc/` folder for local testing.

In plain words
What is it for?
Use it to build a local demo workspace from the ICO and GCS sample corpus when testing or contributing to the project.
Why use it?
It avoids manually assembling demo files while protecting existing workspace files from being overwritten without confirmation.

Skill for Claude CodeCodex

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

Good fit Use it to build a local demo workspace from the ICO and GCS sample corpus when testing or contributing to the project.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/jetxu-llm/docmason/public-sample-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 JetXu-LLM/DocMason --skill public-sample-workspace
Clone the repo
git clone --depth 1 https://github.com/JetXu-LLM/DocMason

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 public-sample-workspace

README.md
[![agentmods](https://agentmods.dev/badge/skills/jetxu-llm/docmason/public-sample-workspace/github.svg)](https://agentmods.dev/skills/jetxu-llm/docmason/public-sample-workspace)
Your own site
<a href="https://agentmods.dev/skills/jetxu-llm/docmason/public-sample-workspace"><img src="https://agentmods.dev/badge/skills/jetxu-llm/docmason/public-sample-workspace/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for public-sample-workspace

Your own site · 80×15
<a href="https://agentmods.dev/skills/jetxu-llm/docmason/public-sample-workspace"><img src="https://agentmods.dev/badge/skills/jetxu-llm/docmason/public-sample-workspace.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 31 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 533 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. Third-party audits
  • NVIDIA SkillSpector pass 7 Sept 2026
How audits are shown
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.00031 $0.00533
Opus 5 $0.00015 $0.00267
Sonnet 5 $0.00006 $0.00107
Haiku 4.5 $0.00003 $0.00053

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

Security

Grade A, and why

public-sample-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 10d 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.

skills/optional/public-sample-workspace/SKILL.md · 57 lines

How it starts

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

Public Sample Workspace

Use this skill only when the user explicitly wants a local demo workspace built from the tracked public sample corpus in the canonical source repository.

This is contributor-oriented setup help. It should not replace the clean or demo release-bundle onboarding paths.

Activation

This optional skill is intended to be exposed only when the canonical source repo contains the tracked ICO + GCS sample preset.

Required Capabilities

  • local file access
  • shell or command execution
  • ability to inspect whether original_doc/ already contains user files

If the current environment cannot inspect or modify the local workspace, stop and explain the blocker.

Procedure

  1. Confirm that the current repository contains the tracked public sample preset.
  2. Inspect original_doc/ for visible user files before copying anything.
  3. If original_doc/ is non-empty and the user did not explicitly ask to replace it:
    • stop
    • explain that live corpus files already exist
    • ask for explicit confirmation before overwriting them
  4. If original_doc/ is empty, or the user explicitly asked to replace it, run:
    • python3 scripts/use-sample-corpus.py --preset ico-gcs
  5. Add --force only when the user explicitly asked to replace existing live corpus files.
  6. Add --prepare only when the user explicitly asked to bootstrap the workspace immediately after materialization.
  7. Add --sync only when the user explicitly asked to build or refresh the knowledge base immediately after materialization.
  8. After success, summarize that the tracked public sample corpus was copied into live original_doc/ and note whether bootstrap or sync also ran.

Escalation Rules

  • Do not overwrite a non-empty original_doc/ silently.
  • Do not run bootstrap or sync as a side effect unless the user asked for it.
  • If the tracked preset is missing, stop and report that this checkout does not expose the public sample workspace helper.

Completion Signal

Read the full file on GitHub · 57 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. 10d ago First seen · 57 lines · 31 tokens per session scan A 9aa397607dac

Subscribe to this mod's changes

public-sample-workspace is a skill published in the GitHub repository JetXu-LLM/DocMason (135 stars, last pushed 6d ago), licensed Apache-2.0. It adds 31 tokens to every session and 533 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-08-30.

Related

Other skills, from other repositories

openkb-deck-neon

A skill for creating a single-file HTML slide deck from content stored in OpenKB, a knowledge-base chat system. It defines a dark, high-tech visual style using neon colors, glow effects, and glass-like panels.

VectifyAI/OpenKB · 173 tokens

openkb-deck-editorial

A tool for creating a single-file HTML slide presentation from compiled knowledge-base content. Its visual style uses a warm cream background, serif typography, and brick-red accents.

VectifyAI/OpenKB · 117 tokens

openkb-html-critic

Use to review a generated HTML deck or single-page artifact for visual quality and structural correctness. Especially good at catching CSS specificity bugs where slide-modifier classes (.divider, .center, .q, .flow etc.) accidentally override the base .slide{display:none} and cause one slide to stack on top of every…

VectifyAI/OpenKB · 132 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

release-sync

Syncs latest release content to NotebookLM and HQ Knowledge Base after version tagging. Reads CHANGELOG, CLAUDE.md, and hook README, updates notebook sources, and ingests release digest. Optionally generates podcast from updated knowledge base. Use after tagging a new version to propagate release knowledge.

yonatangross/orchestkit · 62 tokens

openlore

Query and publish to an OpenLore knowledge base over SSH using ordinary shell commands. Use when a task needs project documentation, runbooks, shared team knowledge, or a place to publish findings.

aakarim/OpenLore · 42 tokens