add_platform.implement

Scaffold platform adapters, templates, tests, and documentation for DeepWork integrations.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill standardizes and accelerates the process of adding support for a new AI platform to DeepWork by generating adapters, templates, tests, and documentation from a single specification.

Core Features & Use Cases

  • Adapter scaffolding: Create the platform adapter and integrate it into the existing registry.
  • Template generation: Produce platform-specific command templates that align with CLI configuration.
  • Tests & documentation: Provide a complete test suite with 100% coverage and update the project README.
  • Use Case: When a new tool like Cursor is introduced, this Skill enables a full integration flow from design to tested implementation.

Quick Start

Initiate the integration workflow by running the advanced DeepWork integration step on your feature branch and follow the on-screen prompts to implement the adapter, templates, tests, and docs.

Frequently Asked Questions about add_platform.implement

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

FAQPage Schema
How do I automate platform adapter creation for new AI tools?

Platform integration scaffolding generates adapters, templates, tests, and documentation from a single specification to standardize adding new AI platforms. This ensures alignment with existing job schemas, adapters registry, and CLI configuration for ready-to-use integrations.

How do I generate platform-specific command templates that align with CLI configuration?

Generating platform-specific command templates requires using an integration workflow that aligns with existing CLI configuration and job schemas. This produces ready-to-use templates that standardize command execution across newly introduced AI platforms.

Does the platform integration workflow enforce 100% test coverage for new adapters?

Yes, the platform integration workflow enforces 100% test coverage by providing a complete test suite alongside adapter scaffolding. This ensures that newly integrated AI platforms meet established testing standards before deployment within DeepWork.

Can I use this scaffolding to add support for a tool like Cursor from design to tested implementation?

Yes, you can use this scaffolding to add support for a tool like Cursor by running the integration workflow on a feature branch. It enables a full integration flow from design to tested implementation, including adapters, templates, and documentation.

What is the best way to standardize documentation when adding new platform integrations?

The best way to standardize documentation is using an integration workflow that automatically updates the project README during adapter scaffolding. This ensures all new platform integrations maintain consistent documentation alongside their generated tests and templates.