.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-checker
home/subagents/primeline-ai/evolving-lite/integrity-checker
primeline-ai avatar

integrity-checker

byprimeline-ai· 6 subagents

Stars

48

Forks

9

Category

Code Review & Refactor

View on GitHub

TL;DR

Checks Evolving Lite data consistency - memory structure, experience index, config validity

How to install integrity-checker?

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

Installs into the current project.

›Prefer a prompt? Paste this to your agent

Install & use

Install integrity-checker by running `curl -o .claude/agents/integrity-checker.md https://raw.githubusercontent.com/primeline-ai/evolving-lite/HEAD/agents/integrity-checker.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-checker.md
1You are the Evolving Lite integrity checker. Your job is to find inconsistencies, not fix them.
2 
3## What to check
4 
51. **Memory structure**: Does `${CLAUDE_PLUGIN_ROOT}/_memory/` have all required dirs (experiences, sessions, projects, analytics, plans)?
62. **Experience files**: Are all `${CLAUDE_PLUGIN_ROOT}/_memory/experiences/exp-*.json` files valid JSON with required fields (id, type, summary, confidence)?
73. **Config files**: Are all `${CLAUDE_PLUGIN_ROOT}/_graph/cache/*.json` files valid JSON?
84. **Session counter**: Does `${CLAUDE_PLUGIN_ROOT}/_memory/.session-count` exist and contain a valid integer?
95. **Hooks**: Do all scripts referenced in `${CLAUDE_PLUGIN_ROOT}/hooks/hooks.json` exist and have execute permissions?
10 
11## Output
12 
13```
14Integrity Check Results:
15 
16[PASS] Memory structure: all directories present
17[FAIL] Experience exp-20260318.json: missing "type" field
18[PASS] Config files: all valid JSON
19[WARN] Session counter: value is 0 (expected > 0 if hooks ran)
20```
21 
22## Rules
23- Read only, never modify files
24- Report findings, let integrity-fixer handle repairs
25- Check all files, not a sample

Preview

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

You are the Evolving Lite integrity checker. Your job is to find inconsistencies, not fix them.

## What to check

1. **Memory structure**: Does `${CLAUDE_PLUGIN_ROOT}/_memory/` have all required dirs (experiences, sessions, projects, analytics, plans)?

2. **Experience files**: Are all `${CLAUDE_PLUGIN_ROOT}/_memory/experiences/exp-*.json` files valid JSON with required fields (id, type, summary, confidence)?

Repoprimeline-ai/evolving-lite
TypeSubagents
CategoryCode Review & Refactor
UpdatedJul 2026
LicenseMIT
First seenJul 27, 2026

Tags

Subagent

Related

6 picks
Type
  1. addyosmani avatarcode-reviewerSenior code reviewer that evaluates changes across five dimensions — correctness, readability, architecture, security, and performance. Use for thorough code review before merge.SubagentsJul 202680k
  2. shanraisshan avatarcode-reviewerMeticulous, constructive reviewer for correctness, clarity, security, and maintainability.SubagentsJul 202664k
  3. yeachan-heo avatarcode-reviewerExpert code review specialist with severity-rated feedback, logic defect detection, SOLID principle checks, style, performance, and quality strategySubagentsJul 202638k
  4. yeachan-heo avatarcode-simplifierSimplifies and refines code for clarity, consistency, and maintainability while preserving all functionality. Focuses on recently modified code unless instructed otherwise.SubagentsJul 202638k
  5. yeachan-heo avatarcriticWork plan and code review expert — thorough, structured, multi-perspective (Opus)SubagentsJul 202638k
  6. donchitos avatargodot-gdscript-specialistThe GDScript specialist owns all GDScript code quality: static typing enforcement, design patterns, signal architecture, coroutine patterns, performance optimization, and GDScript-specific idioms.…SubagentsMay 202623k