modelscope.cn

obsidian-tasks

Manage tasks in the Obsidian vault - add, complete, reorder tasks

Installation

$ npx skills add https://modelscope.cn

Also in this package

Other skills from modelscope.cn · top by installs.

npx skills add https://modelscope.cn

Browse all from modelscope.cn

More details

Agent compatibility

Declared targets from SKILL.md / docs. Unmarked agents are not listed — the skill may still install via the CLI.

Claude Code Not declared
Cursor Not declared
Codex Not declared
GitHub Copilot Not declared
Windsurf Not declared
Gemini CLI Not declared
Cline Not declared
OpenCode Not declared

Package contents

Files included with this skill beyond the listing page.

  • skill md SKILL.md 1,062 B

History

  1. First recorded snapshot · 0 installs

SKILL.md

Obsidian Task Management

Manage tasks in ~/dev/personal/obsidian/trobrock/Tasks.md.

Task File

Location: ~/dev/personal/obsidian/trobrock/Tasks.md

Simple ordered list - position indicates priority (top = most important).

Task Syntax

- [ ] Incomplete task
- [x] Completed task

Operations

Add a Task

Append to the list:

- [ ] {task description}

Or insert at a specific position if priority matters.

Complete a Task

Change - [ ] to - [x]:

- [x] Completed task

Reorder Tasks

Move lines up or down to change priority. Top of list = highest priority.

Remove Completed Tasks

Periodically delete - [x] lines to keep the list clean.

Link to Projects

Optional - link tasks to projects:

- [ ] Fix bug [[Comfortly]]

Keep It Simple

  • One flat list
  • Order = priority
  • Complete or delete when done
  • No categories, tags, or dates required