flowpad-navigation

Navigate Flowpad UI to specific entities by TypeId.

5|1|Updated Mar 15, 2026
One-click install
npx skills add https://github.com/langware-labs/flowpad --skill flowpad-navigation
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: flowpad-navigation
Source: https://github.com/langware-labs/flowpad/tree/main/flow_sdk/system_projects/flowpad_assistant/.claude/skills/flowpad-navigation
Command: npx skills add https://github.com/langware-labs/flowpad --skill flowpad-navigation

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill allows users to programmatically navigate the Flowpad interface to precise entities, facilitating efficient workflow management.

Core Features & Use Cases

  • Entity Navigation: Jump to or display specific entities like shells, markdowns, projects, or processes within Flowpad by their TypeId.
  • User Interaction: Enable automated UI control for complex or repetitive navigation tasks, improving productivity.
  • Use Case: When a user requests to "Open the project with UUID 1234," this Skill directs Flowpad to display that project directly.

Quick Start

Use the flowpad-navigation skill to jump to the entity with TypeId "project-5678" in the Flowpad UI.

Frequently Asked Questions about flowpad-navigation

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I navigate to a specific entity in Flowpad using a TypeId?

To navigate to a specific entity in Flowpad, use programmatic UI control to jump directly to the target by providing its unique TypeId. This allows you to instantly open projects, shells, or markdown snippets without manual searching.

Can I automate opening projects and shells in the Flowpad UI?

Yes, you can automate opening projects and shells in the Flowpad UI. This skill facilitates programmatic control to direct the interface to display specific entities, streamlining complex or repetitive navigation tasks.

What is programmatic UI navigation used for in development workflows?

Programmatic UI navigation is used to access specific entities quickly and efficiently within complex development environments. It ensures precise workflow management by displaying exact targets like processes or markdowns identified by TypeId.

Does Flowpad navigation support jumping directly to markdown snippets?

Yes, Flowpad navigation supports jumping directly to markdown snippets. By utilizing the specific TypeId for the markdown entity, the UI instantly displays the requested snippet for immediate access.

How do I handle repetitive navigation tasks in Flowpad efficiently?

Handle repetitive navigation tasks in Flowpad efficiently by using automated UI control. This approach directs the interface to open specific entities by their TypeId, significantly improving productivity for frequent operations.

What are the limitations of using TypeId for Flowpad UI navigation?

TypeId navigation requires knowing the exact identifier of the target entity beforehand. Without the correct TypeId, programmatic UI control cannot locate or display the specific projects, shells, or markdowns.