Alex Skill Mall banner
fabioc-aloha fabioc-aloha

Alex Skill Mall

Git community

Description

Curated GitHub Copilot plugin marketplace: 363 installable plugins plus a trust-scored discovery index across 3,862 plugins in 42 stores. Start with Alex ACT Core.

Installation

This entry records only its repository, not the path inside it, so there is no exact command to give. Open the source below and copy the folder into ~/.claude/skills/, or the file into ~/.claude/agents/.

README

Alex ACT Plugin Mall

![Alex ACT Plugin Mall](assets/banner.svg)

Alex ACT Plugin Mall lets users add trusted capabilities to GitHub Copilot without copying a whole AI setup into every project. Start with **Alex ACT Core** for a dependable working baseline, then add only the specializations that match your work.

The Mall publishes **357 curated plugins** for direct installation and maintains a **trust-scored discovery index** across **4082 plugins** in **48 stores**.

  • Installation is opt-in and user-invoked. Publication does not mutate your projects.
  • Current release: v3.0.0. Rollback anchor: annotated tag v2.0.0.

Quick install (GitHub Copilot CLI)

**Prerequisite:** the [GitHub Copilot CLI](https://docs.github.com/en/copilot/how-tos/set-up/install-copilot-cli). Confirm with `copilot --version`.

1. Register the marketplace (one-time)

copilot plugin marketplace add fabioc-aloha/Alex_Skill_Mall

This registers the `alex-mall` marketplace with the CLI. It reads `.github/plugin/marketplace.json` from this repo; no credentials required.

2. Browse and install a plugin

# Browse everything published by alex-mall
copilot plugin marketplace browse alex-mall

# Install a plugin (plugin@marketplace format)
copilot plugin install @alex-mall

# Install the self-activating baseline
copilot plugin install alex-act-core@alex-mall

Plugins install into `~/.copilot/installed-plugins/alex-mall//`.

3. Verify and manage

copilot plugin list                              # what is installed
copilot plugin update @alex-mall    # pull the latest version
copilot plugin uninstall @alex-mall # remove a plugin
copilot plugin marketplace list                  # registered marketplaces
copilot plugin marketplace remove alex-mall      # unregister the marketplace

Build an Alex ACT setup

Core