QualityTypeScript

Artifact Quality

by chekusu

Artifact Quality is a Quality 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 Quality
Copy Artifact Quality 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-quality ~/.claude/skills/artifact-quality

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-quality/SKILL.md in chekusu/wanman
Installs to
~/.claude/skills/artifact-quality
Collection
One of 6 skills cataloged from this repository
Category
Quality1354 skills

What Artifact Quality does

Artifact Quality defines required metadata and confidence rules for structured deliverables. Use it when recording or validating data that needs clear sources, traceability, and consistent paths.

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

Documentation

README

Artifact Quality Standards

Required Fields

Every artifact's metadata must include:

Field Type Description
source string Data source identifier
confidence number (0-1) Confidence score

Source Identifier Format

training_data        → From model training data (lowest confidence)
estimate             → Extrapolated from known data
web_search:<domain>  → Web search result, specify the domain
government_data      → Official government data
industry_report      → Industry report
api:<service>        → API call result
cross_validated      → Cross-validated

Confidence Scoring Guide

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

Frequently asked about Artifact Quality

  • What else does chekusu publish alongside Artifact Quality?

    Artifact Quality is one of 6 skills that DirSkills catalogs from chekusu/wanman, the repository it ships in. Its siblings there include Artifact Naming Conventions, Cross Validation and Research Methodology. Each one is a separate skill with its own page in this directory, installs the same way Artifact Quality 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 Quality compare to other Quality skills?

    Artifact Quality ranks #1071 by stars among the 1354 Quality skills in this catalog. The most-starred ones next to it are Benchmark, Benchmark Optimization Loop and API Design Patterns. 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 Quality against them. Open each page to compare what they document and how they install.