skill

Manage local skill definitions across user and project scopes.

Updated Mar 10, 2026
One-click install
npx skills add https://github.com/eszxcvfd/ANIZAKI --skill skill-eszxcvfd
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: skill
Source: https://github.com/eszxcvfd/ANIZAKI/tree/main/.agents/skills/skill
Command: npx skills add https://github.com/eszxcvfd/ANIZAKI --skill skill-eszxcvfd

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Centralizes management of local skills used by the Codex, enabling quick visibility, creation, editing, deletion, and synchronization across user and project scopes.

Core Features & Use Cases

  • List all local skills from both user (~/.agents/skills/) and project (.agents/skills/) with metadata.
  • Add new skills via an interactive wizard (with YAML frontmatter and Markdown templates).
  • Edit, remove, and rename existing skills, search across all skills, and sync between scopes.
  • Run a structured setup/scan workflow to inventory and standardize skill definitions for reuse across conversations.

Quick Start

Run /skill list to view all skills, then use /skill add or /skill edit to manage them.

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 stored in user and project scopes from the command line?

You can manage local skills from user (~/.agents/skills/) and project (.agents/skills/) scopes using CLI commands to list, add, edit, remove, search, and sync skill definitions across directories.

What is the best way to organize and retrieve local skill definitions with YAML frontmatter?

The best way to organize local skill definitions is by parsing YAML frontmatter to expose metadata, which allows you to validate the required name and description fields while standardizing definitions for reuse.

Can I sync local skills between user-level and project-level scopes?

Yes, you can sync local skills between user-level (~/.agents/skills/) and project-level (.agents/skills/) scopes to ensure definitions are consistent and standardized across different working environments.

How do I create new skills with an interactive wizard and Markdown templates?

You can create new skills by running an interactive wizard that automatically generates files with YAML frontmatter and Markdown templates, ensuring the required name and description metadata are properly validated.

Does the skill management CLI validate frontmatter and handle optional components directories?

Yes, the CLI validates YAML frontmatter for required name and description fields, handles optional components directories, and enforces safety checks with robust error handling during skill operations.

Why run a structured setup workflow to inventory local skill definitions?

Running a structured setup workflow inventories and standardizes local skill definitions, enabling quick visibility and safe reuse across conversations by parsing metadata and enforcing validation checks.