twl:co-utility

Route user requests to the appropriate standalone utility command.

Updated Apr 5, 2026
One-click install
npx skills add https://github.com/shuu5/twill --skill twl-co-utility
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: twl:co-utility
Source: https://github.com/shuu5/twill/tree/main/plugins/twl/skills/co-utility
Command: npx skills add https://github.com/shuu5/twill --skill twl-co-utility

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Route user requests to the appropriate standalone utility command.

Core Features & Use Cases

  • Unified entry point for managing multiple utility tasks (worktree-list, worktree-delete, twl-validate, services, ui-capture, schema-update).
  • Supports both prompt-driven and prompt-less flows, guiding users toward the correct command before execution.
  • Execution path delegates to Skill(twl:<command-name>) with any additional user-provided arguments.

Quick Start

Invoke a specific co-utility command by its name and pass any required arguments.

Frequently Asked Questions about twl:co-utility

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

FAQPage Schema
How do I route requests to multiple utility commands through a single CLI entry point?

Command routing through a central hub directs user requests to the appropriate standalone utility command using a frontmatter-driven command map. It supports both prompt-driven and prompt-less contexts to guide execution.

What is a co-utility workflow for managing development tasks?

A co-utility workflow provides a unified entry point for managing multiple utility tasks like worktree operations, validation, and service management. It delegates execution to specific command Skills with any provided arguments.

Can I run prompt-less utility commands for worktree operations and validation?

Yes, the command routing hub supports prompt-less flows alongside prompt-driven two-step guidance. This allows direct execution of worktree-list, worktree-delete, and twl-validate commands without interactive prompts.

How do I invoke a specific utility command with arguments from the central hub?

Invoke a specific utility command by its name and pass any required arguments. The central hub delegates execution to the corresponding command Skill with the user-provided arguments attached.

Does the command routing hub support UI capture and schema updates?

Yes, the command map includes ui-capture and schema-update utilities alongside worktree and validation tasks. Users can access all these development utilities through the single interactive entry point.