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

test_skill

import json import tkinter as tk from tkinter import messagebox, simpledialog

Archived SourceRecently Updated
General

neo

Browse websites, read web pages, interact with web apps, call website APIs, and automate web tasks. Use Neo when: user asks to check a website, read a web page, post on social media (Twitter/X), interact with any web app, look up information on a specific site, scrape data from websites, automate browser tasks, or when you need to call any website's API. Keywords: website, web page, browse, URL, http, API, twitter, tweet, post, scrape, web app, open site, check site, read page, social media, online service.

Archived SourceRecently Updated