wesleysimplicio

47 mods across 3 repositories, 47 stars between them.

simplicio

25

wesleysimplicio/simplicio

Plugin Claude Code

Verified Simplicio Runtime MCP bootstrap and governed coding skills for Claude Code.

24 yesterday A tokens not measured

simplicio-runtime

26

wesleysimplicio/simplicio

MCP server Claude CodeCodexCursor +2

MCP server "simplicio-runtime" as configured in wesleysimplicio/simplicio. Runs ./bin/simplicio-mcp-bootstrap.js with node.

24 yesterday A tokens not measured

simplicio-cli

27

wesleysimplicio/simplicio

Skill Claude CodeCodex

Use simplicio-cli for verified code changes through mapper, precedent, six-layer prompts, tests, and a verify loop. Trigger on code edits, task-to-code, diff+test, or simplicio-py requests.

24 yesterday A 49 tokens

simplicio-setup

28

wesleysimplicio/simplicio

Skill Claude CodeCodex

Verify, repair, authenticate, update, or explicitly register the Simplicio Runtime installed by the Codex plugin. Use when the user asks to install Simplicio, enable all Simplicio commands, fix plugin startup, check authentication, or register Simplicio with other hosts. Login and broad host registration require…

24 yesterday A 73 tokens

wesleysimplicio/simplicio-loop

Skill Claude CodeCodex

Evolutionary optimize-by-metric loop — mutate a target, evaluate against fixed criteria, KEEP if the score improves (commit) or REVERT if it doesn't (git checkout), repeat, plateau-break after N stagnated runs. Adapts Karpathy's autoresearch pattern (and the ECC autoresearch-agent) with mandatory yool guardrails (§11…

2 2d ago A 194 tokens original MIT

simplicio-compress

32

wesleysimplicio/simplicio-loop

Skill Claude CodeCodex

Cut output and memory tokens without losing meaning — terse prose levels (caveman-style) that preserve code/paths/URLs byte-for-byte, plus a one-time memory/doc compaction pass that pays back every future turn. Use when replies or worker reports are verbose, when standing context (CLAUDE.md/AGENTS.md/notes) is…

2 2d ago A 107 tokens original MIT

simplicio-dev-cli

33

wesleysimplicio/simplicio-loop

Skill Claude CodeCodex

Perform deterministic Simplicio code changes and validation through the Dev CLI. Use for file edits, patches, implementation, formatting, tests, diagnostics, pre-effect validation, retries, evidence files, and safe mutation workflows. The agent decides intent; Dev CLI owns the mutation and verification.

2 2d ago A 62 tokens original MIT

simplicio-fast

34

wesleysimplicio/simplicio-loop

Skill Claude CodeCodex

Accelerate Simplicio retrieval with indexed search, ranking, cache, mmap, and bounded parallel reads. Use for repeated or large context lookups, low-latency symbol/file retrieval, snapshot-backed ranking, and cache-aware discovery. Do not use it as the source of truth or as a file mutation tool.

2 2d ago A 68 tokens original MIT

simplicio-learn

35

wesleysimplicio/simplicio-loop

Skill Claude CodeCodex

Persist what a run taught you so the next run is cheaper and more correct — mine high-signal lessons from the trajectory, dedup them, and write them back to AGENTS.md / memory so they're applied not re-derived. Use after a run or at session end, when the user says "remember this", "do a retrospective", "learn from…

2 2d ago A 109 tokens original MIT

simplicio-loop

36

wesleysimplicio/simplicio-loop

Skill Claude CodeCodex

Unified public entrypoint for Simplicio's body-of-work orchestration: core + loop in one command. Use when the user types /simplicio-loop, says "ralph loop", "keep iterating until done", "finish all open issues", or asks to drain a queue of work autonomously. Runtime-agnostic: binds a real stop-hook where the host…

2 2d ago A 120 tokens original MIT

simplicio-mapper

37

wesleysimplicio/simplicio-loop

Skill Claude CodeCodex

Survey and understand Simplicio codebases before action. Use for repository discovery, architecture mapping, symbol and dependency lookup, call-graph analysis, precedent search, snapshot creation, context selection, and any task where an agent must understand the project before editing. Do not use it as the mutation…

2 2d ago A 66 tokens original MIT

simplicio-orient

38

wesleysimplicio/simplicio-loop

Skill Claude CodeCodex

Terminal-first execution — answer facts with the shell, never with the LLM. Use whenever a step needs a fact about the filesystem, git, processes, or system resources, or runs a build/test/lint/diff whose output would flood context. Substitutes deterministic shell/CLI calls for native LLM operations and clamps their…

2 2d ago A 119 tokens original MIT

simplicio-prism

39

wesleysimplicio/simplicio-loop

Skill Claude CodeCodex

Route broad or ambiguous work across Simplicio Mapper, Fast, Dev CLI, Loop, and Runtime. Use when a request spans components, requires choosing the correct capability, needs an end-to-end workflow, or the agent is unsure which Simplicio skill to invoke. Prism classifies and composes; it does not execute mutations…

2 2d ago A 74 tokens original MIT

simplicio-review

40

wesleysimplicio/simplicio-loop

Skill Claude CodeCodex

Deep, adversarial branch review — parallel subagents on separate rubrics (security/correctness, code-quality, and does-it-reproduce), spawned in one message, then deduped into one verdict. Runs for EVERY item, no TRIVIAL/SMALL shortcut — it is 3 of the 6 roles in simplicio-tasks' minimum-agent floor. Use before…

2 2d ago A 144 tokens original MIT

simplicio-runtime

41

wesleysimplicio/simplicio-loop

Skill Claude CodeCodex

Govern and execute Simplicio workflows through native execution, MCP, gates, checkpoints, receipts, backpressure, pools, memory, and subagents. Use when a task needs durable evidence, controlled side effects, native acceleration, MCP compatibility, or Runtime reconciliation. Do not make Loop depend on Runtime for…

2 2d ago A 69 tokens original MIT

simplicio-tasks

42

wesleysimplicio/simplicio-loop

Skill Claude CodeCodex

Legacy compatibility alias for /simplicio-loop. Use only when an older install, adapter, or saved prompt still invokes /simplicio-tasks; immediately route the run through .claude/skills/simplicio-loop/SKILL.md, which now owns the public core + loop protocol.

2 2d ago A 67 tokens original MIT

wesleysimplicio/simplicio-loop

Instructions file CodexOpenCode

Instructions for wesleysimplicio/simplicio-loop, covering agents.md — simplicio-loop, simplicio ecosystem contract (canonical), worker startup and centralized artifacts (mandatory), full-stack boundaries and what to load.

2 2d ago A 3,313 tokens original MIT

wesleysimplicio/simplicio-loop

Instructions file

Instructions for wesleysimplicio/simplicio-loop, covering claude.md — simplicio-loop (claude code), the 7 skills, the 2 bound operators (required by the loop), worker preflight and central artifact rule and pr evidence (prints + item-by-item ac check on every pr).

2 2d ago A 3,230 tokens original MIT

wesleysimplicio/simplicio-loop

Instructions file Gemini CLI

Instructions for wesleysimplicio/simplicio-loop, covering gemini.md — simplicio-loop (gemini / other runtimes), load, use, current flow for any llm and install & token economy.

2 2d ago A 1,107 tokens original MIT

simplicio-loop

47

wesleysimplicio/simplicio-loop

Plugin Claude Code

Autonomous looping orchestrator + satellite skills that drains a backlog end-to-end on any LLM/runtime: discover, implement, verify, review, merge, close. /simplicio-loop is the unified public entrypoint for core + hardened loop; /simplicio-tasks remains only a legacy alias. Exits only on evidence-gated completion…

2 2d ago A tokens not measured original MIT