Skip to main content
تشغيل أي مهارة في Manus
بنقرة واحدة
databrickslabs
ملف منشئ GitHub

databrickslabs

عرض على مستوى المستودعات لـ 54 skills مجمعة عبر 4 مستودعات GitHub.

skills مجمعة
54
مستودعات
4
محدث
2026-07-02
مستكشف المستودعات

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

bdd-features
محللو ضمان جودة البرمجيات والمختبرون

This skill should be used when the user asks to "write Gherkin", "create feature files", "generate BDD scenarios", "write acceptance tests in Gherkin", "create Behave features", "write Given When Then tests", "BDD test cases for my pipeline", "Gherkin for Unity Catalog", or wants to translate requirements into Gherkin feature files for Databricks.

2026-04-21
bdd-run
محللو ضمان جودة البرمجيات والمختبرون

This skill should be used when the user asks to "run BDD tests", "execute Behave", "run Gherkin tests", "run my feature files", "behave test results", "run smoke tests", "BDD test report", or needs to execute Behave test suites with specific options like tag filtering, parallel execution, or CI reporting.

2026-04-21
bdd-scaffold
مطوّرو البرمجيات

This skill should be used when the user asks to "set up BDD", "create a Behave project", "scaffold BDD tests", "initialize Behave", "add BDD to my project", "set up Gherkin testing", "create test structure for Behave", or mentions setting up behavior-driven development testing. Generates a complete Behave project structure wired to Databricks SDK.

2026-04-21
bdd-steps
محللو ضمان جودة البرمجيات والمختبرون

This skill should be used when the user asks to "write step definitions", "implement BDD steps", "generate step code", "create Behave steps", "implement Given When Then", "write Python steps for Gherkin", "step definitions for Databricks", or needs to create Python step implementations for existing Gherkin feature files.

2026-04-21
databricks-model-serving
مطوّرو البرمجيات

Deploy and query Databricks Model Serving endpoints. Use when (1) deploying MLflow models or AI agents to endpoints, (2) creating ChatAgent/ResponsesAgent agents, (3) integrating UC Functions or Vector Search tools, (4) querying deployed endpoints, (5) checking endpoint status. Covers classical ML models, custom pyfunc, and GenAI agents.

2026-04-08
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.

2026-02-22
databricks-aibi-dashboards
مطوّرو البرمجيات

Create Databricks AI/BI dashboards. CRITICAL: You MUST test ALL SQL queries via execute_sql BEFORE deploying. Follow guidelines strictly.

2026-02-22
databricks-app-apx
مطوّرو البرمجيات

Build full-stack Databricks applications using APX framework (FastAPI + React).

2026-02-22
عرض أهم 8 من أصل 27 skills مجمعة في هذا المستودع.
create-connector-document
مطوّرو البرمجيات

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

2026-07-02
authenticate-source
مطوّرو البرمجيات

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

2026-07-02
collect-credentials
مطوّرو البرمجيات

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

2026-07-02
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.

2026-07-02
generate-connector-spec
مطوّرو البرمجيات

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

2026-07-02
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.

2026-07-02
validate-connector-auth
محللو ضمان جودة البرمجيات والمختبرون

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

2026-07-02
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.

2026-06-16
عرض أهم 8 من أصل 16 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.

2026-06-30
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.

2026-06-29
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.

2026-06-29
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 → eval-harness → impl → re-eval sequence.

2026-06-03
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.

2026-04-25
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.

2026-04-25
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 table", "save valid and invalid rows", or wants to drop DQX into a Lakeflow / workflow that runs on a table or path. Covers apply_checks_and_save_in_table, the by_metadata variant, InputConfig / OutputConfig, and incremental streaming mode.

2026-06-09
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 into a streaming pipeline". Covers apply_checks, apply_checks_and_split, the by_metadata variants, and the shape of the result columns.

2026-05-04
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. Covers DQRowRule, DQDatasetRule, DQForEachColRule, built-in check_funcs, filters, user_metadata, custom SQL/Python checks, and the declarative metadata form.

2026-05-04
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 expectations". Covers DQProfiler, DQGenerator, DQDltGenerator, the profiler workflow, sampling / filter options, and AI-assisted variants.

2026-05-04
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 volume", "share checks across notebooks", or "use the DQX workspace install's default checks location". Covers every *ChecksStorageConfig and the matching load/save calls.

2026-05-04
عرض 4 من أصل 4 مستودعات
تم تحميل كل المستودعات