add_platform.verify

Verify end-to-end installation and integration of a new AI platform in DeepWork.

49|3|Updated Jan 11, 2026
One-click install
npx skills add https://github.com/Unsupervisedcom/deepwork --skill add-platform-verify
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: add_platform.verify
Source: https://github.com/Unsupervisedcom/deepwork/tree/main/.claude/skills/add_platform.verify
Command: npx skills add https://github.com/Unsupervisedcom/deepwork --skill add-platform-verify

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill helps engineering teams ensure new AI platform integrations are installed correctly and verified in a reproducible way, reducing integration risk and manual validation effort.

Core Features & Use Cases

  • End-to-end verification: Validates adapters, templates, tests, and command structures for a new platform.
  • Artifact generation check: Confirms the expected files and directories (e.g., command files and configuration) are created.
  • Use Case: When adding Cursor or Windsurf support, run this skill to confirm the integration yields all required command and verification artifacts.

Quick Start

Run the verification workflow after implementing the platform to ensure the installation completed successfully.

Frequently Asked Questions about add_platform.verify

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

FAQPage Schema
How do I verify a new AI platform integration end-to-end?

End-to-end platform integration verification confirms that adapters, templates, tests, and generated command files exist and are correct after installing a new AI platform. It provides a structured workflow to validate the entire installation.

What does end-to-end platform verification check for during installation?

Platform verification checks that all expected installation artifacts are present and correct, including adapters, templates, tests, and generated command files. It also confirms the expected configuration files and directories are successfully created.

Can I verify platform integration for Cursor or Windsurf within the DeepWork CLI?

Yes, you can verify platform integrations for Cursor or Windsurf within the DeepWork CLI. Running the verification workflow confirms the integration yields all required command and verification artifacts.

Do I need to complete prerequisites before running platform integration verification?

Yes, prerequisites must be completed before running platform integration verification. The verification workflow targets platform integrations added to the DeepWork CLI and requires prior setup to confirm the installation completed successfully.

When should I run platform verification after implementing a new integration?

You should run platform verification immediately after implementing a new AI platform within your project. This ensures the installation completed successfully and reduces integration risk and manual validation effort.