sd-deploy

Automate SD003 framework deployment with PowerShell and Bash scripts.

Updated Feb 11, 2026
One-click install
npx skills add https://github.com/amijadoamijado/sd003 --skill sd-deploy
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: sd-deploy
Source: https://github.com/amijadoamijado/sd003/tree/main/.gemini/skills/sd-deploy
Command: npx skills add https://github.com/amijadoamijado/sd003 --skill sd-deploy

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Deploying the SD003 framework into a fresh project is error-prone and time-consuming due to manual setup, configuration drift risk, and inconsistent bootstrapping.

Core Features & Use Cases

  • Automated project bootstrap: creates required directories, copies core components, and generates initial documentation and session files.
  • Safe, auditable deployment: backs up existing files, preserves structure, and validates target readiness.
  • Use Case: Rapidly bootstrap a new GAS-based project with a consistent SD003 baseline using a single command.

Quick Start

Run the deployment script with your target project path to initiate automatic setup.

Frequently Asked Questions about sd-deploy

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

FAQPage Schema
How do I automate SD003 framework deployment to a new project?

To automate SD003 framework deployment, run the deployment script with a target project path to initiate automatic directory creation, file generation, and post-check verification.

Does the SD003 bootstrap script work on both Windows and Unix environments?

Yes, the SD003 bootstrap script works across Windows and Unix-like environments by utilizing PowerShell and Bash scripts to ensure reliable setups and consistent project baselines.

What is the best way to safely bootstrap a new GAS-based project with SD003?

The safest way to bootstrap a GAS-based project is using an automated SD003 deployment script that backs up existing files, preserves structure, and validates target readiness.

Why does manual SD003 project setup cause configuration drift?

Manual SD003 project setup causes configuration drift due to inconsistent bootstrapping and time-consuming manual setup, which automated deployment solves by generating initial documentation and session files.

Can I use deployment scripts to generate initial documentation and session files?

Yes, you can use the SD003 deployment script to automatically generate initial documentation and session files while copying core components and creating required directories.