stacks-registry

Discover Stacks framework extensions and retrieve their metadata from the registry.

2|Updated Jul 8, 2026
One-click install
npx skills add https://github.com/bughq/bughq --skill stacks-registry-bughq
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: stacks-registry
Source: https://github.com/bughq/bughq/tree/main/.claude/skills/stacks-registry
Command: npx skills add https://github.com/bughq/bughq --skill stacks-registry-bughq

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill addresses the difficulty of tracking and discovering framework extensions within the Stacks ecosystem, ensuring developers can easily identify and integrate official packages.

Core Features & Use Cases

  • Package Discovery: Provides a centralized registry of official Stacks framework extensions.
  • Metadata Access: Allows developers to retrieve URLs, GitHub repositories, and naming conventions for extensions.
  • Use Case: When building a new application, use this Skill to verify if a specific Stacks extension exists and to retrieve its official repository link for installation.

Quick Start

Use the stacks-registry skill to list all available framework extensions and their corresponding GitHub repository URLs.

Frequently Asked Questions about stacks-registry

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

FAQPage Schema
How do I discover official Stacks framework extensions for my project?

To discover Stacks framework extensions, you can use a centralized registry to list all available official packages and retrieve their corresponding GitHub repository URLs for installation.

What metadata can I retrieve for a Stacks framework extension?

For a Stacks framework extension, you can retrieve metadata including its official naming conventions, URLs, and GitHub repository links to verify its existence before integration.

How do I check if a specific extension exists in the Stacks ecosystem?

To check if a specific extension exists in the Stacks ecosystem, query the registry to verify the package name and retrieve its official repository link for your application configuration.

Do I need access to core Stacks configuration files to use the registry?

Yes, retrieving extension metadata from the registry requires access to the @stacksjs/registry package and your core Stacks configuration files to provide accurate extension information.

How do I manage dependencies using the Stacks extension registry?

Managing dependencies with the Stacks extension registry involves listing available framework packages and retrieving their repository URLs to integrate and configure them within your project.