browsing-constructs

Browse and install Loa Construct packs from the Constructs Registry.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires jq, curl.

What problem does it solve?

This skill provides a focused UI for discovering and installing Loa Constructs packs from the Registry, reducing manual setup and enabling per-repo skill composition.

Core Features & Use Cases

  • Multi-select UI for browsing and installing packs in a single workflow.
  • Browse, install, update, uninstall, and search packs directly from the repository.
  • Use Case: A developer wants to add a new Construct pack to a project by selecting it from the registry and applying it with a single command sequence.

Quick Start

Use the browsing-constructs skill to browse available packs, select one or more, and install them. Then list installed packs with /constructs list or install another pack with /constructs install <pack>.

Frequently Asked Questions about browsing-constructs

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

FAQPage Schema
How do I browse and install Loa Constructs packs from the registry?

To browse and install Loa Constructs packs, you use the browsing-constructs skill to query the registry APIs via curl, select packs from a multi-select UI, and execute a single command sequence to apply them directly to your repository.

Can I update or uninstall Loa Construct packs per-repo?

Yes, you can update, uninstall, and search packs directly from your repository. The skill tracks installed packs per-repo, allowing you to manage Loa Construct pack lifecycles individually for each project.

Do I need curl and jq installed to use the browsing-constructs skill?

Yes, curl and jq are required dependencies. The skill uses curl to handle registry API requests and jq to parse the JSON responses when enumerating available packs and performing installations.

What is the best way to add multiple Construct packs to a project at once?

The best way to add multiple Construct packs is using the skill's multi-select UI, which allows you to discover, select several packs, and install them in a single workflow without repeating manual setup commands.

How do I list installed packs after using the Constructs registry?

You list installed packs by running the /constructs list command. This enumerates the Loa Construct packs currently tracked and installed within your specific repository context.

Are there limitations when installing packs from the Constructs Registry?

Installation relies on registry API availability and proper authentication. If API access fails or authentication is invalid, the curl and jq pipeline cannot enumerate or install the requested Construct packs.