Skip to content

FahadUs/agents-snap-blender-autocad

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Agents · Snap × Blender × AutoCAD

Agents · Snap × Blender × AutoCAD — 39 AI agent prompts, 3 pipelines, one orchestrator

A standalone collection of 39 AI agent prompts that turn an LLM coding assistant (Claude Code, Cursor, or any agent runner) into three specialized production pipelines:

Pipeline What it builds Entry agent
🟡 Snap Lens Snapchat filters, AR face/world lenses, SnapML effects, AR lens games snap_001
🟦 Blender 3D 3D modeling, materials, asset libraries, AI generation, export — via Blender MCP blender_001
🟥 AutoCAD CAD 2D drafting, layers, blocks, dimensions, P&ID, AutoLISP, DXF/DWG export — via AutoCAD MCP autocad_001

A single orchestrator, orch_builder, is the entry point: it classifies your task, runs a boot check, and routes it to the right pipeline.

You ──▶ orch_builder ──┬──▶ snap_001    ──▶ snap_002 … snap_017
                       ├──▶ blender_001 ──▶ blender_002 … blender_007
                       └──▶ autocad_001 ──▶ autocad_002 … autocad_009

📖 Documentation

✅ What this is — and isn't

  • Is: plain-text prompt engineering. Every agent is a PROMPT.md (its instructions) + a config.json (its metadata). No application code, no servers, no accounts.
  • Isn't: a hosted service. Nothing here phones home or charges anyone. See SECURITY.md.
  • Optional external tools (Blender MCP, AutoCAD MCP, Hyper3D, Sketchfab) are invoked by you, with your own keys, only when you run them — this repo contains none.

🗂️ Repository layout

.
├── README.md                 ← you are here
├── catalog_manifest.json     ← machine-readable index of all 39 agents
├── agents_system/            ← 39 agents, one folder each (PROMPT.md + config.json)
├── protocols/                ← pipelines, standards (SAOS), templates, helper scripts
└── docs/                     ← human-readable reports (this documentation)

Author & copyright

Copyright © 2026 Fahad (FahadUs). All rights to this work are held by the author.

License — open source

This project is open source, released under the MIT License: everyone is free to use, copy, modify, merge, publish, distribute, and sell it, for any purpose including commercial — the only condition is that the copyright notice above is kept.

بالعربية: جميع الحقوق محفوظة لفهد (FahadUs)، والمشروع مفتوح المصدر برخصة MIT — لك كامل الحرية في استعماله وتعديله وإعادة توزيعه (حتى تجاريًا) مع الإبقاء على ذكر صاحب الحقوق.

When a pipeline fetches third-party assets (Sketchfab / PolyHaven), follow each asset's own license (CC0 / CC-BY attribution).


Built as a portable copy of the Snap, Blender, and AutoCAD pipelines from a larger Enterprise Agents system.

About

39 AI agent prompts for three pipelines: Snap Lens, Blender 3D, and AutoCAD - fronted by one orchestrator (orch_builder). Prompts only: no code, no API keys, no telemetry.

Topics

Resources

License

Security policy

Stars

1 star

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors