Use this skill when the user wants to manage tasks and to-do lists with an advanced task management system using wren.
Scanned 9/6/2026
Install to Claude Code
npx -y skills add javimosch/supercli --skill quickstart --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Quickstart?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/javimosch-quickstart-9ab1d652)More formats (shields.io, HTML) on the badges page.
---
name: wren
description: Use this skill when the user wants to manage tasks and to-do lists with an advanced task management system using wren.
---
# wren Plugin
Advanced task management system — organize, prioritize, and track tasks from the command line.
## Commands
- `wren task run <args>` -- Run advanced task management
## Usage Examples
List all tasks:
```
wren task run list
```
Add a new task:
```
wren task run add "Complete project documentation"
```
Mark task as done:
```
wren task run done <task_id>
```
Show task details:
```
wren task run show <task_id>
```
## Installation
```
pip install wren-cli
```
## Key Features
- Task creation and management
- Priority levels and categories
- Due date tracking
- Filter and search tasks
- Markdown export
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!