assets-prefab-create

Create a prefab from a target GameObject in the active Unity scene.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/Silac1995/My-World-Isekai-Unity --skill assets-prefab-create-silac1995
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: assets-prefab-create
Source: https://github.com/Silac1995/My-World-Isekai-Unity/tree/main/.claude/skills/assets-prefab-create
Command: npx skills add https://github.com/Silac1995/My-World-Isekai-Unity --skill assets-prefab-create-silac1995

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Create a prefab from a target GameObject in the current active scene. The prefab will be saved in the project assets at the specified path. Use 'gameobject-find' tool to find the target GameObject first.

Core Features & Use Cases

  • Create a prefab from a targeted GameObject in the active scene.
  • Save the created prefab to a user-specified path within Assets.
  • Use with gameobject-find to locate the target GameObject before prefab creation.

Quick Start

Run the assets-prefab-create tool with your target GameObject reference and a prefab path under Assets to save the new prefab.

Frequently Asked Questions about assets-prefab-create

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

FAQPage Schema
How do I create a Unity prefab from a scene object?

To create a Unity prefab from a scene object, use a tool that takes a target GameObject reference and saves it as a new prefab asset at a specified path under your project's Assets folder.

What is the process for saving a GameObject as a prefab in Unity?

Saving a GameObject as a prefab in Unity involves targeting the specific scene object and defining a valid asset path under Assets to generate a reusable prefab file for repeatable asset creation.

Do I need to find a GameObject before creating a prefab from it?

Yes, you need to find the target GameObject before creating a prefab. Use a gameobject-find tool to locate the target reference in the active Unity scene before executing the prefab creation workflow.

Can I specify the asset path when converting a scene object to a prefab?

Yes, you can specify the asset path when converting a scene object to a prefab. The workflow requires a valid prefabAssetPath located under the Assets directory to save the newly created prefab.

What are the limitations of using automation to create Unity prefabs from scene objects?

A key limitation is that the prefab asset path must be strictly located under the Assets directory, and the target GameObject must exist in the active Unity scene for the automation workflow to execute successfully.