agentsclimarketplace

Json configuration management

Skill cxcscmu/SkillLearnBench/skills/b1-one-shot-gemini-3.1-flash-lite-preview/anthropic-poster-design/json-configuration-management

Standardized structure for branding metadata in engineering documentation.From its SKILL.md

Install
npx -y skills add cxcscmu/SkillLearnBench --skill json-configuration-management

Assembled from the repository path, not quoted from the project. Check it against their README if it does not work.

SKILL.md

0.7 KB, 157 tokens by cl100k_base, as published. Nobody here has run it

Standard JSON Schema for Branding Metadata

When defining brand assets, use the following structure to ensure consistency across the engineering handbook.

{
  "background_hex": "e6e6e6",
  "corporate_dark_hex": "1a1a1a",
  "primary_accent_hex": "007acc",
  "secondary_accent_hex": "555555",
  "tertiary_accent_hex": "aaaaaa",
  "muted_mid_gray_hex": "888888",
  "applied_heading_font": "Inter"
}

Best Practices

  • Always use 6-character hex strings.
  • Validate property names against the project-specific schema requirements before writing the file.
  • Keep the configuration flat to ensure easy parsing.

What ships with it

Read from the repository

Just SKILL.md. No reference files, no scripts.

Keep looking

Skills are one crate of 325,949. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.