← all publishers

JUST-Limbo

@just-limbo source repo

4 published skills

  1. Long Task State · just-limbo
    Assess whether a long-running, multi-stage, or context-heavy task would benefit from durable working state, ask the user before enabling it, and then maintain compact, verifiable state if approved. Use when continuing a task with existing long-task-state data or when the user wants an optional project-level probe so new conversations can notice unfinished state. Do not create state or modify project instructions without user opt-in.
    0
    installs
  2. Picture Formats · just-limbo
    Implement multi-format image delivery with parallel AVIF/WebP/JPEG or PNG exports and HTML picture element selection. Use when adding responsive image formats, picture tags, Vue image components, transparent logo fallbacks, Network debugging for image requests, or preparing multi-format assets with tinypng-mcp/sharp/build scripts.
    0
    installs
  3. Git Branch Merge Flow · just-limbo
    On current branch guards that source != target, fetches origin first, commits if needed, aligns local current with origin/current if behind, pushes current; then checks out target, fetches, aligns with origin/target if behind, merges origin/current into target, pushes target, and switches back on success. Stays on the branch where conflict occurs without pushing target on failure.
    0
    installs
  4. Generate Color Palette · just-limbo bundle
    Scan frontend source for hex/rgb/oklch colors and generate an interactive HTML palette grouped by spectrum. Use when auditing project colors, consolidating design tokens, finding duplicate hex values, or when the user asks for a color palette report or color inventory.
    0
    installs