Configure cross-env for cross-platform environment variable setting in npm scripts and CLI commands.
Scanned 9/2/2026
Install to Claude Code
npx -y skills add a5c-ai/babysitter --skill cross-env-setup --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Cross Env Setup?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/a5c-ai-cross-env-setup)More formats (shields.io, HTML) on the badges page.
---
name: cross-env-setup
description: Configure cross-env for cross-platform environment variable setting in npm scripts and CLI commands.
allowed-tools: Read, Write, Edit, Bash, Glob, Grep
graph:
domains: [domain:software-engineering]
specializations: [specialization:cli-mcp-development]
skillAreas: [skill-area:cli-design, skill-area:mcp-server-implementation, skill-area:cross-platform-desktop]
roles: [role:backend-engineer, role:platform-engineer]
workflows: [workflow:feature-development]
topics: [topic:developer-experience]
---
# Cross-Env Setup
Configure cross-env for cross-platform environment variables.
## Capabilities
- Set up cross-env in package.json
- Configure environment variable scripts
- Handle platform-specific vars
- Integrate with npm scripts
## Generated Patterns
```json
{
"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"
}
}
```
## Target Processes
- cross-platform-cli-compatibility
- configuration-management-system
- cli-application-bootstrap
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!
End-to-end marketing campaign planning and execution. Covers audience research, positioning, campaign angle definition, landing page copy, email sequences, social posts, ad copy, short-form video scripts, and content calendars. Use as the orchestration layer for multi-channel product launches.
Orchestrate multi-phase deep research with web search, memory retrieval, pattern matching, and synthesis into structured findings
Persistent memory systems for LLM conversations including short-term, long-term, and entity-based memory Use when: conversation memory, remember, memory persistence, long-term memory, chat history.
Delegate coding to OpenHands CLI (model-agnostic, LiteLLM).
Query Solana blockchain data with USD pricing — wallet balances, token portfolios with values, transaction details, NFTs, whale detection, and live network stats. Uses Solana RPC + CoinGecko. No API key required.