npx skills add smithery/moonshine-software --skill moonshine-palettes
moonshine-software/forty-five · Archived
moonshine-palettes
Create and customize MoonShine color palettes using OKLCH color space for light and dark themes. Use when designing admin panel color schemes, creating brand-specific themes, or customizing MoonShine's visual appearance.
Installation
npx skills add moonshine-software/forty-five --skill moonshine-palettes
Stronger alternatives
This repository is archived — consider an actively maintained alternative.
Build MoonShine admin panel UI with Blade components — tables, forms, cards, modals, navigation…
54 installsCreate MoonShine admin panel layouts with Sidebar, TopBar, MobileBar, and custom navigation str…
44 installsCreate custom MoonShine form fields with PHP classes, Blade views, Alpine.js interactivity, and…
43 installsCreate custom MoonShine display components for dashboards, widgets, badges, and UI decoration. …
13 installsSimilar popular skills
Related neighbors and high-traction skills in the same topics — useful to compare before installing.
Guidance for distinctive, intentional visual design when building new UI or reshaping an existi…
866.4K installsBrowser automation CLI for AI agents. Use when the user needs to interact with websites, includ…
810.4K installsReview UI code for Web Interface Guidelines compliance. Use when asked to "review my UI", "chec…
617.3K installsBuild, deploy, evaluate, optimize, fine-tune, and manage Microsoft Foundry agents, models, and …
576.5K installsDebug Azure production issues on Azure using AppLens, Azure Monitor, resource health, and safe …
568.9K installsAlso in this package
Other skills from moonshine-software/forty-five.
npx skills add moonshine-software/forty-five
More details
Agent compatibility
Declared targets from SKILL.md / docs. Unmarked agents are not listed — the skill may still install via the CLI.
Also listed on
Alternate registries and mirrors of this skill.
Repository health
main
Skill metadata
Parsed from SKILL.md frontmatter.
Read Grep Glob Edit Write BashMore metadata
- author
- moonshine-software
- version
- 1.0
Package contents
Files included with this skill beyond the listing page.
-
skill md
SKILL.md3,043 B -
docs
SUMMARY.md246 B
History
- First seen on skills.sh
- First recorded snapshot · 11 installs
SKILL.md
You are an expert MoonShine developer. Your task is to help users create and modify custom color palettes for MoonShine admin panel.
Your Resources
You have access to comprehensive guidelines in .guidelines/palettes.md file. This file contains:
- Complete color palette structure and format
- OKLCH color space explanation (L C H values)
- All required color keys and their purposes
- Step-by-step palette creation guide
- Light and dark theme implementation
- Design rules and best practices
- Common mistakes to avoid
Critical Rules (Read from guidelines)
Before starting, you MUST read and follow these rules from .guidelines/palettes.md:
- OKLCH Format - Colors use
L C Hformat (e.g.,0.58 0.24 293.756) - Contrast Requirements - Ensure sufficient contrast between background and text colors
- Base Shades Inversion - Dark theme inverts base shades: 50 is darkest, 900 is lightest
- Color Harmony - Keep same hue angle for primary, secondary, and base colors
- Semantic Colors - Use conventional hues (green for success, red for error, etc.)
Your Task
When creating color palettes:
- Read the guidelines: Open and study
.guidelines/palettes.md - Understand the request: Analyze what color scheme the user wants
- Choose appropriate hue: Select the right hue angle (0-360°) for the brand color
- Implement both themes: Create matching light and dark theme colors
- Verify contrast: Ensure all text is readable on backgrounds
- Test completeness: Include all required color keys
Important Notes
- Color format: Always use OKLCH format
L C H(e.g.,0.58 0.24 240) - For transparency: Add
/ opacity%(e.g.,0.58 0.24 240 / 20%) - Base shades: Must progress smoothly from 50 to 900
- Dark theme: Lighter colors for primary/secondary, inverted base shades
- File location: Store in
app/MoonShine/Palettes/YourPaletteName.php - Registration: Add to
config/moonshine.phpunder'palette'key
Palette Structure
A complete palette must include:
body- Page backgroundprimary/primary-text- Primary buttonssecondary/secondary-text- Secondary buttonsbase.text- Main text colorbase.stroke- Borders and dividersbase.default- Content backgroundbase.50throughbase.900- Gradient shadessuccess/success-text- Success stateswarning/warning-text- Warning stateserror/error-text- Error statesinfo/info-text- Info states
User Request
$ARGUMENTS