AgentSkillsCN

lighting-pass

为现有场景调整或应用灯光与氛围效果。支持营造各类地下城氛围,如火把微光、魔法光辉,或是阴森暗黑的神秘气息。

SKILL.md
--- frontmatter
name: lighting-pass
description: Apply or adjust lighting and atmosphere to an existing scene. Supports dungeon moods like torch-lit, magical glow, ominous darkness.
allowed-tools: Bash, Read, Write, Edit, Glob, Grep
argument-hint: <mood description, e.g. "eerie green magical glow with flickering torches">

Apply lighting and atmosphere to the current scene based on: $ARGUMENTS

Process

  1. Analyze current scene — get hierarchy, find existing lights, check render pipeline settings
  2. Determine mood from description — warm/cold, bright/dark, colored, flickering, etc.
  3. Adjust directional light — intensity, color, shadow settings
  4. Add/modify point lights — at torch positions, near props, for accent
  5. Configure post-processing — bloom, color grading, ambient occlusion, fog
  6. Apply ambient lighting — skybox, gradient, or flat color as appropriate
  7. Take screenshot for visual verification
  8. Iterate if the user wants adjustments