community-import-smoke-test

Validate OpenDesign plugin import flows across local folders, zip archives, and remote repositories.

93.2k|10.8k|Updated Apr 28, 2026
One-click install
npx skills add https://github.com/nexu-io/open-design --skill community-import-smoke-test
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: community-import-smoke-test
Source: https://github.com/nexu-io/open-design/tree/main/plugins/community/import-smoke-test
Command: npx skills add https://github.com/nexu-io/open-design --skill community-import-smoke-test

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes assets (resource) components.

What problem does it solve?

This Skill addresses the difficulty of verifying that the OpenDesign plugin system correctly handles various installation methods, ensuring that new plugins are properly registered and provenance is maintained.

Core Features & Use Cases

  • Import Validation: Verifies successful installation from local directories, compressed zip files, GitHub subpaths, and marketplace entries.
  • Receipt Generation: Produces a compact import receipt containing plugin metadata, source provenance, and detected file states.
  • Use Case: Plugin developers can use this tool to confirm that their plugin manifest and directory structure are correctly recognized by the OpenDesign runtime before public release.

Quick Start

Run the community-import-smoke-test skill to generate an import receipt for a plugin installed from a local folder.

Frequently Asked Questions about community-import-smoke-test

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

FAQPage Schema
How do I verify a plugin import in OpenDesign?

Use the community-import-smoke-test skill to generate an import receipt. This confirms that the plugin manifest, SKILL.md, and preview assets are correctly detected by the system.

What import sources does this plugin support?

This plugin supports validation for local folders, zip archives, GitHub subpaths, and marketplace entries. It ensures each method correctly preserves source provenance and plugin metadata.

Can I use this plugin for production workflows?

No, this plugin is designed exclusively for testing and validating the OpenDesign plugin import plumbing. It does not perform production tasks or external network operations.

Why is my plugin not appearing in the OpenDesign UI?

Ensure your plugin directory contains a valid SKILL.md file and an open-design.json sidecar. Use this smoke test plugin to verify if the import flow is functioning correctly.