dex

Task tracking for async/multi-step work. Use dex to create, track, and complete tasks that span multiple sessions or require coordination (e.g., coding agent dispatches, PR reviews, background jobs). Tasks stored as JSON files in .dex/tasks/.

Safety Notice

This listing is from the official public ClawHub registry. Review SKILL.md and referenced scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "dex" with this command: npx skills add gricha/dex

Dex Task Tracking

Track async work: coding agent dispatches, multi-step projects, anything needing follow-up.

Commands

dex create -d "Description" --context "Background, goal, done-when"
dex list                    # Pending tasks
dex list --all              # Include completed
dex show <id>               # View task
dex show <id> --full        # Full context
dex complete <id> --result "What was done, decisions, follow-ups"
dex edit <id> --context "Updated context"
dex delete <id>

Task Structure

  • Description: One-line summary
  • Context: Background, requirements, done criteria
  • Result: What was built, decisions, follow-ups

Example

# Before dispatching agent
dex create -d "Add caching to API" --context "Workspace: feat1 (100.x.x.x)
Branch: feat/cache
Done when: PR merged, CI green"

# After work complete
dex complete abc123 --result "Merged PR #50. Redis caching with 5min TTL."

Storage

.dex/tasks/{id}.json — one file per task, git-friendly.

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

Automation

Notion Workflow Automator

Automate Notion workflows — create databases, templates, pages, and integrations using the Notion API with AI-powered content generation and organization.

Registry SourceRecently Updated
Automation

Google Ads Agent — PMax & Search Operations

Manage and optimize Google Ads Search and Performance Max campaigns using AI-driven strategies, asset optimization, audience signals, and conversion tracking...

Registry SourceRecently Updated
Automation

Bulletin Tools

Multi-agent bulletin board — post bulletins, subscribe agents, run structured discussion and critique rounds, and resolve decisions asynchronously across Ope...

Registry SourceRecently Updated
Automation

Abdullahi AI Agent

Billions decentralized identity for agents. Link agents to human identities using Billions ERC-8004 and Attestation Registries. Verify and generate authentic...

Registry SourceRecently Updated