master-skill

Automates discovery, installation, and synchronization of Aurora skills across projects via manifests.

Updated Apr 24, 2026
One-click install
npx skills add https://github.com/Aurora-AI/Elysiancorpfront --skill master-skill-aurora-ai
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: master-skill
Source: https://github.com/Aurora-AI/Elysiancorpfront/tree/main/.aurora/skills/master-skill
Command: npx skills add https://github.com/Aurora-AI/Elysiancorpfront --skill master-skill-aurora-ai

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

Automates discovery, installation, and synchronization of Aurora skills across projects, reducing manual copying and ensuring consistent, up-to-date skill sets and manifests.

Core Features & Use Cases

  • Central catalog discovery: reads the canonical catalog.json to list, inform, and version skills.
  • Per-project installation: installs selected skills into a project's .aurora/skills directory and updates the project-manifest.json.
  • Environment awareness: detects the active agent, persists user configuration, and supports updates/removal with minimal user input.
  • Use Case: when starting a new project, initialize the environment and synchronize the skill set from the central catalog.

Quick Start

Initialize the master skill in a project to generate user_config.json and project-manifest.json, then install desired skills from the central catalog.

Frequently Asked Questions about master-skill

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

FAQPage Schema
How do I automate skill installation and synchronization across multiple projects?

Automate skill installation and synchronization by initializing the master orchestrator, which reads a central catalog.json to discover skills and updates per-project manifests. This eliminates manual copying and ensures consistent skill sets across all your projects.

What is a project manifest and how does it manage installed skills?

A project manifest is a project-manifest.json file that tracks installed skills within a project's .aurora/skills directory. It is automatically generated and updated during installation, ensuring your environment maintains an accurate inventory of synchronized skills.

How do I discover and list available skills from a central catalog?

Discover and list available skills by querying the central catalog.json file. The orchestrator reads this canonical catalog to inform you about available skills, providing version details and metadata for centralized skill management.

Can I use skill orchestration to detect my active agent and persist configuration?

Yes, skill orchestration detects your active agent environment and persists user configuration in a generated user_config.json file. This environment awareness allows seamless updates and removals with minimal user input during project initialization.

What's the best way to initialize a new project with a synchronized skill set?

Initialize a new project by running the master skill to generate user_config.json and project-manifest.json. Once initialized, you can select and install desired skills directly from the central catalog to synchronize your project environment.

How do I remove or update installed skills without breaking my project manifest?

Remove or update installed skills using the orchestrator's built-in management commands, which automatically synchronize changes to the project-manifest.json. This ensures your per-project manifest remains accurate and up-to-date without manual file editing.