skills/codex/databricks-config/SKILL.md
<!-- AUTO-GENERATED by export-skills.py — DO NOT EDIT --> --- name: databricks-config --- Configure the Databricks profile in ~/.databrickscfg for use with Databricks Connect. **Usage:** `/databricks-config [profile_name|workspace_host]` Examples: - `/databricks-config` - Configure DEFAULT profile (interactive) - `/databricks-config DEFAULT` - Configure DEFAULT profile - `/databricks-config my-workspace` - Configure profile named "my-workspace" - `/databricks-config https://adb-1234567890123
npx skillsauth add frank-luongt/faos-skills-marketplace skills/codex/databricks-configInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Configure the Databricks profile in ~/.databrickscfg for use with Databricks Connect.
Usage: /databricks-config [profile_name|workspace_host]
Examples:
/databricks-config - Configure DEFAULT profile (interactive)/databricks-config DEFAULT - Configure DEFAULT profile/databricks-config my-workspace - Configure profile named "my-workspace"/databricks-config https://adb-1234567890123456.7.azuredatabricks.net/ - Configure using
workspace host URLDetermine the profile and host:
https://, treat it as a workspace host:
adb-1234567890123456.7.azuredatabricks.net →
adb-1234567890123456, my-company-dev.cloud.databricks.com → my-company-dev)https://, treat it as a profile nameRun databricks auth login -p <profile> with the determined profile name
--host <workspace_host> to the commandCheck if the profile exists in ~/.databrickscfg
Ask the user to choose ONE of the following compute options:
serverless_compute_id = auto)Update the profile in ~/.databrickscfg with the selected configuration
Verify the configuration by displaying the updated profile section
cluster_id OR serverless_compute_id (never both)serverless_compute_id = auto (not just serverless = true)databricks auth login command will open a browser for OAuth authenticationtoken field values (e.g., token = [REDACTED])~/.databrickscfgWith Cluster ID:
[DEFAULT]
host = https://adb-123456789.11.azuredatabricks.net/
cluster_id = 1217-064531-c9c3ngyn
auth_type = databricks-cli
With Serverless:
[DEFAULT]
host = https://adb-123456789.11.azuredatabricks.net/
serverless_compute_id = auto
auth_type = databricks-cli
With Token (display as redacted):
[DEFAULT]
host = https://adb-123456789.11.azuredatabricks.net/
token = [REDACTED]
cluster_id = 1217-064531-c9c3ngyn
View full configuration at: ~/.databrickscfg
<!-- Source: .faos/custom/skills/cloud/databricks/databricks-config/SKILL.md -->development
<!-- AUTO-GENERATED by export-skills.py — DO NOT EDIT --> --- name: grpo-rl-training description: GRPO reinforcement learning training with TRL. Use when applying Group Relative Policy Optimization for reasoning and task-specific model training. --- # GRPO/RL Training with TRL Expert-level guidance for implementing Group Relative Policy Optimization (GRPO) using the Transformer Reinforcement Learning (TRL) library. This skill provides battle-tested patterns, critical insights, and production-r
tools
<!-- AUTO-GENERATED by export-skills.py — DO NOT EDIT --> --- name: graphql-architect description: Master modern GraphQL with federation, performance optimization, --- ## Use this skill when - Working on graphql architect tasks or workflows - Needing guidance, best practices, or checklists for graphql architect ## Do not use this skill when - The task is unrelated to graphql architect - You need a different domain or tool outside this scope ## Instructions - Clarify goals, constraints, and
development
<!-- AUTO-GENERATED by export-skills.py — DO NOT EDIT --> --- name: grafana-dashboards description: Create and manage production Grafana dashboards for real-time visualization of system and application metrics. Use when building monitoring dashboards, visualizing metrics, or creating operational observability interfaces. --- # Grafana Dashboards Create and manage production-ready Grafana dashboards for comprehensive system observability. ## Do not use this skill when - The task is unrelated
development
<!-- AUTO-GENERATED by export-skills.py — DO NOT EDIT --> --- name: gptq description: GPTQ post-training quantization for generative models. Use when quantizing large models to 4-bit with calibration-based weight compression. --- # GPTQ (Generative Pre-trained Transformer Quantization) Post-training quantization method that compresses LLMs to 4-bit with minimal accuracy loss using group-wise quantization. ## When to use GPTQ **Use GPTQ when:** - Need to fit large models (70B+) on limited GPU