skill-enabler

Enable multiple disabled skills in aeon.yml by flipping enabled flags to true.

Updated Jun 3, 2026
One-click install
npx skills add https://github.com/swarm-ai-research/aeon --skill skill-enabler-swarm-ai-research
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: skill-enabler
Source: https://github.com/swarm-ai-research/aeon/tree/main/skills/skill-enabler
Command: npx skills add https://github.com/swarm-ai-research/aeon --skill skill-enabler-swarm-ai-research

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Flipping enabled:false to enabled:true for a comma-separated list of skill slugs in aeon.yml is a repetitive manual task that slows down operators. This Skill automates the loop by validating inputs, ensuring safety checks, and producing a PR-ready change.

Core Features & Use Cases

  • Enable multiple skills in aeon.yml with a single input.
  • Validate slug format, skill directory presence, top-level aeon.yml entry, and absence from chains, while confirming currently disabled state.
  • Generate a branch and PR with per-skill rationale to streamline review and rollout.

Quick Start

Run the skill with a comma-separated list of slugs in var to enable those skills in aeon.yml, such as skill-a,skill-b,skill-c.

Frequently Asked Questions about skill-enabler

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

FAQPage Schema
How do I enable multiple skills in aeon.yml at once?

You can enable multiple skills in aeon.yml by passing a comma-separated list of slugs; the tool flips enabled: false to true, validates each entry, and produces a PR-ready change.

What checks are performed before enabling a skill in aeon.yml?

Before enabling a skill in aeon.yml, the process validates slug formats, verifies corresponding skill directories exist, checks top-level entries, and ensures slugs are not part of a chain or already enabled.

Can I test enabling skills in aeon.yml without creating a branch or pull request?

Yes, you can use the dry-run option to test enabling skills in aeon.yml; it performs all validation checks without writing a patch, creating a branch, or opening a pull request.

How does automating aeon.yml skill activation streamline the pull request workflow?

Automating aeon.yml skill activation streamlines the pull request workflow by writing a single patch, creating a branch, and generating a PR with per-skill rationale to accelerate review and rollout.

What limitations exist when enabling disabled skills in aeon.yml?

Limitations when enabling disabled skills in aeon.yml include rejecting slugs that are already enabled, part of a chain, missing a corresponding skill directory, or failing slug format validation.