← Prompts
Skill / Understand CLAUDE.md Templates & Examples

Flow Nexus App Store

Browse, publish, and deploy applications

# Flow Nexus App Store

Browse templates, publish apps, and deploy solutions.

## Browse Apps
```javascript
// Search apps
mcp__flow-nexus__app_search({
  search: "authentication",
  category: "backend",
  featured: true,
  limit: 20
})

// Get app details
mcp__flow-nexus__app_get({ app_id: "app_id" })

// List templates
mcp__flow-nexus__app_store_list_templates({
  category: "web-api",
  tags: ["express", "jwt"],
  limit: 20
})
```

Sign in to view the full prompt.

Sign In

Classification

Skill Capability with explicit trigger pattern
Skill Understand
Explain or analyze
Scope Project
This codebase
Invoked Called by name -- slash commands, named tools