skill

Manage local skills in Codex with list, add, remove, search, edit, and sync operations.

Updated May 25, 2026
One-click install
npx skills add https://github.com/BetaS/swm-gis-workshop --skill skill-betas
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: skill
Source: https://github.com/BetaS/swm-gis-workshop/tree/main/.codex/skills/skill
Command: npx skills add https://github.com/BetaS/swm-gis-workshop --skill skill-betas

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill streamlines the management of local skills, enabling users to list, add, remove, search, edit, and sync skills across user and project scopes.

Core Features & Use Cases

  • Skill List: Display all local skills organized by scope with detailed metadata.
  • Skill Add: Create a new skill with an interactive wizard, defining name, description, triggers, argument hint, and scope.
  • Skill Remove: Delete a skill by name after confirmation.
  • Skill Edit: Modify existing skills interactively, updating description, triggers, argument hint, content, or renaming the skill.
  • Skill Search: Search skills by content, triggers, name, or description.
  • Skill Info: Show detailed information about a skill, including description, triggers, argument hint, quality, usage count, and file path.
  • Skill Sync: Sync skills between user and project scopes, offering options to copy skills or view differences.
  • Skill Setup: Interactive wizard for setting up and managing local skills, including directory check, skill scan, and quick actions.

Quick Start

Use the /skill list command to view 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 skills within a Codex environment?

Local skills within a Codex environment are managed through an interactive setup wizard that allows users to list, add, remove, search, edit, and sync skills across user and project scopes.

How do I create a new skill using an interactive wizard?

To create a new skill, use the interactive wizard to define the name, description, triggers, argument hint, and scope, which involves YAML file manipulation for skill creation.

Can I sync skills between user and project scopes?

Yes, you can sync skills between user and project scopes, with options to either copy skills between scopes or view the differences before making changes.

Does skill management require manual YAML file manipulation?

Yes, managing local skills requires basic user interaction and YAML file manipulation to define skill metadata like triggers, argument hints, and content during creation and editing.

What is the best way to search for local skills by content or triggers?

The best way to search for local skills is using the dedicated search function, which scans and retrieves skills based on their content, triggers, name, or description.