pyrs-ls

List pyramid files in a directory hierarchy and identify unresolved gaps via diff.md files.

2|Updated Apr 6, 2026
One-click install
npx skills add https://github.com/zachbutton/pyrs --skill pyrs-ls
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: pyrs-ls
Source: https://github.com/zachbutton/pyrs/tree/main/skills/pyrs-ls
Command: npx skills add https://github.com/zachbutton/pyrs --skill pyrs-ls

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

Maintains a structured hierarchy of pyramid files for software architecture, enabling users to visualize and manage their pyramid system efficiently.

Core Features & Use Cases

  • List Pyramids: Display a tree-like structure of pyramid files.
  • Unresolved Gaps: Identify pyramids with unresolved gaps by checking for diff.md files.
  • Descriptions: Include descriptions for each pyramid to understand its purpose.
  • Use Case: After invoking pyrs-ls, a developer can quickly understand the current state of their pyramid system and resolve any gaps.

Quick Start

Use the pyrs-ls skill to list the pyramid hierarchy.

Frequently Asked Questions about pyrs-ls

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

FAQPage Schema
How do I list a pyramid hierarchy and find unresolved architectural gaps?

To list a pyramid hierarchy and find unresolved architectural gaps, use a directory scanning tool that identifies pyramid files and checks for diff.md files to signal gaps. This provides a tree-like structure view of your software architecture.

What is a diff.md file used for in software architecture review?

A diff.md file in software architecture review indicates an unresolved architectural gap within a specific pyramid level. Checking for these files helps developers identify which parts of the pyramid system require maintenance or further design resolution.

How do I visualize and manage software architecture pyramids in a directory?

To visualize and manage software architecture pyramids in a directory, use a listing tool to display a tree-like structure of pyramid files. This enables developers to quickly understand the current state of the pyramid system and its hierarchy.

Can I include descriptions when listing pyramid files for system management?

Yes, you can include descriptions when listing pyramid files for system management. This functionality helps developers understand the purpose of each pyramid within the hierarchy while reviewing the overall software architecture structure.

Does this pyramid architecture listing approach require any external dependencies?

No, this pyramid architecture listing approach does not require external dependencies. It operates using internal scripts to scan the directory hierarchy, locate pyramid files, and identify unresolved gaps without needing additional software frameworks.