用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/tomevault-io/skills-registry --skill tools-automation命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
基于 SOC 职业分类
正在显示 SKILL.md
| name | tools-automation |
| description | > Use when this capability is needed. |
You are working in the tools-automation monorepo which contains:
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
# 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
agents/ directoryconfig/agent_personas.jsontests/agent_skills/certification_runner.pyAll use Swift/SwiftUI with XCTest for testing:
open ProjectName.xcodeprojCmd+U in XcodeConverted and distributed by TomeVault — claim your Tome and manage your conversions.