opensquad-dev

Detect distribution inconsistencies in opensquad skill units and repository rules.

2.0k|522|Updated Mar 1, 2026
One-click install
npx skills add https://github.com/renatoasse/opensquad --skill opensquad-dev
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: opensquad-dev
Source: https://github.com/renatoasse/opensquad/tree/main/.claude/skills/opensquad-dev
Command: npx skills add https://github.com/renatoasse/opensquad --skill opensquad-dev

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill helps developers ensure that every skill unit distributed with opensquad is consistent with its templates, agent catalog, and packaging rules, preventing stale or incomplete deployments.

Core Features & Use Cases

  • Verifies core file synchronization between _opensquad/core and templates.
  • Checks that bundled skills have corresponding template mirrors and proper packaging entries.
  • Validates init/update auto-install logic and protection paths to safeguard user data.
  • Detects and reports IDE contamination in shared files to keep IDE-specific logic isolated.

Quick Start

Run the dev checklist to validate the opensquad-dev skill distribution in your repository.

Frequently Asked Questions about opensquad-dev

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

FAQPage Schema
How do I check skill distribution readiness before deploying template updates?

Detect distribution inconsistencies by comparing the local skill unit against its templates, agents, and packaging references. It verifies SKILL.md frontmatter, template mirrors, and package manifest entries to prevent stale or incomplete deployments.

What does IDE contamination validation do for shared skill files?

IDE contamination validation detects and reports IDE-specific logic in shared files to keep it isolated. It enforces repository rules to safeguard user data by ensuring IDE-specific logic remains separate from distributed skill units.

How do I verify package manifest entries and template mirrors for bundled skills?

Verify package manifest entries and template mirrors by running a dev checklist against your repository. It checks that bundled skills have corresponding template mirrors and proper packaging entries to enforce repository consistency.

Why are my local skill units out of sync with the core opensquad templates?

Local skill units fall out of sync when core file synchronization between the repository and templates fails. Validate the repository to flag deviations in SKILL.md frontmatter, protected paths, and template mirrors.

Does this validation tool check init and update auto-install logic for skills?

Yes, the validation checks init and update auto-install logic and protection paths. It ensures multi-file skills and repository changes meet distribution rules before deployment.