원클릭으로
articraft-library
Use when working with Articraft local library records, categories, manifest rebuilds, validation, or data-folder maintenance.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Use when working with Articraft local library records, categories, manifest rebuilds, validation, or data-folder maintenance.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Use when creating, editing, checking, or finalizing Articraft articulated-object records in the local library.
Use when compiling Articraft records, opening the local viewer, inspecting articulated assets visually, or working on viewer API/web code.
| name | articraft-library |
| description | Use when working with Articraft local library records, categories, manifest rebuilds, validation, or data-folder maintenance. |
Use this skill when the user asks about Articraft record authoring, categories, local data validation, manifest updates, or sharing a data folder.
From the repo root, prefer uv run articraft ... product commands and just shortcuts.
Check current state:
uv run articraft status
uv run articraft library status
Validate a local data folder:
uv run articraft library check --require-records
Rebuild the manifest:
uv run articraft library rebuild-manifest
List records:
uv run articraft library list
Assign a category:
uv run articraft library set-category <record-id> <category_slug>
The default data root is the gitignored <repo-root>/data. To use another local/exportable folder, pass --data-dir or set:
export ARTICRAFT_DATA_DIR=/path/to/articraft-data
The data root contains top-level records/, categories/, records_manifest.jsonl, system_prompts/, and cache/.
Data authoring work should follow CONTRIBUTING.md and EXTERNAL_AGENT_DATA.md.
Before sharing a data folder, run the relevant checks and report exact commands:
uv run articraft library check --require-records
just smoke-tests
If viewer behavior or asset quality is part of the change, inspect records with the local viewer and include screenshots or notes when useful.