Skip to content
Security
Command

/archives

Archive or list previous engagement snapshots

From plugin
fsociety
2063 skills7 agents63 commands
Install
$ npx -y skills add ogrodev/fsociety --agent claude-code

How it fires

How this command gets triggered: by you, by Claude, or both.

  • Fires itselfClaude auto-loads it when your prompt matches the work.
  • You can call itInvoke it directly when you want it.
  • Slash command/archives

Context preview

What this command does when you run it.

Archive or list previous engagement snapshots

Command definition

archives.md
description: Archive or list previous engagement snapshots
allowed-tools: Bash, Read
argument-hint: [list | save | show <name>]

Engagement Archives

Manage engagement snapshots — save current state or browse previous engagements.

The user's argument: `$ARGUMENTS`

Dispatch

If no arguments or `list`:

node "${CLAUDE_PLUGIN_ROOT}/scripts/session-state.js" list-archives

If `save` or `archive`:

node "${CLAUDE_PLUGIN_ROOT}/scripts/session-state.js" archive

If `show <name>`: Find and Read the `archives/<name>/SUMMARY.md` file. Use Glob to find a matching archive directory if the name is partial.

Present the output directly.

Ships withfsociety

Multi-plugin marketplace for Claude Code offensive security plugins

Get the whole plugin, auto-invoked
Stats
20
Stars
0
Views
2
Forks
Maintained
Maintenance
JavaScript
Language
MIT
License
4mo ago
Last commit
5mo ago
Created

Repo: ogrodev/fsociety