workspace-navigator

Interpret fuzzy user intents to locate and reveal files or directories in the Hub Workspace panel.

2.6k|696|Updated Mar 12, 2026
One-click install
npx skills add https://github.com/zts212653/clowder-ai --skill workspace-navigator
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: workspace-navigator
Source: https://github.com/zts212653/clowder-ai/tree/main/cat-cafe-skills/workspace-navigator
Command: npx skills add https://github.com/zts212653/clowder-ai --skill workspace-navigator

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Users want to open a specific file or directory in the Hub Workspace panel without knowing the exact path; this skill interprets fuzzy intent and navigates to the target location.

Core Features & Use Cases

  • Intent interpretation: parse phrases like "open log" or "open design" and infer the target path.
  • Path resolution and navigation: search the repository for the relative path and trigger the Hub API to reveal or open the target in the Workspace panel.
  • Real-world scenario: a developer asks to view the logs folder or a design document; the skill locates the path and navigates there.

Quick Start

Tell me to open a file or directory, and I will locate it and trigger Hub Workspace navigation.

Frequently Asked Questions about workspace-navigator

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

FAQPage Schema
How do I open a file in the Hub Workspace without knowing the exact path?

You can open a file in the Hub Workspace by providing fuzzy intent. The skill parses phrases like "open log," searches the current worktree for the relative path, and triggers the navigation API to reveal it.

How does fuzzy intent parsing work for navigating directories?

Fuzzy intent parsing interprets phrases such as "open design" to infer the target path. It searches the repository using a prioritized strategy to locate the relative path and navigates the Hub Workspace panel to the target directory.

Can I use this skill to reveal a specific folder in my repository?

Yes, you can reveal a specific folder by stating your intent to open it. The skill searches the current worktree for the matching directory path and triggers the Hub API to open or reveal the folder in the Workspace panel.

Do I need to specify the full file path to trigger Hub Workspace navigation?

No, you do not need to specify the full file path. The skill relies on fuzzy intent interpretation to search for the relative path within the current worktree and automatically navigates the Hub Workspace panel to the target.

What is the best way to locate a design document or logs folder during development?

The best way to locate a design document or logs folder is to ask the skill to open it. It interprets your fuzzy intent, searches the repository for the relative path, and navigates the Hub Workspace panel to reveal the target location.

Are there limitations when searching for files to open in the Hub Workspace?

The skill searches for relative paths within the current worktree using a prioritized strategy. If the fuzzy intent does not match a distinct target file or directory, the navigation API may not reveal the desired location.