my-codex-skills-collection

Consolidate Skill Units into a single installable bundle with a root SKILL.md.

Updated Apr 3, 2026
One-click install
npx skills add https://github.com/handsomelong922/my-codex-skills --skill my-codex-skills-collection
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: my-codex-skills-collection
Source: https://github.com/handsomelong922/my-codex-skills/tree/main/skills
Command: npx skills add https://github.com/handsomelong922/my-codex-skills --skill my-codex-skills-collection

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This bundle entrypoint consolidates all skills from the repository into a single installable unit, enabling clients that fetch from the skills directory URL to work with a local SKILL.md as the authoritative entrypoint and discover the full curated collection.

Core Features & Use Cases

  • Aggregates the entire skills catalog stored under the skills/ directory, exposing a bundle-friendly entrypoint that interlinks with per-skill SKILL.md files.
  • Supports optional subordinate resources (scripts/, references/, assets/) that Skill instructions load on demand to execute deterministic tasks, read in-depth material, or access documents.
  • Enables simple installation workflows by providing a bundle-level SKILL.md and index navigation via the repository homepage (skills.md) and the root SKILL.md, ensuring compatibility with clients that expect either a bundle URL or per-skill directory.
  • Serves as a compatibility layer for installation tools that require a single bundle while preserving the original per-skill definitions and structure within skills/.
  • Acts as a meta-skill entrypoint that orchestrates discovery, validation, and synchronization of the entire skill set.

Quick Start

Install all bundled skills by pointing your installer at the repository root and following the bundle's SKILL.md, which references the per-skill SKILL.md files inside skills/.

Frequently Asked Questions about my-codex-skills-collection

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

FAQPage Schema
How do I install a full skills bundle from a single directory URL?

To install a full skills bundle, point your installer at the repository root URL to fetch a unified entrypoint SKILL.md, which automatically references and links to all individual sub-skills stored in the skills/ directory subtree.

What is a bundle entrypoint SKILL.md and how does it consolidate multiple skills?

A bundle entrypoint SKILL.md is a root file with YAML frontmatter that acts as a centralized discovery hub, interlinking per-skill SKILL.md files to consolidate an entire skills catalog into a single installable unit.

Can I load optional scripts and references from a bundled skills directory?

Yes, you can load optional scripts and references because the bundle exposes subordinate scripts/, references/, and assets/ directories that Skill instructions load on demand to execute deterministic tasks.

Does the bundle installation preserve original per-skill definitions and structure?

Yes, the bundle installation preserves original per-skill definitions and structure within the skills/ directory, acting as a compatibility layer for installation tools that require a single bundle while keeping individual skill files intact.

What's the best way to enable centralized discovery for a catalog of YAML frontmatter skills?

The best way to enable centralized discovery is to use a meta-skill entrypoint that orchestrates validation and synchronization of the entire skill set through a bundle-level SKILL.md and index navigation.

Do I need a specific installer to fetch skills from a bundle URL?

You need an installer or client that expects either a bundle URL or a per-skill directory, fetches the repository root, and reads the local SKILL.md as the authoritative entrypoint to discover the curated collection.