evidence-prune-source

Prune local agent skill-usage records already present in the agent-evidence-archive after dry-run preview and explicit confirmation.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/graysurf/agent-runtime-kit --skill evidence-prune-source
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: evidence-prune-source
Source: https://github.com/graysurf/agent-runtime-kit/tree/main/tests/golden/claude/plugins/meta/skills/evidence-prune-source/expected
Command: npx skills add https://github.com/graysurf/agent-runtime-kit --skill evidence-prune-source

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Prune local agent-out skill-usage source records that are already present in the agent-evidence-archive, reducing local clutter and aligning with the archive's state.

Core Features & Use Cases

  • Dry-run safety: previews pruned records without deleting anything.
  • Explicit-apply workflow: requires user confirmation before pruning local source records.
  • Archive synchronization: ensures local state can be reconciled with the evidence archive catalog.

Quick Start

Run a dry-run to preview pruned records, then explicitly confirm the apply step to prune locally.

Frequently Asked Questions about evidence-prune-source

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I safely prune local agent-out usage records already stored in an archive?▼

To safely prune local agent-out usage records already stored in an archive, use a dry-run mode to preview matched records before requiring explicit user confirmation to apply any deletions to the local source tree.

What is the best way to synchronize local agent-out records with an evidence archive catalog?▼

Synchronizing local agent-out records with an evidence archive catalog involves reading both the local tree and the archive catalog, then pruning local sources that are already represented in the archive to keep states aligned.

Can I preview which archived agent-out records will be pruned before deleting anything?▼

Yes, you can preview which archived agent-out records will be pruned by running the dry-run mode, which identifies matching records for deletion without modifying the local source tree until explicitly confirmed.

Do I need to manually confirm before the tool deletes local source files during archive pruning?▼

Yes, you need to manually confirm before the tool deletes local source files during archive pruning, as an explicit apply step is required to enforce safety and prevent accidental data loss from the agent-out tree.

Why are my local agent-out usage records out of sync with the evidence archive?▼

Local agent-out usage records become out of sync with the evidence archive when source files are retained locally after being archived, requiring a pruning workflow to reconcile the local state with the archive catalog.