Tasknotes Skill banner
vanillaflava vanillaflava

Tasknotes Skill

AI community

Description

Agent skill for task management in Obsidian reads and writes your TaskNotes directly as markdown files. Pairs with llm-wiki-claude-skills for an assisted knowledge + task workflow.

Installation

This entry records only its repository, not the path inside it, so there is no exact command to give. Open the source below and copy the folder into ~/.claude/skills/, or the file into ~/.claude/agents/.

README

tasknotes-skill

[![Release](https://img.shields.io/github/v/release/vanillaflava/tasknotes-skill?style=flat-square)](https://github.com/vanillaflava/tasknotes-skill/releases/latest) [![License](https://img.shields.io/badge/license-MIT-green?style=flat-square)](https://github.com/vanillaflava/tasknotes-skill/blob/master/LICENSE) [![Agent Skills](https://img.shields.io/badge/Agent_Skills-compatible-brightgreen?style=flat-square)](https://agentskills.io/specification) [![Claude](https://img.shields.io/badge/Claude-D97757?style=flat-square&logo=claude&logoColor=white)](https://claude.ai) [![Obsidian](https://img.shields.io/badge/Obsidian-%23483699?style=flat-square&logo=obsidian&logoColor=white)](https://obsidian.md) [![TaskNotes](https://img.shields.io/badge/TaskNotes-plugin-blue?style=flat-square)](https://tasknotes.dev) [![MCP](https://img.shields.io/badge/MCP-compatible-blue?style=flat-square)](https://modelcontextprotocol.io)

Talk to your tasks. Ask what's open, file something from conversation, mark it done. Tasks are plain Markdown files in your Obsidian vault - the skill works with filesystem access alone, and gets richer query and tracking capabilities when the TaskNotes MCP server or HTTP API are also available.

**Not affiliated with or endorsed by the TaskNotes project.** This skill was built by me, for personal use, and shared as-is. The TaskNotes plugin is developed and maintained independently by [callumalpass](https://github.com/callumalpass/tasknotes).

What this is

A single installable skill for task management: ask what's open, create a task from conversation, update or close it, check what's blocking you, track time, run a schema diagnostic. Tasks are `.md` files with YAML frontmatter. The skill reads a config file to know where they live and how to route them to the right project.

The skill adapts to the environment. With filesystem access alone it covers task CRUD, file-based querying, body and checklist reads, and schema diagnostics - and