-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathsite.json
More file actions
18 lines (18 loc) · 973 Bytes
/
Copy pathsite.json
File metadata and controls
18 lines (18 loc) · 973 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
{
"canonical": "https://tmhsdigital.github.io/Blender-Developer-Tools/",
"favicon": "assets/favicon.svg",
"ogImage": "https://tmhsdigital.github.io/Blender-Developer-Tools/gallery/assets/swatch-grid-hero.webp",
"compatibility": {
"claude": "Claude Code",
"os": ["Windows", "macOS", "Linux"]
},
"links": {
"github": "https://github.com/TMHSDigital/Blender-Developer-Tools"
},
"installSteps": [
"Clone the repo: <code>git clone https://github.com/TMHSDigital/Blender-Developer-Tools</code>",
"<strong>Cursor:</strong> copy <code>rules/</code> into your project's <code>.cursor/rules/</code> — they auto-apply via scope globs; reference skills by name in chat",
"<strong>Claude Code:</strong> copy <code>skills/</code> and <code>rules/</code> into your project workspace, or point Claude Code at the checkout",
"Grab <code>snippets/</code> and <code>templates/</code> as starting points for add-ons and headless batch jobs"
]
}