develop-pyrevit-extensions

Compare original and translation side by side

🇺🇸

Original

English
🇨🇳

Translation

Chinese

Develop 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
    references/docs_overview.md
    for the index.
  • 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
    pyrevit-revit-20xx
    skill in
    CodexWorkspace/skills/
    .
  • Use the related pyRevit notes in
    references/pyrevit_overview.md
    when scaffolding a new command.
  • 如需特定版本的API模式与限制说明,请使用
    CodexWorkspace/skills/
    中对应的
    pyrevit-revit-20xx
    Skill。
  • 搭建新命令时,请参考
    references/pyrevit_overview.md
    中的相关pyRevit说明。

Planning + Prompts

规划与提示词

  • Copy planning templates from
    assets/templates/
    into
    CodexWorkspace/workspace/
    .
  • Use prompts from
    assets/prompts/
    as instructed in
    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
    references/checklists_overview.md
    before reviews and merges.
  • scripts/new_command_template.py
    开始创建新命令。
  • 评审与合并前,请使用
    references/checklists_overview.md

Workspace

工作区

  • Project-specific artifacts live in
    CodexWorkspace/workspace/
    (plans, tasks, reviews, development.md, backlog.md).
  • Edit workspace copies only; keep skill references and assets static.
  • 项目专属文件存储在
    CodexWorkspace/workspace/
    中(包括计划、任务、评审、development.md、backlog.md)。
  • 仅可编辑工作区中的副本;请保持Skill参考资料及资源的静态性。