aggregate-logs
Generate LEARNINGS.md from skill execution logs over a configurable time window.
Which register to use for comparison
> /plugin marketplace add athola/claude-night-marketHow it fires
How this command gets triggered: by you, by Claude, or both.
/voice-reviewContext preview
What this command does when you run it.
Which register to use for comparison
name: voice-review
description: Review existing text against a voice profile
arguments:
- name: file
description: Path to the text file to review
required: true
- name: --profile
description: Voice profile to compare against
required: true
- name: --register
description: Which register to use for comparison
required: false
default: defaultReview existing text for voice drift and craft quality.
# Review a file against your voice profile /voice-review draft.md --profile myvoice # Use specific register /voice-review draft.md --profile myvoice --register casual
1. Reads the target file 2. Loads voice profile and register 3. Dispatches prose reviewer (AI patterns, voice drift) 4. Dispatches craft reviewer (naming, structure, anchoring) 5. Auto-fixes hard failures 6. Presents advisory tables for user decisions 7. Applies accepted fixes
This command runs review independently of generation. Use when you have existing text (written by hand or generated elsewhere) that you want to check against your voice profile.
Skill(scribe:voice-review)
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.