feat(starck): add designer-in-chief agent (58) + Hue skill#96
Draft
feat(starck): add designer-in-chief agent (58) + Hue skill#96
Conversation
…rtn) Starck mirrors Tony (50, engineer-in-chief) but for design systems. Two modes: from-scratch (brand URL/screenshot/brief → full design system via Hue) and audit (token coherence check). Persistent memory of design preferences (palette, typography, mood, anti-patterns). Hands off to brique/steve/fluke to apply the system to web/Apple/Android. Hue (dominikmartn, MIT) is vendored under community-skills/hue/ and installed via the new --with-hue flag (also surfaced in the wizard). https://claude.ai/code/session_01P7CYxwQJqw9huvhVNsRPPJ
|
Important Review skippedDraft detected. Please check the settings in the CodeRabbit UI or the ⚙️ Run configurationConfiguration used: defaults Review profile: CHILL Plan: Pro Run ID: You can disable this status message by setting the Use the checkbox below for a quick retry:
✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
from-scratch(brand URL/screenshot/brief → full design system) andaudit(token coherence check on existing tokens). Persistent memory of design preferences (palette, typo, mood, anti-patterns, refs loved/rejected). Handoff to brique/steve/fluke to apply.community-skills/hue/hue/and installed via new--with-hueflag (also exposed in the install wizard). Starck delegates all generation to Hue.Files
agents/orchestrators/58-starck.md— main agent.claude/agents/starck.md— persistent-memory subagent stub (memory: local)community-skills/hue/hue/— vendored skill (SKILL.md + references/ + examples/ + docs/), MIT credit added to frontmatterinstall.sh+install/skills.sh+install/uninstall.sh—--with-huewiring (_install_hue_skill, wizard option, summary table, success box, uninstall cleanup)CLAUDE.md,agents/CLAUDE.md,.claude/rules/agents-authoring.md— docs syncedagents/registry.{json,md}— regenerated (80 agents)Test plan
node cheatheet/generate-registry.cjs→ 80 agents, Starck registeredbash -n install.sh install/skills.sh install/uninstall.sh→ syntax ok./install.sh --with-hue --dry-run→ Hue skill copied, Starck subagent staged./install.sh --with-huethen invoke"starck"and verify Phase 0 mode detectionTask(subagent="brique")after generation works./install.sh --uninstallremoves~/.claude/skills/huehttps://claude.ai/code/session_01P7CYxwQJqw9huvhVNsRPPJ
Generated by Claude Code