·do-work

Task queue - add requests or process pending work

10Installs·1Trend·@knews2019

Installation

$npx skills add https://github.com/knews2019/skill-do-work --skill do-work

How to Install do-work

Quickly install do-work AI skill to your development environment via command line

  1. Open Terminal: Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.)
  2. Run Installation Command: Copy and run this command: npx skills add https://github.com/knews2019/skill-do-work --skill do-work
  3. Verify Installation: Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code, Cursor, or OpenClaw

Source: knews2019/skill-do-work.

SKILL.md

View raw

Core concept: The capture requests action always produces both a UR folder (preserving the original input) and REQ files (the queue items). Each REQ links back to its UR via userrequest frontmatter. This pairing is mandatory for all requests — simple or complex.

Capture ≠ Execute. The capture requests action captures requests. The work action executes them. These are strictly separate operations. After capture finishes writing files and reporting back, STOP. Do not start processing the queue, do not begin implementation, do not "helpfully" transition into the work action. The user decides when to execute — always. The only exception is if the user explicitly says somethin...

Human time has two optimal windows. The system is designed to maximize the value of human attention:

Facts (cite-ready)

Stable fields and commands for AI/search citations.

Install command
npx skills add https://github.com/knews2019/skill-do-work --skill do-work
Category
</>Dev Tools
Verified
First Seen
2026-03-10
Updated
2026-03-10

Browse more skills from knews2019/skill-do-work

Quick answers

What is do-work?

Task queue - add requests or process pending work Source: knews2019/skill-do-work.

How do I install do-work?

Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/knews2019/skill-do-work --skill do-work Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code, Cursor, or OpenClaw

Where is the source repository?

https://github.com/knews2019/skill-do-work

Details

Category
</>Dev Tools
Source
skills.sh
First Seen
2026-03-10

Related Skills

None