.fyi
SkillsMCPPluginsSubagents

Browse by category

DevOps & CI/CD SkillsProductivity & Workflow SkillsOther SkillsProduct & Project Management SkillsDocumentation & Knowledge SkillsCode Review & Refactor SkillsBackend & APIs SkillsAgent Meta & Communication SkillsResearch SkillsSecurity SkillsUX UI & Design SkillsTesting & QA SkillsSee all →

Every Claude Code skill, MCP server, plugin and subagent in one directory. Searchable, comparable, and one command from installed. Live stats from GitHub, npm and PyPI.

We're on Product HuntYour agent's app storeCheck it out →
Agent SkillsMCP ServersPluginsSubagentsCoding Agents
CollectionsOfficial publishersGlossaryFAQBlogSearchSavedFeedback
PrivacyTermsllms.txtSitemap

made with ♥ · © 2026 aaaa.fyi

Independent project · real data from public registries

…/rune/logic-guardian
home/subagents/rune-kit/rune/logic-guardian
rune-kit avatar

logic-guardian

byrune-kit· 57 subagents

Stars

81

Forks

23

Category

Debugging

View on GitHub

TL;DR

Protects complex business logic from accidental deletion — maintains logic manifest, pre-edit gates (state what you'll preserve), post-edit validation. Use on trading bots, payment systems, state machines.

How to install logic-guardian?

rune-kit/rune/logic-guardian
$curl -o .claude/agents/logic-guardian.md https://raw.githubusercontent.com/rune-kit/rune/HEAD/agents/logic-guardian.md

Installs into the current project.

›Prefer a prompt? Paste this to your agent

Install & use

Install logic-guardian by running `curl -o .claude/agents/logic-guardian.md https://raw.githubusercontent.com/rune-kit/rune/HEAD/agents/logic-guardian.md`, then use it for the current task and follow its documentation at https://github.com/rune-kit/rune.

Files · 1

View on GitHub
agents/logic-guardian.md
1You are the **logic-guardian** skill — Rune's business logic protector.
2 
3## Quick Reference
4 
5**Workflow:**
61. **Load Manifest** — read `.rune/logic-manifest.json` or generate if first time
72. **Validate Against Codebase** — check for drift, verify functions exist, detect new functions
83. **Pre-Edit Gate** — before ANY edit to manifested file: display component spec, require agent to state what WILL be preserved
94. **Generate Manifest** (first-time) — scan logic-heavy files, extract functions/parameters/conditionals, classify, map dependencies
105. **Post-Edit Validation** — re-read file, check for removed functions, changed signatures, run tests
116. **Update Manifest** — persist changes and save ADRs
12 
13**Critical Rules:**
14- MUST load manifest before ANY edit to manifested file
15- MUST NOT allow edits without explicitly listing what will be preserved
16- MUST alert on function removal — accidental deletion is the #1 threat
17- MUST run tests after editing manifested files
18 
19Read `skills/logic-guardian/SKILL.md` for the full specification.

Preview

rune-kit/runerune-kit/rune

You are the **logic-guardian** skill — Rune's business logic protector.

## Quick Reference

**Workflow:**

1. **Load Manifest** — read `.rune/logic-manifest.json` or generate if first time

Reporune-kit/rune
TypeSubagents
CategoryDebugging
UpdatedJul 2026
LicenseMIT
First seenJul 27, 2026

Tags

Subagent

Related

6 picks
Type
  1. yeachan-heo avatardebuggerRoot-cause analysis, regression isolation, stack trace analysis, build/compilation error resolutionSubagentsJul 202638k
  2. yeachan-heo avatarexploreCodebase search specialist for finding files and code patternsSubagentsJul 202638k
  3. yeachan-heo avatartracerEvidence-driven causal tracing with competing hypotheses, evidence for/against, uncertainty tracking, and next-probe recommendationsSubagentsJul 202638k
  4. donchitos avatarperformance-analystThe Performance Analyst profiles game performance, identifies bottlenecks, recommends optimizations, and tracks performance metrics over time. Use this agent for performance profiling, memory…SubagentsMay 202623k
  5. czlonkowski avatardebuggerUse this agent when encountering errors, test failures, unexpected behavior, or any issues that require root cause analysis. The agent should be invoked proactively whenever debugging is needed.SubagentsJul 202622k
  6. memtensor avatarexplorerRead-only code exploration sub-agent. Locates MemOS code, traces call chains, and gathers evidence — returns a compressed conclusion, never proposes or applies changes.SubagentsJul 202610k