
Security News
Attackers Are Hunting High-Impact Node.js Maintainers in a Coordinated Social Engineering Campaign
Multiple high-impact npm maintainers confirm they have been targeted in the same social engineering campaign that compromised Axios.
marktaskdown
Advanced tools
A lightweight CLI for managing tasks as Markdown files with YAML front-matter.
# Not yet published to npm
npm install -g marktaskdown
mtd init
Creates a /tasks folder in your current directory.
mtd add <title> [options]
Creates a new task with the specified title and optional description.
Options:
-d, --description <description>: Add a description to the taskExample:
mtd add "Implement new feature" --description "Add the ability to mark tasks as done"
mtd list
Displays a table of all tasks with their status.
mtd done [slugs...]
When called without arguments, provides an interactive prompt to select and mark tasks as completed.
When called with task slugs as arguments, marks those specific tasks as done.
Example:
mtd done task-1 task-2
mtd delete
Interactive prompt to select and archive tasks.
MarkTaskDown follows Domain-Driven Design (DDD) principles with a clean architecture approach. For details on the architecture, see:
This project follows Test-Driven Development (TDD) practices. See docs/README.md for the detailed product requirements and docs/CONTRIBUTING.md for development guidelines.
MarkTaskDown includes a Model Context Protocol (MCP) server that allows LLM applications to interact with your tasks.
The Model Context Protocol (MCP) is a standard that enables Large Language Models (LLMs) to interact with external tools and resources. With MarkTaskDown's MCP server, LLMs can manage your tasks directly.
mtd mcp-server
This command starts the MCP server with STDIO transport, allowing LLM applications to interact with your tasks. The server will continue running until you press Ctrl+C.
The MCP server provides the following tools:
initialize-project: Initialize a new MarkTaskDown projectcreate-task: Create a new taskset-task-done: Mark a task as doneset-task-undone: Mark a task as undonedelete-task: Delete a taskAnd the following resources:
tasks://list: Get a list of all taskstasks://{slug}: Get details of a specific taskFor more detailed information about the MCP server, see docs/README.md.
MIT
FAQs
A lightweight CLI for task management based on Markdown files
We found that marktaskdown demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Security News
Multiple high-impact npm maintainers confirm they have been targeted in the same social engineering campaign that compromised Axios.

Security News
Axios compromise traced to social engineering, showing how attacks on maintainers can bypass controls and expose the broader software supply chain.

Security News
Node.js has paused its bug bounty program after funding ended, removing payouts for vulnerability reports but keeping its security process unchanged.