# Light

> Use when reasoning about smart lights in Anima. Covers circadian brightness and color-temperature heuristics, smooth transitions, and choosing `set_brightness`, `set_color_temp`, `turn_on`, or `turn_off`.

- Skill: `fullive-ai/light` (Agent Skill, multi-file: 5 files)
- Install (CLI): `npx skillmds@latest add fullive-ai/light`
- Raw SKILL.md: https://api.skillmd.com/api/skills/fullive-ai/light/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- Author: fullive-ai (https://skillmd.com/u/fullive-ai)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/fullive-ai/light

---


# Light

Use this skill for device-level lighting decisions and preference learning.

## Load These Resources

- `references/knowledge.md` for circadian lighting rules and energy heuristics.
- `references/decide.md` when generating a single-device action.
- `references/learn.md` when summarizing long-term lighting preferences.
- `scripts/actions.py` for the structured action helpers exposed to the runtime.

## Working Rules

- Prefer smooth transitions over abrupt jumps.
- Treat time of day as a primary signal for brightness and color temperature.
- If current lighting is already reasonable, return `none`.

