update

Update the little-loops CLI package and Claude Code plugin to latest versions.

7|2|Updated Jan 3, 2026
One-click install
npx skills add https://github.com/BrennonTWilliams/little-loops --skill update-brennontwilliams
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: update
Source: https://github.com/BrennonTWilliams/little-loops/tree/main/skills/update
Command: npx skills add https://github.com/BrennonTWilliams/little-loops --skill update-brennontwilliams

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires python3, pip, claude.

What problem does it solve?

This skill eliminates the manual overhead of tracking and applying updates to the little-loops CLI tool and its associated Claude Code plugin, ensuring your development environment remains stable and feature-rich.

Core Features & Use Cases

  • Component Synchronization: Updates both the pip package and the Claude Code plugin independently or simultaneously.
  • Safety Checks: Includes a dry-run mode to preview changes and a configuration health check to validate your ll-config.json against the latest schema.
  • Use Case: When a new version of little-loops is released, use this skill to automatically upgrade your local installation and verify that your existing configuration remains compatible with the new version.

Quick Start

Run the update skill to automatically upgrade both the little-loops pip package and the Claude Code plugin to their latest versions.

Frequently Asked Questions about update

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I update the little-loops CLI package and Claude Code plugin?

To update the little-loops CLI package and Claude Code plugin, run the update skill to automatically upgrade both components to their latest versions while synchronizing your Python and plugin environments.

Can I preview changes before applying updates to the little-loops toolkit?

Yes, you can preview changes before applying updates to the little-loops toolkit by using the built-in dry-run mode to safely review version upgrades and configuration schema validations before modifying your environment.

Do I need pip and python3 to upgrade my little-loops development environment?

Yes, you need pip, python3, and the claude CLI tool installed to upgrade your little-loops development environment, as the update process executes system-level package management and plugin registry synchronization.

How does configuration validation work when upgrading the little-loops pip package?

Configuration validation when upgrading the little-loops pip package works by checking your ll-config.json file against the latest schema to verify that your existing settings remain compatible with the newly installed version.

Can I update the little-loops pip package independently from the Claude Code plugin?

Yes, you can update the little-loops pip package independently from the Claude Code plugin, as the update skill manages component synchronization and supports upgrading either element separately or simultaneously.

Why does my little-loops configuration break after a CLI package update?

Your little-loops configuration may break after a CLI package update if your ll-config.json schema is outdated, so running the configuration health check verifies compatibility and prevents installation integrity issues.