art-asset-search

Search Korean educational art assets and export edu-content modules by category, tag, and keyword.

Updated Jan 24, 2026
One-click install
npx skills add https://github.com/cskwork/art-assets --skill art-asset-search-cskwork
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: art-asset-search
Source: https://github.com/cskwork/art-assets/tree/main/.claude/skills/art-asset-search
Command: npx skills add https://github.com/cskwork/art-assets --skill art-asset-search-cskwork

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve? Finding the right icon, illustration, diagram, background, or 3D model for Korean educational content requires manually browsing a large asset repository, and copying ready-made interactive lesson modules into a project is repetitive and error-prone. ## Core Features & Use Cases - Asset Search: Query the art-assets index (assets-index.json) by category (icons, illustrations, diagrams, backgrounds, 3d), education-level and subject tags (elementary, math, geometry, etc.), and Korean description keywords. - Integration Code Generation: Receive ready-to-use HTML, Vue, and Three.js (GLTFLoader) snippets with correctly composed asset paths like icons/icon-checkmark-green-20260124.svg. - Edu-Content Module Export: Match Korean or English keywords (e.g., 피타고라스, fraction) to prebuilt interactive lesson modules and copy them to a target directory with overwrite warnings. - Use Case: A teacher building a middle-school geometry page asks for a Pythagorean theorem diagram; the skill returns matching diagram assets with Vue embed code, then exports the full interactive pythagorean module to the project folder. ## Quick Start Ask the assistant to find elementary math icons and export the pythagorean edu-content module to your current directory.

Frequently Asked Questions about art-asset-search

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I search for educational icons by tag and category?

Provide a category (icons, illustrations, diagrams, backgrounds, or 3d) plus tags like elementary, math, or geometry. The skill reads assets-index.json and filters on the category field, tag array, and Korean description field, returning the top matches with integration code.

How do I export an edu-content module to a local folder?

Name the module by Korean or English keyword, such as 피타고라스 or fraction, and optionally give a target path. The skill matches the keyword to a module folder like 20260125-pythagorean and copies it with cp -r, warning before overwriting existing folders.

Can I use the 3D assets with Three.js?

Yes, 3D category assets are GLB files designed for Three.js. The skill generates GLTFLoader code that loads the model path, adds it to the scene, and reports loading progress and errors.

Does asset search support Korean language keywords?

Yes, asset descriptions in the index are written in Korean, so Korean keywords match the description field directly. Tags also include Korean entries such as 입체도형, 정사면체, and 분수 for precise filtering.

What file formats do the asset categories use?

Icons, illustrations, and diagrams default to SVG, backgrounds default to PNG or JPG, and 3D models use GLB. Asset paths are composed as category/id.format, for example diagrams/diagram-parabola-graph-gradient-20260124.svg.