codervisor-forge
Installation
SKILL.md
Codervisor Forge
Complete toolkit for Rust+Node.js hybrid projects — from scaffolding to publishing.
Domains
| Domain | What It Does |
|---|---|
| Bootstrap | Scaffold a new project with CI, publishing, and versioning infrastructure |
| CI/CD | GitHub Actions workflows for build, test, and cross-platform compilation |
| Publishing | Distribute Rust binaries via npm platform packages (optionalDependencies pattern) |
| Versioning | Coordinated versions across Node.js and Rust packages in a monorepo |
When to Use This Skill
Activate when any of the following are true:
- Starting a new Rust+Node.js project or adding infrastructure to an existing one
- Working with
.github/workflows/in a repo with bothCargo.tomlandpackage.json - Publishing Rust binaries to npm or debugging publish pipeline failures
Related skills