소스 정보
- 저장소
- dartsim/dart
- 최근 소스 활동
- 2026년 9월 6일 06:05
- 감지된 SKILL.md 언어
- 영어
- 스타
- 1,202
- 포크
- 304
설치 방법
기본적으로 소스를 먼저 확인하는 Prompt가 선택됩니다. 직접 명령으로 전환하거나 로컬 사본을 다운로드할 수도 있습니다.
소스 파일 검토
설치 여부를 결정하기 전에 SKILL.md와 SkillsMP에 표시된 보조 파일을 읽어 보세요.
메뉴
기본적으로 소스를 먼저 확인하는 Prompt가 선택됩니다. 직접 명령으로 전환하거나 로컬 사본을 다운로드할 수도 있습니다.
설치 여부를 결정하기 전에 SKILL.md와 SkillsMP에 표시된 보조 파일을 읽어 보세요.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
직접 명령은 검토 Prompt를 거치지 않습니다. 실행하기 전에 소스를 확인하세요.
npx skills add https://github.com/dartsim/dart --skill dart-new-task명령은 한 줄로 유지됩니다. 복사하기 전에 가로로 스크롤해 전체 내용을 확인하세요.
로컬 사본을 원하시나요? SkillsMP에서 현재 제공할 수 있는 파일을 다운로드하세요.
SOC 직업 분류 기준
SKILL.md 표시 중
| name | dart-new-task |
| description | DART New Task: start a feature, bugfix, refactor, docs, build, or test task |
Use this skill in Codex to run the DART dart-new-task workflow. The editable
workflow source lives in .claude/commands/; this file is its generated adapter
in the shared .agents/skills/ catalog.
/dart-new-task <arguments>$dart-new-task <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.
Start a new task in DART: $ARGUMENTS
Read these files first: @AGENTS.md @docs/ai/principles.md @docs/README.md
Then load owners when the task needs them:
docs/dev_tasks/README.md
before creating or resuming the project home.docs/onboarding/contributing.md before setup.docs/onboarding/building.md and
docs/onboarding/code-style.md before implementation.docs/AGENTS.md before editing.docs/ai/verification.md
before implementation; load detailed test guidance for the affected surface.docs/dev_tasks/<task>/ (see docs/dev_tasks/README.md for criteria).
Team-scale work (multiple parallel lanes needing orchestrated worker
agents) switches to dart-ultrawork instead.
For multi-session, design-heavy, public API, solver/paper, release, or
cross-module work, fill the dev-task specification intake before editing:
value, scope, assumptions, traceability, non-goals, acceptance evidence,
gates, and open decisions. If consequential ambiguity would change public
API, release compatibility, numerical correctness, benchmark claims, or
roadmap scope, record an owner-local Decision needed block instead of
silently choosing.origin/mainorigin/release-6.* branch first, then cherry-pick or reapply
to maindocs/dev_tasks/README.md: complete feasible work, promote durable artifacts,
and remove the folder before final validation and commit. Preserve the
owner's approval requirement for retiring unfinished work.pixi run lint before committing, then the gate set for
this task type from docs/ai/verification.md. If the claim depends on 3D
structure or behavior, route through dart-verify-sim: text oracle first,
then assessed claim-tied visual evidence, or record why it is not applicable.git push -u origin HEAD
then gh pr create --draft --base <target-branch> --milestone "<milestone>"
(DART 7.0 for main, branch-matching DART 6.x release milestone for the
active DART 6 LTS branch); follow .github/PULL_REQUEST_TEMPLATE.mdmaindocs/plans/solver-family-intake.md first and hold the task to the
paper-complete bar in docs/ai/verification.md § "Research Paper
Implementation Evidence"; the task is not complete until that bar is met.docs/dev_tasks/<task>/ folder was created