← Browse

@coltonjosephdean-rgb/coach-refresh

A

Rebuild a cached coach persona from fresh research — new videos, updated frameworks.

skillclaude

Install

agr install @coltonjosephdean-rgb/coach-refresh --target claude

Writes 1 file into .claude/skills/, pinned to git-8068106f.

  • .claude/skills/coach-refresh/SKILL.md

Document


name: coach-refresh description: Rebuild a cached coach persona from fresh research — new videos, updated frameworks. argument-hint: [person's name] disable-model-invocation: true

/coach-refresh — rebuild a persona

The user wants $ARGUMENTS rebuilt from scratch (their content has moved on, or the first build was thin). If $ARGUMENTS is empty, ask who to refresh.

  1. Resolve the personas directories the same way as /coach Step 0 (${CLAUDE_PLUGIN_DATA}/personas primary, ~/.claude/talk-to-anyone/personas legacy fallback) and the person's slug.
  2. Wherever <personas>/<slug>/ exists (check both locations), delete only its persona.md, videos.json, and transcripts/ contents — that's the entire cache for this person.
  3. Run the full /coach build for the name: read ${CLAUDE_PLUGIN_ROOT}/skills/coach/SKILL.md and follow it from Step 1 (the cache check will miss, forcing fresh research and transcript pulls).
  4. Finish by adopting the rebuilt persona per /coach Step 6, and note in the handoff line that it was rebuilt fresh.

Trustgrade A

  • passBody integrity

    Whether the stored document is plausibly the kind of file the artifact declares, rather than something fetched by mistake.

  • passType matchnot applicable to this artifact type

    Whether the artifact is really the kind of thing its metadata claims it is.

  • passFreshness

    How long since the source repository was last pushed to.

  • passPrompt injection

    Scans the artifact's own text for instructions aimed at your agent rather than at you.

  • passLicense

    Whether the source repository declares an SPDX license permissive enough to redistribute.

How the grade is calculated

Each check contributes 0 points when it passes, 1 when it warns, and 2 when it fails. The total maps to a letter:

  • Aevery check passed
  • Bone warning
  • Ctwo warnings
  • Dprompt injection or body integrity failed, or three warnings
  • Fone of those failed, and something else is wrong

These are automated hygiene checks, not a security audit, and not a dependency or vulnerability scan. A grade of A means nothing was flagged — not that the artifact is safe.

Versions

  • git-8068106f42912026-07-31