skill-library

Catalog and install Armory packages from manifest.yaml within agent sessions.

310|45|Updated Feb 22, 2026
One-click install
npx skills add https://github.com/Mathews-Tom/armory --skill skill-library
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: skill-library
Source: https://github.com/Mathews-Tom/armory/tree/main/skills/skill-library
Command: npx skills add https://github.com/Mathews-Tom/armory --skill skill-library

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This catalog and installer lets agents discover, browse, search, install, update, sync, and remove Armory packages without leaving the session, unifying workflow across multiple package types.

Core Features & Use Cases

  • Browse and search all armory packages (skills, agents, hooks, rules, commands, utilities, presets) from a single catalog.
  • Install or update packages directly into the agent environment, with type filtering and profile-based bundles.
  • Remove or sync installed packages and keep local installs in sync with the catalog.

Quick Start

Ask your agent to browse the Armory catalog and install a package with '/library use <name>'.

Frequently Asked Questions about skill-library

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

FAQPage Schema
How do I install and manage agent packages without leaving my session?

An agent-native catalog and installer lets you browse, search, install, update, sync, and remove packages directly within an active agent session, unifying workflows across multiple package types without external CLI commands.

What types of packages can I browse and install from the agent catalog?

The catalog supports seven package types—skills, agents, hooks, rules, commands, utilities, and presets—allowing you to discover and install diverse agent components from a single unified interface.

How does deterministic package installation work for agent environments?

Deterministic installs rely on manifest.yaml for catalog data and SKILL.md frontmatter for version, path, and complement metadata, driving consistent package deployment directly into the ~/.claude/ directory structure.

Can I sync installed agent packages and keep them updated automatically?

Yes, the catalog includes sync and update workflows that keep local installs aligned with the latest catalog versions, and also supports removing packages to maintain a clean agent environment.

What is the best way to filter and install specific packages in an agent session?

You can use type filtering and profile-based bundles to narrow the catalog scope, then issue a direct install command like '/library use <name>' to deploy the selected package into your agent environment.