Skip to content

difflabai/ats-skill

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

43 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ATS Skill

CLI skill for the Agent Task Service (ATS) - a task orchestration platform that enables intelligent handoffs between AI agents and humans.

Installation

npx skills add difflabai/ats-skill

This adds the ats command to your Claude Code environment.

What it does

The ATS skill allows Claude Code to:

  • Create, list, claim, and complete tasks
  • Subscribe to real-time task events via WebSocket
  • Send messages on task threads
  • Coordinate work between agents and humans
  • Manage organizations and projects

Usage

See SKILL.md for complete documentation including:

  • All available commands
  • Task lifecycle and status flow
  • Common patterns and examples
  • Configuration options

Quick Example

# List pending tasks
ats list

# Create a task
ats create "Review the pull request" --priority 8

# Claim and work on a task
ats claim 123
ats message add 123 "Working on this now"
ats complete 123

# Watch for real-time events
ats watch --channel support

Configuration

The CLI can be configured via:

  1. Global config: ~/.ats/config
  2. Project config: .ats/config (walks up directory tree)
  3. Environment variables: ATS_URL, ATS_ORG, ATS_PROJECT, etc.
  4. CLI flags: --url, --org, --project, etc.

Priority: CLI flags > environment variables > project config > global config > defaults

Contributing

  1. Fork the repository
  2. Create a feature branch
  3. Make your changes
  4. Submit a pull request

License

MIT - see LICENSE

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors