metodologia-design-system

Generate branded HTML deliverables from a token-driven design system.

Updated Mar 31, 2026
One-click install
npx skills add https://github.com/JaviMontano/metodologia-propuesta-agent-public --skill metodologia-design-system
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: metodologia-design-system
Source: https://github.com/JaviMontano/metodologia-propuesta-agent-public/tree/main/.claude/skills/architecture/design-system
Command: npx skills add https://github.com/JaviMontano/metodologia-propuesta-agent-public --skill metodologia-design-system

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

Configurable design system to generate branded HTML deliverables using tokens, a page template, and a reusable component library, ensuring consistency and scalability across engagements.

Core Features & Use Cases

  • Token-driven branding: all brand colors, typography, spacing, and layout are configurable via a brand-config.json.
  • Component library: a set of ready-to-use patterns (cards, headers, callouts, tables, diagrams) aligned to the design system.
  • Automated HTML generation: produces branded, accessible HTML deliverables for proposals, reports, and documentation.

Quick Start

Provide a branded HTML deliverable by applying the configured brand tokens and component patterns from brand-config.json.

Frequently Asked Questions about metodologia-design-system

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I generate branded HTML deliverables from a design system?

To generate branded HTML deliverables, you apply a token-driven design system using a brand-config.json file at the repository root. This automates the application of consistent branding, typography, and layout across proposals, reports, and documentation.

Do I need a brand-config.json file to use a token-driven design system?

Yes, a brand-config.json file at the repository root is required to configure brand colors, typography, spacing, and layout. This file serves as the foundation for generating CSS custom properties and ensuring consistent branding.

Can I use a component library for client proposals and reports?

Yes, you can use a ready-to-use component library including cards, headers, callouts, tables, and diagrams. These patterns are aligned with the design system to produce scalable and consistent client proposals and reports.

What is the best way to ensure WCAG AA accessibility in HTML deliverables?

The best way to ensure WCAG AA accessibility is to use a design system with a defined accessibility baseline. This automatically applies compliant color contrast, typography, and structural standards to your generated HTML deliverables.

How do design tokens work for automated HTML generation?

Design tokens work by defining brand colors, typography, and spacing as CSS custom properties derived from a brand-config.json file. These tokens are automatically applied across a component library to generate consistent HTML deliverables.

Are CSS custom properties required for token-driven branding?

Yes, CSS custom properties are required to map the configured brand tokens from the brand-config.json file. They enable the automated application of your design system's styling rules across all generated HTML deliverables.