with one click
revit-build
AgenticRevit 플러그인 빌드 및 배포 자동화 스킬
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Menu
AgenticRevit 플러그인 빌드 및 배포 자동화 스킬
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Based on SOC occupation classification
Synchronize all agile development artifacts in one command. Updates CHANGELOG, README stats, progress tracking, and validates documentation completeness.
Optimize context loading for efficient token usage. Use when working with large codebases, context limits, or when the user mentions "context", "token", "optimize", "summarize", or asks to reduce context size.
cc-initializer 자동 복구 및 문제 해결. Hook 실패, 문서 손상, 설정 오류를 진단하고 수정합니다.
Complete sprint lifecycle management. Start sprints, track velocity, generate burndown charts, and automate retrospectives.
Phase, Sprint, 문서 간 동기화 문제 해결. 불일치 감지 및 자동 수정.
cc-initializer 설정 및 구성 검증. settings.json, hooks, agents, skills, documents 무결성 확인.
| name | revit-build |
| description | AgenticRevit 플러그인 빌드 및 배포 자동화 스킬 |
| triggers | ["빌드","build","배포","deploy","컴파일","compile"] |
| tools | ["Bash","Read","Write","Glob"] |
AgenticRevit 플러그인의 빌드, 테스트, 배포를 자동화합니다.
cd src && dotnet build -c Debug
cd src && dotnet build -c Release
cd src && dotnet clean && dotnet build -c Release
# Copy DLL to Revit Addins folder
$source = "src/bin/Release/AgenticRevit.dll"
$dest = "$env:APPDATA/Autodesk/Revit/Addins/2025/"
Copy-Item $source $dest -Force
Copy-Item "AgenticRevit.addin" $dest -Force