skill

Manage local skills across user and project directories with a CLI-like interface.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Organizes and manages local skills using a CLI-like interface to list, add, remove, search, edit, and set up skills.

Core Features & Use Cases

  • List local skills from user and project directories (e.g. ~/.agents/skills/ and .agents/skills/)
  • Add, remove, edit, search, and set up skills with guided prompts
  • Synchronize and compare skills across scopes to keep knowledge consistent

Quick Start

Run /skill list to view skills and use /skill add to create a new skill, then /skill setup to initialize the skill directories

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 across user and project directories?

To manage local skills across user and project directories, use a CLI-driven assistant to list, add, remove, and edit skills. It synchronizes knowledge between ~/.agents/skills/ and .agents/skills/ to keep skill metadata consistent across scopes.

Can I validate YAML frontmatter when creating local skills?

Yes, you can validate YAML frontmatter when creating local skills. The skill management process supports YAML frontmatter validation and template-driven creation to ensure consistent skill metadata and content with clear error handling.

What is the best way to synchronize skills between user and project scopes?

The best way to synchronize skills between user and project scopes is using a CLI interface to compare and sync directories. This inventory and comparison feature aligns skills across ~/.agents/skills/ and .agents/skills/ to resolve inconsistencies.

How do I set up local skill directories for a new project?

To set up local skill directories for a new project, run the setup command to initialize the required skill folders. This guided process ensures safe file operations and establishes the correct directory structure for managing local skills.

Does this local skill management approach work without external dependencies?

Yes, this local skill management approach works without external dependencies. It operates independently using a CLI-like interface to organize and manage skills, relying solely on local file operations within your user and project directories.