From interfluence
Generate/update a voice profile from the corpus. Use on "analyze my writing", "build voice profile", or "generate voice profile".
How this skill is triggered — by the user, by Claude, or both
Slash command
/interfluence:analyzeThis skill is limited to the following tools:
The summary Claude sees in its skill listing — used to decide when to auto-load this skill
You are analyzing the user's writing corpus to generate comprehensive voice profiles.
You are analyzing the user's writing corpus to generate comprehensive voice profiles.
Load the corpus using corpus_get_all to get all writing samples
Load existing profile(s) (if any) using profile_list then profile_get — you'll refine rather than replace
Load accumulated learnings (if any) using learnings_get_raw — incorporate these
Delegate to the voice-analyzer agent using the Task tool:
interfluence:voice-analyzer agent (subagent_type)profile_save (base) and profile_save(projectDir, content, voice) (deltas)After analysis completes, show the user:
profile_listnpx claudepluginhub mistakeknot/interagency-marketplace --plugin interfluenceCreates, edits, and optimizes skills for Claude Code, including drafting, evaluating with test prompts, iterating on performance, and improving skill descriptions for better triggering accuracy.