Skillpacks

Cluster skills corpora into navigable packs with JSON manifests.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

Cluster the skills corpus into navigable packs to improve discovery, install manifests, and support chain proposals with minimal churn.

Core Features & Use Cases

  • Discover and navigate grouped skills via packs for streamlined deployment.
  • Generate install manifests and chain proposals to support automated workflows and PRs when membership shifts.
  • Provide weekly re-clustering to reflect changes, while silencing when no membership changes occur.

Quick Start

Run the extractor to re-cluster the skills into coherent packs and regenerate docs and manifests.

Frequently Asked Questions about Skillpacks

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

FAQPage Schema
How do I cluster a large corpus of skills into navigable packs?

Cluster a skills corpus into navigable packs by running an extractor script that groups related skills, outputs updated docs, and generates JSON manifests to improve discovery and minimize churn.

What is the best way to automate skill discovery and generate install manifests?

Automate skill discovery and generate install manifests by clustering the skills fleet into logical packs, which produces navigable groups, updated documentation, and structured JSON chain proposals for automated workflows.

How do I set up automated PR workflows for skills membership changes?

Set up automated PR workflows by running a weekly re-clustering process that fingerprints the skills corpus, detects membership changes, and triggers PR tooling to update docs and manifests when shifts occur.

Does the skill pack re-clustering process require a fingerprinting step?

Yes, skill pack re-clustering requires a fingerprint step to identify the current skills corpus, an extractor script to group the skills, and PR tooling to commit the updated documentation and JSON manifests automatically.

Why does my skill pack extractor produce no output during the weekly run?

The skill pack extractor silences output and produces no changes when the weekly re-clustering detects no membership changes in the skills corpus, ensuring churn remains minimal across the fleet.

Can I use skill packs to support chain proposals for automated deployment?

Yes, skill packs support chain proposals by clustering the skills corpus into coherent groups, generating install manifests and JSON outputs that streamline automated deployment workflows and PR processes.