scripts-config

Configure and validate /scripts directories in MetaSaver monorepos.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/metasaver/claude-marketplace --skill scripts-config
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: scripts-config
Source: https://github.com/metasaver/claude-marketplace/tree/main/plugins/metasaver-core/skills/config/workspace/scripts-config
Command: npx skills add https://github.com/metasaver/claude-marketplace --skill scripts-config

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill provides templates and validation for the /scripts directory in MetaSaver monorepos.

Core Features & Use Cases

  • Rule-based scripts: Setup-env.js, setup-npmrc.js, and cross-platform support.
  • Cross-repo validation: Checks for required scripts and documentation.
  • Documentation: Maintains scripts/README.md detailing usage.

Quick Start

Use scripts-config to scaffold and validate /scripts in a repository.

Frequently Asked Questions about scripts-config

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate scripts directory setup in a monorepo?

Automate scripts directory configuration by using templates and validation rules that scaffold required files like setup-env.js and setup-npmrc.js, enforce cross-platform compatibility, and ensure standardized error handling and documentation across library and consumer repositories.

What scripts should I include in my /scripts directory?

Include setup-env.js for environment initialization, setup-npmrc.js for npm configuration, clean-and-build.sh for cross-platform build automation, and related utilities. Node.js scripts must use the path module, include a shebang, and provide JSDoc comments.

How do I validate scripts for cross-platform compatibility?

Validate scripts by applying four enforced standards: Setup Scripts, Cross-Platform Support, Error Handling, and Documentation. The validation checks that Node.js scripts use the path module, include shebangs, contain JSDoc documentation, and report violations.

Can I use scripts configuration across different repository types?

Yes, scripts-config applies to both library and consumer repositories in MetaSaver monorepos, providing consistent templates, validation rules, and README governance for standardized script management across repository types.

What happens if scripts don't meet the required standards?

Violations of the four standards—Setup Scripts, Cross-Platform Support, Error Handling, and Documentation—are flagged during validation. The Skill audits and reports non-compliance so you can correct scripts before deployment.