crewrig-assembly-test-skill

Verify overlay skill packaging assembly into platform output directories.

20|4|Updated May 14, 2026
One-click install
npx skills add https://github.com/crewrig/crewrig --skill crewrig-assembly-test-skill
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: crewrig-assembly-test-skill
Source: https://github.com/crewrig/crewrig/tree/main/tests/fixtures/overlay/artifacts/community/skills/test-overlay-skill
Command: npx skills add https://github.com/crewrig/crewrig --skill crewrig-assembly-test-skill

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill provides a lightweight fixture for verifying that overlay skill content is assembled correctly into each supported CLI output directory.

Core Features & Use Cases

  • Assembly Verification: Confirms that community overlay skills are included during build and deployment steps.
  • Test Fixture Behavior: Supports automated tests that check the generated skill packaging workflow.
  • Use Case: A maintainer can use this skill to validate that the build process correctly propagates skills into all target platform directories before release.

Quick Start

Use this skill to verify the overlay assembly output generated by the repository build process.

Frequently Asked Questions about crewrig-assembly-test-skill

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

FAQPage Schema
How do I verify overlay skill packaging is assembled correctly into CLI output directories?

To verify overlay skill packaging, use this lightweight fixture to confirm that community overlay skills are correctly assembled into each supported CLI output directory during your build process.

What is a test fixture for build verification in multi-CLI configuration deployment?

A test fixture for build verification provides a non-production assembly target to validate that the generated skill packaging workflow correctly propagates skills into all target platform directories before release.

Do I need external runtime dependencies to perform assembly verification across CLIs?

No external runtime dependencies are required to perform assembly verification across CLIs, as this skill serves as a standalone, lightweight fixture for validating build and deployment steps.

When do I need to validate overlay skill content during the build process?

You need to validate overlay skill content during the build process when a maintainer must ensure that community overlay skills are correctly included and propagated into all target platform directories before a release.

Can I use this assembly verification target for production deployment workflows?

You cannot use this assembly verification target for production deployment workflows, as it is explicitly designed as a non-production test fixture to validate build and test-fixture workflows for multi-CLI configuration.