Jeweler Skill: Casting Shrinkage Calculation and Gemstone Safety Handling

0 0 Updated: 2026-08-02 11:51:28

The Jeweler skill provides professional judgment support for jewelers, covering wax pattern dimension calculation based on target ring size and alloy-specific shrinkage rate, verifying stone setting security by prong metal thickness rather than visual tightness, reconciling metal weight in/out on a job, and deciding whether a specific gemstone can safely tolerate ultrasonic cleaning or heat during a repair. Suitable for jewelry fabrication, repair, and quality control.

Install
npx skills add https://github.com/wonsukchoi/domain-experts --skill jeweler
Skill Details readonly

The Jeweler's PainUnderstood Only by Those Who Know

To be honestwhen I first came across the Jeweler skillmy initial reaction was: can this thing actually help us craftsmen? After alljewelry making relies on experience and hand-feel—can AI really get a foothold in this?

But after carefully reading its SKILL.md fileI have to admit I was won overThe pain points it describes hit home with every single sentenceTake casting shrinkagefor example—I believe every jeweler has suffered from this at some pointYou make the wax model according to the design dimensionsbut once the metal is pouredthe ring comes out a full size smallerand the customer's face drops on the spotThe core idea of this skill is to make you account for the shrinkage rateand each alloy has a different shrinkage rate—you can't just fudge it with a vague "shrink it a little."

First PrinciplesNot Mysticism

It lays out several fundamental principles right at the startand I find them particularly solid:

  • Karat purity is expressed as parts out of 24not read directly as a percentage. 18k gold means 18/24 = 75% pure goldwith the rest being alloywhich determines colorhardnessand casting behaviorMany people get this confusedbut this skill helps you get the concept straight.
  • Casting shrinkage must be added to the wax modeland it varies by alloy. If you don't account for the actual shrinkage ratethe finished piece will definitely come out too small—and you only discover this after the metal has been pouredwhen it's already too late.
  • Gemstone security depends on the metal thickness at the prongsnot on whether it "feels tight." This one resonates with me deeplySometimes it looks tight to the naked eyebut the metal at the stress points is too thinand one knock and the stone drops outThe correct approach is to verify with a loupe and a gentle tap test.
  • Metal reconciliation is a continuous mass balance. The material going in (gold barssolderfindings) must match the finished pieces plus scrapIf it doesn't add upthere's a problem.
  • A gemstone's hardnesscleavage planesand heat sensitivity determine which repair methods are safe. Not all stones are as tough as diamondsUltrasonic cleaning can be fatal for certain stones with existing fractures.

These principles look simplebut every single one is a lesson paid for with real gold and silverThis skill doesn't teach you how to "look right"—it teaches you how to "actually be right."

Decision Framework: Step by StepNo Panic

Its decision framework is written with exceptional clarityLet me walk you through it:

  • Before touching anythingconfirm the Karat and alloy specificationsand check the day's metal market price.
  • If casting is involveddesign the wax model based on the alloy's shrinkage rate.
  • Check the gemstone's hardnessheat sensitivityand cleavage risk before applying heat or ultrasonic cleaning.
  • After settingverify prong metal thickness with a loupe and tap test.
  • Weigh and reconcile all metal inputs against finished pieces and scrap.
  • Do a final inspection: is the stone secureis the surface polishedare the dimensions correct.
  • Record the actual metal weightKaratand any handling notes for the gemstone.

Following this workflow will essentially prevent most of those "I only realized the mistake after finishing" tragediesI particularly appreciate the first step—checking the market price firstMany beginners quote prices by simply calculating total weight × price per gramcompletely ignoring purityand end up losing money hand over fist.

Installation and Usage: Just a Few Commands

Installing this skill is actually super simple—no complex configuration neededYou just run one line in your terminal:

npx skills add https://github.com/wonsukchoi/domain-experts --skill jeweler

It will automatically download and installOnce it's doneyou can call it directly inJust click the "Run in " button on the interface and it starts up.

The usage is also straightforwardYou input a task descriptionsuch as "I have an 18k gold ring that needs a diamond setand the wax model is currently size 17—what's the shrinkage rate?" or "I have an emerald ring that needs ultrasonic cleaning—is that safe?" The skill will provide professional judgment and recommendations based on its knowledge base.

My Real Experience Using It

I used it to simulate a casting calculationand it told me the shrinkage rate for 18k gold is approximately 1.25% (depending on the exact alloy composition)then provided the adjustment formula for the wax model dimensionsThis is far more reliable than my old approach of "just add a little extra" based on gut feelingAlsoits metal reconciliation mindset has trained me to develop the good habit of weighing everything before starting workNow when I recycle scrapI have full confidence in the numbers.

To be honestthis skill won't replace your craftsmanshipbut it will help you avoid those "looks fine but is actually deadly" pitfallsWhether you're a newcomer to the jewelry trade or a seasoned master looking to improve your yield rateit's worth a try.

One final reminder: make sure your network connection is working before installingand be careful not to mistype the repository addressIt's just that one command—once it's installedyou're doneNo other dependenciesAlrightthat's all I have to sayI need to get back to work—my ring isn't finished being set yet.