unity-instincts

Generates crop and weather-appropriate irrigation and agricultural activity recommendations.

3|Updated Jun 27, 2026
One-click install
npx skills add https://github.com/OmerZeyveli/kinglet-unity --skill unity-instincts-omerzeyveli
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: unity-instincts
Source: https://github.com/OmerZeyveli/kinglet-unity/tree/main/.claude/skills/core/unity-instincts
Command: npx skills add https://github.com/OmerZeyveli/kinglet-unity --skill unity-instincts-omerzeyveli

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill captures recurring project-specific Unity development patterns that static architecture rules cannot cover, reducing repeated mistakes and making local conventions easier to apply.

Core Features & Use Cases

  • Observation Capture: Records tool-use events and hook warnings for later analysis.
  • Pattern Distillation: Converts recurring path, tool-sequence, and hook-specific behaviors into confidence-scored instincts without requiring LLM calls.
  • Project and Global Scope: Keeps instincts project-local by default and supports promotion across projects after validation.
  • Reviewable Evolution: Produces draft skill knowledge while allowing static rules to take precedence when conflicts occur.
  • Use Case: Detect that editing View files frequently follows Model reads and repeatedly triggers quality warnings, then surface that pattern during future workflow planning.

Quick Start

Use the unity-instincts skill to inspect current project instincts, review recurring patterns, and evolve strong candidates into a draft SKILL.md for approval.

Frequently Asked Questions about unity-instincts

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

FAQPage Schema
How do I capture and reuse recurring Unity development patterns in my workflow?

You can capture and reuse Unity development patterns by recording tool-use events and hook warnings into JSONL storage, then distilling those observations into confidence-scored project instincts. This allows your workflow to automatically learn and apply local conventions over time.

Does Claude Code automatically detect project conventions for Unity?

Claude Code can automatically detect project conventions for Unity by analyzing tool-use sequences and hook warnings. The system distills these recurring behaviors into confidence-scored instincts without requiring direct LLM calls, creating reviewable project knowledge.

How do I promote local Unity workflow rules to use across multiple projects?

To promote local Unity workflow rules across multiple projects, the system keeps instincts project-local by default and supports global scope promotion after validation. This ensures only strong, verified patterns are shared between your different Unity environments.

What happens when new Unity workflow instincts conflict with existing static architecture rules?

When new Unity workflow instincts conflict with existing static architecture rules, static rules take precedence. The system produces draft skill knowledge but ensures that your established static conventions override any conflicting dynamically generated instincts.

Do I need LLM calls to distill Unity tool sequences into project knowledge?

No, you do not need LLM calls to distill Unity tool sequences into project knowledge. The system uses heuristic distillation to convert recurring path and tool-sequence behaviors into confidence-scored instincts locally, avoiding additional model overhead.

Can I review the draft skills generated from my Unity development observations?

Yes, you can review the draft skills generated from your Unity development observations. The system produces draft SKILL.md content for approval, allowing you to inspect current instincts, validate recurring patterns, and evolve strong candidates manually.