zephyr-workspace-explorer

Explain Zephyr west workspace structure and manifest layout using West and Just.

Updated Aug 8, 2025
One-click install
npx skills add https://github.com/ale-alfaro/dotfiles --skill zephyr-workspace-explorer
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: zephyr-workspace-explorer
Source: https://github.com/ale-alfaro/dotfiles/tree/main/common/.config/codex/skills/zephyr-workspace-explorer
Command: npx skills add https://github.com/ale-alfaro/dotfiles --skill zephyr-workspace-explorer

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

Zephyr west workspace exploration and understanding are streamlined for agents by providing guided workflows with local just recipes and west commands.

Core Features & Use Cases

  • Oversees Zephyr west workspace structure, manifests, and project layout using just and west.
  • Provides recipes to list projects, locate boards, and search workspace files for rapid auditing.
  • Scenario: quickly audit a workspace to understand project scopes and dependency relationships.

Quick Start

Run the Just-based helper to enumerate Zephyr west projects in your workspace.

Frequently Asked Questions about zephyr-workspace-explorer

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

FAQPage Schema
How do I list projects in a Zephyr west workspace?

To list projects in a Zephyr west workspace, you can run the provided Just-based helper recipes. These recipes invoke West commands to enumerate projects, allowing you to rapidly audit project scopes and dependency relationships within your workspace.

What is a Zephyr west workspace manifest layout?

A Zephyr west workspace manifest layout defines the project organization and dependency structure managed by the West tool. This Skill explains this manifest layout to agents, guiding them to understand workspace structure and project relationships.

Do I need West installed to explore Zephyr workspace files?

Yes, you need West installed to explore Zephyr workspace files using this Skill. It requires West to be installed and the ZEPHYR_BASE environment variable configured to properly locate boards and search workspace files.

How do I locate boards in a Zephyr workspace using Just?

You locate boards in a Zephyr workspace by running the specific Just recipe included in the Skill's Justfile. This recipe leverages West commands to quickly find board configurations within your local workspace structure.

Can I audit Zephyr project dependency relationships without manual searching?

You can audit Zephyr project dependency relationships without manual searching by using the provided Just recipes. These recipes automate workspace file searching and project listing to streamline the auditing process for agents.