richfrem/agent-plugins-skills

repo for reusable plugins and skills

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

richfrem/agent-plugins-skills

Skill Claude CodeCodex

Conducts a full-system adversarial audit of agent plugins, skills, and orchestration against enforced runtime contracts using deep reasoning (GPT5.5-equivalent thinking).

6 5d ago A 41 tokens original MIT

richfrem/agent-plugins-skills

Skill Claude CodeCodex

Audits and rewrites AI agent instruction files (CLAUDE.md, GEMINI.md, .github/copilot-instructions.md) in any repo. Strips stale or foreign content, applies Karpathy's four behavioral principles, ensures platform-specific sections, and makes each file authoritative rather than a copy of another. Trigger when the user…

6 5d ago A 130 tokens original MIT

os-architect

03

richfrem/agent-plugins-skills

Skill Claude CodeCodex

SME-facing front-door skill for Agentic OS ecosystem evolution. Invokes the os-architect interview flow: classifies intent, audits existing capabilities, proposes evolution path (orchestrate / update / create), and dispatches work. Use when evolving plugins, skills, or agents — whether applying a new pattern, setting…

6 5d ago A 83 tokens original MIT

os-clean-locks

04

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 5d 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 5d ago A 87 tokens original MIT

os-eval-backport

06

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 5d ago A 56 tokens original MIT

os-eval-lab-setup

07

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 5d ago D 81 tokens original MIT

os-eval-runner

08

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 5d 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 5d 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 5d ago A 91 tokens original MIT

os-experiment-log

11

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 5d ago A 110 tokens original MIT

os-guide

12

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 5d ago A 88 tokens original MIT

os-improvement-loop

13

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 5d 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 5d ago A 81 tokens original MIT

os-init

15

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 5d ago A 80 tokens original MIT

os-memory-manager

16

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 5d 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 5d ago A 133 tokens original MIT

self-evolution

18

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 5d ago A 116 tokens original MIT

todo-check

19

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 5d ago A 57 tokens original MIT

agent-swarm

20

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 5d ago A 74 tokens original MIT

co-pilot-loop

21

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 5d ago A 80 tokens original MIT

dual-loop

22

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 5d ago A 80 tokens original MIT

learning-loop

23

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 5d ago A 78 tokens original MIT

orchestrator

24

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 5d ago A 96 tokens original MIT