rebly-sections
v1.7.0
Published
Shopify section AI coding skill installer for Claude Code and Antigravity Kit
Downloads
1,248
Maintainers
Readme
rebly-sections
AI-powered Shopify Liquid section builder for Claude Code and Antigravity Kit.
Quick Start
npx rebly-sections initDetects your platform and installs the skill + slash commands automatically.
Prerequisites
- Node.js 16.7+
- Python 3.6+ (stdlib only, no pip install needed)
- Claude Code (
.claude/directory) or Antigravity Kit (.agent/directory)
What It Installs
| Location | Contents |
|----------|----------|
| .claude/skills/rebly-sections/ | Scripts, data (6 knowledge bases), templates, SKILL.md |
| .claude/commands/section.md | /section slash command |
| .claude/commands/theme-init.md | /theme-init slash command |
Usage
Generate a Section
/section hero "modern animated hero with background video"Assembles context from knowledge bases (schema types, Liquid tags, component patterns, best practices) and generates a production-ready OS2.0 section.
Detect Theme Profile
/theme-init /path/to/your/shopify-themeScans theme for CSS variables, naming conventions, and block patterns. Outputs theme-profile.md for use with /section --theme-profile.
Search Knowledge Bases
python3 .claude/skills/rebly-sections/scripts/search.py "product grid" --domain componentsSearch across schema, liquid, tokens, components, themes, and practices domains.
Quality Gate
python3 .claude/skills/rebly-sections/scripts/quality-gate.py sections/hero.liquid10-point OS2.0 compliance validation.
Full Documentation
See the main repository for architecture, contributing guidelines, and roadmap.
License
MIT
