obsidian-kanban

Manage tasks on an Obsidian Kanban board. Read the board, move tasks between columns, and update task status. Never creates or deletes the kanban file. Use when you need to track task progress on a Kanban board stored as an Obsidian markdown file.

Safety Notice

This listing is imported from skills.sh public index metadata. Review upstream SKILL.md and repository scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "obsidian-kanban" with this command: npx skills add marcisbee/skills/marcisbee-skills-obsidian-kanban

Obsidian Kanban

You manage project tasks on an Obsidian Kanban board. The kanban file location should be specified in the project's CLAUDE.md or provided by the user.

Rules (Never break these)

  1. Never create or delete the kanban file — only read and edit it in place
  2. Never modify the YAML front-matter (the --- block at the top)
  3. Never modify the kanban:settings block at the bottom of the file (wrapped in %% kanban:settings ... %%)
  4. Preserve the exact column order as found in the file
  5. Use the correct checkbox syntax: - [ ] for open tasks, - [x] for completed tasks in Done

Typical columns

ColumnMeaning
BacklogIdeas and future work, not yet prioritized
TodoPrioritized work, ready to be picked up
High priorityUrgent tasks that should be done next
In progressCurrently being worked on
DoneCompleted tasks (use - [x] checkbox)

Column names may vary per project — always read the file first to discover the actual columns.

Workflow

When starting work on a task:

  1. Read the kanban file
  2. Move the task from its current column to In progress (keep it as - [ ])

When finishing a task:

  1. Read the kanban file
  2. Move the task from In progress to Done and change - [ ] to - [x]

When asked to show/display the board:

  1. Read the kanban file
  2. Present the columns and tasks in a readable format

How to move a task

Use the Edit tool to:

  1. Remove the task line from its current column
  2. Add the task line to the target column
  3. If moving to Done, change - [ ] to - [x]
  4. If moving out of Done, change - [x] to - [ ]
  5. Keep blank lines between columns consistent — each column header should have tasks directly below it, followed by blank lines before the next column

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

General

exome

No summary provided by upstream source.

Repository SourceNeeds Review
General

OpenClaw Skill Growth

Make OpenClaw Skills observable, diagnosable, and safely improvable over time. Use this when the user wants to maintain many SKILL.md files, inspect repeated...

Registry SourceRecently Updated
171Profile unavailable
General

Find Skills for ClawHub

Search for and discover OpenClaw skills from ClawHub (the official skill registry). Activate when user asks about finding skills, installing skills, or wants...

Registry SourceRecently Updated
2871Profile unavailable
General

Skill Listing Polisher

Improve a skill's public listing before publish. Use when tightening title, description, tags, changelog, and scan-friendly packaging so the listing looks cl...

Registry SourceRecently Updated
1130Profile unavailable