Cybrix Skills
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
[](https://github.com/cybrixcc/cybrix-skills/blob/master/plugins/cybrix-deploy/.claude-plugin/plugin.json) [](./LICENSE) [](https://claude.ai/code) [](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
- Detects your project type (Next.js, Astro, Vite, Hugo, Eleventy, plain HTML, and more)
- Scans for environment variables your build needs — asks how to handle each one
- Runs the build and locates the output directory
Related Skills
Auto Update
Pull the latest ECC repo changes and reinstall the current managed targets.
Development Ecc Guide
Navigate ECC's current agents, skills, commands, hooks, install profiles, and docs from the live repository su
Development Epic Claim
Claim an epic issue, stamp coordination state, and sync local ownership.
Development Epic Publish
Publish a validated epic update back to the issue and local cache.
Development Epic Review
Mark epic review requested, approved, or changes requested.
Development Epic Unblock
Sweep blocked epic issues and reopen anything whose dependencies are closed.
Development Related Agents
Django Build Resolver
Django/Python build, migration, and dependency error resolution specialist. Fixes pip/Poetry errors, migration
Openai Codex CLI
(55.8k ⭐) - Lightweight coding agent that runs in your terminal.
src/agents/ — 11 Agent Definitions
**Generated:** 2026-04-11