richfrem

61 mods across 1 repository, 6 stars between them.

os-clean-locks

25

richfrem/agent-plugins-skills

Skill Claude CodeCodex

Safely removes all agent lock files from the context/.locks/ directory to resolve deadlocks caused by crashed agents leaving stale locks behind. Use when the user says "/os-clean-locks", "clear all locks", "reset agent locks", or when an agent is deadlocked and cannot acquire a lock because a previous agent crashed…

6 4d ago A 117 tokens original MIT

richfrem/agent-plugins-skills

Skill Claude CodeCodex

Discovers and persists the user's available AI environments (Claude, Copilot CLI, Agy CLI, Cursor, etc.) to context/memory/environment.md. Run once after OS setup or whenever the environment changes. os-architect and os-evolution-planner read this file to select the right delegation backend and cheapest brainstorm…

6 4d ago A 87 tokens original MIT

os-eval-backport

27

richfrem/agent-plugins-skills

Skill Claude CodeCodex

Reviews a completed os-eval-runner lab run and backports approved changes to master plugin sources. Trigger with "backport the eval results", "review the lab run", "apply eval improvements to master", "check what the eval agent changed".

6 4d ago A 56 tokens original MIT

os-eval-lab-setup

28

richfrem/agent-plugins-skills

Skill Claude CodeCodex

Bootstraps a skill evaluation lab repo for an autoresearch improvement run. Trigger with "set up an eval lab", "bootstrap the eval repo", "prepare the test repo for skill evaluation", "create an eval environment for this skill", "set up the lab space for this skill", or when starting a new skill optimization run that…

6 4d ago D 81 tokens original MIT

os-eval-runner

29

richfrem/agent-plugins-skills

Skill Claude CodeCodex

Stateless evaluation engine that scores and gates skill improvement iterations using headless Python evaluation scripts. Use when the user says "evaluate this skill", "run autoresearch loop on", "optimize this skill", "run the eval loop", or when another agent proposes a change and needs validation.

6 4d ago A 64 tokens original MIT

richfrem/agent-plugins-skills

Skill Claude CodeCodex

Codifies the plan-and-delegate workflow for evolving plugins, skills, and agents. Given a target (plugin/skill/agent name) and an evolution goal, this skill first brainstorms 2-3 approach options using the cheapest available model, presents them for selection, then writes a structured task plan and Copilot CLI…

6 4d ago A 103 tokens original MIT

richfrem/agent-plugins-skills

Skill Claude CodeCodex

Verifies that os-architect actually causes evolution — not just words. Dispatches os-architect in single-shot simulation mode for a given test scenario, then checks for real artifact presence (new files, HANDOFFBLOCK, plan files). Reports PASS / FAIL with grep evidence. Accumulates results into a test report. Use…

6 4d ago A 91 tokens original MIT

os-experiment-log

32

richfrem/agent-plugins-skills

Skill Claude CodeCodex

Maintains a persistent, folder-based log of all agentic-os experiment runs. Each run writes one dated file to context/experiment-log/ and updates index.md. Supports five source types: verifier (qualitative), tester (qualitative), orchestrator (numeric), planner (qualitative), survey (mixed). Handles both numeric…

6 4d ago A 110 tokens original MIT

os-guide

33

richfrem/agent-plugins-skills

Skill Claude CodeCodex

Trigger with "explain agentic os", "how do I set up a persistent agent environment", "what is the CLAUDE.md hierarchy", "explain the context folder structure", "how does session memory work", "what is soul.md or user.md", "explain auto-memory or MEMORY.md", "what is a loop scheduler or heartbeat", or when the user…

6 4d ago A 88 tokens original MIT

os-improvement-loop

34

richfrem/agent-plugins-skills

Skill Claude CodeCodex

Pattern 5: Concurrent Event-Driven Multi-Agent Loop. Coordinates multiple Claude sessions as OS threads sharing a common event bus and memory address space. Every loop cycle is a full improvement cycle: execute, eval against benchmark (KEEP/DISCARD), emit friction events, and close with surveys, metrics, memory…

6 4d ago A 74 tokens original MIT

richfrem/agent-plugins-skills

Skill Claude CodeCodex

Trigger with "show me the improvement chart", "how are we improving", "progress report", "graph the eval scores", "show cycle of improvement", "what's the trend", "are we getting better". Produces a visual/text summary of how the agentic loop is improving across cycles. Do NOT use this to run the learning loop or…

6 4d ago A 81 tokens original MIT

os-init

36

richfrem/agent-plugins-skills

Skill Claude CodeCodex

Trigger: "set up agentic OS", "initialize agent harness", "init my project for AI agents", "where do I put CLAUDE.md", "create my agent environment", "set up persistent memory". Guides users through an interview to understand their use case, then scaffolds the right Agentic OS structure. Use even when the user just…

6 4d ago A 80 tokens original MIT

os-memory-manager

37

richfrem/agent-plugins-skills

Skill Claude CodeCodex

Trigger with "remember this", "update memory", "what should we record from this session", "capture learnings", "write a session log", or when closing a session. Guides agents on managing memory hygiene across sessions, deciding what to write to dated memory logs, what to promote to long-term memory.md, and when to…

6 4d ago A 199 tokens original MIT

richfrem/agent-plugins-skills

Skill Claude CodeCodex

Continuously improves an existing agent skill based on eval results using the RED-GREEN-REFACTOR cycle. Apply when a skill's routing accuracy is low, trigger descriptions need sharpening, or os-eval-runner scores are below target. (1) run a RED baseline to observe the failure mode, (2) apply a focused patch and verify…

6 4d ago A 133 tokens original MIT

self-evolution

39

richfrem/agent-plugins-skills

Skill Claude CodeCodex

Self-healing and self-evolving pattern for agents operating against repo capabilities, scripts, skills, sub-agents, selectors, workflows, and external systems. Classifies evolution events into four tiers — Friction/Workaround, Gap, Failure, Regression — applies repo-profile-gated edits with appropriate autonomy…

6 4d ago A 116 tokens original MIT

todo-check

40

richfrem/agent-plugins-skills

Skill Claude CodeCodex

Audit a file for TODO comments, pending work items, or technical debt markers. Useful for checking code readiness before a commit or reviewing task status. Trigger with "check for todos", "audit for debt", "list pending work", or "scan for TODOs".

6 4d ago A 57 tokens original MIT

agent-loops

41

richfrem/agent-plugins-skills

Plugin Claude Code

Composable agent loop architectures for learning loops, agent orchestration (0-to-N inner agents), and red team coordination. Framework-agnostic: works with any CLI agent (Claude, Gemini, Copilot, OpenHands, etc.).

6 4d ago A tokens not measured original MIT

agent-swarm

43

richfrem/agent-plugins-skills

Skill Claude CodeCodex

(Industry standard: Parallel Agent) Primary Use Case: Work that can be partitioned into independent sub-tasks running concurrently across multiple agents. Parallel multi-agent execution pattern. Use when: work can be partitioned into independent tasks that N agents can execute simultaneously across worktrees. Includes…

6 4d ago A 74 tokens original MIT

co-pilot-loop

44

richfrem/agent-plugins-skills

Skill Claude CodeCodex

Cooperative Multi-Agent Coordination Loop. Spawns a lightweight companion sub-agent (Gemini 3.5 Flash Low) to perform spec discovery, planning, and implementation. The primary agent (Claude) acts as the QA Director, answering Gemini's questions, approving the spec/plan, and running verification tests. Assumes the…

6 4d ago A 80 tokens original MIT

dual-loop

45

richfrem/agent-plugins-skills

Skill Claude CodeCodex

(Industry standard: Sequential Agent / Agent as a Tool) Primary Use Case: Delegating a well-defined task to a worker agent, verifying its execution, and repeating if necessary. Inner/outer agent delegation pattern. Use when: work needs to be delegated from a strategic controller (Outer Loop) to a tactical executor…

6 4d ago A 80 tokens original MIT

learning-loop

46

richfrem/agent-plugins-skills

Skill Claude CodeCodex

(Industry standard: Loop Agent / Single Agent) Primary Use Case: Self-contained research, content generation, and exploration where no inner delegation is required. Self-directed research and knowledge capture loop. Use when: starting a session (Orientation), performing research (Synthesis), or closing a session…

6 4d ago A 78 tokens original MIT

orchestrator

47

richfrem/agent-plugins-skills

Skill Claude CodeCodex

(Industry standard: Routing Agent / Orchestrator Pattern) Primary Use Case: Analyzing an ambiguous trigger and routing it to one of the specific specialized implementations. Routes triggers to the appropriate agent-loop pattern. Use when: assessing a task, research need, or work assignment and deciding whether to run…

6 4d ago A 96 tokens original MIT

red-team-review

48

richfrem/agent-plugins-skills

Skill Claude CodeCodex

(Industry standard: Review and Critique Pattern) Primary Use Case: Iterative generation paired with adversarial review, continuing until an 'Approved' verdict is reached. Orchestrated adversarial review loop. Use when: research, designs, architectures, or decisions need to be reviewed by red team agents (human…

6 4d ago A 87 tokens original MIT