blender-skills

作者 arjun988已验证

94 specialist Blender skills for Cursor, Claude Code, Kiro & Codex -> MCP-powered production pipeline from blockout to engine export.

70
Stars
4
Forks
TypeScript
语言
2026/8/24
添加时间

⚠️ 第三方软件声明

本 Skill 为第三方开源软件,独立托管于 GitHub。SkillTip 仅为信息目录,不控制或维护底层仓库。所显示的安全检查为自动化且范围有限,安装前请自行审查源码。

阅读服务条款

安装

添加到你的 Claude Code skills 目录:

# Add to your Claude Code skills
git clone https://github.com/arjun988/blender-skills

快速入门

使用 blender-skills 等 Skills 的指南。

安全报告

已验证

上次扫描:—

{
  "status": "PASSED",
  "issues": []
}

README.md

Blender Skills

Blender Skills

94 Specialized Skills for Blender Artists. Transform Cursor, Claude Code, Kiro, and Codex into your Senior Technical Art team — not a tutorial bot.

Version License Skills Blender MCP Cursor Claude Code Kiro Codex Website


Quick Start

Marketplace listing is currently under review by Anthropic. Install directly from GitHub in the meantime.

Works with Cursor, Claude Code, Kiro, and Codex — same skill pack, Blender MCP execution.

Claude Code

git clone https://github.com/arjun988/blender-skills.git
cp -r blender-skills/.claude/skills /path/to/your/project/.claude/skills/

Cursor (Windows)

git clone https://github.com/arjun988/blender-skills.git
Copy-Item -Recurse -Force "blender-skills\.claude\skills\*" ".cursor\skills\"

Kiro

# Copy skill folders into your Kiro skills directory, then restart Kiro
cp -r blender-skills/.claude/skills/* /path/to/kiro/skills/

Codex

# Mount or copy skills into your Codex skills path
cp -r blender-skills/.claude/skills/* /path/to/codex/skills/
# or: ln -s /path/to/blender-skills/.claude/skills /path/to/codex/skills/blender-skills

For all installation methods and first steps, see the Quick Start Guide.

Full documentation: blender-skills.vercel.app


Skills (94)

94 specialized skills across modeling, production, technical, pipeline, art styles, horror packs, worlds, moods, and gameplay genre direction.

See Skills Guide for the full list, subtype coverage map, decision trees, and workflow combinations.

Usage Patterns

Orchestrated Execution

The blender-director skill analyzes your request and routes automatically:

# Hard Surface Asset
"Build a game-ready sci-fi rifle for Unreal Engine, 3k tris, realistic PBR"
→ blender-director → hard-surface → uv-workflow → materials → asset-optimization → export-pipeline

# Environment
"Create a modular horror corridor kit — narrow, flickering fluorescent, Silent Hill feel"
→ blender-director → horror-style → environment-artist → lighting → export-pipeline

# Character
"Retopologize this creature sculpt for game animation, 15k triangle budget"
→ blender-director → retopology → uv-workflow → texture-workflow → rigging

Reference Image Matching

Attach a photo or concept art and the agent matches it:

"Match this reference — industrial spaceship, analyze first then build in Blender"
→ blender-director → reference-image-match
  → Camera match → Geometry tiers → Materials → Lighting → Screenshot comparison loop

Skill Categories

CategorySkills
Orchestrationblender-director
Modelingblender-modeler, hard-surface, prop-artist, vehicle-artist, environment-artist, vegetation-artist, character-artist, creature-artist, character-archetypes
Productionsculpting, retopology, uv-workflow, materials, texture-workflow, hair-groom, cloth-sim, lookdev
Technicalgeometry-nodes, lighting, camera-cinematography, rendering, compositing, animation, rigging, vfx-fx, physics-sim
Pipelineprocedural-modeling, scene-assembly, set-dressing, asset-optimization, lod-pipeline, collision-proxy, export-pipeline, unity-export, unreal-export, godot-export, qa-review, archviz
Core styleshorror-style, psx-horror-style, lowpoly-style, anime-style, voxel-style, isometric-style, stylized-style, realistic-style
Extended stylescartoon, comic-book, manga, pixel-art, hand-painted, painterly, stop-motion-craft, chibi, noir, minimalist, vector, retro-8bit, retro-16bit, hd-2d, frutiger-aero
Horror packscosmic-eldritch, body-horror, analog-found-footage, liminal-space, folk-horror, mascot-puppet, dream-weirdcore, indie-horror-aesthetics
Worlds / moodsfantasy-worlds, sci-fi-punk-worlds, historical-worlds, apocalypse-worlds, biome-worlds, cozy-wholesome, dark-gritty, dream-surreal, neon-retrofuturism, brutalist
Genre directionaction-combat, shooter, rpg, survival, stealth, puzzle-platformer, metroidvania-roguelike, soulslike, strategy-sim, racing-sports, narrative-vn, card-party-idle, open-world-sandbox
Erasvisual-console-eras

Full paths and workflows: SKILLS_GUIDE.md.


Blender MCP

Every skill executes directly in Blender via MCP — no UI walkthroughs, no manual steps.

Blender (running) ← BlenderMCP addon ← Cursor / Claude Code / Kiro / Codex

Setup in 4 steps:

  1. Install uv
  2. Install the BlenderMCP addon in Blender
  3. Blender sidebar NBlenderMCPConnect to Claude
  4. Restart your agent — Cursor ships .cursor/mcp.json; Claude Code uses .mcp.json

Full guide: docs/BLENDER_MCP_SETUP.md

Config / PathClient
.cursor/mcp.json + .cursor/skills/Cursor
.mcp.json + .claude/skills/Claude Code
Kiro skills dir + Blender MCPKiro
Codex skills path + Blender MCPCodex

Workflow Pipelines

Hero Hard Surface Prop

blender-director → hard-surface → uv-workflow → materials → asset-optimization → export-pipeline

Game Character

blender-director → character-artist → sculpting → retopology
→ uv-workflow → texture-workflow → rigging → animation → export-pipeline

Horror Environment

blender-director → horror-style → environment-artist → lighting
→ lowpoly-style → asset-optimization → export-pipeline

Modular Kit

blender-director → environment-artist → geometry-nodes
→ uv-workflow → texture-workflow → asset-optimization → export-pipeline

Reference Image Match

blender-director → reference-image-match.md
  → Reference Analysis → Camera match → Geometry tiers
  → Materials → Lighting → Screenshot compare loop
  → visual-match-checklist → validation-checklist

Philosophy

Every skill in this pack:

  • Thinks before acting — Plans the full pipeline before touching Blender
  • Executes via MCP — Uses Blender MCP tools when connected, never narrates UI steps
  • Matches references — Analyzes photo first, camera-matches, screenshot-compares in a loop
  • Follows production standards — Naming conventions, polycount budgets, game-ready output
  • Validates before export — Asset optimization and checklist gate on every delivery

Project Structure

.claude-plugin/           # Claude Code plugin manifest
.claude/skills/           # 94 skills + 175+ reference files
  ├── blender-director/
  ├── hard-surface/
  ├── prop-artist/
  ├── genre-shooter/
  ├── sci-fi-punk-worlds/
  ├── ... (89 more skills)
  └── references/         # Asset pipeline, naming, MCP tools, checklists
.cursor/skills/           # Synced mirror for Cursor
.cursor/mcp.json          # Blender MCP config (Cursor)
.mcp.json                 # Blender MCP config (Claude Code)
site/                     # Website (blender-skills.vercel.app)
docs/
  └── BLENDER_MCP_SETUP.md

Documentation

DocPurpose
QUICKSTART.mdInstallation and first steps
SKILLS_GUIDE.mdSkill index, decision trees, workflows
docs/BLENDER_MCP_SETUP.mdBlender MCP connection guide
CONTRIBUTING.mdHow to add skills and contribute
CHANGELOG.mdVersion history
.claude/skills/references/Shared pipeline standards

Contributing

See CONTRIBUTING.md for guidelines on adding skills, writing references, and submitting pull requests.


Changelog

See CHANGELOG.md for full version history and release notes.


License

MIT License — See LICENSE for details.


Support


Built for Cursor, Claude Code, Kiro & Codex | Blender MCP | 94 Skills | 175+ Reference Files

Inspired by jeffallan/claude-skills

常见问题

What is blender-skills?

blender-skills is an open-source ai agents skill for AI coding assistants such as Claude Code, Codex CLI, and ChatGPT, built by arjun988. 94 specialist Blender skills for Cursor, Claude Code, Kiro & Codex -> MCP-powered production pipeline from blockout to engine export. It has 70 GitHub stars.

Is blender-skills safe to use?

Yes. blender-skills passed SkillsLLM's automated security scan — a dependency vulnerability audit plus prompt-injection heuristics — with no high-severity issues. You can read the full report in the Security Report section on this page.

How do I install blender-skills?

Clone the repository with "git clone https://github.com/arjun988/blender-skills" and add it to your Claude Code skills directory (see the Installation section above).

What programming language is blender-skills written in?

blender-skills is primarily written in TypeScript. It is open-source under arjun988 on GitHub, so you can review or fork the full source.

Are there alternatives to blender-skills?

Yes. SkillsLLM lists many other AI Agents skills you can browse and compare side by side. Open the AI Agents category from the badge at the top of this page, or use the Related Skills and comparison links further down to weigh blender-skills against similar tools.

评论 (0)

暂无评论,成为第一个分享想法的人!

ECC

by affaan-m

10

The agent harness performance optimization system. Skills, instincts, memory, security, and research-first development for Claude Code, Codex, Opencode, Cursor and beyond.

242,21936,702JavaScript
AI 智能体ai-agentsanthropicclaude-code
查看详情
15

An agentic skills framework & software development methodology that works.

234,96620,863Shell
AI 智能体ai-agentsbrainstorming
查看详情

hermes-agent

by NousResearch

10

The agent that grows with you

234,43747,175Python
AI 智能体ai-agentsagent-orchestration
查看详情

The agent harness performance optimization system. Skills, instincts, memory, security, and research-first development for Claude Code, Codex, Opencode, Cursor and beyond.

185,94028,768JavaScript
AI 智能体ai-agentsanthropicclaude-code
查看详情

cc-switch

by farion1231

3

A cross-platform desktop All-in-One assistant for Claude Code, Codex, OpenCode, OpenClaw, Grok Build & Hermes Agent. Only official website: ccswitch.io

128,8688,826Rust
AI 智能体claude-codeai-tools
查看详情

claude-code

by anthropics

Claude Code is an agentic coding tool that lives in your terminal, understands your codebase, and helps you code faster by executing routine tasks, explaining complex code, and handling git workflows - all through natural language commands.

120,03119,897Shell
AI 智能体
查看详情

开发者还喜欢

基于喜欢此 Skill 的开发者投票和收藏

ECC

by affaan-m

10

The agent harness performance optimization system. Skills, instincts, memory, security, and research-first development for Claude Code, Codex, Opencode, Cursor and beyond.

242,21936,702JavaScript
AI 智能体ai-agentsanthropicclaude-code
查看详情
15

An agentic skills framework & software development methodology that works.

234,96620,863Shell
AI 智能体ai-agentsbrainstorming
查看详情

hermes-agent

by NousResearch

10

The agent that grows with you

234,43747,175Python
AI 智能体ai-agentsagent-orchestration
查看详情

n8n

by n8n-io

12

Fair-code workflow automation platform with native AI capabilities. Combine visual building with custom code, self-host or cloud, 400+ integrations.

201,88160,308TypeScript
MCP 服务器apisai-tools
查看详情

The agent harness performance optimization system. Skills, instincts, memory, security, and research-first development for Claude Code, Codex, Opencode, Cursor and beyond.

185,94028,768JavaScript
AI 智能体ai-agentsanthropicclaude-code
查看详情

cc-switch

by farion1231

3

A cross-platform desktop All-in-One assistant for Claude Code, Codex, OpenCode, OpenClaw, Grok Build & Hermes Agent. Only official website: ccswitch.io

128,8688,826Rust
AI 智能体claude-codeai-tools
查看详情