📄 skillActivePromisinghigh

divine-mobile

by divinevideo

No description available

Supported Platforms

🤖 Claude Code🧠 Codex

Stars

255

Skill Type

🏗️ Code Scaffolding & Templates

Quality Score

102/200

License

MPL-2.0

Forks

50

Last Updated

Jun 11, 2026

Discovered

May 10, 2026

Validation

Passed

github.com/divinevideo/divine-mobile

Quality Breakdown

102/ 200

Content Signals

Gotchas/Edge Cases+40
Progressive Disclosure+30
Trigger Description+20
Verification/Safety+20
Code Examples+15
Composability+15

Repo Health

Recent Activity+15
Scripts/Automation+10
Real Usage (Issues)+10
Single Responsibility+10
Config/Persistence+10
Install Instructions+5

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.

Unverified skill. Always review source code before installing any skill from an unknown author.

Risk Assessment

  • Persistent configuration directory (.claude/) with custom agent definitions and workflow automation rules stored in repository
  • Multiple bash hook scripts (.claude/hooks/) configured for automatic execution (pre-commit, post-edit, pre-edit guards) without explicit user approval gates
  • Agent spawning capability documented in .claude/agents/ directory with specialized agent definitions (cloudflare-devops-specialist, flutter-test-debugger) suggesting multi-agent orchestration
  • Build automation scripts and pre-commit hooks that execute without interactive approval (pre-commit-build-runner.sh, post-edit-format.sh, post-edit-analyze.sh)
  • Custom skill directory (.claude/skills/) with 70+ capability modules including system administration (ArgoCD, AWS, GCP, Kubernetes), database operations (ClickHouse), and deployment automation
  • Shell script execution in hooks (check-git-hooks.sh, pre-commit-build-runner.sh) enabling arbitrary bash command execution during git workflows