skill-crud

Manage, create, and optimize Claude Skills in the my-skills repository.

16|2|Updated Feb 13, 2026
One-click install
npx skills add https://github.com/figuretu/my-skills --skill skill-crud
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: skill-crud
Source: https://github.com/figuretu/my-skills/tree/main/skill-crud
Command: npx skills add https://github.com/figuretu/my-skills --skill skill-crud

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

Creating and maintaining Claude Skills can be tedious without a structured lifecycle. Skill-crud provides a unified workflow to create, optimize, and iterate skills within the my-skills repository, ensuring consistency and discoverability.

Core Features & Use Cases

  • Create new skills from templates and initialize skeleton SKILL.md, scripts, references, and assets.
  • Optimize existing skills by adjusting descriptions, triggers, steps, and resource references, while tracking upstream migrations.
  • Stage, install, and uninstall skills in both public/global and private/repo-level modes, with automated validation and changelog.

Quick Start

Run the initialization script to scaffold a new skill in the public my-skills repo.

Frequently Asked Questions about skill-crud

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

FAQPage Schema
How do I manage the lifecycle of Claude Skills in a repository?

Managing the lifecycle of Claude Skills involves handling creation, optimization, and iteration within the my-skills repository. This process enforces frontmatter validation and standardized resource organization to maintain consistency across public and private skill stages.

What is the best way to create new Claude Skills from scratch?

Creating new Claude Skills from scratch is best handled by running an initialization script to scaffold a skeleton. This generates the required SKILL.md, scripts, references, and assets from templates, ensuring standardized resource organization from the start.

Can I use skill management automation to validate SKILL.md frontmatter?

Yes, skill management automation enforces frontmatter validation during the installation and maintenance phases. This scripted tooling ensures that your SKILL.md files meet standardized repository requirements before staging.

How do I migrate Claude Skills from a registry to local storage?

Migrating Claude Skills from registries to local storage is supported through the skill lifecycle workflow. You can optimize existing skills by adjusting descriptions and resource references while tracking upstream migrations directly within the my-skills repository.

Does this skill management workflow support both public and private repositories?

Yes, this skill management workflow supports both public/global and private/repo-level modes. You can stage, install, and uninstall skills across both environments with automated validation and changelog tracking.