Skip to main content
databrickslabs
ملف منشئ GitHub

databrickslabs

عرض على مستوى المستودعات لـ ٧٣ skills مجمعة عبر ٨ مستودعات GitHub.

skills مجمعة
٧٣
مستودعات
٨
محدث
٢٩ أغسطس ٢٠٢٦
خريطة المستودعات

أين توجد skills

أهم المستودعات حسب عدد skills المجمعة، مع حصتها من كتالوج هذا المنشئ وانتشارها المهني.

مستكشف المستودعات

المستودعات و skills الممثلة

verify-coda-live
محللو ضمان جودة البرمجيات والمختبرون

Use after merging CoDA PRs, before a release, or when asked whether coda-main still works. Drives coda-main through an authenticated Chrome session and CoDA's JSON terminal API, runs the structured scripts/verify_coda_live.py smoke test, and returns evidence…

٦ أغسطس ٢٠٢٦
databricks-agent-bricks
غير مصنف

Create and manage Databricks Agent Bricks: Knowledge Assistants (KA) for document Q&A, Genie Spaces for SQL exploration, and Supervisor Agents (MAS) for multi-agent orchestration. Use when building conversational AI applications on Databricks.

١٢ يوليو ٢٠٢٦
databricks-ai-functions
علماء البيانات

Use Databricks built-in AI Functions (ai_classify, ai_extract, ai_summarize, ai_mask, ai_translate, ai_fix_grammar, ai_gen, ai_analyze_sentiment, ai_similarity, ai_parse_document, ai_prep_search, ai_query, ai_forecast) to add AI capabilities directly to SQL…

١٢ يوليو ٢٠٢٦
databricks-aibi-dashboards
غير مصنف

Create Databricks AI/BI dashboards. Use when creating, updating, or deploying Lakeview dashboards. CRITICAL: You MUST test ALL SQL queries via execute_sql BEFORE deploying. Follow guidelines strictly.

١٢ يوليو ٢٠٢٦
databricks-apps-python
مطوّرو البرمجيات

Builds Databricks applications. Prefers AppKit (TypeScript + React SDK) for new apps; falls back to Python frameworks (Dash, Streamlit, Gradio, Flask, FastAPI, Reflex) when Python is required. Handles OAuth authorization, app resources, SQL warehouse and…

١٢ يوليو ٢٠٢٦
databricks-bundles
مطوّرو البرمجيات

Create and configure Declarative Automation Bundles (formerly Asset Bundles) with best practices for multi-environment deployments (CICD). Use when working with: (1) Creating new DAB projects, (2) Adding resources (dashboards, pipelines, jobs, alerts), (3)…

١٢ يوليو ٢٠٢٦
databricks-config
غير مصنف

Manage Databricks workspace connections: check current workspace, switch profiles, list available workspaces, or authenticate to a new workspace. Use when the user mentions "switch workspace", "which workspace", "current profile", "databrickscfg", "connect to…

١٢ يوليو ٢٠٢٦
databricks-docs
غير مصنف

Databricks documentation reference via llms.txt index. Use when other skills do not cover a topic, looking up unfamiliar Databricks features, or needing authoritative docs on APIs, configurations, or platform capabilities.

١٢ يوليو ٢٠٢٦
عرض 8 من أصل ٣٣ skills مجمعة.
deploy-connector
مطوّرو البرمجيات

Guide the user through creating or updating a pipeline for a source connector — read the docs, build a pipeline spec interactively, and run create_pipeline or update_pipeline.

٣٠ يوليو ٢٠٢٦
create-connector-document
مطوّرو البرمجيات

Generate public-facing documentation for a connector targeted at end users.

٢ يوليو ٢٠٢٦
authenticate-source
مطوّرو البرمجيات

Set up authentication for a source connector — generate connector spec, collect credentials interactively, and validate auth.

٢ يوليو ٢٠٢٦
collect-credentials
مطوّرو البرمجيات

Run the authenticate script to collect credentials from the user via a browser form.

٢ يوليو ٢٠٢٦
generate-connector-spec
مطوّرو البرمجيات

Generate the connector spec YAML file defining connection parameters and external options allowlist.

٢ يوليو ٢٠٢٦
self-review-connector
محللو ضمان جودة البرمجيات والمختبرون

Single step only: audit a completed connector — implementation, testing & simulator validation, artifacts, security smells, cross-doc consistency — and produce a scored markdown review report. Read-mostly; does not modify connector code.

٢ يوليو ٢٠٢٦
validate-connector-auth
محللو ضمان جودة البرمجيات والمختبرون

Generate and run an auth verification test to confirm that collected credentials are valid.

٢ يوليو ٢٠٢٦
implement-connector
مطوّرو البرمجيات

Single step only: implement the connector in Python when the API doc already exists. Do NOT use for full connector creation — use the create-connector agent instead.

١٦ يونيو ٢٠٢٦
عرض 8 من أصل ١٦ skills مجمعة.
impulse-channels
غير مصنف

Compute calculated (derived) channels in Impulse — new time-series signals built from existing channels and materialized at the same per-sample grain. Use when the user wants to "add a calculated channel", derive/persist a signal (e.g. "speed in km/h", "power…

١٣ أغسطس ٢٠٢٦
impulse-config
غير مصنف

Write the Impulse report configuration (`ImpulseConfig`) — the JSON/dict that points Impulse at its silver input tables, the gold output location, and tunes the solver. Use when the user asks to "configure an Impulse report", set the source/sink tables,…

١٣ أغسطس ٢٠٢٦
impulse-data-model
غير مصنف

Understand and prepare the data Impulse reads and writes. Use when the user asks "what tables does Impulse need", how to land / ingest measurement data into the silver layer, what the gold-layer output looks like, how fact and dimension tables join, or how to…

١٣ أغسطس ٢٠٢٦
impulse-reporting
مطوّرو البرمجيات

Build and run an Impulse reporting pipeline that persists events and aggregations to the gold-layer star schema. Use when the user wants to "build an Impulse report", compute histograms/statistics across all recordings and write them to Delta tables for a…

٧ أغسطس ٢٠٢٦
impulse-aggregations
علماء البيانات

Compute results over channels in Impulse, optionally scoped to an event. Use when the user wants a "histogram" or "2D histogram / heatmap" of a signal, duration- or distance-weighted binning, per-event descriptive statistics (min/max/mean/median), or channel…

٣١ يوليو ٢٠٢٦
impulse-analyze
مطوّرو البرمجيات

Run ad-hoc Impulse analysis in a notebook — evaluate TSAL expressions directly through the query engine and get a Spark or pandas DataFrame back, with no gold-layer write and no reporting setup. Use when the user wants to "explore signals interactively", "get…

٢٣ يوليو ٢٠٢٦
impulse
مطوّرو البرمجيات

Entry point for the Impulse framework — the Databricks Labs library for analyzing large-scale time-series measurement data (automotive testing, industrial IoT sensor recordings) on Spark and Delta. Use when the user mentions "Impulse", "TSAL",…

٢٣ يوليو ٢٠٢٦
impulse-tsal
مطوّرو البرمجيات

Write TSAL (Time Series Analytics Language) expressions in Impulse — select measurement channels by metadata tags, derive virtual signals with arithmetic, express conditions as time windows, detect edges, resample, integrate, and build histograms. Use when…

٢٣ يوليو ٢٠٢٦
عرض 8 من أصل ١٠ skills مجمعة.
deploy
مديرو الشبكات وأنظمة الحاسوب

Use when the user asks to deploy, ship, release, or push OntoBricks to Databricks. Wraps the Databricks Asset Bundle deploy for the FastAPI app and the MCP server, with the bootstrap-perms safety net described in README.md.

٧ أغسطس ٢٠٢٦
changelog
مطوّرو البرمجيات

Use after any code change (feature, fix, refactor, review fixup) to update /changelogs/YYYY-MM-DD.log and run the test suite. Mandatory post-change routine — see .cursorrules.

٣ أغسطس ٢٠٢٦
code-review
محللو ضمان جودة البرمجيات والمختبرون

Use when the user asks for a code review, asks to "review the code", or requests review of a feature/PR/branch. Runs the OntoBricks review checklist defined in .cursorrules.

٣ أغسطس ٢٠٢٦
refactoring
مطوّرو البرمجيات

Use when the user asks to "refactor", restructure, clean up, simplify, deduplicate, extract, or reorganize code. Enforces the Martin Fowler discipline defined in src/.coding_rules.md and .cursor/08-testing-and-deployment.mdc.

٣ أغسطس ٢٠٢٦
ai-feature
مطوّرو البرمجيات

Use when the user adds, changes, or refactors an LLM agent under src/agents/ — or anything that goes through Foundation Model API or an MLflow-traced LLM call. Mandatory under CNS §3.5 and .cursor/12-ai-feature-lifecycle.mdc. Walks the SPEC → dataset →…

٣ يونيو ٢٠٢٦
adding-subpackage
مطوّرو البرمجيات

Use when adding a new subpackage under back/core/, back/objects/, or agents/ — e.g. a new graph DB engine, W3C parser, industry importer, reasoning module, or domain class. Enforces the checklist defined in .cursor/07-project-conventions.mdc.

٢٥ أبريل ٢٠٢٦
dqx-end-to-end
مطوّرو البرمجيات

Run DQX validation end-to-end — read an input table or path, apply checks, and write valid and quarantined rows to output locations — in a single call. Use when the user asks for "apply and save", "quality-check a table and split the output", "DQX on a whole…

٩ يونيو ٢٠٢٦
dqx-apply-checks
مطوّرو البرمجيات

Validate a PySpark DataFrame or Delta table against a set of DQX quality rules using DQEngine. Use when the user asks to "run data quality checks", "apply DQX rules to a DataFrame/table", "split valid and invalid rows", "quarantine bad records", or "integrate…

٤ مايو ٢٠٢٦
dqx-define-checks
مطوّرو البرمجيات

Create DQX quality rules (checks) for a PySpark DataFrame or Delta table. Use when the user asks to "add a DQX check", "define a data quality rule", "validate that column X is not null / unique / in a set", or wants checks expressed in YAML/JSON for storage.…

٤ مايو ٢٠٢٦
dqx-profile-and-generate
مطوّرو البرمجيات

Profile a DataFrame or table and generate DQX quality rule candidates with summary statistics. Use when the user asks to "profile a table", "generate DQX rules from data", "suggest data quality checks", "bootstrap a checks.yml", or "generate DLT…

٤ مايو ٢٠٢٦
dqx-storage
مطوّرو البرمجيات

Load and save DQX checks (quality rules) to a file, workspace path, Unity Catalog volume, Delta table, Lakebase, or the DQX installation folder. Use when the user asks to "load DQX checks from YAML", "save checks to a Delta table", "read checks from a…

٤ مايو ٢٠٢٦
عرض ٨ من أصل ٨ مستودعات
تم تحميل كل المستودعات