library/specializations/cli-mcp-development/skills/cross-env-setup/SKILL.md
Configure cross-env for cross-platform environment variable setting in npm scripts and CLI commands.
npx skillsauth add a5c-ai/babysitter cross-env-setupInstall 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 cross-env for cross-platform environment variables.
{
"scripts": {
"dev": "cross-env NODE_ENV=development tsx watch src/index.ts",
"build": "cross-env NODE_ENV=production tsc",
"test": "cross-env NODE_ENV=test vitest",
"start:prod": "cross-env NODE_ENV=production node dist/index.js"
},
"devDependencies": {
"cross-env": "^7.0.3"
}
}
development
Model documentation skill for generating model cards following Google's model card framework.
development
MLflow integration skill for experiment tracking, model registry, and artifact management. Enables LLMs to log experiments, compare runs, manage model lifecycle, and retrieve artifacts through the MLflow API.
data-ai
LIME-based local explanation skill for individual predictions across tabular, text, and image data.
devops
Kubeflow Pipelines skill for ML workflow orchestration, component management, and Kubernetes-native ML.