tx-core-loop

Initialize and manage tx task queues within Claude Code workflows.

6|3|Updated Jan 28, 2026
One-click install
npx skills add https://github.com/jamesaphoenix/tx --skill tx-core-loop
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: tx-core-loop
Source: https://github.com/jamesaphoenix/tx/tree/main/.claude/skills/tx-core-loop
Command: npx skills add https://github.com/jamesaphoenix/tx --skill tx-core-loop

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

Streamlines queue management for tx tasks.

Core Features & Use Cases

  • Initialize and manage the tx task database
  • Create, inspect, claim, and complete tasks
  • See ready and active task views and support common workflow commands in Claude Code

Quick Start

Initialize the task database, then add, inspect, claim, and complete a task using the tx CLI.

Frequently Asked Questions about tx-core-loop

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

FAQPage Schema
How do I manage a task queue from within Claude Code workflows?

You can manage a task queue from within Claude Code by initializing the task store, then creating, inspecting, claiming, and completing tasks through CLI commands. The tx queue skill streamlines this workflow by supporting ready and active task views.

What is the best way to automate task management for CLI workflows?

Automating task management for CLI workflows involves initializing a task database and using commands to add, claim, and complete tasks. This skill enforces a valid SKILL.md with YAML frontmatter and optionally includes references or scripts for richer context.

Do I need a specific file structure to initialize the tx task database?

Yes, initializing the tx task database requires a valid SKILL.md at the root with YAML frontmatter including name and description fields. You can optionally add references, assets, or scripts to provide richer context for the workflow.

Can I inspect ready and active tasks in the queue without external dependencies?

Yes, you can inspect ready and active task views directly within Claude Code workflows. The skill operates with no listed dependencies, using CLI commands to support common task management operations like claiming and completing tasks.

Why does my task workflow require claiming tasks before completing them?

Claiming tasks before completing them is part of the queue management workflow to prevent conflicts. The tx queue enforces this sequence: initialize the store, create tasks, inspect views, claim a task, and then complete it to ensure proper task lifecycle handling.

Does tx queue management work with existing Claude Code automation scripts?

Yes, tx queue management integrates with Claude Code workflows and supports optional scripts and assets. You can include these in the SKILL.md root structure to provide richer context and streamline task automation alongside existing CLI processes.