Agent skill · DevOps & Cloud

flow-nexus-neural

Train and deploy neural networks in distributed E2B sandboxes with Flow Nexus

majiayu000github.com/majiayu000GitHub ↗
claude-codeMIT
Install
npx skills add majiayu000/claude-skill-registry --skill flow-nexus-neural-adebold-warehouse-network --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 2
SKILL.md size: 17 KB
Bundled scripts: none
Version: 1.0.0
Path: skills/ai-ml/flow-nexus-neural-adebold-warehouse-network/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 534
Language: HTML

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# 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:

What's inside
Steps it walks through
  1. Prerequisites
  2. Core Capabilities
  3. 1. Single-Node Neural Training
  4. 2. Model Inference
  5. 3. Template Marketplace
  6. 4. Distributed Training Clusters
  7. 5. Model Management
  8. 6. Publishing and Marketplace
  9. Common Use Cases
  10. Image Classification with CNN
  11. NLP Sentiment Analysis
  12. Time Series Forecasting
  13. Federated Learning for Privacy
  14. Architecture Patterns
Ships with 1 file
  • metadata.json
Commands it runs
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
More from claude-skill-registry
All skills →
About this skill
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 flow-nexus-neural-adebold-warehouse-network --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.

Keep going