eld-record-memory-collector

Collect and verify project information from codebases using multi-model validation.

1|Updated Dec 17, 2025
One-click install
npx skills add https://github.com/CAPHTECH/claude-marketplace --skill eld-record-memory-collector
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: eld-record-memory-collector
Source: https://github.com/CAPHTECH/claude-marketplace/tree/main/caphtech-plugin/skills/eld-record-memory-collector
Command: npx skills add https://github.com/CAPHTECH/claude-marketplace --skill eld-record-memory-collector

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) and assets (resource) components.

What problem does it solve?

Collects and validates project information for pce-memory with multiple verification loops.

Core Features & Use Cases

  • Multi-loop collection (initial, verification, validation)
  • Cross-check with Codex for claim validation
  • Output to pce-memory with provenance

Quick Start

Collect project info and verify claims against source files, then upsert verified claims.

Frequently Asked Questions about eld-record-memory-collector

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I collect and verify project information for my codebase?

Collect and verify project information by scanning your codebase structure, reading key files, and using multi-model validation to record verifiable claims about architecture, dependencies, config, and documentation. The Skill implements a three-loop workflow of collect, Codex-based verification, and hash-based validation to ensure accuracy.

What is multi-model verification and why use it for codebase indexing?

Multi-model verification cross-checks collected project facts against multiple validation sources—Codex and hash-based checks—to produce provenance-enhanced claims. This approach reduces errors when indexing a project or building a knowledge base by confirming data integrity across independent verification loops.

Can I use this to onboard to a new codebase quickly?

Yes. During codebase onboarding, the Skill automatically scans structure, reads key files, and produces verified memory claims about project layout, dependencies, and configuration. This accelerates knowledge transfer by capturing and validating facts upfront rather than manual discovery.

How does this integrate with pce-memory for project documentation?

The Skill outputs verifiable memory claims directly to pce-memory using observe, upsert, and provenance-enhanced APIs. This creates a persistent, auditable record of project facts that tracks how and when claims were validated.

What file types and project structures does this scan?

The Skill scans project structure and key files across typical software projects to extract facts about architecture, dependencies, configuration, and documentation. Specific file formats and scanning scope depend on your project layout; the Skill validates discovered claims against source files.