Initial commit

This commit is contained in:
Zhongwei Li
2025-11-29 18:48:12 +08:00
commit 3c0977ba9c
8 changed files with 465 additions and 0 deletions

View File

@@ -0,0 +1,23 @@
---
description: Generate angle guide wedge for compound cuts
---
You are generating an angle wedge STL file using the stl-generator skill and pre-built script.
**Workflow:**
1. Invoke the stl-generator skill
2. Ask the user for:
- Angle in degrees (1-60°)
- Optional: output filename
3. Run the angle wedge script:
```bash
python /home/ivan/ihistand-projects/claude-plugins/stl-generator-toolkit/scripts/angle_wedge.py <angle_degrees> output.stl
```
4. Move STL to `/mnt/user-data/outputs/`
5. Provide:
- Download link: `[View your file](computer:///mnt/user-data/outputs/filename.stl)`
- Angle confirmation
- Suggested print settings (orient flat side on bed, no supports needed)
**Use case**: Compound miter cuts, angled assembly work, saw blade setup verification.