agentsclimarketplace

Laser defect diagnose

Skill victorzhu-eng/industrial-laser-principles/skills/laser-defect-diagnose

Step-gated, reference-grounded Claude skills for laser process engineering — DOE for ablation/dicing, diagnostics, and operational SOPs.

Install
npx -y skills add victorzhu-eng/industrial-laser-principles --skill laser-defect-diagnose

Assembled from the repository path, not quoted from the project. Check it against their README if it does not work.

One thing to look at

  • 0 stars0 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.

What its author says it does

Copied from the file, not written here

Classify a specific laser-process defect (recast lip, charred edge, incomplete cut, taper, HAZ darkening, etc.) into root cause and corrective action. Use when the user says "I'm seeing X defect", "kerf has Y", "what causes Z", or has a specific defect to classify.

SKILL.md

7.3 KB, as published. Nobody here has run it

Laser Defect Diagnosis

Operates under the rules in ../../INSTRUCTIONS.md (reference-first, reference-only, interactive mode).

When to use this skill

When the operator has already identified a specific defect on a marked or cut sample and wants to know:

  • What's causing it?
  • Which parameter to change?
  • Whether it's a process problem or an alignment / contamination problem.

This skill is more specific than laser-troubleshoot — assume general triage has been done, or skip it if the defect points clearly at a process cause.

References to load at start

  • references/laser_ablation.md — HAZ, plume, threshold, multi-pulse, recipe (§4, §10–§12)
  • references/laser_dicing.md — cutting-specific defects, polarization, dissimilar materials
  • references/laser_welding.md — mode collapse, weld defects
  • references/scanner_optimization.md — scan-delay-related defects (cross-reference)

Inputs to gather first

Ask the operator:

  1. Process type — ablation / dicing / cutting / welding?
  2. Material + thickness if relevant.
  3. Visible defect — describe in plain words. Photo helpful.
  4. Where on the feature — start of line, end, corner, edge, throughout?
  5. Current parameters — power, PRF, pulse width, scan speed, hatch, repeats, polarization.
  6. What changed — same recipe used to work, or new recipe?

Pause: confirm inputs.


Workflow

Step 1 — Localize the defect

The same word ("burn", "rough edge", "incomplete") can mean very different things. Resolve ambiguity first.

Match against this triage:

Defect locationLikely categoryBranch
Position-specific — at line start / line end / specific cornerScan delayHand to laser-delay-tuner
Distributed across the cut / markProcess parameterContinue to Step 2
Edge or wall onlyPolarization, wall-angle, or material-class issue (dicing)Continue to Step 2 (dicing branch)
Surface marks away from cut, or beam-path issueContamination or stray reflectionHand to laser-troubleshoot
Random / intermittentDrift or alignmentHand to laser-troubleshoot

Pause: confirm classification before continuing.

Step 2 — Process-specific defect mapping

Branch by process. Cite the reference for every fix proposed.

Ablation defects

Per laser_ablation.md §4, §10, §11, §12.

DefectLikely root causeFix
Excessive HAZ around the markFluence too far above threshold (§4)Lower power or increase scan speed
Mark width grows but depth doesn'tSaturation — past optimum fluence (§4)Lower power
Inconsistent depth along a single linePlume shielding (§10)Cross-flow gas; or vacuum/inert atmosphere
No mark at allBelow ablation threshold (§4)Increase fluence — more power, slower speed, or smaller spot
Mark fades after first passHeat-tolerant process needing more passes (§9)Add repeats
Diminishing returns from added passesStrong thermal accumulation (§12)Add a Pause between passes, or lower per-pass power
Recast / re-deposited debris in kerfPlume not clearing (§10)Cross-flow gas; lower repeat rate; vacuum
Wider HAZ than expected for cold ablationPushed beyond cold-ablation regime into "warm" ablation (§7)Drop fluence closer to threshold — lower power, longer process time

Dicing / cutting defects

Per laser_dicing.md §3–§6.

DefectLikely root causeFix
Cut won't go all the way throughWall-angle / depth limit reached (§3)Add parallel passes (depth² scaling); or change focal-spot width
Different quality in X vs YLinear polarization with asymmetric coupling (§4)Switch to circular polarization
Charred epoxy on PCB cutHeat too high for the matrix (§6)Increase scan speed; add cooling gas
Glass fiber not fully cutPulse energy insufficient for fiber (§6)Increase pulse energy; or change wavelength
Through-cut into substrate on blind viaPulse parameters wrong for shock-delamination regime (§6)Adjust pulse width and PRF for delamination; reduce per-pulse energy
Recast on Si dicing edgeAblative path on transparent material (§2)Switch to stealth dicing if material allows
Tapered kerf wallsWall-angle approaching the geometric limit (§3)Widen entry with parallel passes; or use larger focal spot

Welding defects

Per laser_welding.md.

DefectLikely root causeFix
Weld much shallower than expectedPeak intensity dropped below keyhole threshold (§4)Increase power; decrease spot; or shorten pulse to raise peak
Spatter, porosity, or humpingOperating in keyhole near the collapse boundary (§4)Stabilize keyhole — adjust intensity, add shield gas, slow scan slightly
Wide shallow nugget when keyhole was intendedIn conduction or transition mode unintentionally (§2–§3)Increase peak intensity to clear ~1.5 MW/cm² (§4)
Weld appearance OK but no bondInsufficient energy couplingCheck material absorption at wavelength; check surface state

Pause: ask which row matches. Confirm before proposing the fix.

Step 3 — Validate the proposed fix is reachable

Before changing the recipe:

  • Compute the new peak intensity / fluence (per laser_process_calculations.md).
  • Check it stays within optic damage thresholds (per laser_optics_selection.md §5 — apply the 2×–10× safety factor).
  • Confirm the laser, scanner, and stage envelope can deliver the new parameters (PRF range, max power, scan-speed limit).

If any of these fails, the proposed fix is not feasible. Either:

  • Find an alternative parameter knob.
  • Recommend a hardware change (different optic, different focus lens, beam expander adjustment).
  • Stop and report the constraint.

Pause: present the proposed change + validation. Wait for go.

Step 4 — Test and report

Operator runs a test sample with the proposed change. Compare to baseline.

  • Defect resolved → done.
  • Defect partially resolved → loop back to Step 2 with updated symptom.
  • Defect unchanged → re-classify; the original root-cause hypothesis was wrong.

Pause: loop until clean.


Output

A defect-diagnosis record (markdown):

  • Defect description (with photo if provided)
  • Process type, material, parameters
  • Localization verdict (Step 1)
  • Root cause identified (Step 2) with reference citation
  • Proposed fix + feasibility check (Step 3)
  • Test result (Step 4)
  • Final recipe delta

Save to outputs/laser-defect-diagnose/<YYYY-MM-DD>-<defect-id>.md.


Cross-skill links

  • Position-specific corner / line-end defects → laser-delay-tuner
  • General performance drop without a clear defect → laser-troubleshoot
  • Optic damage suspected → laser-optics-cleaning (for inspection)
  • Recipe rebuild needed → laser-doe-ablation or laser-doe-dicing

Keep looking

Skills are one crate of 328,083. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.