[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"extension-plugin-Nagendhra-web-memory-bank-en":3,"guides-for-Nagendhra-web-memory-bank":410,"similar-k17dbjbnpmrxhbszzw5sx6tsgs86n09d-en":411},{"_creationTime":4,"_id":5,"children":6,"community":49,"display":50,"evaluation":53,"identity":296,"isFallback":281,"parentExtension":298,"providers":326,"relations":330,"repo":331,"tags":407,"workflow":408},1778694389360.6565,"k17dbjbnpmrxhbszzw5sx6tsgs86n09d",[7],{"_creationTime":8,"_id":9,"community":10,"display":12,"identity":18,"providers":23,"relations":42,"tags":44,"workflow":45},1778694389360.6567,"k1723rcremvxvx59dy10cjc0f186n67k",{"reviewCount":11},0,{"description":13,"installMethods":14,"name":16,"sourceUrl":17},"Token-efficient persistent memory system for Claude Code that saves ~67% tokens on session warm-up (verified with tiktoken). Layered architecture with progressive loading, compact encoding, branch-aware context, smart compression, session diffing, conflict detection, session continuation protocol, and recovery mode. Activates at session start (if MEMORY.md exists), on \"remember this\", \"pick up where we left off\", \"what were we doing\", \"wrap up\", \"save progress\", \"don't forget\", \"switch context\", \"hand off\", \"memory health\", \"save state\", \"continue where I left off\", \"context budget\", \"how much context left\", or any session start on a project with existing memory files. This skill solves two problems at once: Claude forgetting everything between sessions, AND sessions hitting context limits too fast. It replaces thousands of wasted re-explanation tokens with a compact, structured memory load that gives Claude full project context in under 2,000 tokens.\n",{"claudeCode":15},"Nagendhra-web/memory-bank","memory-bank","https://github.com/Nagendhra-web/memory-bank",{"basePath":19,"githubOwner":20,"githubRepo":16,"locale":21,"slug":16,"type":22},"skills/memory-bank","Nagendhra-web","en","skill",{"evaluate":24,"extract":39},{"promptVersionExtension":25,"promptVersionScoring":26,"score":27,"tags":28,"targetMarket":37,"tier":38},"3.0.0","4.4.0",99,[29,30,31,32,33,34,35,36],"memory","context","persistence","sessions","token-efficiency","branch-aware","compression","ai-assistant","global","verified",{"commitSha":40,"license":41},"HEAD","Apache-2.0",{"parentExtensionId":5,"repoId":43},"kd740s537z66ds6qge39y9dk3186nbp9",[36,34,35,30,29,31,32,33],{"evaluatedAt":46,"extractAt":47,"updatedAt":48},1778694438899,1778694389360,1778694474039,{"reviewCount":11},{"description":51,"installMethods":52,"name":16,"sourceUrl":17},"Token-efficient persistent memory system with 3-tier architecture, branch-aware context, smart compression, session diffing, session continuation protocol, and recovery mode.",{"claudeCode":16},{"_creationTime":54,"_id":55,"extensionId":5,"locale":21,"result":56,"trustSignals":279,"workflow":294},1778694421287.6963,"kn784rxwcq6qnkdddp4p2wkrh186mdd8",{"checks":57,"evaluatedAt":243,"extensionSummary":244,"features":245,"nonGoals":254,"practices":258,"prerequisites":259,"promptVersionExtension":25,"promptVersionScoring":26,"purpose":260,"rationale":261,"score":262,"summary":263,"tags":264,"targetMarket":37,"tier":266,"useCases":267,"workflow":272},[58,63,66,69,73,76,81,85,88,91,95,99,102,106,109,112,115,118,121,124,128,132,137,141,145,148,151,154,158,161,164,167,170,173,176,180,184,188,191,195,198,201,204,207,210,213,216,219,222,225,229,232,235,239],{"category":59,"check":60,"severity":61,"summary":62},"Practical Utility","Problem relevance","pass","The description clearly identifies the problems of short session memory and token waste, directly addressing user pain points.",{"category":59,"check":64,"severity":61,"summary":65},"Unique selling proposition","The extension offers significant value beyond basic LLM capabilities by providing advanced memory management, context efficiency, and session continuation, which are not default behaviors.",{"category":59,"check":67,"severity":61,"summary":68},"Production readiness","The plugin appears production-ready, with a clear workflow, well-defined features, and the stated goal of extending session utility covers the complete lifecycle of remembering and recalling project context.",{"category":70,"check":71,"severity":61,"summary":72},"Scope","Single responsibility principle","The plugin focuses solely on memory management and context persistence for AI sessions, integrating related features coherently under this single domain.",{"category":70,"check":74,"severity":61,"summary":75},"Description quality","The displayed description accurately reflects the plugin's core capabilities, including its token-saving features and persistent memory architecture.",{"category":77,"check":78,"severity":79,"summary":80},"Invocation","Scoped tools","not_applicable","This plugin acts as an overlay, primarily managing context and prompts rather than exposing distinct, scoped tools directly.",{"category":82,"check":83,"severity":79,"summary":84},"Documentation","Configuration & parameter reference","No explicit parameters or configuration options are exposed by this plugin; its functionality is triggered by specific phrases and file presence.",{"category":70,"check":86,"severity":79,"summary":87},"Tool naming","The plugin does not expose user-facing tools with distinct names; its functionality is integrated via trigger phrases and context management.",{"category":70,"check":89,"severity":79,"summary":90},"Minimal I/O surface","The plugin does not expose explicit tools with parameter schemas or response shapes; its interaction is through context manipulation and file management.",{"category":92,"check":93,"severity":61,"summary":94},"License","License usability","The license is Apache-2.0, clearly indicated in the README and LICENSE file, which is a permissive open-source license.",{"category":96,"check":97,"severity":61,"summary":98},"Maintenance","Commit recency","The last commit was on April 15, 2026, which is within the last 3 months, indicating active maintenance.",{"category":96,"check":100,"severity":79,"summary":101},"Dependency Management","The plugin does not appear to have third-party dependencies that require explicit management.",{"category":103,"check":104,"severity":61,"summary":105},"Security","Secret Management","The README explicitly states not to store secrets in memory files, and there's no indication of secrets being handled or echoed.",{"category":103,"check":107,"severity":61,"summary":108},"Injection","The plugin's workflow is focused on managing internal project context and memory, with no indication of loading or executing untrusted external data as instructions.",{"category":103,"check":110,"severity":61,"summary":111},"Transitive Supply-Chain Grenades","The plugin operates on local project files and internal memory structures, without fetching remote code or data at runtime.",{"category":103,"check":113,"severity":61,"summary":114},"Sandbox Isolation","The plugin interacts with local project files (MEMORY.md, git, .memory/branches) and user configuration paths, adhering to sandbox boundaries.",{"category":103,"check":116,"severity":61,"summary":117},"Sandbox escape primitives","There are no indications of detached processes, retry loops around denied calls, or other sandbox escape primitives in the provided source.",{"category":103,"check":119,"severity":61,"summary":120},"Data Exfiltration","The plugin's purpose is to manage local project context and does not involve submitting confidential data to any third party.",{"category":103,"check":122,"severity":61,"summary":123},"Hidden Text Tricks","The bundled content and descriptions appear free of hidden steering tricks, ANSI escapes, or suspicious Unicode characters.",{"category":125,"check":126,"severity":61,"summary":127},"Hooks","Opaque code execution","The plugin's logic appears to be contained within readable markdown and script structures, with no evidence of obfuscation or runtime fetched code.",{"category":129,"check":130,"severity":61,"summary":131},"Portability","Structural Assumption","The plugin relies on standard project structures like MEMORY.md, .memory/branches, and git, with clear instructions for setup. No assumptions are made about OS-specific paths outside of user config.",{"category":133,"check":134,"severity":135,"summary":136},"Trust","Issues Attention","warning","There are 6 open issues and 0 closed issues in the last 90 days, indicating a closure rate below 10% and potentially slow maintainer response.",{"category":138,"check":139,"severity":61,"summary":140},"Versioning","Release Management","A version number (2.0.0) is clearly declared in the README and LICENSE file, and installation instructions reference a specific version tag.",{"category":142,"check":143,"severity":79,"summary":144},"Code Execution","Validation","The plugin does not expose direct executable code or structured output that requires schema validation beyond its internal file management logic.",{"category":103,"check":146,"severity":61,"summary":147},"Unguarded Destructive Operations","The plugin primarily modifies local files (MEMORY.md, .memory/branches) which are user-controlled project assets and not considered destructive operations in the context of system integrity.",{"category":142,"check":149,"severity":61,"summary":150},"Error Handling","The plugin's workflow is described with clear steps, and while specific error handling isn't detailed, the nature of file operations suggests standard error reporting would apply. The recovery mode implies robust error management.",{"category":142,"check":152,"severity":79,"summary":153},"Logging","The plugin's actions are primarily local file writes and memory management, not destructive operations or outbound calls that would necessitate a separate audit log.",{"category":155,"check":156,"severity":61,"summary":157},"Compliance","GDPR","The plugin does not handle personal data; it operates on project context and code, with explicit instructions to avoid storing secrets.",{"category":155,"check":159,"severity":61,"summary":160},"Target market","The extension is language-agnostic and operates on local files and standard Git, with no regional or jurisdictional logic detected, defaulting to 'global'.",{"category":129,"check":162,"severity":61,"summary":163},"Runtime stability","The plugin relies on standard file system operations and Git, which are universally available, ensuring multi-platform compatibility.",{"category":82,"check":165,"severity":61,"summary":166},"README","The README is comprehensive, well-structured, and clearly explains the plugin's purpose, features, and installation.",{"category":70,"check":168,"severity":79,"summary":169},"Tool surface size","This is a plugin that manages context rather than exposing a large surface of discrete tools.",{"category":77,"check":171,"severity":79,"summary":172},"Overlapping near-synonym tools","The plugin does not expose distinct tools that could have overlapping names.",{"category":82,"check":174,"severity":61,"summary":175},"Phantom features","All promised features, such as layered memory, branch-awareness, and compression, are detailed in the README and align with the described functionality and SKILL.md.",{"category":177,"check":178,"severity":61,"summary":179},"Install","Installation instruction","Clear installation instructions using `npx skills add` and a copy-pasteable setup for CLAUDE.md are provided in the README.",{"category":181,"check":182,"severity":61,"summary":183},"Errors","Actionable error messages","The recovery mode and health check implicitly suggest actionable error reporting, and the overall design implies clear feedback on memory issues.",{"category":185,"check":186,"severity":79,"summary":187},"Execution","Pinned dependencies","The plugin does not appear to use third-party dependencies that would require pinning or lockfiles.",{"category":70,"check":189,"severity":79,"summary":190},"Dry-run preview","The plugin's operations are primarily file writes to user-controlled project directories, not external-facing state changes requiring a dry-run preview.",{"category":192,"check":193,"severity":79,"summary":194},"Protocol","Idempotent retry & timeouts","The plugin's operations are local file writes and memory management, which are inherently idempotent and do not involve remote calls or long-running processes.",{"category":155,"check":196,"severity":61,"summary":197},"Telemetry opt-in","There is no mention of telemetry collection; the plugin focuses on local context management.",{"category":77,"check":199,"severity":79,"summary":200},"Name collisions","This plugin does not expose multiple distinct extensions that could lead to name collisions.",{"category":77,"check":202,"severity":79,"summary":203},"Hooks-off mechanism","The plugin does not appear to implement or manage hooks that would require a hooks-off mechanism.",{"category":77,"check":205,"severity":79,"summary":206},"Hook matcher tightness","The plugin does not utilize hooks with specific matchers.",{"category":103,"check":208,"severity":79,"summary":209},"Hook security","The plugin does not appear to implement hooks that would require security gating.",{"category":125,"check":211,"severity":79,"summary":212},"Silent prompt rewriting","The plugin does not appear to implement UserPromptSubmit hooks that rewrite prompts.",{"category":103,"check":214,"severity":79,"summary":215},"Permission Hook","The plugin does not appear to implement PermissionRequest hooks.",{"category":155,"check":217,"severity":79,"summary":218},"Hook privacy","The plugin does not appear to implement hooks for logging or telemetry that send data over the network.",{"category":142,"check":220,"severity":79,"summary":221},"Hook dependency","The plugin does not appear to use hooks.",{"category":82,"check":223,"severity":61,"summary":224},"Feature Transparency","Critical functionalities like memory management, compression, and session continuation are clearly explained in the README.",{"category":226,"check":227,"severity":61,"summary":228},"Convention","Layout convention adherence","The plugin uses standard project directory structures and references for its memory files, aligning with typical Claude Code plugin conventions.",{"category":226,"check":230,"severity":61,"summary":231},"Plugin state","The plugin's state (MEMORY.md, .memory/branches) is managed within the project directory, implying it would be removed with a default uninstall.",{"category":103,"check":233,"severity":79,"summary":234},"Keychain-stored secrets","The plugin does not consume or store any secrets that would require keychain integration.",{"category":236,"check":237,"severity":79,"summary":238},"Dependencies","Tagged release sourcing","The plugin does not bundle external MCP servers or rely on external code sources that require tagged releases.",{"category":240,"check":241,"severity":61,"summary":242},"Installation","Clean uninstall","The plugin's operations are confined to local project files and user configuration paths, and it does not spawn background daemons, thus supporting a clean uninstall.",1778694420805,"This plugin enhances AI coding sessions by providing persistent memory across sessions, reducing token waste through efficient context management and compression, and supporting features like branch-aware context and session continuation.",[246,247,248,249,250,251,252,253],"Token-efficient persistent memory system","Layered architecture (Global, Project, Session)","Branch-aware context management","Smart compression and archival of memory","Session diffing and conflict detection","Recovery mode for memory reconstruction","Session continuation protocol for seamless resumption","Context budget tracking and warnings",[255,256,257],"Storing or managing secrets or credentials","Executing arbitrary code or commands","Acting as a general-purpose file manager or system tool",[],[],"To enable AI coding assistants to maintain consistent, long-term memory of project context, thereby reducing token waste and enabling longer, more productive sessions.","The plugin has a clear purpose, excellent documentation, strong security posture, and robust features for context management and token efficiency. The 'Issues Attention' warning is minor and does not detract from the overall high quality.",95,"A high-quality plugin providing advanced, token-efficient memory management for AI sessions, significantly improving context persistence and reducing token waste.",[29,30,31,32,33,34,35,265],"analytics","community",[268,269,270,271],"Maintaining context across multiple AI coding sessions without re-explaining","Reducing token consumption on session warm-up by loading compact memory","Switching between different feature branches with distinct project contexts","Generating developer handoff documents from project memory",[273,274,275,276,277,278],"Detect memory files and git context at session start","Perform session diff to identify changes since last memory update","Score memory health and greet user with summary and next step","Update memory mid-session on explicit user commands or task completion","Perform full memory write to MEMORY.md on session end","Compress memory if it exceeds defined thresholds",{"codeQuality":280,"collectedAt":282,"documentation":283,"maintenance":286,"security":291,"testCoverage":292},{"hasLockfile":281},false,1778694403815,{"descriptionLength":284,"readmeSize":285},174,18516,{"closedIssues90d":11,"forks":287,"hasChangelog":281,"openIssues90d":288,"pushedAt":289,"stars":290},10,6,1776260095000,39,{"hasNpmPackage":281,"license":41,"smitheryVerified":281},{"hasCi":293,"hasTests":281},true,{"updatedAt":295},1778694421287,{"basePath":19,"githubOwner":20,"githubRepo":16,"locale":21,"slug":16,"type":297},"plugin",{"_creationTime":299,"_id":300,"community":301,"display":302,"identity":305,"parentExtension":308,"providers":309,"relations":321,"tags":322,"workflow":323},1778694389360.6562,"k171ge78ys01r2ny6whcs987rs86n29s",{"reviewCount":11},{"description":303,"installMethods":304,"name":16,"sourceUrl":17},"Persistent memory for Claude Code that cuts token waste by 60-80% and makes sessions last 3-5x longer.",{"claudeCode":15},{"basePath":306,"githubOwner":20,"githubRepo":16,"locale":21,"slug":16,"type":307},"","marketplace",null,{"evaluate":310,"extract":316},{"promptVersionExtension":311,"promptVersionScoring":26,"score":312,"tags":313,"targetMarket":37,"tier":266},"3.1.0",75,[29,31,30,314,315],"efficiency","productivity",{"commitSha":40,"marketplace":317,"plugin":319},{"name":16,"pluginCount":318},1,{"mcpCount":11,"provider":320,"skillCount":11},"classify",{"repoId":43},[30,314,29,31,315],{"evaluatedAt":324,"extractAt":47,"updatedAt":325},1778694403518,1778694473624,{"evaluate":327,"extract":329},{"promptVersionExtension":25,"promptVersionScoring":26,"score":262,"tags":328,"targetMarket":37,"tier":266},[29,30,31,32,33,34,35,265],{"commitSha":40,"license":41},{"parentExtensionId":300,"repoId":43},{"_creationTime":332,"_id":43,"identity":333,"providers":334,"workflow":403},1778694384998.547,{"githubOwner":20,"githubRepo":16,"sourceUrl":17},{"classify":335,"discover":387,"github":390},{"commitSha":40,"extensions":336},[337,350,356],{"basePath":306,"description":303,"displayName":16,"installMethods":338,"rationale":339,"selectedPaths":340,"source":349,"sourceLanguage":21,"type":307},{"claudeCode":15},"marketplace.json at .claude-plugin/marketplace.json",[341,344,346],{"path":342,"priority":343},".claude-plugin/marketplace.json","mandatory",{"path":345,"priority":343},"README.md",{"path":347,"priority":348},"LICENSE","high","rule",{"basePath":19,"description":51,"displayName":16,"installMethods":351,"rationale":352,"selectedPaths":353,"source":349,"sourceLanguage":21,"type":297},{"claudeCode":16},"inline plugin source from marketplace.json at skills/memory-bank",[354],{"path":355,"priority":348},"SKILL.md",{"basePath":19,"description":13,"displayName":16,"installMethods":357,"rationale":358,"selectedPaths":359,"source":349,"sourceLanguage":21,"type":22},{"claudeCode":15},"SKILL.md frontmatter at skills/memory-bank/SKILL.md",[360,361,364,366,368,370,373,375,377,379,381,383,385],{"path":355,"priority":343},{"path":362,"priority":363},"examples/minimal.md","low",{"path":365,"priority":363},"examples/monorepo.md",{"path":367,"priority":363},"examples/solo-fullstack.md",{"path":369,"priority":363},"examples/team-backend.md",{"path":371,"priority":372},"references/advanced-patterns.md","medium",{"path":374,"priority":372},"references/branch-aware-memory.md",{"path":376,"priority":372},"references/claude-md-integration.md",{"path":378,"priority":372},"references/context-efficiency.md",{"path":380,"priority":372},"references/memory-layers.md",{"path":382,"priority":372},"references/session-diffing.md",{"path":384,"priority":372},"references/smart-compression.md",{"path":386,"priority":363},"scripts/token-audit.py",{"sources":388},[389],"manual",{"closedIssues90d":11,"description":391,"forks":287,"homepage":392,"license":41,"openIssues90d":288,"pushedAt":289,"readmeSize":285,"stars":290,"topics":393},"Persistent memory for Claude Code — 3-5x longer sessions, 60-80% fewer wasted tokens. Branch-aware, self-healing, token-efficient.","https://skills.sh/Nagendhra-web/memory-bank",[394,395,396,397,398,399,400,401,29,315,402,33],"agentskills","ai-agent","ai-skills","claude","claude-code","context-management","developer-tools","llm","skills-sh",{"classifiedAt":404,"discoverAt":405,"extractAt":406,"githubAt":406,"updatedAt":404},1778694389162,1778694384998,1778694387063,[265,34,35,30,29,31,32,33],{"evaluatedAt":295,"extractAt":47,"updatedAt":409},1778694473855,[],[412,442,468,501,529,555],{"_creationTime":413,"_id":414,"community":415,"display":416,"identity":421,"providers":425,"relations":435,"tags":438,"workflow":439},1778685949178.778,"k17bj5k6q8nja3rmmrqkzrkhe986nps4",{"reviewCount":11},{"description":417,"installMethods":418,"name":419,"sourceUrl":420},"Commands for loading context and priming Claude for specific tasks",{"claudeCode":419},"commands-context-loading-priming","https://github.com/davepoon/buildwithclaude",{"basePath":422,"githubOwner":423,"githubRepo":424,"locale":21,"slug":419,"type":297},"plugins/commands-context-loading-priming","davepoon","buildwithclaude",{"evaluate":426,"extract":433},{"promptVersionExtension":25,"promptVersionScoring":26,"score":427,"tags":428,"targetMarket":37,"tier":38},100,[30,429,430,431,432],"ai-assisted-development","documentation","commands","project-management",{"commitSha":40,"license":434},"MIT",{"parentExtensionId":436,"repoId":437},"k17dg0d5d8g0a5nhm59gm0tkwx86nbt4","kd719kw54vhmcscq7ckdp59fg586mnt6",[429,431,30,430,432],{"evaluatedAt":440,"extractAt":441,"updatedAt":440},1778686378790,1778685949178,{"_creationTime":443,"_id":444,"community":445,"display":446,"identity":451,"providers":454,"relations":461,"tags":463,"workflow":464},1778692245333.4058,"k178rawx14btktbv4ynsp9zvpx86mstq",{"reviewCount":11},{"description":447,"installMethods":448,"name":449,"sourceUrl":450},"Share memories between Cowork projects. Stop teaching Claude the same thing twice.",{"claudeCode":449},"memory-bridge","https://github.com/LewenW/claude-memory-bridge",{"basePath":306,"githubOwner":452,"githubRepo":453,"locale":21,"slug":453,"type":297},"LewenW","claude-memory-bridge",{"evaluate":455,"extract":460},{"promptVersionExtension":25,"promptVersionScoring":26,"score":427,"tags":456,"targetMarket":37,"tier":38},[29,457,458,459],"knowledge-sharing","cross-project","mcp",{"commitSha":40},{"repoId":462},"kd727a9x2mehgp2rexv2n03pqd86mvqz",[458,457,459,29],{"evaluatedAt":465,"extractAt":466,"updatedAt":467},1778692269825,1778692245333,1778692368111,{"_creationTime":469,"_id":470,"community":471,"display":472,"identity":477,"providers":482,"relations":494,"tags":497,"workflow":498},1778675056600.2026,"k171b5pw3erme9qy3334r4gbv586mzhf",{"reviewCount":11},{"description":473,"installMethods":474,"name":475,"sourceUrl":476},"Self-Improving Agent: curate auto-memory, promote learnings to CLAUDE.md and rules, extract proven patterns into reusable skills. Provides /si:review, /si:promote, /si:extract, /si:status, and /si:remember slash commands.",{"claudeCode":475},"si","https://github.com/alirezarezvani/claude-skills",{"basePath":478,"githubOwner":479,"githubRepo":480,"locale":21,"slug":481,"type":297},"engineering-team/self-improving-agent","alirezarezvani","claude-skills","self-improving-agent",{"evaluate":483,"extract":491},{"promptVersionExtension":25,"promptVersionScoring":26,"score":427,"tags":484,"targetMarket":37,"tier":38},[29,485,486,487,488,489,490],"auto-memory","self-improvement","learning","rules","skills","code-curation",{"commitSha":40,"license":434,"plugin":492},{"mcpCount":11,"provider":320,"skillCount":493},4,{"parentExtensionId":495,"repoId":496},"k17dce6sbramb6sxm7ksr3928x86ncfs","kd7ff9s1w43mfyy1n7hf87816186m6px",[485,490,487,29,488,486,489],{"evaluatedAt":499,"extractAt":500,"updatedAt":499},1778675366945,1778675056600,{"_creationTime":502,"_id":503,"community":504,"display":505,"identity":510,"providers":514,"relations":522,"tags":525,"workflow":526},1778696052276.008,"k173c9f6h756g95dhcd0eb0g6n86n2jw",{"reviewCount":11},{"description":506,"installMethods":507,"name":396,"sourceUrl":509},"Claude Code expertise: skills, commands, hooks, MCP, settings (7 skills)",{"claudeCode":508},"anthropic","https://github.com/raintree-technology/claude-starter",{"basePath":511,"githubOwner":512,"githubRepo":513,"locale":21,"slug":508,"type":297},"templates/.claude/skills/anthropic","raintree-technology","claude-starter",{"evaluate":515,"extract":521},{"promptVersionExtension":25,"promptVersionScoring":26,"score":27,"tags":516,"targetMarket":37,"tier":38},[517,508,400,518,519,35,520],"fintech","cli","json","api",{"commitSha":40},{"parentExtensionId":523,"repoId":524},"k17ab1tq0pfjcwj6czghvnwvzn86mye7","kd78ywakatnz4sjfx781sy14vh86mtty",[508,520,518,35,400,517,519],{"evaluatedAt":527,"extractAt":528,"updatedAt":527},1778696086128,1778696052276,{"_creationTime":530,"_id":531,"community":532,"display":533,"identity":539,"providers":541,"relations":547,"tags":550,"workflow":551},1778691765524.373,"k170g496f5ze5hv8xa2e7b91ex86mz9m",{"reviewCount":11},{"description":534,"installMethods":535,"name":537,"sourceUrl":538},"Ultra-compressed communication mode. Cuts ~75% of tokens while keeping full technical accuracy by speaking like a caveman.",{"claudeCode":536},"caveman","Caveman","https://github.com/juliusbrussee/caveman",{"basePath":306,"githubOwner":540,"githubRepo":536,"locale":21,"slug":536,"type":297},"juliusbrussee",{"evaluate":542,"extract":545},{"promptVersionExtension":25,"promptVersionScoring":26,"score":27,"tags":543,"targetMarket":37,"tier":38},[35,401,544,400,315],"text",{"commitSha":40,"license":434,"plugin":546},{"mcpCount":11,"provider":320,"skillCount":288},{"parentExtensionId":548,"repoId":549},"k17dcfwpwpzjc43zt2qawvft3h86mmse","kd7890f0sfy0ymf1pakpx7vqch86nmew",[35,400,401,315,544],{"evaluatedAt":552,"extractAt":553,"updatedAt":554},1778691819811,1778691765524,1778692174193,{"_creationTime":556,"_id":557,"community":558,"display":559,"identity":564,"providers":566,"relations":575,"tags":578,"workflow":579},1778688322101.8254,"k17b9bmvrv1a5e41w678q1yvrh86m81g",{"reviewCount":11},{"description":560,"installMethods":561,"name":562,"sourceUrl":563},"Topic-based automatic memory for Claude Code — never lose context across sessions or compactions.",{"claudeCode":562},"claude-recap","https://github.com/hatawong/claude-recap",{"basePath":306,"githubOwner":565,"githubRepo":562,"locale":21,"slug":562,"type":297},"hatawong",{"evaluate":567,"extract":573},{"promptVersionExtension":25,"promptVersionScoring":26,"score":27,"tags":568,"targetMarket":37,"tier":38},[29,31,569,399,570,571,572],"hooks","local-storage","bash","nodejs",{"commitSha":40,"license":434,"plugin":574},{"mcpCount":11,"provider":320,"skillCount":493},{"parentExtensionId":576,"repoId":577},"k17944zm3ehfvm4ntncyz1dzyx86nc6v","kd78y3gm1ky53msejxede6b4x986nqyc",[571,399,569,570,29,572,31],{"evaluatedAt":580,"extractAt":581,"updatedAt":582},1778688364899,1778688322101,1778688560725]