ワンクリックで
spark-best-practices
Apache Spark 4.0.2 best practices for PySpark and Scala distributed data processing
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Apache Spark 4.0.2 best practices for PySpark and Scala distributed data processing
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
Full R017 verification (5+3 rounds) before commit
Load a skill profile to switch active plugin set. Use when user wants to focus on a specific workflow (web-app/data-eng/harness-dev/minimal) and reduce skill enumeration block size per
6-stage structured development cycle with stage-based tool restrictions
Deploy applications to Vercel with auto-detection and preview URLs
Auto-detect project context and optimize harness — deactivate unused agents/skills, suggest missing experts, generate project profile
Monitor Claude Code releases and auto-generate GitHub issues for each new version
| name | spark-best-practices |
| description | Apache Spark 4.0.2 best practices for PySpark and Scala distributed data processing |
| scope | core |
| user-invocable | false |
Version: Spark 4.x. Key changes from Spark 3.x: ANSI mode is now default (stricter SQL type coercion and overflow checks), and Spark Connect provides a decoupled client-server protocol for remote Spark access.
broadcast(small_df) for small-large table joinsspark.sql.autoBroadcastJoinThreshold)coalesce() to reduce partitions without shufflerepartition() only when necessary (causes shuffle)df.cache() or df.persist()df.unpersist()