aggregate-logs
Generate LEARNINGS.md from skill execution logs over a configurable time window.
Update all installed Claude Code plugins from all marketplaces.
> /plugin marketplace add athola/claude-night-marketHow it fires
How this command gets triggered: by you, by Claude, or both.
/update-all-pluginsContext preview
What this command does when you run it.
Update all installed Claude Code plugins from all marketplaces.
name: update-all-plugins description: Update all installed Claude Code plugins from all marketplaces. usage: /update-all-plugins
One-shot command that upgrades every installed plugin from all configured marketplaces and syncs memory palace knowledge. This command reads the installed plugins configuration, updates each plugin individually, and processes any queued research into palaces.
The command executes the Python script at `scripts/update_all_plugins.py` which:
1. **Read installed plugins**
2. **Update plugins by marketplace**
3. **Sync memory palace knowledge** (if memory-palace is installed)
4. **Garden tending with palace check** (if memory-palace is installed)
5. **Report results**
This command currently has no options. It updates all plugins from all marketplaces.
plugin changes without restarting Claude Code. For older versions, a full restart is still required.
plugins fail
`CLAUDE_CODE_PLUGIN_GIT_TIMEOUT_MS` (default: 120s, increased from 30s in 2.1.51)
For a full log of Claude Code plugin system changes, see `plugins/abstract/docs/compatibility/`.
Manager initialized before marketplace reconciliation completed (2.1.76+)
invocation (2.1.76+). Use repeated `--plugin-dir` for multiple directories. Previously accepted colon-separated paths.
of the same monorepo commit no longer collide in the plugin cache (2.1.77+)
command frontmatter plus `hooks/hooks.json`, catching YAML parse errors and schema violations (2.1.77+). Previously only checked `plugin.json` structure.
correctly with `CLAUDE_CODE_PLUGIN_SEED_DIR` for containerized environments (2.1.77+)
state surviving updates (2.1.78+). `/plugin uninstall` prompts before deletion; `--keep-data` preserves it.
directories via platform path delimiter (2.1.79+)
inline plugin entries in settings.json (2.1.80+)
`managed-settings.json` for independent policy fragments (2.1.83+). Files merge alphabetically.
storage for sensitive values (2.1.83+). Prompted at enable time. Available as `${user_config.KEY}`.
(`blockedMarketplaces`, `strictKnownMarketplaces`) hidden from marketplace views (2.1.85+)
Claude Code now supports per-marketplace auto-update toggles. This setting controls whether plugins from a marketplace update automatically when new versions are available.
To configure auto-updates for a specific marketplace: 1. Open Claude Code settings 2. Navigate to plugin marketplace settings 3. Toggle auto-update on/off per marketplace
**When to use this command vs auto-update**:
Execute the update script:
python3 /home/alext/claude-night-market/plugins/leyline/scripts/update_all_
A plugin marketplace for Claude Code. Install only the plugins you need to run git workflows, code review, spec-driven development, and autonomous agents from inside your Claude Code session.
Generate LEARNINGS.md from skill execution logs over a configurable time window.
Analyze skill file complexity metrics and generate modularization recommendations for splitting or progressive loading.
Scaffold new Claude Code skills with brainstorming, TDD methodology, and proper frontmatter and module structure.