aggregate-logs
Generate LEARNINGS.md from skill execution logs over a configurable time window.
Bump project versions using git-workspace-review and version-updates skills.
> /plugin marketplace add athola/claude-night-marketHow it fires
How this command gets triggered: by you, by Claude, or both.
/update-versionContext preview
What this command does when you run it.
Bump project versions using git-workspace-review and version-updates skills.
description: Bump project versions using git-workspace-review and version-updates skills.
Before changing any version numbers, load the required skills in order:
1. Run `Skill(sanctum:git-workspace-review)` to capture repository status and diffs, completing its `TodoWrite` items. 2. Run `Skill(sanctum:version-updates)` and follow its checklist (context, targets, edits, docs, verification).
Version numbers appear in documentation that the automated script does NOT update:
| File | What to Update | |------|----------------| | `CHANGELOG.md` | Add new version section with date and changes | | `docs/api-overview.md` | Plugin inventory table, individual plugin version headers | | `book/src/reference/capabilities-reference.md` | Version-specific feature annotations | | Plugin `README.md` files | Version references in examples |
**Scan for stale versions:**
# Find docs referencing the OLD version (replace X.Y.Z) rg "X\.Y\.Z" docs/ book/ plugins/*/README.md --glob "*.md" # fallback: grep -r "X\.Y\.Z" docs/ book/ plugins/*/README.md --include="*.md"
If a skill cannot be loaded, follow these steps:
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.