📄 skillActivePromisinghigh
turbo
by tobihagemann
A composable dev process for agentic coding harnesses, packaged as modular skills. Turbo has sibling editions for Claude Code and Codex.
Supported Platforms
🤖 Claude Code
Quality Breakdown
105/ 200
Content Signals
Repo Health
Multi-platform bonus: +5 pts if tool supports 2+ platforms. Score derived from 12 structural signals — not stars or popularity.
Trust & Verification
high
Broad system access required. Carefully review permissions before installing.
Active
Updated within the last 90 days. Actively maintained.
Risk Assessment
- Repository contains 'codex-exec' skill with execution capabilities - the presence of a skill specifically named for code execution indicates autonomous command running
- Multiple skills reference script execution and external process management (scripts/run_oracle.py, scripts/refresh_cookies.py, scripts/fetch-pr-data.sh)
- CLAUDE.md and CLAUDE-ADDITIONS.md files indicate persistent configuration and customization of AI tool behavior
- Multi-agent skill orchestration architecture - repository describes 'Skills compose other skills to any depth' and lists 60+ chained skills that can spawn sequentially
- Autonomous operation pipeline - /finalize skill runs tests, code polishing, commits, and PR creation without intermediate human approval gates
- Git automation skills (commit-staged-push, commit-staged, create-pr) enable autonomous repository modifications