One-click install
npx skills add https://github.com/juanibiapina/dotfiles --skill workspace-juanibiapina
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: workspace
Source: https://github.com/juanibiapina/dotfiles/tree/main/dotfiles/agents/.agents/skills/workspace
Command: npx skills add https://github.com/juanibiapina/dotfiles --skill workspace-juanibiapina

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Organize local GitHub projects by owner/repo in $WORKSPACE to streamline cloning, discovery, and cross-project access.

Core Features & Use Cases

  • Organize local projects under the owner/repo structure inside $WORKSPACE.
  • Discover project-specific guidelines via AGENTS.md in each project.
  • Read files from other projects using absolute paths like $WORKSPACE/owner/repo/path.
  • Manage projects with commands such as dev clone, dev list, dev open, and dev start.

Quick Start

Clone a repository into the workspace and then inspect it using the available commands.

Frequently Asked Questions about workspace

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

FAQPage Schema
How do I organize local GitHub repositories by owner and repo?

You can organize local GitHub repositories by cloning them into a $WORKSPACE directory using an owner/repo folder structure, which streamlines project discovery and cross-referencing.

What is the $WORKSPACE structure for local project management?

The $WORKSPACE structure is a local directory layout that arranges cloned GitHub projects hierarchically by owner and repository name to simplify file access and navigation.

How do I clone and list local repositories from the command line?

You can clone and list local repositories by running commands like `dev clone` to pull projects into $WORKSPACE and `dev list` to display all locally stored repositories.

Can I read files from other local projects using absolute paths?

Yes, you can read files from other local projects by referencing their absolute paths formatted as $WORKSPACE/owner/repo/path, enabling direct cross-project file access.

Do I need AGENTS.md guidelines for each project in the workspace?

Yes, AGENTS.md files provide project-specific guidelines within each repository, helping to define behaviors and instructions when navigating and operating inside the $WORKSPACE structure.

What's the best way to manage multiple local repositories for cross-project referencing?

The best way to manage multiple local repositories is using a standardized $WORKSPACE directory with owner/repo structuring, supported by commands like `dev open` and `dev start` for navigation.