blender-knowledge-workbench

Solid

Retrieve and apply this Blender project's knowledge, engineering research and portable reference methods through a checked local catalog and bounded task workflows. Use when refreshing knowledge, compiling workflow/skill references, choosing sources or assembling a Blender task reading pack; scene execution remains owned by blender-agent-core.

AI & Automation 66 stars 17 forks Updated 2 days ago MIT

Install

View on GitHub

Quality Score: 85/100

Stars 20%
61
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
50
License 10%
100
Description 5%
100

Skill Content

# Blender Knowledge Workbench Run commands from the project root containing `.project-agent.md`. The CLI also resolves that root from its own path. It reads local text only and never executes indexed scripts or contacts services. ## Choose the smallest useful reading pack 1. Run `python3 scripts/blender-knowledge.py check`. If missing/stale, run `build` after the source edits settle, then `check`. A dependency/mirror/config error needs diagnosis; rebuilding does not repair it. 2. For new/changed knowledge or workflow/skill maintenance, follow [knowledge-to-workflow pipeline](references/knowledge-to-workflow.md). Run `python3 scripts/blender-knowledge.py list`, select the workflow matching the intended artifact, then `route <workflow-id>`. Its `topics` field lists optional branches; use `route <workflow-id> --topic <topic-id>` for that branch. A changed topic source requires re-review. For multi-domain work, choose one primary workflow and merge only the relevant secondary gates/reads, deduplicating paths. 3. Read `required` sources not already in context. Three foundations are required for Blender execution. `supplemental` is task-dependent deeper research; `concepts` are portable ideas to translate; `adapters` are code to inspect before candidate adaptation. `related` is a one-hop optional queue, never recursive mandatory loading. 4. Search an unresolved question with `search "joint inertia" --limit 5`. Results include source path, line, hash, use class and known cautions...

Details

Author
jangtrinh
Repository
jangtrinh/design-os-3d-blender
Created
5 days ago
Last Updated
2 days ago
Language
Python
License
MIT

Similar Skills

Semantically similar based on skill content — not just same category

AI & Automation Listed

project-knowledge

Build and maintain a durable, project-local knowledge base with provenance-tracked sources, injection-linted pages, and a generated index, using the bundled deterministic knowledge_tool.py CLI. Use when the user says "build a project knowledge base", "set up a knowledge layer", "register this source", "draft a knowledge page", "lint the knowledge pages", "regenerate the knowledge index", "export a knowledge bundle", or "/agent-collab:project-knowledge." Also offer this proactively when agent memory limits truncate project context across sessions, or when the same sources keep being re-read and re-synthesized because no durable, citable project-local record exists.

0 Updated 2 days ago
sumitake
AI & Automation Solid

blender-agent-core

Core discipline for ANY Blender/bpy work — contract-first, purpose-first (render-only / print / both), knowledge routing, execute-verify-refine loop with the AGENT_OK/AGENT_FAIL sentinel contract, numeric-first verification, Form gate before delivery media, production gate before delivery. Activate for every task that touches Blender, before any domain skill.

66 Updated 2 days ago
jangtrinh
AI & Automation Listed

agent-workbench

Use Agent Workbench as the project-local source of current accepted design, focused work, user corrections, KPT learning, Command Profiles, review findings, Lean proof receipts, evidence freshness, and completion readiness. Trigger when starting, resuming, handing off, reviewing, verifying, or completing coding-agent work in a project that uses `.agent-workbench`.

0 Updated 1 months ago
MuNeNiCK