squad-conventions

Codify Squad tooling conventions for setup, error handling, and project structure.

Updated Mar 19, 2026
One-click install
npx skills add https://github.com/WayneWalterBerry/MMO --skill squad-conventions-waynewalterberry
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: squad-conventions
Source: https://github.com/WayneWalterBerry/MMO/tree/main/.squad/skills/squad-conventions
Command: npx skills add https://github.com/WayneWalterBerry/MMO --skill squad-conventions-waynewalterberry

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Squad conventions help teams avoid drift by standardizing how codebases onboard and operate, covering tooling, error handling, and workflow patterns.

Core Features & Use Cases

  • Zero-dependency guidelines ensuring predictable environments across platforms.
  • Built-in patterns for error handling, file structuring, and testing workflows.
  • Clear guidance for Windows compatibility, init-idempotency, and safe upgrade behavior.

Quick Start

Adopt these conventions in all Squad projects to standardize setup, testing, and error handling.

Frequently Asked Questions about squad-conventions

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

FAQPage Schema
What are Squad conventions for Node.js project structure and tooling?

Zero-dependency setup ensures predictable environments across platforms by eliminating external package requirements. This approach standardizes Node.js project tooling to maintain consistent behavior without relying on third-party dependencies.

How do I standardize error handling across multiple Node.js CLI tools?

Adopt Squad conventions by applying the centralized guide to standardize setup, testing, and error handling across all Squad-based projects. The conventions include documented patterns, naming rules, and checklists to validate conformance.

Does the Squad conventions guide support Windows compatibility for Node.js projects?

Yes, the Squad conventions guide applies to any Squad-based project regardless of scale. It standardizes zero-dependency setup, error handling, and project structure across CLI tools and templates for all contributors.

How do I validate that my project conforms to Squad tooling conventions?

Use Squad conventions to standardize Node.js project structure and onboarding across teams. The conventions prevent codebase drift by codifying patterns for tooling, error handling, and workflow management in a centralized guide.