Cybrix Skills banner
cybrixcc cybrixcc

Cybrix Skills

Development community

Description

Claude Code skills for Cybrix — install via "claude plugin marketplace add cybrixcc/cybrix-skills". Open-source skills paired with the Cybrix hosted backend.

Installation

This entry records only its repository, not the path inside it, so there is no exact command to give. Open the source below and copy the folder into ~/.claude/skills/, or the file into ~/.claude/agents/.

README

Cybrix — deploy from Claude Code

[![Version](https://img.shields.io/badge/version-0.1.2-orange)](https://github.com/cybrixcc/cybrix-skills/blob/master/plugins/cybrix-deploy/.claude-plugin/plugin.json) [![License: MIT](https://img.shields.io/badge/license-MIT-blue)](./LICENSE) [![Claude Code](https://img.shields.io/badge/Claude%20Code-plugin-7c3aed)](https://claude.ai/code) [![Free tier](https://img.shields.io/badge/free%20tier-no%20credit%20card-22c55e)](https://cybrix.cc)

**Tell Claude to deploy. Get a live HTTPS URL in under 60 seconds.**

Cybrix is a hosting service for static sites built for coaches, designers, and creators who build with Claude but don't do DevOps. This plugin adds a `cybrix-deploy` skill to [Claude Code](https://claude.ai/code) — Claude runs the build, packages the output, uploads it to Cloudflare's edge network, and hands you a live URL directly in the chat.

No Git. No GitHub account. No config files. No dashboards. Just talk.

> Deploy this with cybrix

✓ Detected static site (Next.js export)
✓ Building... done in 8s
✓ Uploading to Cybrix... done
✓ Live at: https://my-site.cbrx.cc

  Your site is live. Connect a custom domain in dashboard.

Quick start

**1. Install the skill** — run inside Claude Code:

/plugin marketplace add cybrixcc/cybrix-skills
/plugin install cybrix-deploy@cybrix-skills

**2. Get a free API token** at [app.cybrix.cc](https://app.cybrix.cc) — no credit card required.

**3. Set your token:**

export CYBRIX_TOKEN=vd_your_token_here

To persist across sessions:

mkdir -p ~/.config/cybrix && echo "vd_your_token_here" > ~/.config/cybrix/token

**4. Open Claude Code in your project and say:**

Deploy this with cybrix

What Claude does

  1. Detects your project type (Next.js, Astro, Vite, Hugo, Eleventy, plain HTML, and more)
  2. Scans for environment variables your build needs — asks how to handle each one
  3. Runs the build and locates the output directory