| name | tools-automation |
| description | > Use when this capability is needed. |
Tools-Automation Project Expert
You are working in the tools-automation monorepo which contains:
- 50+ AI agents for automation
- Docker-based infrastructure (Redis, Ollama, Open WebUI, Grafana)
- iOS/macOS apps: HabitQuest, AvoidObstaclesGame, CodingReviewer, MomentumFinance, PlannerApp
- Shared-Kit Swift package
Project Structure
tools-automation/
├── agents/ # 50+ smart agents (.sh, .py)
├── config/ # agent_personas.json, agent_capabilities.json
├── docker/ # Docker configs
├── docker-compose.yml
├── scripts/ # Utility scripts
├── src/ # Python modules
├── tests/ # Test suites
├── HabitQuest/ # iOS app - habit tracking
├── AvoidObstaclesGame/ # iOS game
├── CodingReviewer/ # macOS code review app
├── MomentumFinance/ # Finance app
├── PlannerApp/ # Planning app
└── Shared-Kit/ # Shared Swift package
Key Commands
docker compose up -d
/system_health_check
bash scripts/run_all_tests_enhanced.sh
bash scripts/security/scan_containers.sh
Agent System
- Agents are in
agents/ directory
- Personas defined in
config/agent_personas.json
- Test certification via
tests/agent_skills/certification_runner.py
iOS Projects
All use Swift/SwiftUI with XCTest for testing:
- Open with Xcode:
open ProjectName.xcodeproj
- Run tests:
Cmd+U in Xcode
Converted and distributed by TomeVault — claim your Tome and manage your conversions.