CLI for Agent Task Service - task orchestration between AI agents and humans
npm install @difflabai/ats-cliCLI skill for the Agent Task Service (ATS) - a task orchestration platform that enables intelligent handoffs between AI agents and humans.
``bash`
npx skills add difflabai/ats-skill
This adds the ats command to your Claude Code environment.
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
See SKILL.md for complete documentation including:
- All available commands
- Task lifecycle and status flow
- Common patterns and examples
- Configuration options
`bashList pending tasks
ats list
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
1. Fork the repository
2. Create a feature branch
3. Make your changes
4. Submit a pull request
MIT - see LICENSE