发现优质的 AI Agent 技能
聚合 Claude Skills、LangChain、AutoGPT 等优质资源,助力开发者快速构建智能应用
Logic Optimization
This document outlines key strategies and patterns for optimizing game logic performance. Optimization should always be driven by data and measurements, focusing on bottlenecks that impact the user experience or target hardware constraints.
Macro Architecture Design
Preliminary design performed after the Feature List is completed.
Handling Requirement Changes
The embodiment of architectural robustness.
Domain-Driven Design (DDD)
Applicable to core gameplay, scene systems, player data systems, and complex logic modules.
Data-Driven Design
Applicable to lightweight business modules (e.g., Inventory, Shop) centered on data management and display, suitable for Model layer design in MV series architectures.
Algorithm & Data Structures
This document provides a reference for selecting and implementing algorithms in game development. It covers generic problem-solving strategies, specialized search techniques, physics calculations, and essential data structures.
Game Architect Skill
Game architecture domain knowledge reference. Provides paradigm selection, system design references for game project architecture.
Animation Shader - Standalone Workflow
> This is the standalone workflow for the Animation Shader skill. Use this when **no external workflow skill** (e.g., OpenSpec, SpecKit) is available. If a workflow skill is active, ignore this file and use the SKILL.md as a domain knowledge reference instead.
lilToon Shader Features
**Version:** 1.7.3 **License:** MIT License
Outline
The Outline feature is a core component of the "toon" look, typically implemented using the **Inverted Hull** method (rendering the mesh inside-out and slightly larger).
Specialized Shader Features
This document details the implementation of specialized shader variants such as Fur, Tessellation, and Gem.
Shader Variants
lilToon includes many shader files to cover different rendering needs and optimization levels. This document explains the naming conventions and the purpose of specific variants found in the `Assets/lilToon/Shader` directory.