skill

Scan, create, update, search, sync, and inspect SKILL.md definitions in local skill directories.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill removes the friction of managing local skill libraries by helping you discover, organize, edit, and maintain reusable skill definitions in a consistent way.

Core Features & Use Cases

  • Skill Inventory: Scan user and project skill directories to see what is installed and where it lives.
  • Skill Management: Add, edit, remove, search, sync, and inspect skills from a single workflow.
  • Safe Operations: Use confirmation-driven handling for destructive actions and validation for skill names and metadata.
  • Use Case: A developer can quickly audit project skills, import a reusable workflow, or update a broken skill without manually navigating files.

Quick Start

Ask the skill to list your local skills, then choose whether to add, search, edit, sync, or inspect a specific skill.

Frequently Asked Questions about skill

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

FAQPage Schema
How do I manage local skill files and SKILL.md definitions from a single workflow?

You can manage local skill files by scanning directories to add, edit, remove, search, sync, and inspect SKILL.md definitions. This workflow handles both user-level and project-level skill directories.

How do I inventory and search local skills across project directories?

To inventory local skills, scan user and project skill directories to see installed skills and their locations. You can then search specific definitions using the integrated command workflow.

Do I need valid YAML frontmatter to sync and update local skills?

Yes, valid YAML frontmatter is required to sync and update local skills. The management workflow validates skill names and metadata during setup, inventory review, import, and maintenance.

What is the best way to safely remove broken skills without manually navigating files?

The best way to remove broken skills safely is using confirmation-driven handling for destructive changes. This ensures safe skill management by validating operations before deletion.

Can I audit and import a reusable workflow into my project skill directories?

Yes, you can audit project skills and import reusable workflows into project skill directories. The workflow applies scope-aware file operations to keep skill management safe during import.

Why does my skill management workflow require confirmation for destructive changes?

Skill management requires confirmation for destructive changes to keep skill operations safe. This validation prevents accidental data loss when you edit, remove, or sync local skill definitions.