By litejs
LiteJS build system — HTML attributes (cat, min, drop, inline), asset handling, build phases
npx claudepluginhub litejs/skills --plugin litejs-styleUse when working with LiteJS build system — HTML build attributes (cat, min, drop, inline, exclude, banner), lj build / lj b commands, asset handling, or editing @litejs/cli/lib/build.js
Use when releasing a LiteJS package with lj release / lj r — version bumping, changelog generation, tagging, and publishing
Use when writing or modifying JavaScript, CSS, or commit messages in LiteJS projects — enforces non-standard conventions like no-semicolons, comma-first declarations, and same-level switch/case
Use when writing, running, or debugging tests using LiteJS framework, lj test / lj t commands, or node -r @litejs/cli/test.js
Use when building UI with LiteJS framework — writing .ui templates, creating views and routes, using bindings, handling events, i18n, El API, or editing @litejs/ui source code
Claude Code skills for working with LiteJS projects.
| Skill | Description |
|---|---|
| litejs-ui | LiteJS UI engine — templates, views, bindings, events, i18n, El API |
| litejs-testing | LiteJS test framework — assertions, mocking, data-driven tests, snapshots |
| litejs-release | LiteJS release helper — version bumping, changelog, tagging, publishing |
| litejs-style | LiteJS style guide — JS, CSS, and commit conventions |
/plugin marketplace add litejs/skills
/plugin install litejs-testing@litejs-skills
Marketplace auto-updates by default. To trigger manually:
/plugin marketplace update litejs-skills
/plugin uninstall litejs-testing@litejs-skills
Clone the repo and symlink each skill into ~/.claude/skills/:
git clone https://github.com/litejs/skills.git ~/code/litejs/skills
ln -s ~/code/litejs/skills/litejs-testing ~/.claude/skills/litejs-testing
MIT
Ultra-compressed communication mode. Cuts ~75% of tokens while keeping full technical accuracy by speaking like a caveman.
Comprehensive UI/UX design plugin for mobile (iOS, Android, React Native) and web applications with design systems, accessibility, and modern patterns
Creative skill for generating algorithmic and generative art. Produces visual designs using mathematical patterns, fractals, and procedural generation.
Frontend design skill for UI/UX implementation
Humanise text and remove AI writing patterns. Detects and fixes 24 AI tell-tales including inflated language, promotional tone, AI vocabulary, filler phrases, sycophantic tone, and formulaic structure.
Expert guidance for Next.js Cache Components and Partial Prerendering (PPR). Proactively activates in projects with cacheComponents: true, providing patterns for 'use cache' directive, cacheLife(), cacheTag(), cache invalidation, and parameter permutation rendering.