dora new
Scaffold a skill, rule, agent, or plugin for a coding agent.
dora new [TYPE] [NAME]
| Type | Meaning |
|---|---|
skill |
Reusable SKILL.md |
rule |
Always-on convention |
agent |
Subagent role |
plugin |
Package to ship |
Options
| Flag | Meaning |
|---|---|
-f, --for <agent> |
claude | cursor | codex | copilot |
-d, --description <text> |
Short description |
--intent <intent> |
self | self-later | distribute |
--native |
Scaffold the agent’s native format (not plugin packaging) |
-y, --yes |
Skip interactive prompts |
--format / --ci / --cwd |
Shared global flags |
Examples
dora new
dora new skill --for claude --name review-pr --description "Reviews PRs" --yes
dora new plugin --for claude --name my-plugin --yes
Use dora new --for <agent> — there is no separate dora claude new / dora cursor new path.
Related
- First five minutes: new
- dora providers (packaging/spec reference only)