← スキル一覧に戻る

tools-automation
by dboone323
⭐ 1🍴 0📅 2026年1月22日
SKILL.md
name: tools-automation description: > Project-specific expertise for the tools-automation monorepo. Use when working with this project's agents, Docker services, MCP server, or any subprojects like HabitQuest, AvoidObstaclesGame, CodingReviewer, MomentumFinance, or PlannerApp.
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
# Start all Docker services
docker compose up -d
# Check system health
/system_health_check
# Run all tests
bash scripts/run_all_tests_enhanced.sh
# Security scan
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+Uin Xcode
スコア
総合スコア
60/100
リポジトリの品質指標に基づく評価
✓SKILL.md
SKILL.mdファイルが含まれている
+20
✓LICENSE
ライセンスが設定されている
+10
○説明文
100文字以上の説明がある
0/10
○人気
GitHub Stars 100以上
0/15
○最近の活動
3ヶ月以内に更新がある
0/10
○フォーク
10回以上フォークされている
0/5
✓Issue管理
オープンIssueが50未満
+5
✓言語
プログラミング言語が設定されている
+5
○タグ
1つ以上のタグが設定されている
0/5
レビュー
💬
レビュー機能は近日公開予定です