acc-design-collaboration

acc-design-collaboration is a skill for Claude Code from Utopia5327/claude-plugin-for-revit-bim. It costs 179 tokens per session (2,184 once invoked), scanned A, original, MIT.

A guide to Autodesk Construction Cloud Design Collaboration, which lets Revit teams store models online and share design updates. It covers cloud worksharing, shared views, design packages, publishing, and related API queries.

In plain words
What is it for?
Use it to set up cloud-hosted Revit models, share frozen design packages, publish models, and check package or shared-view status.
Why use it?
It explains how teams can coordinate Revit models in the cloud without relying on disconnected local files and manual sharing.

Skill for Claude Code

Written for Claude Code: $ARGUMENTS substitution.

Part of the revit-bim plugin — 25 skills, 3 agents, 2 hooks shipped together

Good fit Use it to set up cloud-hosted Revit models, share frozen design packages, publish models, and check package or shared-view status.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/utopia5327/claude-plugin-for-revit-bim/acc-design-collaboration
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add Utopia5327/claude-plugin-for-revit-bim --skill acc-design-collaboration
Clone the repo
git clone --depth 1 https://github.com/Utopia5327/claude-plugin-for-revit-bim

Made for: Claude Code.

Or install revit-bim, the plugin that ships this one along with the rest of its 25 skills, 3 agents, 2 hooks.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for acc-design-collaboration

README.md
[![agentmods](https://agentmods.dev/badge/skills/utopia5327/claude-plugin-for-revit-bim/acc-design-collaboration/github.svg)](https://agentmods.dev/skills/utopia5327/claude-plugin-for-revit-bim/acc-design-collaboration)
Your own site
<a href="https://agentmods.dev/skills/utopia5327/claude-plugin-for-revit-bim/acc-design-collaboration"><img src="https://agentmods.dev/badge/skills/utopia5327/claude-plugin-for-revit-bim/acc-design-collaboration/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for acc-design-collaboration

Your own site · 80×15
<a href="https://agentmods.dev/skills/utopia5327/claude-plugin-for-revit-bim/acc-design-collaboration"><img src="https://agentmods.dev/badge/skills/utopia5327/claude-plugin-for-revit-bim/acc-design-collaboration.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 179 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 2,184 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00179 $0.02184
Opus 5 $0.00089 $0.01092
Sonnet 5 $0.00036 $0.00437
Haiku 4.5 $0.00018 $0.00218

Measured 11d ago against content hash 436a7dedd288, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-10, from the pricing page.

Security

Grade A, and why

acc-design-collaboration scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 11d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

skills/acc-design-collaboration/SKILL.md · 238 lines

How it starts

The opening of the file, as written. The whole thing — 238 lines — stays where its author put it; the contents beside it link to each section on GitHub.

ACC Design Collaboration — Revit Cloud Workflow

Set up and manage Design Collaboration for:

"$ARGUMENTS"

Overview

ACC Design Collaboration connects Revit teams working on cloud-hosted models. The workflow has two modes:

Mode When to use
Cloud Worksharing Multiple Revit users on the same model simultaneously
Design Packages Sharing a frozen snapshot of your model with other disciplines

Part 1: Cloud Worksharing Setup (Revit UI — no API needed)

Step-by-step: Moving a local model to ACC

  1. Open the Revit model you want to migrate.
  2. Go to Collaborate tab → Collaborate button.
  3. Select "In BIM 360 / Autodesk Construction Cloud".
  4. Sign in with your Autodesk ID if prompted.
  5. Choose the ACC project and folder — place it in the Design Collaboration folder (usually Project Files > [Discipline]).
  6. Click OK — Revit saves the model to ACC and creates a local cache file.
  7. All team members open the model from ACC using Open → BIM 360 / ACC in Revit.

Workset best practices for cloud models

  • Keep "Shared Levels and Grids" on its own workset — other disciplines will borrow from it.
  • Each discipline should own one workset (Architecture, Structure, MEP, etc.)
  • All team members should Synchronize with Central (SWC) at start and end of each session.
  • Use Relinquish All Mine before closing.
  • Never use Save As on a cloud model — it detaches from the cloud.

Who should use Cloud Worksharing?

  • Same discipline, multiple users (e.g. 3 architects in the same Revit model)
  • Teams working concurrently with live updates

Part 2: Design Packages — Sharing with other disciplines

Design Packages let you send a frozen snapshot of your model to other teams for reference.

Create a Design Package (Revit UI)

Read the full file on GitHub · 238 lines

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 11d ago First seen · 238 lines · 179 tokens per session scan A 436a7dedd288

Subscribe to this mod's changes

acc-design-collaboration is a skill published in the GitHub repository Utopia5327/claude-plugin-for-revit-bim (6 stars, last pushed 6mo ago), licensed MIT. It adds 179 tokens to every session and 2,184 once invoked, about $0.0009 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.

Related

Other skills, from other repositories