by-deploy-compute

Deploy BY design tools to local, RunPod, Modal, or HPC compute surfaces.

104|10|Updated Mar 23, 2026
One-click install
npx skills add https://github.com/001TMF/blatant-why --skill by-deploy-compute
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: by-deploy-compute
Source: https://github.com/001TMF/blatant-why/tree/main/templates/.claude/skills/by-deploy-compute
Command: npx skills add https://github.com/001TMF/blatant-why --skill by-deploy-compute

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires pyyaml, requests, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This skill enables teams and individuals to deploy BY design tools to compute surfaces they own or control (local GPUs, RunPod, Modal, or HPC) without relying on Tamarind, handling environment checks, deployment manifests, and config updates.

Core Features & Use Cases

  • End-to-end tool deployment across local, RunPod, Modal, and HPC targets with a single six-field manifest.
  • Smoke-test validated deployments and automatic config.json patching to ensure discoverability and operability.
  • Per-tool deployment templates that guide cloning, weights management, and environment setup.

Quick Start

Install prerequisites, configure your target, render deploy.yaml, run the per-target deployment script, and smoke test before updating the config.

Frequently Asked Questions about by-deploy-compute

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

FAQPage Schema
How do I deploy design tools on my own compute hardware?

To deploy design tools on your own compute hardware, use a six-field deploy.yaml manifest to automate environment checks, apply per-tool deployment templates, and execute target-specific deployment scripts for local GPUs, RunPod, Modal, or HPC.

What compute platforms can I target for automated tool deployment?

Automated tool deployment targets local GPUs, RunPod, Modal, and HPC compute surfaces. Each target requires a valid API key for cloud platforms and uses per-target references to guide the specific deployment configuration and environment setup.

How do I validate a design tool deployment after running the setup scripts?

To validate a design tool deployment, run the built-in smoke-test validation after executing the per-target deployment scripts. This ensures operability and automatically patches the config.json file to guarantee the deployed tool is discoverable.

Do I need a manifest file to deploy tools to RunPod or Modal?

Yes, you need a six-field deploy.yaml manifest to deploy tools to RunPod or Modal. The manifest works alongside an environment check script and per-target references to automate cloning, weights management, and environment setup across cloud targets.

Can I deploy multiple design tools across different compute surfaces using one configuration?

Yes, you can deploy multiple design tools across different compute surfaces using a single six-field deploy.yaml manifest. Per-tool deployment templates handle tool-specific cloning and weights management, while per-target references manage the compute surface configuration.

What dependencies are required to set up automated compute deployment scripts?

Automated compute deployment scripts require the pyyaml and requests dependencies. You also need the six-field deploy.yaml manifest, the environment check script, per-target references, and a valid API key for any cloud targets like RunPod or Modal.