Skip to main content
Manus에서 모든 스킬 실행
원클릭으로
GitHub 저장소

looker-embed-demo

looker-embed-demo에는 lkrdev에서 수집한 skills 30개가 있으며, 저장소 수준 직업 범위와 사이트 내 skill 상세 페이지를 제공합니다.

수집된 skills
30
Stars
1
업데이트
2026-07-15
Forks
0
직업 범위
직업 카테고리 3개 · 100% 분류됨
저장소 탐색

이 저장소의 skills

embed-themes
소프트웨어 개발자

This skill enables agents to assist users in programmatically creating, updating, and managing Looker themes using the Looker API. Use this when you need to automate visual styling, implement brand-specific themes, or manage instance-wide default themes.

2026-07-15
localize-lookml
소프트웨어 개발자

Detailed guidelines and mandatory workflows for localizing LookML models, views, explores, and dashboards, including string catalog creation and deployment via lkr-dev-cli.

2026-07-14
localize-frontend
소프트웨어 개발자

Parent orchestrator skill for coordinating full-stack internationalization and localization across LookML models/dashboards and the React frontend application.

2026-07-14
lookml-dashboard
소프트웨어 개발자

Comprehensive standards, UI design principles, tabbed report architecture, and automation patterns for creating and managing modern LookML dashboards using local LookML files and Looker MCP/CLI tools.

2026-07-14
lookml-dashboard-to-query
소프트웨어 개발자

Analyzes a specific LookML dashboard (e.g., brand_lookup.dashboard.lookml), extracts all query elements and merge results, verifies them via run_inline_query(result="sql"), and self-heals missing LookML fields by iteratively adding best-guess calculations to local LookML views.

2026-07-14
repo-lookml
소프트웨어 개발자

Standards, workflow rules, and helper patterns for managing LookML files in the Looker project using the `lkr-dev-cli` CLI tool, including full project and single-file push/pull synchronization and production deployment.

2026-07-14
customize-frontend-looker-config
소프트웨어 개발자

Guidelines and instructions for configuring Looker environment variables (.env), embed target IDs/routes (constants.ts), role permissions, and interacting with Looker MCP tools to fetch available dashboards, models, and explores.

2026-07-07
setup-embed-demo
소프트웨어 개발자

Automated onboarding and provisioning skill that sets up the Looker Embed Demo project, database connection, LookML files via `lkr-dev-cli` CLI, LookML model configuration, brand user attribute, and instance embed settings on a new Looker instance.

2026-07-07
looker-query-api-calls
소프트웨어 개발자

Guidelines and architectural best practices for executing Looker SDK data queries, comparing static IDs (run_query) vs dynamic queries (run_inline_query), and choosing between json and json_detail result formats for HTML/currency consistency.

2026-06-30
localize-app
웹 개발자

Step-by-step instructions and best practices for localizing the React frontend application using React Lingui v6, managing constant string catalogs, and executing required build commands.

2026-06-25
localize-frontend-cleanup
웹 개발자

Systematic workflow and cleanup skill for auditing React UI components, extracting hardcoded strings into relevant aliased config constant files, and triggering the localization extraction and compilation pipeline.

2026-06-25
customize-frontend-branding
웹 개발자

Guidelines and instructions for customizing application header titles, brand names, navigation breadcrumbs, and SVG or image logos in the Looker Embed Portal.

2026-06-25
customize-frontend
웹 개발자

Parent orchestrator skill that invokes and coordinates all frontend customization workflows (branding, CSS theme tokens, Looker environment variables/constants, and opinionated Looker Brand Themes).

2026-06-25
customize-frontend-theme
소프트웨어 개발자

Guidelines and instructions for customizing the frontend CSS theme system, modifying design tokens (colors, typography, spacing, border radius, shadows, glassmorphism) in styles.css, and leveraging or extending core UI components.

2026-06-25
working-with-bugs
소프트웨어 품질 보증 분석가·테스터

Strict workflow and interactive loop guidelines for searching, diagnosing, implementing, and closing bug tracking system subtasks in partnership with the user.

2026-06-17
looker-sdk-browser
소프트웨어 개발자

Standards, architecture, and implementation for Just-in-Time access token refresh and initializing the official Looker Browser SDK with CustomEmbedSession.

2026-06-17
meep-testing-generation
소프트웨어 개발자

Standards, workflows, and helper scripts for generating unit tests and mock data to test the Multi-Explore Experience Pattern (MEEP) in multiExploreUtils.ts.

2026-06-17
multi-explore-experience-pattern
소프트웨어 개발자

Documentation for the Multi-Explore Experience Pattern (MEEP) which uses LookML field and Explore tags to manipulate field grouping, relabeling, timestamp linking, and exclusions in multi-explore environments.

2026-06-17
looker-bqml-ai-functions
소프트웨어 개발자

Verifies and grants the mandatory Vertex AI User IAM role (roles/aiplatform.user) to the BigQuery Cloud Resource service account associated with Looker's database connection, enabling BigQuery ML generative AI functions (AI.*).

2026-06-16
lookml-fields
소프트웨어 개발자

Overview of LookML field types (Dimension, Measure, Filter, Parameter) and the role of the `sql` parameter in each. Use this skill to choose the right field type for your data modeling needs.

2026-06-12
lookml-view
소프트웨어 개발자

Use this skill to create or modify LookML Views. Covers basic view definitions, sql_table_name, file organization, and patterns.

2026-06-12
update-user-attribute
소프트웨어 개발자

Guide on adding, modifying, or removing Looker user attributes (such as brand, locale) in both the frontend (state, constants, dialogs) and backend (Pydantic models, auth session endpoints) of this application.

2026-06-12
demo-apis
소프트웨어 개발자

Standards, architecture, and implementation details for Looker Embed Demo APIs (Token Reuse, Cookieless Embed, and Identity Middleware)

2026-06-10
ca-adk-streaming
소프트웨어 개발자

This skill enables agents to assist users in building streaming, data-driven agentic applications using the Looker Conversational Analytics (CA) API and Google ADK. Use this when you need to orchestrate multi-step data workflows with real-time feedback and conditional post-processing (e.g., visualization, analysis).

2026-06-10
conversational-analytics-api
소프트웨어 개발자

Use this skill when you need to build AI-powered chat interfaces (data agents) that query Looker data using natural language via the Gemini Data Analytics API.

2026-06-10
cors-api-proxy
소프트웨어 개발자

Architectural pattern for performing direct browser-to-Looker API calls via CORS by using an application backend to delegate scoped authentication tokens.

2026-06-10
embed-javascript-events-api
소프트웨어 개발자

This skill enables agents to assist users in implementing and troubleshooting interactive communication between a host application and an embedded Looker iframe using JavaScript events.

2026-06-10
lookml-sets
소프트웨어 개발자

Guide to using LookML sets for grouping fields, controlling visibility, and managing drill paths.

2026-06-10
sso-embed
소프트웨어 개발자

This skill allows agents to assist users in setting up, implementing, and troubleshooting Looker SSO (signed) and Cookieless embedding using the Looker Embed SDK.

2026-06-10
visualization-components
소프트웨어 개발자

This skill enables agents to assist users in building custom, high-performance data experiences using Looker's React-based visualization components.

2026-06-10