solo-deploy

Deploy project to hosting platform — read stack YAML for exact config, detect local CLI tools (vercel, wrangler.

7 stars

Best use case

solo-deploy is best used when you need a repeatable AI agent workflow instead of a one-off prompt.

Deploy project to hosting platform — read stack YAML for exact config, detect local CLI tools (vercel, wrangler.

Teams using solo-deploy should expect a more consistent output, faster repeated execution, less prompt rewriting.

When to use this skill

  • You want a reusable workflow that can be run more than once with consistent structure.

When not to use this skill

  • You only need a quick one-off answer and do not need a reusable workflow.
  • You cannot install or maintain the underlying files, dependencies, or repository context.

Installation

Claude Code / Cursor / Codex

$curl -o ~/.claude/skills/solo-deploy/SKILL.md --create-dirs "https://raw.githubusercontent.com/Demerzels-lab/elsamultiskillagent/main/public/skills/fortunto2/solo-deploy/SKILL.md"

Manual Installation

  1. Download SKILL.md from GitHub
  2. Place it in .claude/skills/solo-deploy/SKILL.md inside your project
  3. Restart your AI agent — it will auto-discover the skill

How solo-deploy Compares

Feature / Agentsolo-deployStandard Approach
Platform SupportNot specifiedLimited / Varies
Context Awareness High Baseline
Installation ComplexityUnknownN/A

Frequently Asked Questions

What does this skill do?

Deploy project to hosting platform — read stack YAML for exact config, detect local CLI tools (vercel, wrangler.

Where can I find the source code?

You can find the source code on GitHub using the link provided at the top of the page.

SKILL.md Source

# solo-deploy

Deploy project to hosting platform — read stack YAML for exact config, detect local CLI tools (vercel, wrangler.

## Install

```
npx clawhub@latest install solo-deploy
```

Related Skills

Deploy Kit — Skill de Déploiement Web

7
from Demerzels-lab/elsamultiskillagent

Simplifie le déploiement d'apps web sur **Vercel**, **Railway** et **Supabase** via leurs CLIs.

Deploy Moltbot to Fly.io

7
from Demerzels-lab/elsamultiskillagent

Deploy Moltbot (Clawdbot) to Fly.io with proper configuration, persistent storage, and device pairing.

deploy-pilot

7
from Demerzels-lab/elsamultiskillagent

Manages the full deploy cycle — build validation, GitHub push, Vercel deployment, and health checks.

solo-you2idea-extract

7
from Demerzels-lab/elsamultiskillagent

Extract startup ideas from YouTube videos via solograph MCP — index, search, and analyze video transcripts.

solo-video-promo

7
from Demerzels-lab/elsamultiskillagent

Generate promo video plan with 30-45s script, shot-by-shot storyboard, and optional Remotion/Montage-tool config.

solo-validate

7
from Demerzels-lab/elsamultiskillagent

Score startup idea through S.E.E.D. niche check + STREAM 6-layer analysis + Devil's Advocate inversion, auto-pick.

solo-swarm

7
from Demerzels-lab/elsamultiskillagent

Launch 3 parallel research agents (market, users, tech) to investigate an idea from multiple angles simultaneously.

solo-stream

7
from Demerzels-lab/elsamultiskillagent

Interactive decision-making wizard using STREAM 6-layer framework for founders facing high-stakes choices.

solo-setup

7
from Demerzels-lab/elsamultiskillagent

Auto-generate project workflow config (docs/workflow.md) from existing PRD and CLAUDE.md with zero questions.

solo-seo-audit

7
from Demerzels-lab/elsamultiskillagent

SEO health check for any URL — analyzes meta tags, OG, JSON-LD, sitemap, robots.txt, SERP positions, and scores.

solo-scaffold

7
from Demerzels-lab/elsamultiskillagent

Generate complete project from PRD + stack template — directory structure, configs, CLAUDE.md, git repo, and GitHub.

solo-review

7
from Demerzels-lab/elsamultiskillagent

Final code review and quality gate — run tests, check coverage, audit security, verify acceptance criteria.