Agent Skillsdartsim/dart › dart-model-upgrade

dart-model-upgrade

GitHub

用于审计和更新DART AI基础设施的模型或编码代理升级工作流。支持命名模型、推理模式迁移及兼容性审查,通过可视化模拟调试评估目标模型在3D物理仿真中的状态调查能力,确保最小化变更并维持安全与功能平衡。

.agents/skills/dart-model-upgrade/SKILL.md dartsim/dart

Trigger Scenarios

需要升级DART系统的AI模型版本 评估新编码代理在3D物理仿真中的表现 进行AI基础设施的兼容性审查与迁移

Install

npx skills add dartsim/dart --skill dart-model-upgrade -g -y
More Options

Non-standard path

npx skills add https://github.com/dartsim/dart/tree/main/.agents/skills/dart-model-upgrade -g -y

Use without installing

npx skills use dartsim/dart@dart-model-upgrade

指定 Agent (Claude Code)

npx skills add dartsim/dart --skill dart-model-upgrade -a claude-code -g -y

安装 repo 全部 skill

npx skills add dartsim/dart --all -g -y

预览 repo 内 skill

npx skills add dartsim/dart --list

SKILL.md

Frontmatter
{
    "name": "dart-model-upgrade",
    "description": "DART Model Upgrade: audit and update DART AI infrastructure for model or coding-agent upgrades, including named models, reasoning modes, migrations, compatibility reviews, and visual simulation-debugging evaluations"
}

dart-model-upgrade

Use this skill in Codex to run the DART dart-model-upgrade workflow. The editable workflow source lives in .claude/commands/; this file is its generated adapter in the shared .agents/skills/ catalog.

Invocation

  • Claude Code/OpenCode: /dart-model-upgrade <arguments>
  • Codex: $dart-model-upgrade <arguments>

Treat the text after the skill name as $ARGUMENTS. When the workflow references $1, $2, etc., map those to the positional values supplied by the user.

Command Body

Audit or update DART's AI infrastructure for: $ARGUMENTS

Objective

Use live upstream evidence and representative DART tasks to decide what to preserve, update, remove, consolidate, or add. Prefer the smallest change that improves the target model or tool without weakening safety, evidence, public paths, or cross-tool capability parity. Do not equate a larger harness with a better harness. Keep the reusable intake, comparison, verification, and closeout core model-agnostic. The workflow itself is an audit surface: improve it when a target exposes a reusable gap, and replace obsolete target-specific guidance instead of accumulating one branch or command per model family. Because DART is a 3D physics simulator, every target must also demonstrate how well it investigates simulation state with text-first and visual/debug evidence.

Required Reading

@AGENTS.md @docs/ai/principles.md @docs/ai/components.md @docs/ai/sessions.md @docs/ai/workflows.md @docs/ai/verification.md @docs/AGENTS.md @docs/README.md @docs/information-architecture.md @docs/onboarding/ai-tools.md @docs/onboarding/agent-sim-verification.md @docs/dev_tasks/README.md

Workflow

  1. Normalize the target and scope. Preserve an explicitly named model, reasoning mode, tool version, branch, and audit-only or apply boundary. Record which DART branch is being audited and whether GitHub mutations are approved. Do not silently substitute a different model or pin the repository to the audit target. Treat audit-only as read-only for tracked checkout and external state: do not edit, regenerate, create a dev-task folder, run auto-fixing lint, commit, push, or mutate GitHub. apply permits scoped local implementation; external mutations still need their own approval.

  2. Capture the control. Before any apply-mode edit, record git state, installed tool versions, pixi run ai-doctor --json, current model/config references, prompt and instruction sizes, generated skill metadata size, custom-agent inheritance, hooks, scenarios, durable context and project-state owners, active plan/dev-task handoff surfaces, and the branch-local dart-verify-sim route and rendering/image-evaluation availability.

    Record docs-policy freshness advisories and baseline read-only focused gates. If an apply task is multi-session, create or refresh docs/dev_tasks/<task>/. In audit-only, report the recommended handoff path without creating it.

  3. Refresh primary guidance. Read the current official model, prompting, migration, configuration, skills, agents, and hook guidance relevant to the target. Record source URLs, retrieval date, and installed-version evidence. Treat repository wording and remembered limits as hypotheses when upstream behavior can drift. Separate reusable procedure from target-specific evidence, and flag assumptions in this workflow that the new target invalidates.

  4. Classify every finding. Use these verdicts:

    • preserve — current design is intentional and evidence-backed;
    • update — guidance or configuration is stale or incorrect;
    • remove/consolidate — repeated detail costs context without changing behavior;
    • add — a missing trigger, contract, diagnostic, or gate has a distinct owner and representative failure it prevents.

    Check model routing and effort, project and custom-agent pins, this workflow source and its generated adapters, other workflow sources, AGENTS.md chains, skill descriptions, tool descriptions, hooks, scenarios, tests, and branch-profile differences.

    Audit the durable context and project-state layer: the north star, docs/ai/sessions.md, docs/plans/dashboard.md, active docs/dev_tasks/*/RESUME.md handoffs, and the handbook, design, or plan owners routed into task sessions. Treat missing discovery, stale state, duplicated facts, and excessive default loading as harness findings.

  5. Design a controlled comparison. Keep model, prompt, configuration, reasoning effort, and optional agent features as separate variables. When access permits, compare:

    • the existing model with existing prompt/settings;
    • the target model with the same prompt and preserved settings;
    • the target at the preserved effort and one lower effort;
    • only then, the smallest justified prompt or configuration change;
    • optional delegation, concurrency, or tool changes in a separate lane.

    If an old model or behavioral runner is unavailable, use structural comparison and say so; never promote structural checks into model-quality claims.

    For every target, run a representative DART 3D physics investigation through the branch's dart-verify-sim capability. Give the control and target the same scene or behavior claim. Require a text correctness oracle such as step metrics, scene/trajectory/contact comparison, profiling output, or a focused behavioral test, then corroborate it with an assessed headless capture and only the debug layers needed by the claim. Compare whether each model:

    • asks for missing evidence instead of guessing;
    • repairs or rejects cropped, occluded, or ambiguous views;
    • selects claim-tied views and debug layers;
    • reconciles text/image disagreement; and
    • states what the image does not prove.

    Images are never the sole correctness oracle. If rendering or image-capable review is unavailable, exercise the text path and verification-bundle where possible, record the exact limitation, and do not turn structural tool availability into a model-quality claim.

  6. Route model and reasoning by task shape. For the GPT-5.6 family, use Sol for the hardest ambiguous work, Terra for everyday or read-heavy work, and Luna for clear repeatable work. Max gives one difficult task more reasoning time. Ultra is for independently parallelizable work when the user authorized delegation. Most tasks need neither. An explicitly requested Sol Max evaluation must exercise that lane, not turn it into a global default. For another target family, derive routing from its refreshed guidance rather than carrying these names forward. Update or replace this bounded target-specific example when it becomes stale; do not clone the workflow or append an ever-growing section for every model family.

  7. Implement only in apply mode. In audit-only, skip implementation and continue only with non-mutating verification and the evidence report. In apply, implement the smallest supported delta. Keep outcome, success criteria, domain constraints, safety, permissions, evidence, tool routing, output, and stop conditions explicit. Remove repeated procedural detail one coherent group at a time. Edit .claude/commands/ or .claude/skills/ sources and regenerate adapters with pixi run sync-ai-commands; do not hand-edit generated .agents/skills/ or .opencode/command/ files. Improve owner routing and progressive disclosure instead of loading every plan, task, or handbook page by default. When evidence exposes a reusable weakness in the model-upgrade procedure, improve this maintained source in the same apply change. Preserve its model-agnostic core.

    Remove superseded model-specific guidance. Regenerate adapters after updating the maintained source.

  8. Exercise trigger and failure boundaries. Cover direct, indirect, incomplete, non-trigger, and edge prompts. Include a negative case that must retain the existing route, plus failure-sensitive checks for model pins, configuration aliases, generated parity, instruction discovery, and approval boundaries when touched. Include a fresh-session case that must find current project state and the correct cross-session resume surface without hidden chat history. Include visual-debug failure cases for an unavailable renderer, a poor view, text/image disagreement, and a static geometry defect that visual-only inspection must not pass. In audit-only, assess existing coverage and report missing cases without adding them.

  9. Verify and review. Run focused checks, pixi run check-ai-infra, pixi run exercise-agent-scenarios, pixi run test-ai-infra, relevant docs/AI checks from docs/ai/verification.md, including pixi run check-docs-policy when the durable context layer is touched. audit-only must use read-only lint gates such as pixi run check-lint; only apply runs auto-fixing pixi run lint before a commit. Complete the principle audit and two clean role-separated reviews. Label unavailable behavioral, cross-tool, or hosted evidence explicitly.

  10. Close out by mode and branch. In audit-only, stop with findings, recommendations, limitations, proposed gates, and a branch-local apply/adapt/omit recommendation; do not perform change-oriented closeout. Only in apply mode, make the changelog decision, promote durable guidance, and remove the temporary dev-task folder in the completing change. Load docs/onboarding/changelog.md for that closeout decision instead of carrying it through the audit. For shared infrastructure, finish and merge DART 7 first; then inspect release-6.20 from its own current base and record an apply/adapt/omit verdict. Never copy DART 7-only paths or assumptions into the intentionally smaller release catalog. Pushes, PRs, comments, review re-triggers, and other GitHub mutations require explicit maintainer/user approval.

Output

  • Target, branch, installed versions, upstream sources, and control state
  • Preserve/update/remove/consolidate/add findings with evidence
  • Durable context, project-state, session-handoff, and freshness findings
  • Comparison matrix, limitations, prompt/config changes, and unchanged choices
  • 3D physics investigation and visual/debug evaluation results, artifacts, failure-boundary outcomes, and unavailable-evidence limitations
  • Direct, indirect, incomplete, non-trigger, and edge-case results
  • Mode, mutations performed (none for audit-only), gates, principle audit, two review passes, and blockers
  • For audit-only, recommendations and proposed change/validation scope; for apply, the changelog decision and branch completion state
  • For shared changes, the DART 7 then DART 6 apply/adapt/omit verdict

Version History

  • 83110ef Current 2026-07-30 23:35

Same Skill Collection

.agents/skills/dart-analyze/SKILL.md
.agents/skills/dart-architecture/SKILL.md
.agents/skills/dart-audit-agent-compliance/SKILL.md
.agents/skills/dart-backport-pr/SKILL.md
.agents/skills/dart-benchmark-packet/SKILL.md
.agents/skills/dart-branch-cleanup/SKILL.md
.agents/skills/dart-build/SKILL.md
.agents/skills/dart-changelog/SKILL.md
.agents/skills/dart-ci/SKILL.md
.agents/skills/dart-close-issue/SKILL.md
.agents/skills/dart-contribute/SKILL.md
.agents/skills/dart-deps/SKILL.md
.agents/skills/dart-docs-update/SKILL.md
.agents/skills/dart-downstream-fix/SKILL.md
.agents/skills/dart-execute-packet/SKILL.md
.agents/skills/dart-fix-ci/SKILL.md
.agents/skills/dart-fix-issue/SKILL.md
.agents/skills/dart-io/SKILL.md
.agents/skills/dart-manage-pr/SKILL.md
.agents/skills/dart-mechanical-refactor/SKILL.md
.agents/skills/dart-new-task/SKILL.md
.agents/skills/dart-next/SKILL.md
.agents/skills/dart-plan-update/SKILL.md
.agents/skills/dart-pr/SKILL.md
.agents/skills/dart-python/SKILL.md
.agents/skills/dart-references/SKILL.md
.agents/skills/dart-release-merge-main/SKILL.md
.agents/skills/dart-release-packaging/SKILL.md
.agents/skills/dart-resume/SKILL.md
.agents/skills/dart-retro/SKILL.md
.agents/skills/dart-review-pr/SKILL.md
.agents/skills/dart-test/SKILL.md
.agents/skills/dart-triage-issue/SKILL.md
.agents/skills/dart-ultrawork/SKILL.md
.agents/skills/dart-verify-sim/SKILL.md
.claude/skills/dart-architecture/SKILL.md
.claude/skills/dart-build/SKILL.md
.claude/skills/dart-ci/SKILL.md
.claude/skills/dart-contribute/SKILL.md
.claude/skills/dart-io/SKILL.md
.claude/skills/dart-python/SKILL.md
.claude/skills/dart-references/SKILL.md
.claude/skills/dart-test/SKILL.md
.claude/skills/dart-verify-sim/SKILL.md
.codex/skills/dart-analyze/SKILL.md
.codex/skills/dart-architecture/SKILL.md
.codex/skills/dart-audit-agent-compliance/SKILL.md
.codex/skills/dart-backport-pr/SKILL.md
.codex/skills/dart-benchmark-packet/SKILL.md

Metadata

Files
0
Version
6a4dbee
Hash
0da8e1f1
Indexed
2026-07-30 23:35

- 위키
Copyright © 2011-2026 iteam. Current version is 2.155.2. UTC+08:00, 2026-08-01 17:27
浙ICP备14020137号-1 $방문자$