From hoopit-onboarding
Set up a brand-new machine for the Hoopit flutter-app — install tooling (gh, mise/Python, FVM, DCM, Sentry CLIs, acli), clone hoopit/flutter-app as a sibling of the skills repo, bootstrap deps/codegen/l10n/pre-commit, wire up Figma MCP, and run the app. Use when a developer wants to onboard to the Flutter app, set up their flutter-app dev environment, or asks how to get flutter-app building/running locally.
How this skill is triggered — by the user, by Claude, or both
Slash command
/hoopit-onboarding:setup-flutter-appThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Drive a new machine to a working `flutter-app` checkout. The detailed,
Drive a new machine to a working flutter-app checkout. The detailed,
platform-aware walkthrough lives in ONBOARDING.md — read it and
follow it step by step. This file is the orchestration contract.
sudo/admin rights, browser
logins (GitHub, Atlassian, Figma), or the DCM license. Ask before running it.This skill runs from inside the skills repo. Clone flutter-app as a
sibling of skills, not inside it:
# from the skills repo root
gh repo clone hoopit/flutter-app ../flutter-app
cd ../flutter-app
This yields …/flutter-app next to …/skills. Run the rest of the bootstrap
(Step 2c onward in ONBOARDING.md) from inside ../flutter-app.
gh (+auth), mise (+Python), FVM, DCM (+license),
sentry & sentry-cli, acli (+auth).fvm install,
pub get (app + packages/hoopit_api + packages/network_bloc),
build_runner (app and API), gen-l10n, and pre-commit install (commit
and push hooks).Finish by walking the Final verification checklist in ONBOARDING.md and reporting any unchecked item.
fvm flutter / fvm dart — never bare flutter/dart.packages/hoopit_api).
Re-run the API watcher/build on every API model change.npx claudepluginhub hoopit/skills --plugin hoopit-onboardingCreates, edits, and optimizes skills for Claude Code, including drafting, evaluating with test prompts, iterating on performance, and improving skill descriptions for better triggering accuracy.