create-provider

Scaffold AtlasClaw providers with directory structure and skill templates.

15|6|Updated Mar 11, 2026
One-click install
npx skills add https://github.com/CloudChef/atlasclaw-providers --skill create-provider-cloudchef
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: create-provider
Source: https://github.com/CloudChef/atlasclaw-providers/tree/main/skills/create-atlasclaw-provider
Command: npx skills add https://github.com/CloudChef/atlasclaw-providers --skill create-provider-cloudchef

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

AtlasClaw teams need a repeatable, well-structured scaffold to create new providers with consistent metadata, documentation, and skill templates.

Core Features & Use Cases

  • Scaffolds the provider package structure (provider root with PROVIDER.md, README.md, and a skills/ directory, plus optional scripts/, references/, and assets/).
  • Supplies templates for PROVIDER.md and SKILL.md to ensure consistent discovery and activation context.
  • Provides a phased, guided workflow for building new providers and their skills, including starter files and example layouts.
  • Acts as a ready-to-follow blueprint for onboarding new developers and accelerating provider production.

Quick Start

Follow the steps to scaffold a new AtlasClaw provider with directory structure, templates, and starter skills.

Frequently Asked Questions about create-provider

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

FAQPage Schema
How do I scaffold an AtlasClaw provider package with the correct directory structure?

To scaffold an AtlasClaw provider, this tool generates the provider root with PROVIDER.md, README.md, and a skills/ directory, plus optional scripts, references, and assets folders. It supplies templates and a guided workflow to ensure the package meets repository skill unit standards for production deployment.

What files and templates do I need to build a new AtlasClaw provider?

Building a new AtlasClaw provider requires PROVIDER.md and SKILL.md templates for consistent discovery and activation context, along with a README.md. The scaffolding process supplies these starter files and example layouts to define a repeatable structure for the provider package.

Can I use the provider scaffolding workflow to onboard new developers to AtlasClaw?

Yes, the provider scaffolding workflow acts as a ready-to-follow blueprint for onboarding new developers. It provides a phased, guided process for building new providers and their skills, accelerating provider production while ensuring consistent metadata and documentation across the team.

What's the best way to ensure my AtlasClaw provider meets skill unit standards?

The best way to ensure your provider meets skill unit standards is using a structured scaffolding process that defines PROVIDER.md, README, and SKILL.md with consistent templates. This guarantees the resulting package supports production deployment and repository compliance.

Does the AtlasClaw provider scaffolding process support optional directories like scripts and references?

Yes, the AtlasClaw provider scaffolding process supports optional scripts, references, and assets directories alongside the required provider root and skills folder. These starter files and example layouts are included to provide a complete package structure for production deployment.