when-using-flow-nexus-platform-use-flow-nexus-platformlisted
Install: claude install-skill aiskillstore/marketplace
# Flow Nexus Platform Management SOP
```yaml
metadata:
skill_name: when-using-flow-nexus-platform-use-flow-nexus-platform
version: 1.0.0
category: platform-integration
difficulty: intermediate
estimated_duration: 30-60 minutes
trigger_patterns:
- "flow nexus platform"
- "manage flow nexus"
- "flow nexus authentication"
- "deploy to flow nexus"
- "flow nexus sandboxes"
dependencies:
- flow-nexus MCP server
- Valid email for registration
- Claude Flow hooks
agents:
- cicd-engineer (infrastructure orchestrator)
- backend-dev (service integrator)
- system-architect (platform designer)
success_criteria:
- Authentication successful
- Services configured and running
- Application deployed
- Monitoring active
- Payment system operational
```
## Overview
Comprehensive Flow Nexus platform management covering authentication, sandboxes, storage, databases, app deployment, payments, and monitoring. This SOP provides end-to-end platform operations.
## Prerequisites
**Required:**
- Flow Nexus MCP server installed
- Valid email address
- Internet connectivity
**Optional:**
- E2B API key for enhanced features
- Anthropic API key for Claude Code sandboxes
- Payment method for credits
**Verification:**
```bash
# Check Flow Nexus MCP availability
claude mcp list | grep flow-nexus
# Test connection
npx flow-nexus@latest --version
```
## Agent Responsibilities
### cicd-engineer (Infrastructure Orchestrator)