claude-praetorian

Cross-session memory that persists across conversations.

Safety Notice

This listing is imported from skills.sh public index metadata. Review upstream SKILL.md and repository scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "claude-praetorian" with this command: npx skills add vvkmnn/claude-praetorian-mcp/vvkmnn-claude-praetorian-mcp-claude-praetorian

⚜️ Claude Praetorian

Cross-session memory that persists across conversations.

When to Use

Starting a session?

  • Check for prior work → praetorian_restore(query)

Just did research?

  • After WebFetch → praetorian_compact(type="web_research", ...)

  • After WebSearch → praetorian_compact(type="web_research", ...)

  • After Task/subagent → praetorian_compact(type="task_result", ...)

Explored the codebase?

  • After significant reads → praetorian_compact(type="file_reads", ...)

Made decisions?

  • Technical choices → praetorian_compact(type="decisions", ...)

Best Practice

Check praetorian BEFORE:

  • Re-exploring code you've seen before

  • Researching topics you've researched before

  • Starting work on a familiar project

Compact AFTER:

  • WebFetch/WebSearch completes

  • Subagent returns results

  • Significant codebase exploration

  • Making architectural decisions

Format

praetorian_restore(query?) // Load past work praetorian_compact( type: "web_research" | "task_result" | "file_reads" | "decisions", title: "<concise title>", key_insights: ["insight 1", "insight 2"], refs: ["file.ts:123"] )

Auto-merges similar titles. Compact freely.

Full Automation

For automatic hooks that prompt at key moments, install the plugin from claude-emporium:

/plugin marketplace add Vvkmnn/claude-emporium /plugin install claude-praetorian@claude-emporium

This adds hooks for SessionStart, PreCompact, PostToolUse, and Stop.

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

General

claude-historian

No summary provided by upstream source.

Repository SourceNeeds Review
General

claude-oracle

No summary provided by upstream source.

Repository SourceNeeds Review
General

Relevance Ai

Relevance AI integration. Manage Organizations, Users. Use when the user wants to interact with Relevance AI data.

Registry SourceRecently Updated
General

Klipfolio

Klipfolio integration. Manage Dashboards, Users, Teams. Use when the user wants to interact with Klipfolio data.

Registry SourceRecently Updated