unity-gamedev-skill-pack

Curate external Unity skill packs into safe internal packages with provenance and risk assessment.

40|9|Updated Jan 4, 2026
One-click install
npx skills add https://github.com/akillness/jeo-skills --skill unity-gamedev-skill-pack
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: unity-gamedev-skill-pack
Source: https://github.com/akillness/jeo-skills/tree/main/.agent-skills/unity-gamedev-skill-pack
Command: npx skills add https://github.com/akillness/jeo-skills --skill unity-gamedev-skill-pack

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Evaluate and adopt Unity game-development skill packs from external repositories into a safe, reusable local package. Use when maintainers want to import game-dev workflows (Addressables, Cinemachine, GAS, VContainer, UniTask, Wwise, etc.) without blindly trusting third-party prompts.

Core Features & Use Cases

  • Provenance capture and vetting of external Unity skill packs before import.
  • PR-safe imports with risk notes, provenance tracking, rollback guidance, and documented guardrails.
  • Packaging into a repeatable local skill structure (SKILL.md, SKILL.toon, evals/evals.json) for maintainers to review and reuse.
  • Supports selective adaptation of reusable patterns while discarding unsafe or non-deterministic prompts.

Quick Start

Begin by selecting a Unity skill pack to curate and run the safety gating workflow to produce SKILL.md and related docs.

Frequently Asked Questions about unity-gamedev-skill-pack

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

FAQPage Schema
How do I safely import Unity skill packs from external repositories?▼

You can safely import external Unity skill packs by applying a curation workflow that captures provenance, assesses risks, and generates PR-safe rollback notes before integration.

What is provenance capture for Unity gamedev workflows?▼

Provenance capture for Unity gamedev workflows tracks the source and safety of external prompts before adapting patterns like Addressables and Cinemachine into a local package.

Can I selectively adapt Unity editor tooling skills without blindly trusting third-party prompts?▼

Yes, you can selectively adapt reusable Unity editor tooling patterns while discarding unsafe or non-deterministic prompts by applying structured packaging and documented guardrails during curation.

How do I package curated Unity skills into a repeatable local structure?▼

You package curated Unity skills by generating a local structure with SKILL.md, SKILL.toon, and evals/evals.json files, providing maintainers a repeatable format to review and reuse safely.

What are the limitations of importing external Unity skill packs directly?▼

Importing external Unity skill packs directly risks introducing unsafe or non-deterministic prompts into your repository, which is why PR-safe imports require documented guardrails and rollback guidance.