develop-pyrevit-extensions
Compare original and translation side by side
🇺🇸
Original
English🇨🇳
Translation
ChineseDevelop pyRevit Extensions
开发pyRevit扩展
Use this skill to navigate the pyRevit knowledge base, planning workflow, and reusable assets in this repo.
使用本Skill可查阅本仓库中的pyRevit知识库、规划工作流及可复用资源。
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
- 打开查看索引。
references/docs_overview.md - 如需了解设置及首个按钮的操作指南,请阅读。
CodexWorkspace/human/README.md - 如需完整的双模型工作流说明,请阅读。
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
- 如需特定版本的API模式与限制说明,请使用中对应的
CodexWorkspace/skills/Skill。pyrevit-revit-20xx - 搭建新命令时,请参考中的相关pyRevit说明。
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
- 从复制规划模板到
assets/templates/。CodexWorkspace/workspace/ - 按照中的说明使用
references/prompts_overview.md中的提示词。assets/prompts/
Scripts + Checklists
脚本与检查清单
- Start new commands from .
scripts/new_command_template.py - Use before reviews and merges.
references/checklists_overview.md
- 从开始创建新命令。
scripts/new_command_template.py - 评审与合并前,请使用。
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.
- 项目专属文件存储在中(包括计划、任务、评审、development.md、backlog.md)。
CodexWorkspace/workspace/ - 仅可编辑工作区中的副本;请保持Skill参考资料及资源的静态性。