To be honest, the first time I saw the skill name "ceramic-molder-shaper-caster," I paused for a moment. I recognized each English word on its own, but when they were combined, I was a bit puzzled. It wasn't until I dug into the domain-experts repository that it clicked—this is essentially turning the know-how of seasoned ceramic workshop masters into an AI agent.
The repository's author, wonsukchoi, has put together a rather ambitious plan: turning "all human experts into AI agents." The repository has already organized a collection of professional skills, and ceramic molding, shaping, and casting is one of them. Don't underestimate this niche skill—the ceramics industry actually relies heavily on experience. Many formula ratios and tactile judgments aren't things you can learn just by reading books; they require master craftsmen to iterate through trial and error, feeling their way to the right answer. It's precisely this kind of "feel for the craft that can't be taught hand-over-hand" that is most worth distilling into AI knowledge.
What Exactly Are Ceramic Forming, Shaping, and Casting?
Let's first get the terminology straight. Ceramic production broadly consists of three stages: forming, shaping, and casting. Forming is turning clay into a basic blank body—hand pinching, coil building, and wheel throwing all fall into this category. Shaping is further refining the form, including pressing with plaster molds, trimming, and carving. Casting generally refers to slip casting: pouring clay slurry into a plaster mold and letting the plaster absorb the water to form the body. This method suits complex shapes, like teapots or sculptural ornaments.
The core of this skill is packaging the process knowledge from all three stages into a single AI expert. In a conversation, you can directly ask it questions like: "What should I do if my slip is too watery and won't stay on the mold?" "How should I mix plaster so the mold doesn't crack easily?" "Why does the bottom keep cracking when I'm throwing on the wheel?" The advice it gives has that practical, workshop-floor feel—not the kind of generic answers you'd scrape off the internet.
What's Inside the Skill Pack
Looking at the repository structure, the role directory contains a SKILL.md file and a references directory. SKILL.md is the main skill file that defines the AI's role, scope of responsibilities, what it can and cannot do, and its response style. The references directory holds more detailed reference materials that supply the AI with specific process knowledge—essentially feeding the model a ceramics process manual.
This structure is quite sensible: the main file handles the "persona," while the reference files handle the "knowledge base." In the future, if the repository updates with new process materials, you just supplement the references, and the AI's knowledge base upgrades along with it—no need to redo the entire skill from scratch.
How to Install and Use It
Installation follows the standard approach—just pull it directly with npx:
npx skills add https://github.com/wonsukchoi/domain-experts --skill ceramic-molder-shaper-caster
Once installed, enable it from the skills list and you can start chatting. My advice for the first time you use it: don't jump straight in with "tell me about ceramic processes"—that's the question that gives master craftsmen a headache. Instead, ask about real problems you're facing at the moment, like "I've been making cups these past couple days and they keep cracking" or "The greenware keeps sticking to the mold when I demold." The more specific your question, the more targeted the advice you'll get.
What's the Actual Experience Like?
I tried simulating a scenario: let's say I'm making a batch of slip-cast tea cups, and the pieces always stick to the mold during demolding. I asked it what was going on. Rather than giving some one-size-fits-all answer, it fired back with questions of its own—what slip concentration was I using, how dry was the plaster mold, how long did I wait before demolding—and then helped me troubleshoot step by step. This kind of back-and-forth feels remarkably like consulting a real workshop master. It's quite fascinating.
In my view, this skill should be genuinely useful to the following groups:
- Ceramics students—it can serve as an after-hours tutor, letting you ask process questions anytime without waiting for the next class Q&A session.
- Newcomers at pottery studios—a lot of basic questions you no longer need to feel embarrassed about asking your mentor directly; run them past the AI first to build a foundation.
- Cultural and creative product developers—the prototyping stage has too many unknowns, so having an extra expert to consult is always a good thing.
A Small Reminder
To be completely honest, since this is general-purpose process knowledge, the advice it provides can't fully replace hands-on practice. Ceramics is highly regional—different clays, kilns, and climates in different places will all affect the final result. Treat it as an experienced consultant, but always make the final call based on your own actual conditions. Additionally, this skill repository currently has only 10 stars and 1 fork—it's still at a fairly early stage. If you find the answers aren't accurate enough, you can file an issue in the repository, or better yet, contribute your own ceramics experience to help expand it.
Overall, I'm quite optimistic about this approach of "turning the experience in a master craftsman's head into an AI skill." Ceramics is a traditional craft that is precisely the kind of field most in need of experience inheritance. AI can't throw clay for you, and it can't trim your pieces, but it can help you avoid a lot of detours and save a few pounds of clay along the way. If you're interested, go ahead and give it a try.