skill-manager

Manages lifecycle of Claude skills including creation, installation, updating and optimization.

5|2|Updated Feb 26, 2026
One-click install
npx skills add https://github.com/AxGord/claude-workflow --skill skill-manager-axgord
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: skill-manager
Source: https://github.com/AxGord/claude-workflow/tree/main/templates/skills/skill-manager
Command: npx skills add https://github.com/AxGord/claude-workflow --skill skill-manager-axgord

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

The skill-manager skill solves the problem of manually managing Claude skills by providing a comprehensive framework for creating, installing, updating, and optimizing skills.

Core Features & Use Cases

  • Skill Lifecycle Management: Provides tools to create, install, update, and optimize Claude skills.
  • Model Policy: Offers guidelines for selecting the appropriate model (Opus or Sonnet) for different tasks.
  • Skill Discovery: Assists in finding and installing existing skills from various sources.
  • Skill Creation: Offers principles and best practices for creating new skills from scratch or converting documentation.
  • Skill Update: Provides a method to update existing skills manually or through automated processes.
  • Skill Optimization: Offers guidance on optimizing skills when Claude's model version changes.

Quick Start

To install a new skill, use the following command:

npx -y openskills install <owner/repo/skill-name> -g

Frequently Asked Questions about skill-manager

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

FAQPage Schema
How do I manage the lifecycle of Claude skills?

To manage the lifecycle of Claude skills, use a comprehensive framework to create, install, update, and optimize skills. It handles skill discovery, manual installation, creation, updates, and model version optimization.

Can I create an AI skill from scratch using documentation?

Yes, you can create an AI skill from scratch using documentation. The framework offers principles and best practices for converting existing documentation into functional Claude skills.

What is the best way to install an existing Claude skill?

The best way to install an existing Claude skill is using the command line. Run `npx -y openskills install <owner/repo/skill-name> -g` to discover and manually install skills from various sources.

Does Claude skill optimization change when the model version updates?

Yes, Claude skill optimization is necessary when the model version updates. The framework provides specific guidance to optimize and adjust existing skills for new Claude model versions.

How do I choose between Opus and Sonnet models for my skill?

To choose between Opus and Sonnet models for your skill, follow the provided model policy. It offers specific guidelines for selecting the appropriate model based on different task requirements.