← Back to list

decoration-skill
by Justcnds
⭐ 23🍴 3📅 Jan 22, 2026
SKILL.md
name: decoration_skill description: 添加装饰元素。包括植被、家具、灯光、做旧效果。
🎨 Decoration Skill
为建筑添加装饰元素。
使用时机
- 主体结构完成后
- 用户要求添加装饰
- 检查报告缺少内饰/外饰时
装饰类型
植被
// 地面花草
builder.scatter(-15, 1, -15, 15, 15, 0.2, ['poppy', 'dandelion']);
// 悬挂藤蔓
builder.drawHangingRing(0, 10, 0, 8, { length: 5, type: 'vine' });
家具
| 房间 | 元素 |
|---|---|
| 卧室 | bed, chest, lantern, carpet |
| 厨房 | smoker, cauldron, barrel |
| 客厅 | stairs(座椅), crafting_table, flower_pot |
| 书房 | bookshelf, lectern, lantern |
灯光
lantern- 中世纪/乡村soul_lantern- 哥特/阴森campfire- 壁炉/烟囱sea_lantern- 现代/奇幻
做旧效果
// 混入苔藓变体
// 外墙添加藤蔓
builder.scatter(-10, 2, -10, 10, 8, 0.15, ['vine']);
优先级
装饰使用低优先级,避免覆盖结构:
builder.beginGroup('decoration', { priority: 20 });
Score
Total Score
60/100
Based on repository quality metrics
✓SKILL.md
SKILL.mdファイルが含まれている
+20
✓LICENSE
ライセンスが設定されている
+10
○説明文
100文字以上の説明がある
0/10
○人気
GitHub Stars 100以上
0/15
○最近の活動
3ヶ月以内に更新がある
0/10
○フォーク
10回以上フォークされている
0/5
✓Issue管理
オープンIssueが50未満
+5
✓言語
プログラミング言語が設定されている
+5
○タグ
1つ以上のタグが設定されている
0/5
Reviews
💬
Reviews coming soon