[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"extension-marketplace-apappascs-claude-code-sessions-en":3,"guides-for-apappascs-claude-code-sessions":417,"similar-k17djtcadze2803pars5r2gn1n86mrdk-en":418},{"_creationTime":4,"_id":5,"children":6,"community":49,"display":50,"evaluation":55,"identity":251,"isFallback":247,"parentExtension":253,"providers":254,"relations":261,"repo":262,"tags":414,"workflow":415},1778675504402.1877,"k17djtcadze2803pars5r2gn1n86mrdk",[7],{"_creationTime":8,"_id":9,"community":10,"display":12,"identity":17,"providers":22,"relations":42,"tags":44,"workflow":45},1778675504402.1882,"k17eba5sp62yzfrxyh8th28emd86m3nw",{"reviewCount":11},0,{"description":13,"installMethods":14,"name":15,"sourceUrl":16},"Session intelligence for Claude Code: search, analyze, diff, and resume past sessions with a web dashboard",{"claudeCode":15},"claude-code-sessions","https://github.com/apappascs/claude-code-sessions",{"basePath":18,"githubOwner":19,"githubRepo":15,"locale":20,"slug":15,"type":21},"","apappascs","en","plugin",{"evaluate":23,"extract":36},{"promptVersionExtension":24,"promptVersionScoring":25,"score":26,"tags":27,"targetMarket":34,"tier":35},"3.0.0","4.4.0",99,[28,29,30,31,32,33],"sessions","search","analytics","tasks","dashboard","context-recovery","global","verified",{"commitSha":37,"license":38,"plugin":39},"HEAD","MIT",{"mcpCount":11,"provider":40,"skillCount":41},"classify",11,{"parentExtensionId":5,"repoId":43},"kd7cytp64hbr754n075h6bx82986n4be",[30,33,32,29,28,31],{"evaluatedAt":46,"extractAt":47,"updatedAt":48},1778675543343,1778675504402,1778676117255,{"reviewCount":11},{"description":51,"installMethods":52,"name":54,"sourceUrl":16},"Session intelligence for Claude Code — search, analyze, and manage every session across all your projects",{"claudeCode":53},"apappascs/claude-code-sessions","Claude Code Sessions",{"_creationTime":56,"_id":57,"extensionId":5,"locale":20,"result":58,"trustSignals":234,"workflow":249},1778675524766.7656,"kn79e48xhnvdtw4kc8zhnwfp7186m9ww",{"checks":59,"evaluatedAt":205,"extensionSummary":206,"features":207,"nonGoals":213,"practices":217,"prerequisites":218,"promptVersionExtension":219,"promptVersionScoring":25,"purpose":220,"rationale":221,"score":222,"summary":223,"tags":224,"targetMarket":34,"tier":35,"useCases":228,"workflow":233},[60,65,68,71,75,78,82,86,89,92,96,100,103,107,110,113,116,119,122,125,129,133,137,141,145,148,151,155,159,162,165,168,171,174,177,181,185,189,192,196,199,202],{"category":61,"check":62,"severity":63,"summary":64},"Practical Utility","Problem relevance","pass","The description clearly states that the extension provides session intelligence for Claude Code, enabling users to search, analyze, and manage sessions, directly addressing a problem of managing session history.",{"category":61,"check":66,"severity":63,"summary":67},"Unique selling proposition","The extension offers significant value over default Claude Code behavior by providing advanced search, analysis, and management capabilities for session history through skills and a web dashboard, going beyond a thin wrapper.",{"category":61,"check":69,"severity":63,"summary":70},"Production readiness","The extension appears production-ready, offering a complete lifecycle management for session data through skills and a web UI, with no external dependencies and clear installation instructions.",{"category":72,"check":73,"severity":63,"summary":74},"Scope","Single responsibility principle","The extension focuses on managing and analyzing Claude Code sessions, a single coherent domain, with no unrelated capabilities advertised.",{"category":72,"check":76,"severity":63,"summary":77},"Description quality","The displayed description accurately and concisely reflects the extension's capabilities for session intelligence in Claude Code.",{"category":79,"check":80,"severity":63,"summary":81},"Invocation","Scoped tools","The extension exposes narrow verb-noun tools for session management, such as `/session-list`, `/session-search`, and `/session-delete`, which are specific and easy for the agent to select.",{"category":83,"check":84,"severity":63,"summary":85},"Documentation","Configuration & parameter reference","The README details all parameters and their usage for the skills and the web UI, and explicitly states there are no API keys, config, or runtime dependencies.",{"category":72,"check":87,"severity":63,"summary":88},"Tool naming","Tool names like `/session-list`, `/session-search`, and `/session-delete` are descriptive and follow a clear verb-noun convention within the session management domain.",{"category":72,"check":90,"severity":63,"summary":91},"Minimal I/O surface","Tools accept specific parameters for tasks like search queries or session IDs, and return structured data related to sessions, avoiding extraneous information.",{"category":93,"check":94,"severity":63,"summary":95},"License","License usability","The extension is licensed under the MIT license, clearly indicated by a LICENSE file and a badge, which is a permissive open-source license.",{"category":97,"check":98,"severity":63,"summary":99},"Maintenance","Commit recency","The last commit was on 2026-04-22, which is within the last 3 months, indicating active maintenance.",{"category":97,"check":101,"severity":63,"summary":102},"Dependency Management","The extension explicitly states '0 runtime dependencies' and the architecture section confirms zero runtime dependencies, thus there are no third-party dependencies to manage.",{"category":104,"check":105,"severity":63,"summary":106},"Security","Secret Management","The extension does not use any secrets and explicitly states 'No API keys, no config,' ensuring no secrets are handled or exposed.",{"category":104,"check":108,"severity":63,"summary":109},"Injection","The extension reads session data from local JSONL files and does not fetch or execute external code or data, mitigating injection risks.",{"category":104,"check":111,"severity":63,"summary":112},"Transitive Supply-Chain Grenades","The extension uses local files and has no runtime dependencies, eliminating the risk of transitive supply-chain attacks.",{"category":104,"check":114,"severity":63,"summary":115},"Sandbox Isolation","The extension operates on local session files in user-specified paths and its skills interact only with these files, adhering to sandbox isolation principles.",{"category":104,"check":117,"severity":63,"summary":118},"Sandbox escape primitives","The extension is written in TypeScript and runs with Bun, with no indication of detached processes or attempts to escape the sandbox.",{"category":104,"check":120,"severity":63,"summary":121},"Data Exfiltration","The extension processes local files and has no outbound network calls, thus no risk of data exfiltration.",{"category":104,"check":123,"severity":63,"summary":124},"Hidden Text Tricks","The bundled files and README are free of hidden text tricks, control characters, or invisible Unicode sequences that could steer the model.",{"category":126,"check":127,"severity":63,"summary":128},"Hooks","Opaque code execution","The TypeScript code is plain and readable, and the installation instructions do not suggest any obfuscated code or runtime fetching of scripts.",{"category":130,"check":131,"severity":63,"summary":132},"Portability","Structural Assumption","The extension correctly references session file paths relative to `~/.claude/projects/` and its CLI commands accept paths, allowing flexibility.",{"category":134,"check":135,"severity":63,"summary":136},"Trust","Issues Attention","There are 0 issues opened and 0 issues closed in the last 90 days, indicating no immediate maintenance bottleneck.",{"category":138,"check":139,"severity":63,"summary":140},"Versioning","Release Management","The `marketplace.json` declares version `0.1.0`, and the README includes CI status and MIT license badges, indicating clear versioning and release signals.",{"category":142,"check":143,"severity":63,"summary":144},"Code Execution","Validation","The code is written in TypeScript, and while explicit schema validation libraries aren't detailed, the codebase structure and lack of external input handling suggest robust internal validation.",{"category":104,"check":146,"severity":63,"summary":147},"Unguarded Destructive Operations","Destructive operations like deleting sessions are guarded by explicit user invocation (`/session-delete`) and require confirmation, preventing accidental data loss.",{"category":142,"check":149,"severity":63,"summary":150},"Error Handling","The TypeScript codebase and Bun runtime suggest that errors are handled within the application, with no indication of unhandled exceptions or opaque error reporting.",{"category":142,"check":152,"severity":153,"summary":154},"Logging","not_applicable","The extension is primarily read-only regarding session data and does not perform destructive actions or outbound calls that would necessitate a local audit log.",{"category":156,"check":157,"severity":63,"summary":158},"Compliance","GDPR","The extension operates solely on local session files and does not process or transmit personal data, thus having no GDPR implications.",{"category":156,"check":160,"severity":63,"summary":161},"Target market","The extension operates on local files and its functionality is not bound to any specific geography or legal jurisdiction, making it globally applicable.",{"category":130,"check":163,"severity":63,"summary":164},"Runtime stability","The extension relies on Bun and standard file system operations, indicating cross-platform compatibility on POSIX-like systems, and it gracefully handles input paths.",{"category":83,"check":166,"severity":63,"summary":167},"README","The README is comprehensive, clearly states the extension's purpose, and includes installation and usage instructions.",{"category":72,"check":169,"severity":63,"summary":170},"Tool surface size","The extension exposes 11 skills, which falls within the ideal range of 3-10 tools.",{"category":79,"check":172,"severity":63,"summary":173},"Overlapping near-synonym tools","The tool names are distinct and cover specific actions like list, search, delete, and diff, avoiding near-synonym overlaps.",{"category":83,"check":175,"severity":63,"summary":176},"Phantom features","All advertised features, including the web dashboard and various session management skills, are implemented and detailed in the README.",{"category":178,"check":179,"severity":63,"summary":180},"Install","Installation instruction","The README provides clear, copy-pasteable instructions for installing the plugin via the marketplace and running the web UI, with no authentication required.",{"category":182,"check":183,"severity":63,"summary":184},"Errors","Actionable error messages","The extension's design implies that errors encountered during file processing or deletion would be handled and reported informatively, given the use of TypeScript and Bun.",{"category":186,"check":187,"severity":63,"summary":188},"Execution","Pinned dependencies","The extension explicitly states zero runtime dependencies and uses Bun, which manages its own runtime, thus dependencies are effectively pinned.",{"category":72,"check":190,"severity":63,"summary":191},"Dry-run preview","Destructive operations like deletion are guarded by explicit commands and user prompts, fulfilling the spirit of a dry-run preview for user confirmation.",{"category":193,"check":194,"severity":153,"summary":195},"Protocol","Idempotent retry & timeouts","The extension operates on local files and does not involve remote calls or state-changing operations that would require idempotency or timeouts.",{"category":156,"check":197,"severity":63,"summary":198},"Telemetry opt-in","The extension does not emit any telemetry, thus fulfilling the opt-in requirement by default.",{"category":72,"check":200,"severity":63,"summary":201},"Theme declaration","The README declares a clear curation theme focused on 'Session intelligence for Claude Code,' encompassing search, analysis, and management of sessions.",{"category":138,"check":203,"severity":63,"summary":204},"Per-entry version metadata","The `marketplace.json` specifies version '0.1.0' for the entry, providing explicit version metadata.",1778675524660,"This plugin provides session intelligence for Claude Code by reading local JSONL session files. It offers 11 skills for searching, analyzing, diffing, exporting, and deleting sessions, along with a local web dashboard for visual browsing and management.",[208,209,210,211,212],"Full-text search across all sessions","Analyze session statistics (tokens, tools, models)","Compare differences between sessions","Manage sessions and associated tasks","Web dashboard for visual session browsing",[214,215,216],"Modifying Claude Code's core behavior","Providing general code analysis outside of session context","Integrating with external task management systems beyond local files",[],[],"3.1.0","To empower users of Claude Code with the ability to effectively search, analyze, and manage their past AI coding sessions for better recall and project continuity.","Excellent adherence to all checks, particularly in security, scope, and documentation. The extension is well-defined, secure, and production-ready.",97,"A highly polished and secure extension for managing Claude Code sessions, offering robust search and analysis capabilities.",[225,226,29,227,32],"claude-code","session-management","analysis",[229,230,231,232],"Recalling past solutions or approaches from previous coding sessions","Analyzing token consumption patterns across different projects","Finding specific tool usage or task progress from historical sessions","Cleaning up old or empty session files to manage storage",[],{"codeQuality":235,"collectedAt":237,"documentation":238,"maintenance":241,"popularity":244,"security":246,"testCoverage":248},{"hasLockfile":236},true,1778675506830,{"descriptionLength":239,"readmeSize":240},105,5805,{"closedIssues90d":11,"forks":11,"hasChangelog":236,"openIssues90d":11,"pushedAt":242,"stars":243},1776871130000,4,{"npmDownloads":245},1049,{"hasNpmPackage":236,"license":38,"smitheryVerified":247},false,{"hasCi":236,"hasTests":236},{"updatedAt":250},1778675524766,{"basePath":18,"githubOwner":19,"githubRepo":15,"locale":20,"slug":15,"type":252},"marketplace",null,{"evaluate":255,"extract":257},{"promptVersionExtension":219,"promptVersionScoring":25,"score":222,"tags":256,"targetMarket":34,"tier":35},[225,226,29,227,32],{"commitSha":37,"license":38,"marketplace":258,"plugin":260},{"name":15,"pluginCount":259},1,{"mcpCount":11,"provider":40,"skillCount":11},{"repoId":43},{"_creationTime":263,"_id":43,"identity":264,"providers":265,"workflow":409},1778675498198.2107,{"githubOwner":19,"githubRepo":15,"sourceUrl":16},{"classify":266,"discover":402,"extract":405,"github":406,"npm":408},{"commitSha":37,"extensions":267},[268,281,312,322,330,338,346,354,362,370,378,386,394],{"basePath":18,"displayName":15,"installMethods":269,"rationale":270,"selectedPaths":271,"source":280,"sourceLanguage":20,"type":252},{"claudeCode":53},"marketplace.json at .claude-plugin/marketplace.json",[272,275,277],{"path":273,"priority":274},".claude-plugin/marketplace.json","mandatory",{"path":276,"priority":274},"README.md",{"path":278,"priority":279},"LICENSE","high","rule",{"basePath":18,"description":13,"displayName":15,"installMethods":282,"license":38,"rationale":283,"selectedPaths":284,"source":280,"sourceLanguage":20,"type":21},{"claudeCode":15},"plugin manifest at .claude-plugin/plugin.json",[285,287,288,289,292,294,296,298,300,302,304,306,308,310],{"path":286,"priority":274},".claude-plugin/plugin.json",{"path":276,"priority":274},{"path":278,"priority":279},{"path":290,"priority":291},"skills/session-cleanup/SKILL.md","medium",{"path":293,"priority":291},"skills/session-delete/SKILL.md",{"path":295,"priority":291},"skills/session-detail/SKILL.md",{"path":297,"priority":291},"skills/session-diff/SKILL.md",{"path":299,"priority":291},"skills/session-export/SKILL.md",{"path":301,"priority":291},"skills/session-list/SKILL.md",{"path":303,"priority":291},"skills/session-resume/SKILL.md",{"path":305,"priority":291},"skills/session-search/SKILL.md",{"path":307,"priority":291},"skills/session-stats/SKILL.md",{"path":309,"priority":291},"skills/session-tasks/SKILL.md",{"path":311,"priority":291},"skills/session-timeline/SKILL.md",{"basePath":313,"description":314,"displayName":315,"installMethods":316,"rationale":317,"selectedPaths":318,"source":280,"sourceLanguage":20,"type":321},"skills/session-cleanup","Finds old, empty, or tiny Claude Code session files that are candidates for deletion. Use when the user wants to clean up sessions, free disk space, says \"clean up old sessions\", or asks about session storage usage.","session-cleanup",{"claudeCode":53},"SKILL.md frontmatter at skills/session-cleanup/SKILL.md",[319],{"path":320,"priority":274},"SKILL.md","skill",{"basePath":323,"description":324,"displayName":325,"installMethods":326,"rationale":327,"selectedPaths":328,"source":280,"sourceLanguage":20,"type":321},"skills/session-delete","Delete a Claude Code session file, with optional cleanup of associated task lists and tasks. Warns about orphaned tasks before deleting. Use when the user says \"delete session\", \"remove session\", or wants to clean up a specific session.","session-delete",{"claudeCode":53},"SKILL.md frontmatter at skills/session-delete/SKILL.md",[329],{"path":320,"priority":274},{"basePath":331,"description":332,"displayName":333,"installMethods":334,"rationale":335,"selectedPaths":336,"source":280,"sourceLanguage":20,"type":321},"skills/session-detail","Show detailed information about a Claude Code session including stats, token usage, models used, tools called, associated tasks, and conversation messages. Use when the user says \"show session\", \"session details\", \"what happened in session X\".","session-detail",{"claudeCode":53},"SKILL.md frontmatter at skills/session-detail/SKILL.md",[337],{"path":320,"priority":274},{"basePath":339,"description":340,"displayName":341,"installMethods":342,"rationale":343,"selectedPaths":344,"source":280,"sourceLanguage":20,"type":321},"skills/session-diff","Compares two Claude Code sessions — shows what changed in files, tools used, branches, and topics. Use when the user says \"what changed between sessions\", \"diff sessions\", \"compare yesterday and today\", or wants to understand how work evolved across sessions.","session-diff",{"claudeCode":53},"SKILL.md frontmatter at skills/session-diff/SKILL.md",[345],{"path":320,"priority":274},{"basePath":347,"description":348,"displayName":349,"installMethods":350,"rationale":351,"selectedPaths":352,"source":280,"sourceLanguage":20,"type":321},"skills/session-export","Exports a Claude Code session as a clean, readable markdown transcript. Use when the user wants to export a session, create a transcript, save session history to a file, or says \"export this session\".","session-export",{"claudeCode":53},"SKILL.md frontmatter at skills/session-export/SKILL.md",[353],{"path":320,"priority":274},{"basePath":355,"description":356,"displayName":357,"installMethods":358,"rationale":359,"selectedPaths":360,"source":280,"sourceLanguage":20,"type":321},"skills/session-list","Lists all Claude Code sessions for a project or globally, sorted by recency, size, or duration. Use when the user asks how many sessions they have, wants to see recent sessions, says \"list sessions\", or wants a session inventory.","session-list",{"claudeCode":53},"SKILL.md frontmatter at skills/session-list/SKILL.md",[361],{"path":320,"priority":274},{"basePath":363,"description":364,"displayName":365,"installMethods":366,"rationale":367,"selectedPaths":368,"source":280,"sourceLanguage":20,"type":321},"skills/session-resume","Generates a context recovery prompt from a past Claude Code session so a new session can pick up where it left off. Use when the user says \"resume from\", \"pick up where I left off\", \"continue that session\", \"context recovery\", or wants to start a new session with context from an old one.","session-resume",{"claudeCode":53},"SKILL.md frontmatter at skills/session-resume/SKILL.md",[369],{"path":320,"priority":274},{"basePath":371,"description":372,"displayName":373,"installMethods":374,"rationale":375,"selectedPaths":376,"source":280,"sourceLanguage":20,"type":321},"skills/session-search","Searches Claude Code sessions across all projects by keyword, topic, or content. Use when the user wants to find a previous session, locate past work, search for something they discussed before, or cannot remember which project a conversation was in. Also use when the user says \"find that session where\" or \"search sessions\".","session-search",{"claudeCode":53},"SKILL.md frontmatter at skills/session-search/SKILL.md",[377],{"path":320,"priority":274},{"basePath":379,"description":380,"displayName":381,"installMethods":382,"rationale":383,"selectedPaths":384,"source":280,"sourceLanguage":20,"type":321},"skills/session-stats","Shows token usage, model distribution, turn count, duration, and tool usage for a Claude Code session. Use when the user asks about token usage, session cost, model breakdown, or says \"session stats\" or \"how much did this session use\".","session-stats",{"claudeCode":53},"SKILL.md frontmatter at skills/session-stats/SKILL.md",[385],{"path":320,"priority":274},{"basePath":387,"description":388,"displayName":389,"installMethods":390,"rationale":391,"selectedPaths":392,"source":280,"sourceLanguage":20,"type":321},"skills/session-tasks","Aggregates tasks across Claude Code task lists and sessions — shows pending, in-progress, and completed tasks with dependencies. Use when the user asks \"what tasks are pending\", \"show my tasks\", \"orphaned tasks\", \"task dependencies\", or wants a cross-session task inventory.","session-tasks",{"claudeCode":53},"SKILL.md frontmatter at skills/session-tasks/SKILL.md",[393],{"path":320,"priority":274},{"basePath":395,"description":396,"displayName":397,"installMethods":398,"rationale":399,"selectedPaths":400,"source":280,"sourceLanguage":20,"type":321},"skills/session-timeline","Shows a chronological timeline of all Claude Code sessions for a project. Use when the user asks \"what's the history of this project\", \"show me all sessions\", \"session timeline\", or wants to see patterns in their work.","session-timeline",{"claudeCode":53},"SKILL.md frontmatter at skills/session-timeline/SKILL.md",[401],{"path":320,"priority":274},{"sources":403},[404],"manual",{"npmPackage":15},{"closedIssues90d":11,"description":51,"forks":11,"license":38,"openIssues90d":11,"pushedAt":242,"readmeSize":240,"stars":243,"topics":407},[],{"downloads":245},{"classifiedAt":410,"discoverAt":411,"extractAt":412,"githubAt":412,"npmAt":413,"updatedAt":410},1778675503952,1778675498198,1778675500116,1778675502052,[227,225,32,29,226],{"evaluatedAt":250,"extractAt":47,"updatedAt":416},1778676116752,[],[419,448,478,510,540,571],{"_creationTime":420,"_id":421,"community":422,"display":423,"identity":429,"providers":431,"relations":441,"tags":443,"workflow":444},1778696712851.9736,"k1730g2nnwga3htdfycmc8h1gd86m3cs",{"reviewCount":11},{"description":424,"installMethods":425,"name":427,"sourceUrl":428},"2x the effective context with smart weight-loss for Claude Code — prune bloated sessions, protect agent teams from compaction, monitor token usage with MCP tools",{"claudeCode":426},"Ruya-AI/cozempic","cozempic","https://github.com/Ruya-AI/cozempic",{"basePath":18,"githubOwner":430,"githubRepo":427,"locale":20,"slug":427,"type":252},"Ruya-AI",{"evaluate":432,"extract":438},{"promptVersionExtension":219,"promptVersionScoring":25,"score":433,"tags":434,"targetMarket":34,"tier":35},100,[435,436,225,226,437],"context","optimization","ai-productivity",{"commitSha":37,"marketplace":439,"plugin":440},{"name":427,"pluginCount":259},{"mcpCount":11,"provider":40,"skillCount":11},{"repoId":442},"kd79d77qmyh3826dwhk7ynx9xd86nmqm",[437,225,435,436,226],{"evaluatedAt":445,"extractAt":446,"updatedAt":447},1778696729067,1778696712852,1778696924064,{"_creationTime":449,"_id":450,"community":451,"display":452,"identity":458,"providers":463,"relations":472,"tags":474,"workflow":475},1778691765524.3726,"k17c1ndsb7hncr0k5vadc69rnx86njvh",{"reviewCount":11},{"description":453,"installMethods":454,"name":456,"sourceUrl":457},"🪨 why use many token when few token do trick — Claude Code skill that cuts 65% of tokens by talking like caveman",{"claudeCode":455},"juliusbrussee/caveman","caveman-repo","https://github.com/juliusbrussee/caveman",{"basePath":459,"githubOwner":460,"githubRepo":461,"locale":20,"slug":462,"type":252},".agents/plugins","juliusbrussee","caveman","plugins",{"evaluate":464,"extract":470},{"promptVersionExtension":219,"promptVersionScoring":25,"score":433,"tags":465,"targetMarket":34,"tier":35},[466,467,468,225,469],"token-compression","llm-efficiency","cli","prompt-engineering",{"commitSha":37,"marketplace":471},{"name":456,"pluginCount":11},{"repoId":473},"kd7890f0sfy0ymf1pakpx7vqch86nmew",[225,468,467,469,466],{"evaluatedAt":476,"extractAt":477,"updatedAt":476},1778691782274,1778691765524,{"_creationTime":479,"_id":480,"community":481,"display":482,"identity":488,"providers":491,"relations":504,"tags":506,"workflow":507},1778683562157.875,"k174pnm5ch9ab6fr1etef2f2b586m74b",{"reviewCount":11},{"description":483,"installMethods":484,"name":486,"sourceUrl":487},"Persistent memory and cognitive profiling plugins for Claude Code",{"claudeCode":485},"cdeust/Cortex","cortex-plugins","https://github.com/cdeust/Cortex",{"basePath":18,"githubOwner":489,"githubRepo":490,"locale":20,"slug":490,"type":252},"cdeust","Cortex",{"evaluate":492,"extract":501},{"promptVersionExtension":219,"promptVersionScoring":25,"score":433,"tags":493,"targetMarket":34,"tier":35},[494,495,496,225,497,498,499,500],"memory","cognitive-profiling","mcp","knowledge-graph","codebase-analysis","postgresql","pgvector",{"commitSha":37,"marketplace":502,"plugin":503},{"name":486,"pluginCount":259},{"mcpCount":11,"provider":40,"skillCount":11},{"repoId":505},"kd79gxpemvkr09a7zsb3h8kmah86nvgf",[225,498,495,497,496,494,500,499],{"evaluatedAt":508,"extractAt":509,"updatedAt":508},1778683583007,1778683562157,{"_creationTime":511,"_id":512,"community":513,"display":514,"identity":520,"providers":522,"relations":533,"tags":535,"workflow":536},1778687361029.5278,"k17a6tjfs8x26pt762tjxft2zh86nnb6",{"reviewCount":11},{"description":515,"installMethods":516,"name":518,"sourceUrl":519},"SocratiCode — codebase intelligence plugin for Claude Code",{"claudeCode":517},"giancarloerra/socraticode","socraticode","https://github.com/giancarloerra/socraticode",{"basePath":18,"githubOwner":521,"githubRepo":518,"locale":20,"slug":518,"type":252},"giancarloerra",{"evaluate":523,"extract":530},{"promptVersionExtension":219,"promptVersionScoring":25,"score":433,"tags":524,"targetMarket":34,"tier":35},[525,498,526,29,527,528,529],"code-intelligence","ai-assistant","dependency-graph","local-docker","lsp",{"commitSha":37,"marketplace":531,"plugin":532},{"name":518,"pluginCount":259},{"mcpCount":11,"provider":40,"skillCount":11},{"repoId":534},"kd76w3r9kxfskg0y8kxc68drnd86m8rk",[526,525,498,527,528,529,29],{"evaluatedAt":537,"extractAt":538,"updatedAt":539},1778687383326,1778687361029,1778687533262,{"_creationTime":541,"_id":542,"community":543,"display":544,"identity":550,"providers":553,"relations":564,"tags":566,"workflow":567},1778695445139.3208,"k175am8653ec7cagkzfjn1j7gs86m3rq",{"reviewCount":11},{"description":545,"installMethods":546,"name":548,"sourceUrl":549},"Spec Workflow MCP provides structured spec-driven development with a sequential workflow (Requirements → Design → Tasks), real-time web dashboard, and VSCode extension support. Includes human approval gates at each stage and project steering guidance.",{"claudeCode":547},"Pimzino/spec-workflow-mcp","spec-workflow-mcp-marketplace","https://github.com/Pimzino/spec-workflow-mcp",{"basePath":18,"githubOwner":551,"githubRepo":552,"locale":20,"slug":552,"type":252},"Pimzino","spec-workflow-mcp",{"evaluate":554,"extract":560},{"promptVersionExtension":219,"promptVersionScoring":25,"score":555,"tags":556,"targetMarket":34,"tier":35},96,[557,558,559,32,529],"development-workflow","specification","ide-integration",{"commitSha":37,"marketplace":561,"plugin":563},{"name":548,"pluginCount":562},2,{"mcpCount":11,"provider":40,"skillCount":11},{"repoId":565},"kd7ckc3zn4yfhds7q1pxbvcanh86mwr8",[32,557,559,529,558],{"evaluatedAt":568,"extractAt":569,"updatedAt":570},1778695473156,1778695445139,1778695653673,{"_creationTime":572,"_id":573,"community":574,"display":575,"identity":581,"providers":584,"relations":598,"tags":600,"workflow":601},1778692306427.0962,"k177xmnsm26p2wbrkfkwqgm2b986m2w8",{"reviewCount":11},{"description":576,"installMethods":577,"name":579,"sourceUrl":580},"Local marketplace for claude-ops plugin",{"claudeCode":578},"Lifecycle-Innovations-Limited/claude-ops","ops-marketplace","https://github.com/Lifecycle-Innovations-Limited/claude-ops",{"basePath":18,"githubOwner":582,"githubRepo":583,"locale":20,"slug":583,"type":252},"Lifecycle-Innovations-Limited","claude-ops",{"evaluate":585,"extract":595},{"promptVersionExtension":219,"promptVersionScoring":25,"score":555,"tags":586,"targetMarket":34,"tier":35},[587,588,32,589,590,591,592,593,594],"operations","business","automation","productivity","aws","slack","whatsapp","monitoring",{"commitSha":37,"marketplace":596,"plugin":597},{"name":579,"pluginCount":259},{"mcpCount":11,"provider":40,"skillCount":11},{"repoId":599},"kd7d52tcek2e34r805zs06b10d86n39v",[589,591,588,32,594,587,590,592,593],{"evaluatedAt":602,"extractAt":603,"updatedAt":602},1778692330594,1778692306427]