project-archive

project-archive is a command for Claude Code from IvanLutsenko/awac-ai-agent-plugins. It costs 9 tokens per session (526 once invoked), scanned A, a copy of bug-close, MIT.

A command for managing a project's lifecycle by archiving, restoring, or permanently deleting it.

In plain words
What is it for?
Use it to archive active projects, restore archived projects, or delete archived projects after explicit confirmation.
Why use it?
It helps remove inactive projects from normal lists while providing separate actions for recovery and irreversible deletion.

Command for Claude Code

Written for Claude Code: allowed-tools in frontmatter.

Part of the obsidian-tracker plugin — 19 skills, 19 commands shipped together

Good fit Use it to archive active projects, restore archived projects, or delete archived projects after explicit confirmation.

Compare 6 commands from other repositories ↓
Install with agentmods
npx agentmods add commands/ivanlutsenko/awac-ai-agent-plugins/project-archive
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.

Clone the repo
git clone --depth 1 https://github.com/IvanLutsenko/awac-ai-agent-plugins

Made for: Claude Code.

Or install obsidian-tracker, the plugin that ships this one along with the rest of its 19 skills, 19 commands.

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 project-archive

README.md
[![agentmods](https://agentmods.dev/badge/commands/ivanlutsenko/awac-ai-agent-plugins/project-archive.svg)](https://agentmods.dev/commands/ivanlutsenko/awac-ai-agent-plugins/project-archive)
Your own site
<a href="https://agentmods.dev/commands/ivanlutsenko/awac-ai-agent-plugins/project-archive"><img src="https://agentmods.dev/badge/commands/ivanlutsenko/awac-ai-agent-plugins/project-archive.svg" alt="Measured on agentmods" height="20"></a>
Per session 9 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 526 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 88% copy Near-identical to another mod 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.00009 $0.00526
Opus 5 $0.00005 $0.00263
Sonnet 5 $0.00002 $0.00105
Haiku 4.5 $0.00001 $0.00053

Measured yesterday against content hash c4d0cfe72b76, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-07, from the pricing page.

Security

Grade A, and why

project-archive 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 yesterday.

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.

Origin

This is a copy

88% identical to bug-close — 100 lines differ, which has more behind it and is treated as the original. This page carries a canonical link to it rather than competing with it.

plugins/obsidian-tracker/commands/project-archive.md · 37 lines

What it actually says

Manage project lifecycle: archive, restore, or permanently delete projects.

Input: $ARGUMENTS

Parse action and project name from arguments. If action is not provided, ask the user which action they want: archive, restore, or delete.

Actions

archive

  1. Call listProjects (without includeArchived) to show active projects
  2. If project name not provided, ask user to choose
  3. Confirm with user before archiving
  4. Call archiveProject with the project name
  5. Report result

restore

  1. Call listProjects with includeArchived: true
  2. Show only archived projects (where archived: true)
  3. If no archived projects, inform user and stop
  4. If project name not provided, ask user to choose
  5. Call restoreProject with the project name
  6. Report result

delete

  1. Call listProjects with includeArchived: true
  2. Show archived projects first (preferred deletion targets)
  3. If project name not provided, ask user to choose
  4. Always confirm with explicit warning: this action is irreversible, all data will be lost
  5. Call deleteProject with the project name and appropriate fromArchive flag
  6. Report result
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. yesterday First seen · 37 lines · 9 tokens per session scan A c4d0cfe72b76

Subscribe to this mod's changes

project-archive is a command published in the GitHub repository IvanLutsenko/awac-ai-agent-plugins (2 stars, last pushed 3d ago), licensed MIT. It adds 9 tokens to every session and 526 once invoked, about $0.0000 per session on Opus 5. A static security scan graded it A with 0 findings. It is 88% identical to bug-close, differing in 100 lines, and is treated as a copy.