artifact-naming

artifact-naming is a skill for Claude Code, Codex from chekusu/wanman. It costs 19 tokens per session (1,034 once invoked), scanned A, original, Apache-2.0.

A set of rules for naming and storing artifacts, such as structured records or generated files, so they can be found and analyzed later. It defines required paths and when to store file contents.

In plain words
What is it for?
Use it when publishing artifacts with the wanman command, especially records organized by domain and category or outputs saved as Markdown or HTML files.
Why use it?
It prevents saved artifacts from becoming difficult to retrieve, aggregate, or version. It also keeps file-based and structured data stored consistently.

Skill for Claude CodeCodex

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

Good fit Use it when publishing artifacts with the wanman command, especially records organized by domain and category or outputs saved as Markdown or HTML files.

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

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 artifact-naming

README.md
[![agentmods](https://agentmods.dev/badge/skills/chekusu/wanman/artifact-naming.svg)](https://agentmods.dev/skills/chekusu/wanman/artifact-naming)
Your own site
<a href="https://agentmods.dev/skills/chekusu/wanman/artifact-naming"><img src="https://agentmods.dev/badge/skills/chekusu/wanman/artifact-naming.svg" alt="Measured on agentmods" height="20"></a>
Per session 19 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,034 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.00019 $0.01034
Opus 5 $0.00010 $0.00517
Sonnet 5 $0.00004 $0.00207
Haiku 4.5 $0.00002 $0.00103

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

Security

Grade A, and why

artifact-naming 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 8d 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.

packages/core/skills/artifact-naming/SKILL.md · 94 lines

How it starts

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

Artifact Naming Conventions

Important: --path Is a Required Parameter

Every call to wanman artifact put must include the --path parameter. Artifacts without a path cannot be retrieved or aggregated.

# Full command format
wanman artifact put --kind <kind> --path "<domain>/<category>/<item>" --source "<source>" --confidence <0-1> '<json>'

Important: Use --file to Store Output File Contents

After writing an MD/HTML or other file, use the --file parameter to store the file contents in the artifact. This ensures file contents are version-controlled in the database.

# After writing a file, include --file in artifact put
wanman artifact put --kind brand_asset --path "brand/identity/handbook" \
  --source "marketing" --confidence 0.9 \
  --file /workspace/agents/output/marketing/brand-design.md \
  '{"name":"Brand Handbook","type":"handbook"}'

# Structured data (no file) does not need --file
wanman artifact put --kind budget_item --path "costs/opex/rent" \
  --source "estimate" --confidence 0.4 \
  '{"item":"rent","amount":350000,"currency":"JPY"}'

Rule: If your task output includes MD or HTML files, you must include --file pointing to that file when calling artifact put.

Kind Standardization

Only use the following standard kind values — do not invent your own:

Domain Standard Kind Description
Market research competitor Competitor information
Market research market_data Market data (size, trends)
Market research customer_profile Customer personas
Market research location_data Location-related data
Finance budget_item Individual cost item (use this uniformly, not monthly_cost/initial_investment)
Finance revenue_forecast Revenue forecast
Finance financial_summary Financial summary (break-even, payback period, etc.)
Branding brand_asset Brand asset (name, story, visuals, tagline — all under brand_asset)
Content content_plan Content planning
Technical tech_spec Technical specification

Read the full file on GitHub · 94 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. 8d ago First seen · 94 lines · 19 tokens per session scan A 2ba120df3a68

Subscribe to this mod's changes

artifact-naming is a skill published in the GitHub repository chekusu/wanman (681 stars, last pushed 2mo ago), licensed Apache-2.0. It adds 19 tokens to every session and 1,034 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

edgeone skill scanner

A local static scanner that checks agent-skill files for security risks before they are installed or used. Static analysis examines files without running them.

Tencent/AI-Infra-Guard · 148 tokens

continual-learning

Nightly refinement of an existing per-repo review-style prompt using this reviewer's own finding outcomes. Read confirmed (resolved-by-commit / thumbs-up) and dismissed (thumbs-down) findings, promote the bug patterns the team actually fixes, demote the false-positive patterns, reconcile against the current prompt…

langchain-ai/open-swe · 89 tokens

nano-banana-pro-openrouter

Deterministic OpenRouter image generation adapter for Nano Banana Pro / Gemini image models. Use as skillexec when a meta-skill needs local image files and structured IMAGEREADY records without spawning an LLM agent.

opensquilla/opensquilla · 49 tokens

skill-creator-linter

Internal tool (not user-invocable). Called by meta-skill-creator as a DAG step (kind: agent) to lint a candidate meta-skill SKILL.md against G1 (parse + reference check + xmlescape grep + structural lint) and G2 (scheduler dry-run with stub executors). Deterministic, sub-second, no LLM. Returns JSON diagnostics.

opensquilla/opensquilla · 84 tokens

paper-abstract-author

Write the abstract after the paper body has been revised, using the final claims and evidence.

opensquilla/opensquilla · 23 tokens

clinicaltrials-database

Query ClinicalTrials.gov via API v2. Search trials by condition, drug, location, status, or phase. Retrieve trial details by NCT ID, export data, for clinical research and patient matching.

synthetic-sciences/openscience · 47 tokens