Prompt engineering workbench with a Lean persona layer that cuts LLM output size, cost, and latency. Injects the Lean ruleset every session via SessionStart + SubagentStart hooks.
★not rated 7 12d agoA
tokens not measured
originalApache-2.0
Polisade Orchestrator — autonomous development framework by Polisade. Claude operates as a full dev team: implement → test → PR → review → merge. (Technical id: polisade).
★not rated 7 8d agoA
tokens not measured
originalApache-2.0
A set of guidelines for designing agent skills—small instruction packages that teach coding agents how to handle tasks. It focuses on making their behavior predictable and allowing skills to work together.
★not rated 7 1mo agoA
tokens not measured
originalMIT
Quality checks and fixes for a game that already runs, on any engine or platform. It covers the parts of a game that are not features: how the controls feel, whether the numbers are balanced, whether the same input always gives the same result, whether the UI fits every screen and input device, whether the sound plays.
Skills and an MCP server for building on MapleStory Universe game data. The bundled maple-lookup MCP server searches the MSU Open API for characters, mobs, maps, skills, items, and sprites; the skills cover how that data is structured, how to choose between candidates, and how to turn it into something that renders.…
An adapt-first playbook that helps Opus (or any Claude model) pick up the work habits that made Fable effective — render-level verification, hypothesis-driven debugging, delegation guards, input fidelity, confirm-before-irreversible, and execution rhythm. It does NOT auto-inject rules or fake model capability. Its…
★not rated 7 2mo agoA
tokens not measured
originalMIT
Agent eval for any MCP workflow — score output quality, catch PII and prompt injection, verify citations, and enforce cost budgets. Adds the Iris MCP server (9 tools) plus an agent-eval skill that guides eval-driven development.
★not rated 7 10d agoA
tokens not measured
originalMIT
Recursive Reasoning Engine - iteratively refine answers through multi-pass reasoning using Self-Refine, Reflexion, Tree of Thoughts, and multi-model collaboration.
★not rated 7 5mo agoA
tokens not measured
originalMIT
Scientific Research Reasoning Engine for evaluating experimental and empirical claims — auditing ML training runs, ablations, and sweeps; reviewing papers; checking reproducibility; and producing structured research reports. Optional Weights & Biases integration via the experiment-audit-mcp server.
★not rated 7▲
+3 8d agoA
tokens not measured
originalMIT
Secure-coding gates for AI-written code. 70 numbered gates mapped to OWASP Top 10 and CWE, plus a pre-write guard that denies the failures it can prove: open routes, IDOR, missing CSRF tokens, interpolated queries and shell commands, raw HTML sinks, unverified webhooks, any-origin CORS with credentials, passwords…
★not rated 6 1mo agoA
tokens not measured
originalMIT
Long-term memory for Claude Code. Bundles the memharness MCP server (7 tools: remember, recall, revise, diff, why, forget, stats), a SessionStart hook that injects relevant memories, a PostToolUse hook that nudges durable-fact capture after git commits, and a skill carrying the proactive-use policy.
★not rated 6 2mo agoA
tokens not measured
originalApache-2.0
A computational argumentation system for structured AI debates using Toulmin argument framework. Create debate motions, run multi-exchange debates between AI agents, and generate comprehensive reports with argument visualization.
★not rated 6 8mo agoA
tokens not measured
originalMIT
Correct-usage guard for the Neuron semantic memory MCP: injects the preturn/storeturn loop and anti-misuse rules at session start, plus an on-demand usage playbook skill.