turn-scoped-skill-discovery-reset-8f09cd — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited turn-scoped-skill-discovery-reset-8f09cd (Agent Skill) and scored it 100/100 (green). The audit ran 55 deterministic rules across Security, Supply Chain, Maintenance, Transparency, and Community; it found 0 high-severity and 0 lower-severity findings. The full rule-by-rule trace and per-finding evidence are below. Free, methodology-open.
Findings & checks · 0 flagged
Every scanned point with the score it earned and what moved between them.
First recorded scan — no prior version to compare against.
The primary manifest — the file an agent reads to learn what this artifact does.
Domain: command-surfaces Trigger: Use when the conversation engine needs to clear the list of discovered skills at the start of each new turn so repeated invocations stay accurate. Source Pattern: Distilled from reviewed command-surface and listing-control patterns.
Tie skill discovery tracking to the turn boundary: clear discoveredSkillNames right before each submitMessage turn, and feed the cleared set into ask() so the next turn can rediscover only what emerges afresh despite previously cached suggestions. Persist the cleared set long enough for telemetry but don’t let it grow across turns, ensuring each new user turn begins with an empty discovery set.
In a long-running Claude Code session, apply this skill when you implement a subagent and need the parent conversation to treat each user message as if it's discovering skills anew, avoiding stale recommendations or double-counted discovery telemetry.
discoveredSkillNames accumulate over turns; that dilutes new discovery signals and leads to misleading telemetry.submitMessage call ends so the current turn can honor discovery gating.~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.