flow-nexus-neural
Train and deploy neural networks in distributed E2B sandboxes with Flow Nexus
npx skills add majiayu000/claude-skill-registry --skill bjpl-colombia-department-puzzle-claude-skills-flow-nexus-neural --agent claude-code
Same command for any agent — swap --agent for codex, cursor, copilot.
Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.
# Flow Nexus Neural Networks Deploy, train, and manage neural networks in distributed E2B sandbox environments. Train custom models with multiple architectures (feedforward, LSTM, GAN, transformer) or use pre-built templates from the marketplace. ## Prerequisites ```bash # Add Flow Nexus MCP server claude mcp add flow-nexus npx flow-nexus@latest mcp start # Register and login npx flow-nexus@latest register npx flow-nexus@latest login ``` ## Core Capabilities ### 1. Single-Node Neural Training Train neural networks with custom architectures and configurations. **Available Architectures:** - `feedforward` - Standard fully-connected networks - `lstm` - Long Short-Term Memory for sequences - `gan` - Generative Adversarial Networks - `autoencoder` - Dimensionality reduction - `transformer` - Attention-based models **Training Tiers:** - `nano` - Minimal resources (fast, limited) - `mini` - Small models - `small` - Standard models - `medium` - Complex models - `large` - Large-scale training #### Example: Train Custom Classifier ```javascript mcp__flow-nexus__neural_train({ config: { architecture: { type: "feedforward", layers: [ { type: "dense", units: 256, activation: "relu" }, { type: "
- Prerequisites
- Core Capabilities
- 1. Single-Node Neural Training
- 2. Model Inference
- 3. Template Marketplace
- 4. Distributed Training Clusters
- 5. Model Management
- 6. Publishing and Marketplace
- Common Use Cases
- Image Classification with CNN
- NLP Sentiment Analysis
- Time Series Forecasting
- Federated Learning for Privacy
- Architecture Patterns
Add Flow Nexus MCP server claude mcp add flow-nexus npx flow-nexus@latest mcp start Register and login npx flow-nexus@latest register npx flow-nexus@latest login
What does the flow-nexus-neural skill do?
Train and deploy neural networks in distributed E2B sandboxes with Flow Nexus
How do I install it?
Run `npx skills add majiayu000/claude-skill-registry --skill bjpl-colombia-department-puzzle-claude-skills-flow-nexus-neural --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.
Where does this skill come from?
From majiayu000/claude-skill-registry, a repository with 534 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.
Is a popular skill a good skill?
Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.
