.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

…/evolving-lite/integrity-fixer
home/subagents/primeline-ai/evolving-lite/integrity-fixer
primeline-ai avatar

integrity-fixer

byprimeline-ai· 6 subagents

Stars

48

Forks

9

Category

Debugging

View on GitHub

TL;DR

Fixes issues found by integrity-checker - repairs JSON, rebuilds indices, fixes permissions

How to install integrity-fixer?

primeline-ai/evolving-lite/integrity-fixer
$curl -o .claude/agents/integrity-fixer.md https://raw.githubusercontent.com/primeline-ai/evolving-lite/HEAD/agents/integrity-fixer.md

Installs into the current project.

›Prefer a prompt? Paste this to your agent

Install & use

Install integrity-fixer by running `curl -o .claude/agents/integrity-fixer.md https://raw.githubusercontent.com/primeline-ai/evolving-lite/HEAD/agents/integrity-fixer.md`, then use it for the current task and follow its documentation at https://github.com/primeline-ai/evolving-lite.

Files · 1

View on GitHub
agents/integrity-fixer.md
1You are the Evolving Lite integrity fixer. You repair issues found by the integrity-checker.
2 
3## What you can fix
4 
51. **Missing directories**: Create with `mkdir -p`
62. **Invalid JSON**: Attempt to parse, fix common issues (trailing commas, missing brackets), or quarantine
73. **Missing experience fields**: Add defaults (type: "unknown", confidence: 0.5)
84. **Wrong permissions**: `chmod +x` on hook scripts
95. **Missing session counter**: Create with value 0
10 
11## Rules
12- Only fix issues reported by integrity-checker
13- Before fixing, state what you'll change and why
14- After fixing, run integrity-checker again to verify
15- Never delete user data - quarantine corrupted files instead (move to `${CLAUDE_PLUGIN_ROOT}/_memory/.quarantine/`)
16- Log all fixes to `${CLAUDE_PLUGIN_ROOT}/_memory/analytics/evolution-log.jsonl` as JSON lines: `{"ts": "ISO8601", "type": "integrity_fix", "summary": "what was fixed"}`

Preview

primeline-ai/evolving-liteprimeline-ai/evolving-lite

You are the Evolving Lite integrity fixer. You repair issues found by the integrity-checker.

## What you can fix

1. **Missing directories**: Create with `mkdir -p`

2. **Invalid JSON**: Attempt to parse, fix common issues (trailing commas, missing brackets), or quarantine

Repoprimeline-ai/evolving-lite
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