edit-skill

Create and update Claude Code skills with Python-based YAML validation.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/kentanakae/claude-code-plugins --skill edit-skill-kentanakae
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: edit-skill
Source: https://github.com/kentanakae/claude-code-plugins/tree/main/plugins/core/skills/edit-skill
Command: npx skills add https://github.com/kentanakae/claude-code-plugins --skill edit-skill-kentanakae

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires python, yaml, and includes scripts (resource) and references (resource) components.

What problem does it solve?

The 'edit-skill' Skill simplifies the creation and updating of Claude Code skills, providing a standardized and automated workflow to ensure compliance with official specifications.

Core Features & Use Cases

  • Skill Creation: Guided interface to design and configure new skills.
  • Skill Update: Manage and modify existing skills to keep them up to date.
  • Use Case: When you need to develop a new skill for Claude Code or update an existing one, this Skill streamlines the process.

Quick Start

To create a new skill, use the command: /edit-skill create [skill-name]. To update a skill, use: /edit-skill update [skill-name].

Frequently Asked Questions about edit-skill

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

FAQPage Schema
How do I create a new Claude Code skill using an automated interface?

To create a Claude Code skill, use the '/edit-skill create [skill-name]' command which provides a guided interface to design, configure, and validate new skill configurations against official specifications.

What's the best way to update an existing Claude Code skill configuration?

The best way to update a Claude Code skill is using the '/edit-skill update [skill-name]' command, which automates the modification process and validates your changes against official specifications to ensure compliance.

Do I need Python to manage and validate Claude Code skills?

Yes, you need Python installed to manage Claude Code skills with this tool. Python is required for executing the scripts that parse YAML configurations and validate them against official specifications.

How does skill validation against official specifications work?

Skill validation works by automatically checking your defined skill configurations and YAML metadata against the official Claude Code specifications, ensuring your updated or newly created skills maintain strict compliance.

Can I use YAML to define and update Claude Code skill configurations?

Yes, YAML is used to define and update Claude Code skill configurations. The system parses YAML structures during the skill creation and modification process to validate them against official specifications.

What are the limitations of automated skill creation for Claude Code?

Automated skill creation is limited to environments with Python and YAML parsing capabilities. It focuses specifically on defining, validating, and updating skill configurations rather than executing the skills themselves.