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 interfluenceGuides collaborative design exploration before implementation: explores context, asks clarifying questions, proposes approaches, and writes a design doc for user approval.
Creates structured, bite-sized implementation plans from specs or requirements before writing code. Useful for breaking down multi-step tasks into testable steps with file structure and task boundaries.
Synthesizes the current conversation into a structured spec (PRD) and publishes it to the project issue tracker with a ready-for-agent label, without interviewing the user.