Agent skill
zero-one-theme-patterns
UIkit patterns and Zero One theme customization for Kirby CMS. Use when styling components with UIkit, customizing the Zero One theme, or building responsive layouts.
Install this agent skill to your Project
npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/data/zero-one-patterns
SKILL.md
Zero One Theme Patterns
UIkit 3 patterns and Zero One theme customizations for Cloodle's Kirby CMS frontend.
When to Use This Skill
- Building UI components with UIkit
- Customizing Zero One theme variables
- Creating responsive layouts
- Styling cards, buttons, and forms
Quick Reference
See reference.md for complete patterns.
UIkit Essentials
Layout Grid
<div class="uk-container">
<div class="uk-grid" uk-grid>
<div class="uk-width-1-2@m">Content</div>
</div>
</div>
Cards
<div class="uk-card uk-card-default uk-card-body">
<h3 class="uk-card-title">Title</h3>
<p>Content</p>
</div>
Zero One Variables
$global-primary-background: #6e66cc;
$global-border-radius: 12px;
$base-body-font-family: "Outfit", sans-serif;
Template Pattern
<?php snippet('header') ?>
<main class="uk-section">
<div class="uk-container">
<?= $page->text()->toBlocks() ?>
</div>
</main>
<?php snippet('footer') ?>
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
Didn't find tool you were looking for?