mounting-framework

Mount the Loa framework into new or existing repositories with three-zone setup and memory layers.

2|2|Updated Feb 6, 2026
One-click install
npx skills add https://github.com/0xHoneyJar/loa-finn --skill mounting-framework
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: mounting-framework
Source: https://github.com/0xHoneyJar/loa-finn/tree/main/.claude/skills/mounting-framework
Command: npx skills add https://github.com/0xHoneyJar/loa-finn --skill mounting-framework

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires jq, and includes scripts (resource) and references (resource) components.

What problem does it solve?

Mounting the Loa framework into a repository prepares it for automated AI-assisted development. This is the foundational step that enables Loa to ride through the codebase by provisioning the System Zone and initializing the State Zone.

Core Features & Use Cases

  • Configure upstream remote and fetch Loa updates to bring the System Zone into the project.
  • Install the System Zone and initialize the State Zone structure (grimoires/loa and .beads) to enable memory and task graphs.
  • Generate a version manifest and integrity checks to ensure repeatable deployments and audits.
  • Create a default user configuration that governs persistence, memory, and integrations for Loa workflows.
  • Typical use case: onboarding a new repository and enabling Loa to manage requirements, design, and deployment tasks automatically.

Quick Start

Run the mounting-framework to install the System Zone and initialize the State Zone, preparing the repository for Loa operation.

Frequently Asked Questions about mounting-framework

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

FAQPage Schema
How do I set up a repository for automated AI-assisted development?

To set up a repository for automated AI-assisted development, mount the Loa framework to provision the System Zone and initialize the State Zone. This configures the three-zone structure and memory layers required for Loa workflows to manage requirements and deployment tasks.

What is the three-zone setup used by the Loa framework?

The three-zone setup used by the Loa framework consists of the System Zone, State Zone, and App Zone. Mounting the framework provisions the System Zone and initializes the State Zone, which includes the grimoires/loa and .beads directories for memory and task graphs.

Can I mount the Loa framework into an existing repository without losing data?

Yes, you can mount the Loa framework into an existing repository without losing data. The mounting process enforces pre-mount checks before installing the System Zone and initializing the State Zone, ensuring your current project files remain intact.

Do I need jq installed to set up the Loa framework in my project?

Yes, you need jq installed to set up the Loa framework in your project. jq is a required dependency for the mounting process, which uses it to generate the version manifest and create the default user configuration governing persistence and integrations.

How does the Loa framework handle repeatable deployments and audits?

The Loa framework handles repeatable deployments and audits by generating a version manifest and integrity checks during the mounting process. This ensures that the System Zone installation and State Zone initialization remain consistent across different environments.