add-bundle

Create OMNISKILL skill bundles with directory structure and manifest generation.

8|Updated Mar 8, 2026
One-click install
npx skills add https://github.com/SufficientDaikon/omniskill --skill add-bundle
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: add-bundle
Source: https://github.com/SufficientDaikon/omniskill/tree/main/.cursor/rules/add-bundle
Command: npx skills add https://github.com/SufficientDaikon/omniskill --skill add-bundle

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill streamlines the process of creating new, organized skill bundles within the OMNISKILL framework, ensuring cohesive grouping and documentation.

Core Features & Use Cases

  • Guided Bundle Creation: Provides a step-by-step workflow for defining bundle scope, listing member skills, and structuring directories.
  • Manifest Generation: Assists in creating bundle.yaml and updating relevant OMNISKILL configuration files.
  • Resource & Documentation Setup: Guides the creation of essential shared resources like overview.md, patterns.md, and bundle READMEs.
  • Use Case: When you need to group related skills like 'web-dev', 'api-client', and 'html-parser' into a new 'web-dev-kit' bundle for easier management and deployment.

Quick Start

Use the add-bundle skill to create a new bundle for the 'rust-programming' domain.

Frequently Asked Questions about add-bundle

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

FAQPage Schema
How do I create a new skill bundle within the OMNISKILL framework?

To create a skill bundle, use a guided workflow to define the bundle scope, list member skills, generate the bundle.yaml manifest, and set up directory structures according to OMNISKILL conventions.

When should I group related skills into a domain-specific kit?

You should group related skills into a domain-specific kit when you need cohesive organization of shared resources, meta-skill coordination, and easier management for deployment scenarios.

What is the best way to structure directories and documentation for a new skill bundle?

The best way to structure directories involves generating a bundle.yaml manifest and creating essential shared documentation resources like overview.md, patterns.md, and a bundle README.

Do I need any dependencies to generate a bundle.yaml manifest?

No dependencies are required to generate a bundle.yaml manifest, as the skill operates independently to validate and register your new bundle according to standard OMNISKILL conventions.

Does bundle creation handle registration and validation automatically?

Yes, bundle creation handles registration and validation automatically, ensuring that your grouped skills and directory structures are strictly validated according to OMNISKILL conventions.