task-filter

Filter task views by status, priority, and due date with persistent state.

Updated Feb 8, 2026
One-click install
npx skills add https://github.com/abdulahad139/Todoapp-HackathonII --skill task-filter-abdulahad139
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: task-filter
Source: https://github.com/abdulahad139/Todoapp-HackathonII/tree/main/.claude/skills/task-filter
Command: npx skills add https://github.com/abdulahad139/Todoapp-HackathonII --skill task-filter-abdulahad139

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Narrows task lists by applying multiple criteria simultaneously, using AND logic, with persistent state and removable filter chips for quick management.

Core Features & Use Cases

  • Cumulative AND filtering across Status, Priority, and Due Date to produce a precise task subset.
  • LocalStorage persistence to restore the active filter state across sessions.
  • Active filters display as removable chips, with a concise clear-all option for resets.
  • Integrates with search and sorting to provide a cohesive task-management workflow.

Quick Start

Apply multiple filters on your task list using Status, Priority, and Due Date controls to see results immediately.

Frequently Asked Questions about task-filter

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I filter tasks by multiple criteria simultaneously?

Task filtering applies cumulative AND logic across status, priority, and due date dimensions to produce a precise task subset. The deterministic filtering pipeline ensures only tasks meeting every selected criterion are displayed.

How do I persist active task filters across browser sessions?

Active task filters persist across sessions using localStorage to save the centralized filter state. When you reopen the application, your previously selected status, priority, and due date criteria are automatically restored.

Can I display active task filters as removable UI chips?

Active task filters display as removable UI chips for quick management. Each chip represents a specific active criterion, allowing you to remove individual filters instantly or use the clear-all option for full resets.

Does multifilter task narrowing work alongside search and sorting?

Multifilter task narrowing integrates with search and sorting to provide a cohesive task-management workflow. The deterministic filtering pipeline operates alongside these features to refine task views without conflicts.

What is the best way to clear all applied task filters at once?

The best way to clear all applied task filters is using the concise clear-all option in the UI. This instantly resets the centralized filter state, removing all active filter chips and restoring the full unfiltered task list.