Skip to main content
Trinity

utilities Plugin

General-purpose ops and productivity skills for SSH-accessible services and daily workflows.

Installation

/plugin install utilities@abilityai

Skills

SkillDescription
/utilities:save-conversationSave conversation as structured markdown
/utilities:investigate-incidentStructured incident investigation
/utilities:bug-reportCreate sanitized GitHub issue
/utilities:safe-deploySafe deployment with backup/rollback
/utilities:docker-opsDocker container management
/utilities:sync-ops-knowledgeUpdate ops docs from commits
/utilities:batch-claude-loopBatch headless Claude Code calls

Safe Deployment

Deploy with automatic backup and rollback capability:

# Deploy with backup
/utilities:safe-deploy update

# Rollback to previous version
/utilities:safe-deploy rollback

The skill creates a backup of current state, applies the update, verifies deployment health, and rolls back automatically on failure.

Docker Operations

Manage Docker containers:

/utilities:docker-ops logs backend
/utilities:docker-ops restart frontend
/utilities:docker-ops status

Incident Investigation

Structured approach to investigating production issues:

/utilities:investigate-incident

Guides through: symptoms (what's happening?), timeline (when did it start?), scope (what's affected?), evidence (logs, metrics, traces), hypothesis (likely causes), and resolution (fix and verify).

Conversation Export

Save the current conversation as markdown:

/utilities:save-conversation

Exports to a timestamped file with full conversation history, code blocks preserved, and tool calls summarized.

Batch Processing

Run Claude Code headlessly on multiple inputs:

/utilities:batch-claude-loop

Useful for processing multiple files, running the same analysis across repos, and automated code review.

See Also

Abilities Overview - Full toolkit overview
GitHub: abilityai/abilities - Source repository