What problem does it solve?
This Skill solves the fragmentation of agent-generated outputs by providing a unified registry for tracking, deduplicating, and rendering work items like GitHub PRs, Linear issues, and local files directly within the assistant interface.
Core Features & Use Cases
- Unified Work Registry: Tracks diverse entities (PRs, issues, files, tasks) in a single database schema with versioning support.
- Automated Shell Scanning: Automatically detects and registers work items generated by CLI tools like
gh or codex via shell command parsing.
- Use Case: When an agent executes a series of shell commands to create a PR and update a local document, this Skill ensures both actions are captured, linked to the correct operation, and displayed as interactive cards in the chat history.
Quick Start
Run the agent-work scan to register all pending work items from the current operation.