purge-initiative-artifacts-app

purge-initiative-artifacts-app is a skill for Claude Code from drivestream-lab/prayog-skills. It costs 106 tokens per session (1,502 once invoked), scanned A, original, MIT.

A procedure for deleting temporary engineering documents for one completed initiative while preserving source code, tests, accepted architecture decisions, and other protected records. An initiative is a defined piece of product or engineering work identified by an INIT-* code.

In plain words
What is it for?
Use it to clean up feasibility reports, technical reviews, implementation plans, wave reports, verification reports, learning notes, and still-draft architecture records after an initiative closes.
Why use it?
It removes working papers that are no longer needed while limiting deletion to an approved list and a single initiative. Git history remains available as an archive.

Skill for Claude Code

Written for Claude Code: disable-model-invocation in frontmatter. Also seen: mentions AGENTS.md.

Good fit Use it to clean up feasibility reports, technical reviews, implementation plans, wave reports, verification reports, learning notes, and still-draft architecture records after an initiative closes.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/drivestream-lab/prayog-skills/purge-initiative-artifacts-app
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add drivestream-lab/prayog-skills --skill purge-initiative-artifacts-app
Clone the repo
git clone --depth 1 https://github.com/drivestream-lab/prayog-skills

Made for: Claude Code.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for purge-initiative-artifacts-app

README.md
[![agentmods](https://agentmods.dev/badge/skills/drivestream-lab/prayog-skills/purge-initiative-artifacts-app/github.svg)](https://agentmods.dev/skills/drivestream-lab/prayog-skills/purge-initiative-artifacts-app)
Your own site
<a href="https://agentmods.dev/skills/drivestream-lab/prayog-skills/purge-initiative-artifacts-app"><img src="https://agentmods.dev/badge/skills/drivestream-lab/prayog-skills/purge-initiative-artifacts-app/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for purge-initiative-artifacts-app

Your own site · 80×15
<a href="https://agentmods.dev/skills/drivestream-lab/prayog-skills/purge-initiative-artifacts-app"><img src="https://agentmods.dev/badge/skills/drivestream-lab/prayog-skills/purge-initiative-artifacts-app.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 106 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,502 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00106 $0.01502
Opus 5 $0.00053 $0.00751
Sonnet 5 $0.00021 $0.00300
Haiku 4.5 $0.00011 $0.00150

Measured 4d ago against content hash 2e1ea398e4fe, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-12, from the pricing page.

Security

Grade A, and why

purge-initiative-artifacts-app scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 4d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

skills/development/purge-initiative-artifacts-app/SKILL.md · 122 lines

How it starts

The opening of the file, as written. The whole thing — 122 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Purge initiative artifacts (app)

Lane: engineering / app repo (profile: development).

Delete PURGE-set files under the app repo for one initiative. Do not delete durable KEEP roots. Git history remains the archive.

This skill is independent of meta/PM purge. Do not require, invoke, or document /purge-initiative-artifacts-meta as a prerequisite or next step — orchestration order lives only in pinned workflow.yaml.

Normative allowlist / refuse: prayog-skills/references/artifact-write-contract.md.

NON-NEGOTIABLE

  1. Resolve layout from .harness/profile.yaml or references/layout-defaults.md.
  2. Require initiative id INIT-*. Scope deletes to that initiative only.
  3. Delete only the app PURGE allowlist when present:
    • {reports_dir}/Initiative-Feasibility-Report-{INIT}.md
    • {reports_dir}/Technical-Review-{INIT}.md
    • {reports_dir}/Implementation-Plan-{INIT}.md
    • {reports_dir}/Pre-Implement-{INIT}-W*.md
    • {reports_dir}/Wave-Execution-{INIT}-W*.md
    • {reports_dir}/Live-Verify-{INIT}-W*.md
    • {reports_dir}/Ground-Report-*-W*.md for this initiative/spec
    • {reports_dir}/Learning-Extract-{INIT}-W*.md
    • {adr_dir}/adr-*-*.md that are still Draft (not Accepted)
  4. Refuse (never delete): {product_spec_dir}/INIT-*.md for this initiative; Accepted ADRs; anything under source_roots, unit_tests_dir, live_verify_dir scripts, fixtures_dir packs; .harness/; product source; {as_built_dir}/implementation-status.md (index) and {as_built_dir}/Implementation-Status-{INIT}.md (this initiative's detail) — both KEEP, never on the PURGE allowlist.
  5. Idempotent: missing allowlisted files → ok. Empty delete set → still pass with rationale in handoff signals.
  6. Work on the initiative-closure head cut from integration (develop) when bound; do not invent a branch. Fill handoff.forge for commit_workspace when pin requires commit. When pin next is an open_draft_pr external-action (eng closure PR), fill title/body from signals without creating a reports/ file (see output template).
  7. No Gateflow authorize-before-delete. No merge. Never apply *-lgtm.
  8. No report file. Do not write Purge-*.md (or any new artifact) under {reports_dir}. Goal achieved = handoff envelope (+ baton when bound) with delete/refuse lists in signals. Chat may repeat the same summary.
  9. Dual-walker: same procedure for human /purge-initiative-artifacts-app and Gateflow orch.

Read the full file on GitHub · 122 lines

Files

What ships with it

7 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 4d ago Changed · +1 lines 2e1ea398e4fe
  2. 12d ago First seen · 121 lines · 106 tokens per session scan A 63fc00d6a609

Subscribe to this mod's changes

purge-initiative-artifacts-app is a skill published in the GitHub repository drivestream-lab/prayog-skills (2 stars, last pushed 5d ago), licensed MIT. It adds 106 tokens to every session and 1,502 once invoked, about $0.0005 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.

Related

Other skills, from other repositories

systematic-debugging

Use when encountering any bug, test failure, or unexpected behavior, before proposing fixes.

obra/superpowers · 21 tokens

local-ai-agents

Build local-first AI agents that run entirely on a developer workstation with Microsoft Foundry Local and Qwen function-calling models. Covers Small Language Models (SLMs), the OpenAI-compatible local endpoint, sandboxed local tools, local RAG with Chroma, local MCP servers, hybrid cloud/local routing, and the…

microsoft/ai-agents-for-beginners · 200 tokens

next-cache-components-adoption

Turn on Cache Components in a Next.js app and resolve the blocking routes it surfaces. Use when the user wants to enable, adopt, or migrate to Cache Components, flip the cacheComponents flag, work through a flood of blocking-prerender / instant validation errors, run the cache-components-instant-false codemod, or…

vercel/next.js · 95 tokens

chat-pet-sprite-creation

Use when creating or changing VS Code chat pet sprite art, sprite sheets, state animations, eye treatments, Stable/Insiders variants, or pet transitions under src/vs/workbench/contrib/chat/browser/widget/media/chatPet.

microsoft/vscode · 53 tokens

cpu-profile-analysis

Analyze V8/Chrome CPU profiles (.cpuprofile) and DevTools trace files (Trace-.json). Use when: profiling performance, investigating slow functions, comparing code paths, finding bottlenecks, analyzing timeToRequest, understanding call trees from sampling profiler data, analyzing layout/paint/rendering, investigating…

microsoft/vscode · 71 tokens

insight-error-page

Write or audit an insight-kind error page for the Next.js dev overlay. Use when creating a new errors/ .mdx page, auditing an existing one, or checking that a page matches the framework fix cards. Covers page structure, title alignment, FixCard cards with Copy prompt button, code snippets, terminology verification…

vercel/next.js · 83 tokens