my-skill-factory

Create, build, and install custom Claude Code skills into a local marketplace.

2|Updated Feb 14, 2026
One-click install
npx skills add https://github.com/hideki5123/agent-skill-set --skill my-skill-factory
Or copy as Structured Prompt for Agentโ–ผ
Please help me install this Agent Skill.
Skill: my-skill-factory
Source: https://github.com/hideki5123/agent-skill-set/tree/main/my-skill-factory
Command: npx skills add https://github.com/hideki5123/agent-skill-set --skill my-skill-factory

SYSTEM DOCUMENTATION & REQUIREMENTS

๐Ÿ’ก This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill streamlines the entire process of creating, developing, and deploying custom AI skills for Claude Code, from initial idea to a fully functional, installed plugin.

Core Features & Use Cases

  • End-to-End Skill Creation: Guides users through requirements gathering, design, and file generation.
  • Automated Installation: Installs newly created or updated skills directly into the local marketplace.
  • Use Case: You have an idea for a new AI capability, like summarizing meeting transcripts. This skill will help you define its requirements, structure its files, and automatically install it so you can start using it immediately.

Quick Start

Use the my-skill-factory skill to create a new skill for summarizing code documentation.

Frequently Asked Questions about my-skill-factory

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

FAQPage Schema
How do I create custom Claude Code skills from scratch?โ–ผ

To create custom Claude Code skills, this factory guides you through requirements gathering, skill design, team orchestration assessment, and file generation, then automatically installs the plugin into your local marketplace.

What files do I need to build a Claude Code plugin?โ–ผ

Building a Claude Code plugin requires creating a SKILL.md file, along with supporting references, scripts, and assets, which are then automatically installed via a Python script.

Can I update an existing Claude Code skill without rebuilding it entirely?โ–ผ

Yes, you can update existing Claude Code skills using delta scenario analysis to identify changes, followed by automated re-installation into the local marketplace.

Does automated skill installation work with Python scripts?โ–ผ

Automated skill installation works by executing a Python script that deploys newly created or updated custom Claude Code skills directly into your local marketplace environment.

What is the best way to structure a local marketplace for Claude Code plugins?โ–ผ

The best way to structure a local marketplace for Claude Code plugins is to use an automated factory that handles file creation, team orchestration assessment, and direct installation to ensure proper deployment.