m3-tasks
SolidList your tasks and their state. Pass an argument to filter by state.
AI & Automation 16 stars
3 forks Updated today Apache-2.0
Install
Quality Score: 77/100
Stars 20%
Recency 20%
Frontmatter 20%
Documentation 15%
Issue Health 10%
License 10%
Description 5%
Skill Content
# M3 Tasks
## When to Use
Use this skill when the user wants to list tasks they or the agents are tracking, or check status of tasks in the workspace task graph.
## Instructions
Call `m3:task_list`. If `$ARGUMENTS` is one of `pending`, `in_progress`, `completed`, `deleted`, pass it as the `state` filter.
Render as a table:
```
| id-prefix | state | subject | owner |
```
If filtering produced no results, say so explicitly so the user doesn't think the call broke.
Details
- Author
- skynetcmd
- Repository
- skynetcmd/m3-memory
- Created
- 5 months ago
- Last Updated
- today
- Language
- Python
- License
- Apache-2.0
Integrates with
Bundled in these plugins
Similar Skills
Semantically similar based on skill content — not just same category
AI & Automation Solid
m3-help
List all m3-memory slash commands / skills and what they do.
16 Updated today
skynetcmd Code & Development Listed
maw-tasks
Create well-formed tasks for the MAW pipeline. Use when the user says "add a task", "create a task", "new task", or describes a feature/fix/refactor that should be tracked — even if they don't explicitly ask to create a task. Supports flag: --mode <full|small-fix|brainstorm|deep-research> to skip mode suggestion and set the mode directly.
4 Updated yesterday
pockerhead AI & Automation Solid
m3-status
Chatlog subsystem status — row counts, queue depth, spill, last capture, hook health.
16 Updated today
skynetcmd