← Skills

Wood Fasteners

Native Read-only

Screw, bolt, dowel, and cam lock placement rules and clearance hole sizing for woodworking assemblies.

/skills/wood_fasteners.md

Estimated tokens
227
Characters
907
Source
Native

Markdown

# Wood Fasteners Skill

## Fastener Selection
Select fasteners from `catalogs/fasteners.json` by `material_class` and `min_board_thickness_mm`.
Match on the thinner of the two boards being joined.

Material classes: `"hardwood"` (oak, walnut), `"softwood"` (pine), `"sheet"` (birch_ply, mdf).

## Pilot Hole Rules
- Hardwood: ALWAYS drill pilot holes to prevent splitting.
- Softwood ≤ 32mm thick: pilot holes are optional but recommended near edges.
- Sheet goods: pilot holes required for butt_screw; pocket_screw jigs pre-drill the pocket.

## Counterbore Depth
- Flush finish (paint/stain): counterbore depth = 5–6mm, fill with matching plug.
- Exposed fastener acceptable: counterbore depth = 3mm.

## Screw Length Rule
2/3 of the total screw length must penetrate the receiving piece.
Example: joining 18mm panel to 25mm board → minimum screw length = 18 + (25 × 0.67) = 35mm → use 38mm or 40mm screw.
v0.0.985