aggregate-logs
Generate LEARNINGS.md from skill execution logs over a configurable time window.
Path to directory containing writing samples (.md/.txt)
> /plugin marketplace add athola/claude-night-marketHow it fires
How this command gets triggered: by you, by Claude, or both.
/voice-extractContext preview
What this command does when you run it.
Path to directory containing writing samples (.md/.txt)
name: voice-extract
description: Extract your writing voice from samples into a reusable profile
arguments:
- name: profile-name
description: Name for the voice profile (e.g., "personal", "work")
required: true
- name: samples-dir
description: Path to directory containing writing samples (.md/.txt)
required: falseExtract a voice profile from writing samples using SICO comparative analysis.
# From a directory of samples /voice-extract myvoice --samples-dir ~/writing-samples/ # Interactive mode (paste samples one at a time) /voice-extract myvoice
1. Collects writing samples (directory or interactive paste) 2. Anonymizes samples (strips context labels) 3. Generates Claude's baseline output on matched topics 4. Runs SICO Pass 1 (broad comparative extraction) 5. Runs Pass 2 (pressure test for specificity) 6. Creates voice profile at ~/.claude/voice-profiles/{name}/ 7. Generates default register
Skill(scribe:voice-extract)
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.