Was macht css-reduction-methodology?
A multi-phase methodology for evolving an existing CSS codebase from page-bound chaos to a tokenized primitive system. Five staged phases with explicit decision rules. Claude Code / Claude Agent skill.
Eine mehrphasige Methodik zur Umwandlung einer bestehenden CSS-Codebasis von seitenbezogenem Chaos zu einem tokenisierten Primitive-System. Fünf aufeinander aufbauende Phasen mit expliziten Entscheidungsregeln. Claude Code / Claude Agent Skill.
Der Skill 'qza/css-reduction-methodology' bietet eine strukturierte, fünfphasige Methodik zur systematischen Reduktion und Neustrukturierung einer bestehenden CSS-Codebasis. Das Ziel ist es, von unorganisierten, seitenbezogenen CSS-Regeln („page-bound chaos“) zu einem wartbaren, tokenisierten System von CSS-Primitiven zu gelangen – einem System, das auf Design-Tokens und wiederverwendbaren Basisbausteinen aufbaut. Jede Phase folgt klaren Entscheidungsregeln, was eine schrittweise und nachvollziehbare Migration ermöglicht, ohne das bestehende System abrupt zu ersetzen. Der Skill unterstützt Plattformen wie Claude Code und Claude Agent und ist für Entwicklerteams gedacht, die ihre CSS-Architektur professionalisieren, die Konsistenz im UI-Design verbessern und langfristige technische Schulden in Stylesheets reduzieren möchten.
npx skills add qza/css-reduction-methodologyA multi-phase methodology for evolving an existing CSS codebase from page-bound chaos to a tokenized primitive system. Five staged phases with explicit decision rules. Claude Code / Claude Agent skill.
ElevenLabs text-to-speech with mac-style say UX.
Oracle CLI second-model review/debug/refactor/design with selected files, dry-run token checks, API or browser engine.
Capture and automate macOS UI with the Peekaboo CLI.
You MUST use this before any creative work - creating features, building components, adding functionality, or modifying behavior. Explores user intent, requirements and design before implementation.
Prisma ORM patterns for TypeScript backends — schema design, query optimization, transactions, pagination, and critical traps like updateMany returning count not records, $transaction timeouts, migrate dev resetting the DB, @updatedAt skipped on bulk writes, and serverless connection exhaustion.
Django + Celery async task patterns — configuration, task design, beat scheduling, retries, canvas workflows, monitoring, and testing. Use when adding background jobs, scheduled tasks, or async processing to a Django app.