develop-pyrevit-extensions
Original:🇺🇸 English
Translated
2 scriptsChecked / no sensitive code detected
Build, plan, review, and document pyRevit extensions. Use when Codex needs the pyRevit development workflow, templates, prompts, checklists, or scripts for creating or updating pyRevit commands in this repo. Pair with a version-specific Revit skill (e.g., 2023/2024/2025) for API constraints.
6installs
Added on
NPX Install
npx skill4agent add oriashkenazi/ai-pyrevit-developer-template develop-pyrevit-extensionsTags
Translated version includes tags in frontmatterSKILL.md Content
View Translation Comparison →Develop pyRevit Extensions
Use this skill to navigate the pyRevit knowledge base, planning workflow, and reusable assets in this repo.
Quick Start
- Open for the index.
references/docs_overview.md - For setup and first-button walkthroughs, read .
CodexWorkspace/human/README.md - For the full dual-model workflow, read .
references/agent_ai_orchestrated_dev_methodology.md
Versioned Guidance
- For version-specific API patterns and constraints, use the appropriate skill in
pyrevit-revit-20xx.CodexWorkspace/skills/ - Use the related pyRevit notes in when scaffolding a new command.
references/pyrevit_overview.md
Planning + Prompts
- Copy planning templates from into
assets/templates/.CodexWorkspace/workspace/ - Use prompts from as instructed in
assets/prompts/.references/prompts_overview.md
Scripts + Checklists
- Start new commands from .
scripts/new_command_template.py - Use before reviews and merges.
references/checklists_overview.md
Workspace
- Project-specific artifacts live in (plans, tasks, reviews, development.md, backlog.md).
CodexWorkspace/workspace/ - Edit workspace copies only; keep skill references and assets static.