Manage author profiles - add manually, extract voice from transcripts, list, show, edit, or remove authors
/plugin marketplace add mwguerra/claude-code-plugins/plugin install mwguerra-article-writer-article-writer@mwguerra/claude-code-plugins<add | analyze | list | show ID | edit ID | remove ID># Author Management
Manage author profiles in `.article_writer/authors.json`.
**File location:** `.article_writer/authors.json`
**Schema:** `.article_writer/schemas/authors.schema.json`
**Documentation:** [docs/COMMANDS.md](../docs/COMMANDS.md#article-writerauthor)
## Commands
### List all authors
Runs: `bun run "${CLAUDE_PLUGIN_ROOT}"/scripts/show.ts authors`
Shows all authors with: ID, name, languages, expertise, tone, and voice analysis status.
### Show single author
Runs: `bun run "${CLAUDE_PLUGIN_ROOT}"/scripts/show.ts author <id>`
Shows complete profile: identity, languag...