revit-build

Community

Automate Revit plugin build, test, and deploy.

Authortygwan
Version1.0.0
Installs0

System Documentation

What problem does it solve?

This Skill automates the build, test, and deployment workflow for the AgenticRevit Revit plugin, reducing manual steps and human error.

Core Features & Use Cases

  • Automated Build: Compile Debug and Release artifacts for the AgenticRevit plugin.
  • Artifact Deployment: Package and copy the DLL and .addin manifest into the Revit 2025 Addins folder.
  • CI Readiness: Integrates into local development or CI pipelines to ensure consistent builds and deployments.

Quick Start

Build Release: cd src && dotnet build -c Release Deploy to Revit: $source = "src/bin/Release/AgenticRevit.dll" $dest = "$env:APPDATA/Autodesk/Revit/Addins/2025/" Copy-Item $source $dest -Force Copy-Item "AgenticRevit.addin" $dest -Force

Dependency Matrix

Required Modules

None required

Components

Standard package

💻 Claude Code Installation

Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.

Please help me install this Skill:
Name: revit-build
Download link: https://github.com/tygwan/AgenticREVIT/archive/main.zip#revit-build

Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
View Source Repository

Agent Skills Search Helper

Install a tiny helper to your Agent, search and equip skill from 223,000+ vetted skills library on demand.