skill

Manage local skills by listing, adding, removing, searching, editing, and configuring setup wizards.

Updated Feb 14, 2026
One-click install
npx skills add https://github.com/shaun0927/codex-superskills --skill skill-shaun0927
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: skill
Source: https://github.com/shaun0927/codex-superskills/tree/main/skills/skill
Command: npx skills add https://github.com/shaun0927/codex-superskills --skill skill-shaun0927

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill helps developers manage local skills for codex-superskills by providing a centralized CLI to list, add, remove, search, edit, and configure the setup wizard across both user and project scopes.

Core Features & Use Cases

  • List all local skills across user and project scopes.
  • Add new skills with guided frontmatter and templates.
  • Remove, edit, and search skills to maintain a clean library.
  • Run a setup and scan workflow to inventory and organize skills.

Quick Start

Run the Skill with /skill list to see all local skills.

Frequently Asked Questions about skill

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

FAQPage Schema
How do I manage local codex-superskills files from the command line?

You can manage local codex-superskills files by running CLI commands to list, add, remove, search, and edit skills across user and project scopes. The CLI parses YAML frontmatter in SKILL.md to validate structure for discovery.

How do I list all available local skills across user and project scopes?

To list local skills, run the CLI list command which inventories all files located in both ~/.superskills/skills/superskills-learned/ for user-level and .superskills/skills/ for project-level scopes.

What is the best way to add a new skill with valid YAML frontmatter?

The best way to add a new skill with valid YAML frontmatter is using the CLI add command, which provides guided templates to ensure required fields like name, description, triggers, and argument-hint are correctly structured.

Does the skills management CLI require any external dependencies to parse frontmatter?

No external dependencies are required to parse YAML frontmatter. The Skill independently extracts name, description, triggers, and argument-hint from SKILL.md files to validate content for discovery and usage.

Can I run a setup wizard to organize and inventory existing skills?

Yes, you can run a setup and scan workflow to inventory and organize skills. The setup wizard configures your local environment and scans directories to maintain a clean skill library.