Set up and validate SynapseML locally in WSL or Linux. Use when an agent needs SynapseML working locally, runs sbt compile/test, sees Java 21, Scala 2.12 compiler-bridge, bad constant pool index, Spark, or local validation failures.
npx skills add https://github.com/microsoft/SynapseML --skill synapseml-local-setup
Use this skill before any local SynapseML build, compile, or test validation.
/usr/lib/jvm/java-11-openjdk-amd64
bad constant pool index: 0 while building Scala 2.12 compiler-bridge_2.12.Run scripts/synapseml-doctor.sh:
scripts/synapseml-doctor.sh --repo <synapseml-repo>
Capture:
Run scripts/synapseml-sbt.sh:
scripts/synapseml-sbt.sh --repo <synapseml-repo> -- cognitive/Test/compile
Expected result:
core and cognitive main/test classes compile.[success].Run scripts/synapseml-smoke-test.sh:
scripts/synapseml-smoke-test.sh --repo <synapseml-repo>
Expected result:
All tests passed.Before running service tests, run scripts/check-live-service-tests.sh:
scripts/check-live-service-tests.sh --path <test-file-or-directory>
If it reports live-service hooks, ask the user before running that suite. Do not create or delete Azure Search indexes just to test a PR.
Use the JDK 11 wrapper for any targeted SBT command:
scripts/synapseml-sbt.sh --repo <synapseml-repo> -- '<module>/testOnly <SuiteName> -- -z "<test filter>"'
If tests fail before compiling project code, load references/troubleshooting.md.
On 2026-05-05, this setup was validated with:
/usr/lib/jvm/java-11-openjdk-amd64openjdk version "11.0.30"2.12.17, Spark 3.5.0, sbt 1.10.11sbt 'cognitive/Test/compile' succeeded.UDFTransformerSuite filtered test succeeded.Guide for creating high-quality MCP (Model Context Protocol) servers that enable LLMs to interact with external services through well-designed tools. Use when building MCP servers to integrate external APIs or services, whether in Python (FastMCP) or Node/TypeScript (MCP SDK).
Automatically creates user-facing changelogs from git commits by analyzing commit history, categorizing changes, and transforming technical commits into clear, customer-friendly release notes. Turns hours of manual changelog writing into minutes of automated generation.
Use when implementation is complete, all tests pass, and you need to decide how to integrate the work - guides completion of development work by presenting structured options for merge, PR, or cleanup
Guide for creating high-quality MCP (Model Context Protocol) servers that enable LLMs to interact with external services through well-designed tools. Use when building MCP servers to integrate external APIs or services, whether in Python (FastMCP) or Node/TypeScript (MCP SDK).
React Native and Expo best practices for building performant mobile apps. Use when building React Native components, optimizing list performance, implementing animations, or working with native modules. Triggers on tasks involving React Native, Expo, mobile performance, or native platform APIs.
React and Next.js performance optimization guidelines from Vercel Engineering. This skill should be used when writing, reviewing, or refactoring React/Next.js code to ensure optimal performance patterns. Triggers on tasks involving React components, Next.js pages, data fetching, bundle optimization, or performance improvements.
Next.js best practices - file conventions, RSC boundaries, data patterns, async APIs, metadata, error handling, route handlers, image/font optimization, bundling
Use when starting feature work that needs isolation from current workspace or before executing implementation plans - creates isolated git worktrees with smart directory selection and safety verification
Take microsoft/synapseml-local-setup from the repository into ~/.claude/skills for personal
use, or into .claude/skills inside a project.
The agent identifies a skill by the name field in its header. Two skills with the
same name cannot sit side by side — one of them will be ignored.