🏷️
AutomationTypeScript

Artifact Naming Conventions

by chekusu

Artifact Naming Conventions is an Automation skill for Claude Code, published by chekusu in wanman.

679 stars106 forkson chekusu/wanmanAdded 2026/08/24Repository updated 2026/06/14
agentclaude-codecodexllm
Install in seconds
Install Artifact Naming Conventions
Copy Artifact Naming Conventions into your Claude Code skills folder. Run the command in your terminal, or review the source on GitHub before installing.
terminal
npx degit https://github.com/chekusu/wanman/tree/main/packages/core/skills/artifact-naming ~/.claude/skills/artifact-naming

Requires Node.js. Downloads this skill only — not the rest of the repository — into your Claude Code skills folder.

Without Node.js

git clone https://github.com/chekusu/wanman.git

Clones the whole repository, then copy the skill’s own directory into your skills folder yourself.

In this catalog

Source file
packages/core/skills/artifact-naming/SKILL.md in chekusu/wanman
Installs to
~/.claude/skills/artifact-naming
Collection
One of 6 skills cataloged from this repository
Category
Automation1523 skills

What Artifact Naming Conventions does

Artifact Naming Conventions defines required artifact kinds and paths for wanman artifact put. Use it when storing outputs so data can be retrieved, versioned, and aggregated consistently.

Artifact Naming Conventions is cataloged under Automation on DirSkills. Artifact Naming Conventions comes from a repository tagged agent, claude-code, codex and llm.

Documentation

README

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.

This is the opening of the README. Read the full README on GitHub.

Frequently asked about Artifact Naming Conventions

  • What else does chekusu publish alongside Artifact Naming Conventions?

    Artifact Naming Conventions is one of 6 skills that DirSkills catalogs from chekusu/wanman, the repository it ships in. Its siblings there include Artifact Quality, Cross Validation and Research Methodology. Each one is a separate skill with its own page in this directory, installs the same way Artifact Naming Conventions does, and is maintained by chekusu in that same repository. The rest of the collection is listed on the chekusu/wanman page.

  • How does Artifact Naming Conventions compare to other Automation skills?

    Artifact Naming Conventions ranks #1096 by stars among the 1523 Automation skills in this catalog. The most-starred ones next to it are Autonomous Loops, Autonomous Agent Harness and Automation Audit Ops. DirSkills ranks by the star count of the repository each skill ships in, so that order reflects how popular those repositories are rather than any review of Artifact Naming Conventions against them. Open each page to compare what they document and how they install.