Install Skill

Install skill packs from GitHub repositories and create auto-merge pull requests.

Updated Jul 16, 2026
One-click install
npx skills add https://github.com/enuno/noesis-aeon --skill install-skill-enuno
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: Install Skill
Source: https://github.com/enuno/noesis-aeon/tree/main/skills/install-skill
Command: npx skills add https://github.com/enuno/noesis-aeon --skill install-skill-enuno

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires git, gh, curl, and includes scripts (resource) and references (resource) and assets (resource) components.

What problem does it solve?

This Skill automates the installation of community skill packs from GitHub repositories and creates a pull request that auto-merges, simplifying the process of adding new skills to the system.

Core Features & Use Cases

  • Automated Installation: Install skill packs directly from GitHub repositories.
  • PR Creation: Automatically create and merge pull requests to integrate new skills.
  • Use Case: With this Skill, you can install a new skill pack from a GitHub repository with a single command, and it will automatically create a pull request that merges into the main branch.

Quick Start

Install the skill pack from 'AntFleet/aeon-skills' using the command: install-skill AntFleet/aeon-skills

Frequently Asked Questions about Install Skill

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

FAQPage Schema
How do I automate GitHub skill pack installation and pull request creation?

Automating GitHub skill pack installation and pull request creation is handled by fetching the repository and auto-merging a PR. You can install a pack and generate the merge request using a single command like install-skill AntFleet/aeon-skills.

What dependencies do I need to install skill packs from GitHub repositories?

To install skill packs from GitHub repositories, you need git, gh, and curl installed. You also require active internet access and GitHub API access to complete the automated workflow and pull request creation.

Does the automated pull request merge into the main branch automatically?

Yes, the automated pull request merges into the main branch automatically. The Skill creates the PR specifically for auto-merging, which simplifies adding new community skills without manual intervention.

Can I use this automation to integrate community skills for system administration?

You can use this automation to integrate community skills for system administration. It is designed for administrators who manage skill integrations and require an automated workflow for adding new skills from GitHub.

What is the best way to add a new skill from a GitHub repository to my system?

The best way to add a new skill from a GitHub repository is using the install-skill command. It fetches the specified repository and automatically creates a pull request to merge the new skill pack into your main branch.