richfrem/agent-plugins-skills

repo for reusable plugins and skills

6Stars on the repository
61Mods indexed here, across every type
4d agoLast push, which is what freshness is scored on
MITLicence, which decides whether bodies are shown

agentic-os-setup

01

richfrem/agent-plugins-skills

Agent

Trigger with "use the agentic-os-setup agent", "run the setup agent", "set up an agentic OS", "persist memory", "add the OS harness", or when the user requires memory persistence, repository-level conventions, or autonomous background loops. Directs the orchestration, synthesis, and provisioning of a persistent AI…

6 4d ago A 319 tokens original MIT

richfrem/agent-plugins-skills

Agent

Front-door intake agent for the Agentic OS improvement lifecycle. Runs before any skill evaluation begins. Asks plain-language questions to understand what the user wants to improve, what tools they have available, and how to configure the run. Produces a run-config.json and a session-brief.md that downstream agents…

6 4d ago A 107 tokens original MIT

os-architect

04

richfrem/agent-plugins-skills

Agent

Front-door intake agent for Agentic OS ecosystem evolution. Classifies user intent (pattern abstraction, research application, lab setup, capability gap fill, or multi-loop orchestration), audits existing capabilities, proposes the right evolution path (orchestrate existing / update existing / create new), and…

6 4d ago A 268 tokens original MIT

os-architect-tester

05

richfrem/agent-plugins-skills

Agent

Validation agent for os-architect. Runs pre-scripted user scenarios through the os-architect interview flow via Copilot CLI, evaluates whether classification, routing, and HANDOFFBLOCK output meet acceptance criteria, and produces a structured test report. Use to battle-harden os-architect after changes, or to…

6 4d ago A 176 tokens original MIT

os-health-check

06

richfrem/agent-plugins-skills

Agent

Trigger with "run health check", "check os metrics", "system monitor", or when the user wants to review the Agentic OS liveness metrics across the Event Bus, locks, and memory arrays. user: "Run a system monitor check on the OS." assistant: "I'll execute the os-health-check agent to scan the event bus and state file."…

6 4d ago A 104 tokens original MIT

richfrem/agent-plugins-skills

Agent

Audits closed GitHub issues to verify whether root causes were genuinely resolved, if follow-on execution friction appeared, or if systemic improvements were retained.

6 4d ago A 34 tokens original MIT

rlm-cleanup-agent

10

richfrem/agent-plugins-skills

Agent

Cleans the RLM summary cache by removing entries for files that no longer exist on disk. Trigger when the user says "clean the RLM cache", "remove stale summaries", "the RLM cache has entries for deleted files", or "prune outdated RLM entries". user: "The RLM cache has summaries for files I deleted" assistant: "I'll…

6 4d ago A 138 tokens original MIT

rlm-curator

11

richfrem/agent-plugins-skills

Agent

Curates and maintains the RLM summary cache — updates stale summaries, validates cache integrity, and promotes high-quality entries. Trigger when the user says "curate the RLM cache", "update stale summaries", "validate RLM integrity", or "the summaries are outdated". user: "Some of my RLM summaries are outdated after…

6 4d ago A 137 tokens original MIT

rlm-distill-agent

12

richfrem/agent-plugins-skills

Agent

Distills files into dense RLM summaries using the configured CLI backend (Copilot, Agy, or Claude). Runs the full distillation pipeline for new or updated files. Trigger when the user says "distill files", "run RLM distillation", "generate summaries for new files", or "update the RLM ledger". user: "Run distillation…

6 4d ago A 150 tokens original MIT

richfrem/agent-plugins-skills

Agent

Guided setup wizard for the rlm-factory plugin. Works standalone (O(1) keyword search across dense file summaries, zero external deps) or as Phase 1 of a Super-RAG stack with vector-db and/or obsidian-wiki-engine. Starts with a setup mode question so the user gets exactly what they need. Creates rlmprofiles.json and…

6 4d ago A 247 tokens original MIT

rlm-init

14

richfrem/agent-plugins-skills

Agent

Initializes the RLM cache for an existing project — creates rlmprofiles.json, scans configured directories, and runs the first distillation pass. Trigger when the user says "initialize RLM", "set up RLM for this project", "create the RLM profile", or "first-time RLM setup". For a guided wizard experience use the…

6 4d ago A 123 tokens original MIT

rlm-search

15

richfrem/agent-plugins-skills

Agent

Searches the RLM summary cache using keyword lookup (Phase 1 of the 3-phase search protocol). Fast O(1) lookup across dense file summaries — no embeddings required. Trigger when the user says "search the RLM cache", "find files using RLM", "keyword search the summaries", or "Phase 1 search". For semantic/vector search…

6 4d ago A 157 tokens original MIT

vector-db-cleanup

16

richfrem/agent-plugins-skills

Agent

Removes stale chunks from the ChromaDB vector store for files that have been deleted or renamed on disk. Dry-run by default — shows what would be removed without deleting. Trigger when the user says "clean the vector database", "remove stale vector entries", "vector DB has orphaned chunks", or "sync the vector store…

6 4d ago A 149 tokens original MIT

vector-db-ingest

17

richfrem/agent-plugins-skills

Agent

Ingests repository files into the ChromaDB vector store by chunking and embedding them. Supports full rebuild (--full) or incremental update (--since N hours). Trigger when the user says "ingest files into the vector store", "rebuild the vector index", "update the vector DB with new files", or "re-index the…

6 4d ago A 154 tokens original MIT

richfrem/agent-plugins-skills

Agent

Guided setup wizard for the vector-db plugin. Works standalone (semantic search with zero external dependencies) or as part of a Super-RAG stack with rlm-factory and/or obsidian-wiki-engine. Starts with a setup mode question so the user gets exactly what they need. Installs Python dependencies, creates…

6 4d ago A 179 tokens original MIT