One-click install
npx skills add https://github.com/vogon101/KnowledgeWork --skill task-cli
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: task-cli
Source: https://github.com/vogon101/KnowledgeWork/tree/main/skills/task-cli
Command: npx skills add https://github.com/vogon101/KnowledgeWork --skill task-cli

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires tsx, commander, @trpc/client, superjson, @kw/api-types, and includes scripts (resource) components.

What problem does it solve?

This skill provides a type-safe CLI that lets teams and individuals manage tasks through a consistent, code-friendly interface, eliminating ad-hoc spreadsheet notes and noisy HTTP commands.

Core Features & Use Cases

  • Type-safe CLI commands for create, list, update, complete, delete, and manage blockers and subtasks.
  • End-to-end type safety via a batched tRPC client, avoiding brittle curl calls and ensuring client/server schema alignment.
  • Use cases include sprint planning, daily task triage, and project workflow automation across multiple orgs and projects.

Quick Start

Install Node.js and the skill's dependencies, then build and run:

  • pnpm install
  • pnpm run build
  • pnpm run start

Frequently Asked Questions about task-cli

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

FAQPage Schema
How do I manage tasks via a tRPC API from the command line?

You can manage tasks via a tRPC API using a type-safe CLI that handles creating, listing, updating, and tracking blockers. It uses a batched tRPC client to ensure end-to-end schema alignment.

How do I get type-safe task management commands for sprint planning?

Type-safe task management commands for sprint planning are provided through a CLI interfacing with a batched tRPC client. This ensures schema alignment across projects without brittle curl calls.

Do I need Node.js and TypeScript to run a tRPC task CLI?

Yes, you need Node.js and TypeScript to run the tRPC task CLI. You must install dependencies like tsx and commander, then build and start the project using pnpm.

Can I track subtasks and blockers across multiple projects using CLI automation?

Yes, you can track subtasks and blockers across multiple projects using CLI automation. The tool provides specific commands to manage these elements for software teams and personal productivity.

What is the best way to automate daily task triage without manual HTTP requests?

Automating daily task triage without manual HTTP requests is best done using a type-safe CLI with a batched tRPC client. This eliminates ad-hoc spreadsheet notes and noisy curl commands.