mem

Category: Tools & Productivity | Uploader: sdsrsssdsrss | Downloads: 0 | Version: v1.0(Latest)

Use when: querying past work, managing memories, checking project history, or saving session findings

Changelog: Source: GitHub https://github.com/sdsrss/claude-mem-lite

Directory Structure

Current level: tree/main/

  • 📁 .claude-plugin/
    • 📄 marketplace.json 431 B
    • 📄 plugin.json 425 B
  • 📁 .github/
    • 📁 workflows/
      • 📄 ci.yml 1.2 KB
      • 📄 publish.yml 2.1 KB
  • 📁 benchmark/
    • 📁 fixtures/
      • 📄 seed-data.json 163.6 KB
      • 📄 test-queries.json 8.7 KB
    • 📄 baseline.json 14.4 KB
    • 📄 benchmark.mjs 11.8 KB
    • 📄 ci-gate.mjs 3.0 KB
  • 📁 commands/
    • 📄 mem.md 1.9 KB
    • 📄 memory.md 1.8 KB
    • 📄 tools.md 2.6 KB
    • 📄 update.md 1.7 KB
  • 📁 docs/
    • 📁 superpowers/
      • 📁 plans/
        • 📄 2026-03-26-pretooluse-file-recall.md 24.9 KB
        • 📄 2026-03-31-llm-database-optimization.md 63.0 KB
      • 📁 specs/
        • 📄 2026-03-21-phase2-tfidf-vector-search-design.md 11.1 KB
        • 📄 2026-03-21-three-tier-memory-and-browse-design.md 8.0 KB
        • 📄 2026-03-26-pretooluse-file-recall-design.md 11.5 KB
        • 📄 2026-03-28-smart-ingestion-design.md 7.9 KB
        • 📄 2026-03-31-llm-database-optimization-design.md 12.1 KB
  • 📁 hooks/
    • 📄 hooks.json 1.9 KB
  • 📁 registry/
    • 📄 preinstalled.json 52.7 KB
  • 📁 scripts/
    • 📄 convert-commands.mjs 5.8 KB
    • 📄 extract-repos.mjs 7.8 KB
    • 📄 index-managed.mjs 28.2 KB
    • 📄 launch.mjs 2.3 KB
    • 📄 mock-claude.mjs 1.7 KB
    • 📄 post-tool-use.sh 2.2 KB
    • 📄 pre-commit.sh 2.0 KB
    • 📄 pre-skill-bridge.js 3.0 KB
    • 📄 pre-tool-recall.js 5.0 KB
    • 📄 prompt-search-utils.mjs 7.7 KB
    • 📄 setup.sh 5.8 KB
    • 📄 user-prompt-search.js 12.2 KB
  • 📁 tests/
    • 📄 browse.test.mjs 5.5 KB
    • 📄 cli-e2e.test.mjs 19.8 KB
    • 📄 cli.test.mjs 59.0 KB
    • 📄 contract.test.mjs 22.2 KB
    • 📄 domain-modules.test.mjs 5.7 KB
    • 📄 e2e.test.mjs 55.2 KB
    • 📄 haiku-client.test.mjs 11.7 KB
    • 📄 handoff-simulation.test.mjs 23.6 KB
    • 📄 handoff.test.mjs 25.1 KB
    • 📄 hook-context.test.mjs 12.9 KB
    • 📄 hook-episode.test.mjs 14.4 KB
    • 📄 hook-llm.test.mjs 33.2 KB
    • 📄 hook-optimize.test.mjs 13.4 KB
    • 📄 hook-semaphore.test.mjs 4.8 KB
    • 📄 hook-update.test.mjs 7.3 KB
    • 📄 hybrid-search.test.mjs 7.1 KB
    • 📄 install-e2e.test.mjs 19.5 KB
    • 📄 install-lifecycle.test.mjs 12.8 KB
    • 📄 integration-scenarios.test.mjs 59.3 KB
    • 📄 integration.test.mjs 18.4 KB
    • 📄 mem-use.test.mjs 3.3 KB
    • 📄 memory-inject.test.mjs 10.8 KB
    • 📄 observation-files.test.mjs 5.8 KB
    • 📄 phase1-temporal.test.mjs 10.8 KB
    • 📄 plugin-manifest.test.mjs 1.8 KB
    • 📄 pre-skill-bridge.test.mjs 3.8 KB
    • 📄 pre-tool-recall.test.mjs 7.1 KB
    • 📄 project-utils.test.mjs 3.0 KB
    • 📄 property.test.mjs 6.8 KB
    • 📄 registry-enricher.test.mjs 4.1 KB
    • 📄 registry-github.test.mjs 2.3 KB
    • 📄 registry-importer.test.mjs 10.0 KB
    • 📄 registry-retriever.test.mjs 9.0 KB
    • 📄 registry-scanner.test.mjs 13.4 KB
    • 📄 resource-discovery.test.mjs 6.9 KB
    • 📄 server-internals.test.mjs 12.5 KB
    • 📄 server.test.mjs 74.7 KB
    • 📄 skip-tools.test.mjs 3.6 KB
    • 📄 smoke.test.mjs 2.9 KB
    • 📄 synonyms.test.mjs 3.6 KB
    • 📄 test-helpers.mjs 3.1 KB
    • 📄 tfidf.test.mjs 18.3 KB
    • 📄 tier.test.mjs 5.9 KB
    • 📄 user-prompt-search.test.mjs 27.7 KB
    • 📄 utils.test.mjs 50.7 KB
  • 📄 .gitignore 157 B
  • 📄 .mcp.json 144 B
  • 📄 .npmignore 265 B
  • 📄 bash-utils.mjs 4.9 KB
  • 📄 CHANGELOG.md 5.8 KB
  • 📄 CLAUDE.md 3.6 KB
  • 📄 cli.mjs 2.5 KB
  • 📄 eslint.config.mjs 1.3 KB
  • 📄 format-utils.mjs 2.9 KB
  • 📄 haiku-client.mjs 9.2 KB
  • 📄 hash-utils.mjs 2.9 KB
  • 📄 hook-context.mjs 10.0 KB
  • 📄 hook-episode.mjs 8.1 KB
  • 📄 hook-handoff.mjs 11.0 KB
  • 📄 hook-llm.mjs 29.8 KB
  • 📄 hook-memory.mjs 7.8 KB
  • 📄 hook-optimize.mjs 26.0 KB
  • 📄 hook-semaphore.mjs 3.0 KB
  • 📄 hook-shared.mjs 5.5 KB
  • 📄 hook-update.mjs 14.4 KB
  • 📄 hook.mjs 45.8 KB
  • 📄 install-metadata.mjs 117.9 KB
  • 📄 install.mjs 55.0 KB
  • 📄 LICENSE 1.0 KB
  • 📄 mem-cli.mjs 90.1 KB
  • 📄 nlp.mjs 10.2 KB
  • 📄 package-lock.json 136.2 KB
  • 📄 package.json 2.3 KB
  • 📄 project-utils.mjs 2.1 KB
  • 📄 README.md 29.8 KB
  • 📄 README.zh-CN.md 25.2 KB
  • 📄 registry-enricher.mjs 3.9 KB
  • 📄 registry-github.mjs 1.6 KB
  • 📄 registry-importer.mjs 15.9 KB
  • 📄 registry-indexer.mjs 7.0 KB
  • 📄 registry-retriever.mjs 18.3 KB
  • 📄 registry-scanner.mjs 9.7 KB
  • 📄 registry.mjs 21.1 KB
  • 📄 resource-discovery.mjs 6.6 KB
  • 📄 schema.mjs 18.2 KB
  • 📄 scoring-sql.mjs 2.7 KB
  • 📄 secret-scrub.mjs 3.1 KB
  • 📄 server-internals.mjs 11.5 KB
  • 📄 server.mjs 103.8 KB
  • 📄 skill.md 691 B
  • 📄 skip-tools.mjs 907 B
  • 📄 stop-words.mjs 1.8 KB
  • 📄 synonyms.mjs 14.2 KB
  • 📄 tfidf.mjs 13.9 KB
  • 📄 tier.mjs 4.7 KB
  • 📄 tool-schemas.mjs 10.7 KB
  • 📄 utils.mjs 15.4 KB
  • 📄 vitest.config.mjs 958 B

SKILL.md

Login to download/like/favorite ❤ 26 | ★ 0
Comments 0

Please login before commenting.

Loading comments...