pyrs-help

Manage pyramid files for AI coding agent workflows, ensuring code aligns with conceptual model via commands like load, create, revise, debug.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires pyrs-foundation, and includes scripts (resource) components.

What problem does it solve?

PYRS-help solves the problem of maintaining context and driving consistent code development with AI coding agents by providing a structured pyramid workflow.

Core Features & Use Cases

  • Persistent Context: Captures system architecture and intent through pyramid files.
  • Workflow Commands: Offers a set of commands to manage pyramids, such as loading context, creating, revising, and debugging pyramids.
  • Code Generation: Produces code from pyramids using incremental TDD.
  • Alignment: Ensures that code aligns with the pyramid's conceptual model and detects drifts.
  • Use Case: When starting a new project or iterating on an existing one, PYRS-help can help maintain the project's architecture and ensure that changes are intentional and well-documented.

Quick Start

Use the pyrs-help skill to load the pyramid workflow context with the command ::help.

Frequently Asked Questions about pyrs-help

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

FAQPage Schema
How do I maintain context for AI coding agents during long development sessions?

You maintain context for AI coding agents by loading pyramid files that capture system architecture and intent, ensuring consistent code development. This structured approach prevents context loss and architectural drift across iterations.

What is the pyramid workflow for TDD code generation?

The pyramid workflow for TDD code generation uses pyramid files to drive incremental test-driven development. It ensures generated code aligns with a conceptual model, producing structured and intentional code revisions.

How do I start managing pyramid files for an AI coding project?

To start managing pyramid files, invoke the `::help` command after setting up the required pyrs-foundation. This loads the pyramid workflow context, allowing you to create, revise, and debug pyramids.

Do I need pyrs-foundation to use pyramid workflow commands?

Yes, you need pyrs-foundation to use pyramid workflow commands. It must be invoked first to establish the baseline environment before loading context or generating code from pyramids.

How does pyramid workflow detect code drift in AI-generated code?

Pyramid workflow detects code drift by ensuring generated code aligns with the pyramid's conceptual model. It checks changes against the documented architecture, making sure modifications are intentional and well-documented.