SPipe Submodule Tool Expert

Links SPipe module documentation and tool expert surfaces to fixed host paths via Unix symlinks or Windows junctions.

Updated May 27, 2026
One-click install
npx skills add https://github.com/ormastes/Spipe --skill spipe-submodule-tool-expert
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: SPipe Submodule Tool Expert
Source: https://github.com/ormastes/Spipe/tree/main/doc/00_llm_process/tool_expert/spipe_submodule
Command: npx skills add https://github.com/ormastes/Spipe --skill spipe-submodule-tool-expert

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill helps you correctly set up a host repository so that the SPipe submodule’s documentation and skill command surfaces are exposed as link targets in predictable host paths.

Core Features & Use Cases

  • Host-repository setup for an SPipe submodule: Runs the provided link setup flow to connect host paths to the module’s internal doc/00_llm_process/* surfaces.
  • Cross-platform linking support: Uses Unix symlinks or Windows junctions depending on your environment.
  • Verification-oriented workflow: Guides you to perform a dry-run first and confirm that the resulting host targets point into .spipe/spipe.

Quick Start

Run the Unix setup script to link the required host paths to this module for SPipe submodule activation.

Frequently Asked Questions about SPipe Submodule Tool Expert

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

FAQPage Schema
How do I link git submodule documentation into a host repository?

To link git submodule documentation into a host repository, run the provided setup scripts that map the module's internal doc surfaces to predictable host paths. This ensures the host repository can correctly access the mounted submodule files.

How do I create symlinks and junctions for a mounted submodule on Windows and Unix?

You create symlinks and junctions by executing the platform-specific setup scripts provided. Unix environments use symlinks while Windows uses junctions to connect the host paths to the mounted module directory.

What is the correct directory path for mounting an SPipe submodule in a monorepo?

The correct directory path for mounting an SPipe submodule in a monorepo is `.spipe/spipe`. The setup process ensures all link targets consistently reference the module files located under this specific path structure.

Can I perform a dry-run before applying repository setup links to verify target paths?

Yes, you can perform a dry-run before applying repository setup links. The verification-oriented workflow guides you to test first and confirm that the resulting host targets correctly point into the mounted `.spipe/spipe` directory.

Why are my submodule host paths not resolving to the expected documentation surfaces?

Submodule host paths fail to resolve when the setup scripts have not been executed or the links do not target the `.spipe/spipe` directory. Running the correct Unix or Windows setup script maps the required skill command and domain expert surfaces.