skill-registry

Generate and update project skill registries with local file and engram persistence.

Updated Mar 26, 2025
One-click install
npx skills add https://github.com/ricardoalt1515/.config --skill skill-registry-ricardoalt1515
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: skill-registry
Source: https://github.com/ricardoalt1515/.config/tree/main/agents/skills/skill-registry
Command: npx skills add https://github.com/ricardoalt1515/.config --skill skill-registry-ricardoalt1515

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill automates the process of creating and updating the skill registry for a project, ensuring that all available skills are cataloged and easily accessible for orchestrator usage.

Core Features & Use Cases

  • Skill Registry Creation: Automatically scans user and project-level skill directories to compile a comprehensive registry.
  • Project Convention Scanning: Detects and includes project convention files for a holistic skill inventory.
  • Registry Persistence: Writes the registry to both local files and optionally saves it to engram for cross-session access.
  • Quick Updates: Triggerable via specific user commands or automatically after skill installations/removals.

Quick Start

Update the skill registry by saying "update skills" or "skill registry" in your project context.

Frequently Asked Questions about skill-registry

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

FAQPage Schema
How do I automatically generate a skill inventory for my project?

To generate a skill inventory, this tool scans user and project-level skill directories to compile a comprehensive registry, indexing all available skills for orchestrator usage automatically.

What is a skill registry and how does it help with code orchestration?

A skill registry is a cataloged index of all user and project-level skills that ensures available capabilities are easily accessible for orchestrator usage and code orchestration workflows.

Can I persist the project skill registry to local files and engram?

Yes, registry persistence writes the compiled skill inventory to both local files and optionally saves it to engram, ensuring cross-session access and consistent project convention tracking.

When do I need to update my project's skill registry?

You should update your project's skill registry after skill installations or removals to ensure the catalog remains accurate, or trigger it manually via specific user commands.

Does the skill registry scanning detect project convention files?

Yes, the skill registry creation process detects and includes project convention files during its directory scan, ensuring a holistic skill inventory that reflects your project's specific standards.