DicklesworthstoneDicklesworthstoneCommunity·10 Agent Skills Included

eidetic_engine_cli

Durable local memory, search, and context packs for coding sessions

Stores project facts, decisions, rules, and session evidence in a local searchable memory layer. Builds compact context packs with provenance so coding sessions stop re-reading files and repeating past mistakes. Includes review workflows for risk checks, failure analysis, procedure distillation, and evidence-backed experiment planning.
npx skills add Dicklesworthstone/eidetic_engine_cli --all -g -y
Available:

Gives the agent strict safety rules for this codebase, including forbidden destructive commands, the main-branch-only workflow, and how to use ee memory commands during coding tasks.

All Skills in This Repository (10)

Pure Emerald Level Indicators
📦 In Repo
DicklesworthstoneDicklesworthstone

session-review-memory-distillation

Distill CASS/ee session evidence into audit-ready memory-candidate artifacts.

Community
Advanced
📦 In Repo
DicklesworthstoneDicklesworthstone

situation-framing

Transform coding-agent requests into evidence-backed task frames and command plans.

Community
Advanced
📦 In Repo
DicklesworthstoneDicklesworthstone

rehearsal-promotion-review

Review rehearsal dry-run JSON evidence to determine safe promotion decisions.

Community
Advanced
📦 In Repo
DicklesworthstoneDicklesworthstone

causal-credit-review

Review causal ledger evidence and issue promote, demote, or reroute recommendations.

Community
Advanced
📦 In Repo
DicklesworthstoneDicklesworthstone

claim-certificate-review

Review ee claim verification JSON with evidence-bounded stop/go gates.

Community
Advanced
📦 In Repo
DicklesworthstoneDicklesworthstone

active-learning-experiment-planner

Plan active-learning experiments from ee observation ledgers and uncertainty reports.

Community
Advanced
📦 In Repo
DicklesworthstoneDicklesworthstone

procedure-distillation

Distill evidence-bound recorder outputs into reviewable procedure drafts with verification gating.

Community
Advanced
📦 In Repo
DicklesworthstoneDicklesworthstone

ee-skill-standards

Enforce evidence-bound standards for project-local skills consuming ee CLI JSON.

Community
Advanced
📦 In Repo
DicklesworthstoneDicklesworthstone

preflight-risk-review

Convert ee preflight and tripwire outputs into evidence-backed risk review briefs.

Community
Advanced
📦 In Repo
DicklesworthstoneDicklesworthstone

counterfactual-failure-analysis

Analyze ee lab JSON evidence to produce counterfactual failure-analysis memos.

Community
Advanced

Frequently Asked Questions

FAQPage Schema
How to install Eidetic Engine?

Run `npx skills add Dicklesworthstone/eidetic_engine_cli --all -g -y` in your terminal to install all skills in this suite globally.

What problem does Eidetic Engine solve?

Coding agents forget prior decisions, failures, and project rules between sessions. Eidetic Engine stores them in a durable local memory layer and returns compact, provenance-linked context packs on demand.

Does Eidetic Engine need a cloud service or paid API?

No. It runs fully local-first with on-device embeddings and a local database, so no cloud account or paid model API is required.

How do agents use ee during a coding session?

Agents run simple commands like ee resume, ee pack, ee remember, and ee outcome to recall prior lessons, fetch context, and record new durable rules as they work.

Can ee warn me before risky commands?

Yes. The preflight check command surfaces matching risk, anti-pattern, and failure memories before a destructive command runs, but it stays advisory and never blocks execution.

Related Repositories in Software Engineering

View All in Software Engineering