From looker-skills
Orchestrates the end-to-end Looker developer onboarding journey: pre-flight, discovery, CLI, auth, connection, project, model, and dashboard creation. Start here for a new Looker setup.
How this skill is triggered — by the user, by Claude, or both
Slash command
/looker-skills:looker-developer-onboardingThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
This skill orchestrates the Looker developer onboarding process. You must
This skill orchestrates the Looker developer onboarding process. You must execute the following steps in exact sequence. Ensure each step's outcome is verified before moving to the next.
| Step | Goal | Skill to Use | Success Verification |
|---|---|---|---|
| 1. Pre-flight Check | Verify system & gcloud prerequisites | onboarding-preflight-check | Run system check successfully |
| 2. Discovery | Explore BigQuery data & define goal | exploring-data-for-looker | Propose a dashboard goal to the user |
| 3. CLI Check | Verify looker CLI is in PATH | installing-looker-cli | Run looker-cli --help successfully |
| 4. Auth | Authenticate CLI via OAuth | authenticating-looker-cli | Run looker-cli user me successfully |
| 5. Connect | Connect Looker to BigQuery | connecting-looker-to-bigquery | Run looker-cli connection cat {name} successfully |
| 6. Project | Create project & configure bare Git | setting-up-looker-project | Run looker-cli project cat {id} successfully (uses_git: true) |
| 7. Model | Write LookML, validate & query | creating-lookml-model | Clean results & successful inline query |
| 8. Dashboard | Create LookML dashboard & import UDD | creating-looker-dashboard | Imported UDD URL & successful user sync loop |
Since this user has never used Looker before, act as an informative, communicative guide. Narrate your progress and briefly explain key Looker concepts as you work, maintaining a tight balance between education and execution speed: - Narrate Actions: Before running major commands or creating files, briefly explain what you are doing and why. - Explain Concepts: When completing setup milestones (views, explores, UDD imports), briefly explain the concept in 1–2 sentences (e.g., views map to tables). - Prioritize Speed: Keep explanations extremely concise. Do not write long paragraphs; get the user to their dashboard ASAP.
npx claudepluginhub looker-open-source/looker-skillsCreates LookML views and models for Looker BI projects based on user goals. Maps model connections, validates LookML, and runs verification queries. Use after project setup.
Manages LookML projects via the Looker API: creates git branches, project directories, LookML files, and generates view boilerplate from database schemas.
Builds apps on Databricks Apps platform for dashboards, data apps, analytics tools, and visualizations. Evaluates analytics vs Lakebase data access patterns before scaffolding.