mem-recall
Mem Recall
Cross-platform conversation memory for Claude Code and Codex CLI. The trellis mem command reads each platform's local session storage, cleans the dialogue (strips system prompts, tool noise, hook injections, compact summaries handled correctly), and exposes a focused 5-command CLI for recall workflows. OpenCode reader is temporarily unavailable on 0.6.0-beta.4 — --platform opencode returns empty results and prints a one-shot stderr warning; will return in a future release with an install-resilient backend.
Prerequisite
Trellis CLI 0.6.0-beta.3 or later installed globally:
npm install -g @mindfoldhq/trellis@beta
trellis --version # must be 0.6.0-beta.3 or later
trellis mem ships bundled with the CLI; no extra setup. 0.6.0-beta.3 added
--phase brainstorm|implement|all (see the dedicated section below).
The OpenCode reader is temporarily unavailable in 0.6.0-beta.4 (returns empty + a one-shot stderr warning). Reverted from 0.6.0-beta.3 due to native-dependency install failures on Windows. Will return in a future
More from mindfold-ai/marketplace
cc-codex-spec-bootstrap
Claude Code + Codex parallel pipeline for bootstrapping Trellis coding specs. CC analyzes the repo with GitNexus (knowledge graph) + ABCoder (AST), creates Trellis task PRDs with full architectural context and MCP tool instructions, then Codex agents run those tasks in parallel to fill spec files. Use when: bootstrapping coding guidelines, setting up Trellis specs, 'bootstrap specs for codex', 'create spec tasks', 'CC + Codex spec pipeline', 'initialize coding guidelines with code intelligence'. Also triggers when user wants to set up GitNexus or ABCoder MCP for multi-agent spec generation.
229trellis-meta
Meta-skill for understanding and customizing Mindfold Trellis — the all-in-one AI workflow system for 11 AI coding platforms (Claude Code, Cursor, OpenCode, iFlow, Codex, Kilo, Kiro, Gemini CLI, Antigravity, Qoder, CodeBuddy). Documents the original Trellis system design including architecture, commands, hooks, multi-agent pipelines, monorepo support, and task lifecycle hooks. Use when understanding Trellis architecture, customizing workflows, adding commands or agents, troubleshooting issues, or adapting Trellis to specific projects. Modifications should be recorded in a project-local trellis-local skill, not here.
125frontend-fullchain-optimization
Frontend full-chain performance optimization guide based on Web Vitals metrics. Provides metric thresholds, diagnostic methods, and optimization strategies for LCP, FCP, INP, CLS, TTFB, TBT. Use when optimizing frontend performance, analyzing Web Vitals, reducing page load time, fixing layout shifts, improving interaction responsiveness, or reviewing frontend code for performance issues.
77