create-note
Installation
SKILL.md
Create a Dinox Note
The user wants to create a new note in their Dinox knowledge base.
Instructions
- Gather the required information from the user or from
$ARGUMENTS:- Title (required)
- Content in Markdown (required)
- Tags (optional) — must be existing tags
- Card boxes / Zettel boxes (optional) — must be existing boxes
- If the user hasn't specified tags or boxes, you can list available ones to suggest:
dino tag list --jsonto show available tagsdino box list --jsonto show available card boxes
- For long content, write to a temporary file and use
@filepathsyntax - Run the create command and confirm success