ITADN

Suggestions for dynamic settings, architecture optimization, and using official skill-creator

#2Openhooray 创建于 2026-03-07
H
hooraycommented
1. Suggestion for Dynamic Settings: Currently, the three core dials (DESIGN_VARIANCE, MOTION_INTENSITY, VISUAL_DENSITY) are hard-coded at the top of the file. I suggest defining these as variables within the skill itself. This would allow the Agent to prompt the user for preferred values or adjust them contextually before execution, eliminating the need for manual file edits and providing a smoother UX. 2. Architectural Refactoring: redesign-skill and output-skill currently seem to exist as standalone entities. I suggest moving them into a references folder as sub-modules or references for taste-skill. For instance, if the Agent detects the user wants to "optimize an existing page" rather than "create a new one," it should automatically invoke the logic from redesign-skill. The goal is to let the user interact solely with taste-skill while letting the Agent handle the internal logic dispatching. 3. Tooling & Optimization: I recommend using the official skill-creator from Claude Code to optimize the current structure. This could help in refining the instructions and improving the Agent's adherence to the high-end design principles defined in the project.
0 条评论