[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"extension-skill-cdeust-cortex-profile-de":3,"guides-for-cdeust-cortex-profile":775,"similar-k17bmnmk2exaw2f96dk2sx4arn86ne7n-de":776},{"_creationTime":4,"_id":5,"children":6,"community":7,"display":9,"evaluation":15,"identity":244,"isFallback":226,"parentExtension":249,"providers":305,"relations":309,"repo":310,"tags":773,"workflow":774},1778683562157.877,"k17bmnmk2exaw2f96dk2sx4arn86ne7n",[],{"reviewCount":8},0,{"description":10,"installMethods":11,"name":13,"sourceUrl":14},"View and manage your cognitive profile — how you think, work patterns, blind spots, and cross-domain connections. Use when the user says 'show my profile', 'how do I work', 'what are my patterns', 'cognitive style', 'blind spots', 'methodology', or at the start of a session to load context. Also use 'rebuild profile' to rescan all session history, or 'list domains' to see all tracked project domains.",{"claudeCode":12},"cdeust/Cortex","cortex-profile","https://github.com/cdeust/Cortex",{"_creationTime":16,"_id":17,"extensionId":5,"locale":18,"result":19,"trustSignals":224,"workflow":242},1778683758763.4949,"kn7dr50k7bt29gm2hszj2adxe986nh0j","en",{"checks":20,"evaluatedAt":192,"extensionSummary":193,"features":194,"nonGoals":200,"promptVersionExtension":204,"promptVersionScoring":205,"purpose":206,"rationale":207,"score":208,"summary":209,"tags":210,"targetMarket":217,"tier":218,"useCases":219},[21,26,29,33,37,40,44,47,52,56,60,63,66,69,73,76,79,82,85,88,92,96,99,103,106,109,112,115,118,121,125,128,132,136,140,143,146,149,153,156,159,162,165,168,171,175,179,182,185,189],{"category":22,"check":23,"severity":24,"summary":25},"Invocation","Precise Purpose","pass","The description clearly states what the skill does (manages cognitive profile) and when to use it, including specific trigger phrases and explicit non-goals implied by its focus. It names the artifact (cognitive profile) and the user intent (view, manage, rebuild).",{"category":22,"check":27,"severity":24,"summary":28},"Concise Frontmatter","The SKILL.md frontmatter is concise and self-contained, clearly summarizing the core capability and providing relevant trigger phrases without excessive length or keyword stuffing.",{"category":30,"check":31,"severity":24,"summary":32},"Documentation","Concise Body","The SKILL.md body is under 500 lines and effectively delegates detailed procedures and bulk material to separate files, adhering to progressive disclosure principles.",{"category":34,"check":35,"severity":24,"summary":36},"Context","Progressive Disclosure","Detailed procedures and large data structures are appropriately split into separate markdown files within the references/ directory, linked from the main SKILL.md.",{"category":34,"check":38,"severity":24,"summary":39},"Forked exploration","The skill is designed for exploration and deep analysis, and the `context: fork` setting is appropriately used to ensure summaries are returned to the main conversation.",{"category":41,"check":42,"severity":24,"summary":43},"Practical Utility","Usage examples","Sufficient end-to-end examples are provided for the major capabilities, demonstrating input, invocation, and expected output, and plausibly producing the claimed results.",{"category":41,"check":45,"severity":24,"summary":46},"Edge cases","The skill instruction documents at least two failure modes (e.g., stale profiles, detection issues) with observable symptoms and recovery steps, demonstrating good handling of edge cases.",{"category":48,"check":49,"severity":50,"summary":51},"Code Execution","Tool Fallback","not_applicable","The skill does not appear to rely on external MCPs or custom tools that would require a fallback mechanism.",{"category":53,"check":54,"severity":24,"summary":55},"Safety","Halt on unexpected state","Preconditions are listed, and the SKILL.md instructs the user to abort and report on unexpected pre-state, ensuring a safe workflow.",{"category":57,"check":58,"severity":24,"summary":59},"Portability","Cross-skill coupling","The skill is self-contained and does not implicitly rely on other skills; any adjacent task handling is explicitly cross-linked to better-scoped siblings.",{"category":41,"check":61,"severity":24,"summary":62},"Problem relevance","The description explicitly names the user problem of managing and understanding one's cognitive profile and work patterns over time.",{"category":41,"check":64,"severity":24,"summary":65},"Unique selling proposition","The skill offers a significant value proposition by providing persistent, context-aware cognitive profiling and memory consolidation beyond default LLM capabilities.",{"category":41,"check":67,"severity":24,"summary":68},"Production readiness","The skill appears production-ready, covering the complete lifecycle of profile management, from initial loading to rebuilding and session recording.",{"category":70,"check":71,"severity":24,"summary":72},"Scope","Single responsibility principle","The skill has a clear single responsibility: managing the user's cognitive profile and session history within the Claude Code environment.",{"category":70,"check":74,"severity":24,"summary":75},"Description quality","The description is accurate, concise, and effectively communicates the skill's purpose, capabilities, and usage scenarios.",{"category":22,"check":77,"severity":24,"summary":78},"Scoped tools","The skill exposes narrow verb-noun specialist tools like `query_methodology`, `explore_features`, and `list_domains`, avoiding generalist command execution.",{"category":30,"check":80,"severity":24,"summary":81},"Configuration & parameter reference","All parameters for the exposed tools are documented within the SKILL.md, including expected return values and modes for exploration.",{"category":70,"check":83,"severity":24,"summary":84},"Tool naming","Tool names like `query_methodology`, `explore_features`, and `list_domains` are descriptive and specific to the skill's domain.",{"category":70,"check":86,"severity":24,"summary":87},"Minimal I/O surface","Tool inputs are well-defined (e.g., `cwd`, `first_message`, `mode`), and outputs are structured and specific to the requested information, avoiding extraneous data.",{"category":89,"check":90,"severity":24,"summary":91},"License","License usability","The extension is licensed under MIT, a permissive open-source license, clearly stated in the LICENSE file and README.",{"category":93,"check":94,"severity":24,"summary":95},"Maintenance","Commit recency","The repository shows recent commits as of 2026-05-13, indicating active maintenance within the last 90 days.",{"category":93,"check":97,"severity":24,"summary":98},"Dependency Management","The project utilizes a lockfile (hasLockfile: true) and appears to have dependencies managed, suggesting suitable measures for updates.",{"category":100,"check":101,"severity":24,"summary":102},"Security","Secret Management","No secrets are hardcoded or exposed in the provided code or documentation; the skill operates locally and does not handle sensitive credentials.",{"category":100,"check":104,"severity":24,"summary":105},"Injection","The skill operates on local session history and project data, with no indications of loading or executing untrusted third-party code or data.",{"category":100,"check":107,"severity":24,"summary":108},"Transitive Supply-Chain Grenades","The skill operates locally and does not fetch external code or data at runtime, mitigating risks of transitive supply-chain attacks.",{"category":100,"check":110,"severity":24,"summary":111},"Sandbox Isolation","The skill operates on local session history and project data within the Claude Code environment, with no apparent attempts to modify files outside its designated scope.",{"category":100,"check":113,"severity":24,"summary":114},"Sandbox escape primitives","No detached-process spawns or deny-retry loops were detected in the provided code and documentation.",{"category":100,"check":116,"severity":24,"summary":117},"Data Exfiltration","The skill operates locally and does not submit any user data or session history to third-party destinations, preventing data exfiltration.",{"category":100,"check":119,"severity":24,"summary":120},"Hidden Text Tricks","Bundled content is free of hidden-steering tricks, control characters, or invisible Unicode sequences; descriptions are clean printable ASCII.",{"category":122,"check":123,"severity":24,"summary":124},"Hooks","Opaque code execution","The skill's code, including scripts and hooks, appears to be plain and readable, with no signs of obfuscation like base64 payloads or runtime fetches.",{"category":57,"check":126,"severity":24,"summary":127},"Structural Assumption","The skill makes reasonable assumptions about the Claude Code environment and project structure, with clear preconditions and fallbacks documented.",{"category":129,"check":130,"severity":24,"summary":131},"Trust","Issues Attention","The repository has 0 open issues and 16 closed issues in the last 90 days, indicating a healthy rate of issue resolution and active maintenance.",{"category":133,"check":134,"severity":24,"summary":135},"Versioning","Release Management","The project declares a meaningful semantic version (v3.15.0) in its README and uses GitHub releases, with clear versioning signals.",{"category":137,"check":138,"severity":24,"summary":139},"Execution","Validation","Input arguments and structured output appear to be handled with appropriate validation and sanitization, based on the description of tool schemas and local operation.",{"category":100,"check":141,"severity":24,"summary":142},"Unguarded Destructive Operations","The skill primarily focuses on data analysis and management rather than destructive operations; where actions might alter state (e.g., profile rebuild), they are clearly defined and controllable.",{"category":48,"check":144,"severity":24,"summary":145},"Error Handling","Errors are handled meaningfully with clear messages and recovery steps, and the tool design promotes structured error reporting suitable for agent interaction.",{"category":48,"check":147,"severity":24,"summary":148},"Logging","The skill appears to capture audit logs for its actions, and details about its operation are available through its various views, aligning with good practice.",{"category":150,"check":151,"severity":24,"summary":152},"Compliance","GDPR","The skill operates on local session history and project data, and does not appear to submit personal data to third parties or require explicit sanitization beyond its local scope.",{"category":150,"check":154,"severity":24,"summary":155},"Target market","The skill operates locally within the Claude Code environment and does not contain regional or jurisdictional logic, making it globally applicable.",{"category":57,"check":157,"severity":24,"summary":158},"Runtime stability","The skill is designed to run within the Claude Code environment and its associated tools (Python, PostgreSQL) and does not make OS-specific assumptions.",{"category":30,"check":160,"severity":24,"summary":161},"README","A comprehensive README exists and clearly details the extension's purpose, features, installation, and architecture.",{"category":70,"check":163,"severity":24,"summary":164},"Tool surface size","The extension exposes a manageable number of tools (cortex:query_methodology, cortex:explore_features, cortex:list_domains, cortex:rebuild_profiles, cortex:record_session_end, cortex:detect_domain, cortex:anchor, cortex:visualize), fitting within the target range.",{"category":22,"check":166,"severity":24,"summary":167},"Overlapping near-synonym tools","The exposed tools are distinct and cover specific functionalities (e.g., query methodology, explore features, list domains), avoiding near-synonyms that could cause ambiguity.",{"category":30,"check":169,"severity":24,"summary":170},"Phantom features","All features advertised in the README and SKILL.md, such as cognitive profiling, session history analysis, and visualization, have corresponding implementations and tools.",{"category":172,"check":173,"severity":24,"summary":174},"Install","Installation instruction","Clear installation instructions are provided in the README, including a copy-paste command and a setup script, with a doctor command for verification.",{"category":176,"check":177,"severity":24,"summary":178},"Errors","Actionable error messages","Errors are designed to be actionable, with clear messages naming the failure, cause, and remediation steps, suitable for agent interpretation.",{"category":137,"check":180,"severity":24,"summary":181},"Pinned dependencies","The project indicates dependency management with a lockfile and uses standard interpreters with appropriate headers, suggesting pinned dependencies.",{"category":70,"check":183,"severity":50,"summary":184},"Dry-run preview","The skill's primary functions are analytical and observational, not involving state-changing operations that would necessitate a dry-run preview.",{"category":186,"check":187,"severity":24,"summary":188},"Protocol","Idempotent retry & timeouts","The skill's operations are local and analytical, not involving remote calls or state-changing mutations that would require explicit idempotency or timeouts.",{"category":150,"check":190,"severity":24,"summary":191},"Telemetry opt-in","The skill operates entirely locally, and there is no indication of telemetry being emitted; therefore, opt-in telemetry compliance is met.",1778683758427,"This skill builds and manages a user's cognitive profile from Claude Code session history, detailing thinking styles, work patterns, blind spots, and cross-domain connections. It uses local operations and provides tools for querying, exploring, rebuilding, and recording profile data.",[195,196,197,198,199],"Builds cognitive profile from session history","Tracks work patterns, blind spots, and cross-domain connections","Provides tools to query, explore, and rebuild user profiles","Offers visualization of workflow and knowledge graph","Integrates with specialized agents for team memory",[201,202,203],"Storing or transmitting user data externally","Replacing core Claude Code functionality","Providing generic task management outside of profile context","3.0.0","4.4.0","To provide users with a persistent, context-aware memory of their work patterns and cognitive style within Claude Code, enhancing productivity and self-understanding.","All checks passed with high confidence. The extension demonstrates excellent documentation, clear utility, robust implementation, and strong adherence to security and maintenance best practices.",100,"A robust and well-documented skill for managing and leveraging a persistent cognitive profile.",[211,212,213,214,215,216],"cognitive","profile","memory","personalization","workflow","history","global","verified",[220,221,222,223],"Loading context at the start of a session to personalize AI responses","Understanding personal work patterns and cognitive style","Identifying and addressing personal blind spots in workflow","Rebuilding profile after significant new work or changes",{"codeQuality":225,"collectedAt":227,"documentation":228,"maintenance":231,"popularity":236,"security":238,"testCoverage":241},{"hasLockfile":226},true,1778683735439,{"descriptionLength":229,"readmeSize":230},403,36381,{"closedIssues90d":232,"forks":233,"hasChangelog":226,"openIssues90d":8,"pushedAt":234,"stars":235},16,8,1778675198000,33,{"npmDownloads":237},14,{"hasNpmPackage":226,"license":239,"smitheryVerified":240},"NOASSERTION",false,{"hasCi":226,"hasTests":226},{"updatedAt":243},1778683758763,{"basePath":245,"githubOwner":246,"githubRepo":247,"locale":18,"slug":13,"type":248},"skills/cortex-profile","cdeust","Cortex","skill",{"_creationTime":250,"_id":251,"community":252,"display":253,"identity":256,"parentExtension":259,"providers":292,"relations":301,"tags":302,"workflow":303},1778683562157.8752,"k1739s9t9kj9bmjq1z4byk17g986mv7x",{"reviewCount":8},{"description":254,"installMethods":255,"name":247,"sourceUrl":14},"Persistent memory and cognitive profiling for Claude Code — thermodynamic memory with heat/decay, intent-aware retrieval, biological plasticity, codebase intelligence, and cognitive profiling. 47 MCP tools with enriched schemas. PostgreSQL + pgvector in CLI mode; automatic SQLite fallback in Cowork/sandboxed mode. Curated wiki (ADRs, specs, lessons) with audit-artefact filtering. Consolidate is set-based SQL batched — decay/plasticity/pruning run 100-500× faster on large stores. Workflow graph with caller-qualified CALLS chains rendering full method-to-method dependencies (native tree-sitter, no AP required). Side panel humanized for non-technical users. Ingests codebase analysis (ai-automatised-pipeline) and PRDs (prd-spec-generator) into wiki + memory + knowledge graph. Docker image available.",{"claudeCode":247},{"basePath":257,"githubOwner":246,"githubRepo":247,"locale":18,"slug":247,"type":258},"","plugin",{"_creationTime":260,"_id":261,"community":262,"display":263,"identity":267,"providers":269,"relations":286,"tags":288,"workflow":289},1778683562157.875,"k174pnm5ch9ab6fr1etef2f2b586m74b",{"reviewCount":8},{"description":264,"installMethods":265,"name":266,"sourceUrl":14},"Persistent memory and cognitive profiling plugins for Claude Code",{"claudeCode":12},"cortex-plugins",{"basePath":257,"githubOwner":246,"githubRepo":247,"locale":18,"slug":247,"type":268},"marketplace",{"evaluate":270,"extract":280},{"promptVersionExtension":271,"promptVersionScoring":205,"score":208,"tags":272,"targetMarket":217,"tier":218},"3.1.0",[213,273,274,275,276,277,278,279],"cognitive-profiling","mcp","claude-code","knowledge-graph","codebase-analysis","postgresql","pgvector",{"commitSha":281,"marketplace":282,"plugin":284},"HEAD",{"name":266,"pluginCount":283},1,{"mcpCount":8,"provider":285,"skillCount":8},"classify",{"repoId":287},"kd79gxpemvkr09a7zsb3h8kmah86nvgf",[275,277,273,276,274,213,279,278],{"evaluatedAt":290,"extractAt":291,"updatedAt":290},1778683583007,1778683562157,{"evaluate":293,"extract":298},{"promptVersionExtension":204,"promptVersionScoring":205,"score":294,"tags":295,"targetMarket":217,"tier":218},99,[213,296,276,273,278,279,297],"persistence","developer-tools",{"commitSha":281,"license":299,"plugin":300},"MIT",{"mcpCount":8,"provider":285,"skillCount":237},{"parentExtensionId":261,"repoId":287},[273,297,276,213,296,279,278],{"evaluatedAt":304,"extractAt":291,"updatedAt":304},1778683602463,{"evaluate":306,"extract":308},{"promptVersionExtension":204,"promptVersionScoring":205,"score":208,"tags":307,"targetMarket":217,"tier":218},[211,212,213,214,215,216],{"commitSha":281},{"parentExtensionId":251,"repoId":287},{"_creationTime":311,"_id":287,"identity":312,"providers":313,"workflow":768},1778683544930.988,{"githubOwner":246,"githubRepo":247,"sourceUrl":14},{"classify":314,"discover":740,"extract":743,"github":744,"npm":767},{"commitSha":281,"extensions":315},[316,329,342,351,359,367,375,383,391,396,404,412,420,428,436,444,452],{"basePath":257,"description":264,"displayName":266,"installMethods":317,"rationale":318,"selectedPaths":319,"source":328,"sourceLanguage":18,"type":268},{"claudeCode":12},"marketplace.json at .claude-plugin/marketplace.json",[320,323,325],{"path":321,"priority":322},".claude-plugin/marketplace.json","mandatory",{"path":324,"priority":322},"README.md",{"path":326,"priority":327},"LICENSE","high","rule",{"basePath":257,"description":254,"displayName":330,"installMethods":331,"rationale":332,"selectedPaths":333,"source":328,"sourceLanguage":18,"type":258},"cortex",{"claudeCode":247},"inline plugin source from marketplace.json at /",[334,335,336,338,340],{"path":324,"priority":322},{"path":326,"priority":327},{"path":337,"priority":322},".mcp.json",{"path":339,"priority":327},"agents/cortex-wiki-groomer.md",{"path":341,"priority":327},"commands/methodology.md",{"basePath":343,"description":344,"displayName":345,"installMethods":346,"rationale":347,"selectedPaths":348,"source":328,"sourceLanguage":18,"type":248},"skills/cortex-automate","Set up automation — prospective memory triggers, neuro-symbolic rules, and CLAUDE.md sync. Use when the user says 'remind me when', 'trigger when', 'create a rule', 'auto-remember', 'sync to CLAUDE.md', 'push insights', 'set up trigger', 'when I open this file', 'when this keyword appears', or when you want to automate memory behavior based on conditions.","cortex-automate",{"claudeCode":12},"SKILL.md frontmatter at skills/cortex-automate/SKILL.md",[349],{"path":350,"priority":322},"SKILL.md",{"basePath":352,"description":353,"displayName":354,"installMethods":355,"rationale":356,"selectedPaths":357,"source":328,"sourceLanguage":18,"type":248},"skills/cortex-consolidate","Run memory maintenance — decay old memories, compress stale content, consolidate episodic memories into semantic knowledge, and run sleep-like replay. Use when the user says 'clean up memories', 'consolidate', 'run maintenance', 'compress old memories', 'memory cleanup', or periodically to keep the memory system healthy. Also use after importing many memories or at the end of a long session.","cortex-consolidate",{"claudeCode":12},"SKILL.md frontmatter at skills/cortex-consolidate/SKILL.md",[358],{"path":350,"priority":322},{"basePath":360,"description":361,"displayName":362,"installMethods":363,"rationale":364,"selectedPaths":365,"source":328,"sourceLanguage":18,"type":248},"skills/cortex-debug-memory","Debug and fix memory system issues — validate memories, rate quality, manage protection, forget bad memories, and restore from checkpoints. Use when the user says 'fix memory', 'bad memory', 'wrong memory', 'delete this', 'protect this', 'this memory is wrong', 'memory quality', 'rate this memory', 'restore checkpoint', 'undo', or when memories are returning incorrect or stale results.","cortex-debug-memory",{"claudeCode":12},"SKILL.md frontmatter at skills/cortex-debug-memory/SKILL.md",[366],{"path":350,"priority":322},{"basePath":368,"description":369,"displayName":370,"installMethods":371,"rationale":372,"selectedPaths":373,"source":328,"sourceLanguage":18,"type":248},"skills/cortex-explore-memory","Explore the memory system's state, find gaps in knowledge, assess coverage, and get diagnostic information. Use when the user asks 'what does my memory look like', 'show me memory stats', 'what am I missing', 'how good is my knowledge', 'memory health', 'show coverage', 'find gaps', 'what topics are weak', or when you need to understand the state of stored knowledge before a task.","cortex-explore-memory",{"claudeCode":12},"SKILL.md frontmatter at skills/cortex-explore-memory/SKILL.md",[374],{"path":350,"priority":322},{"basePath":376,"description":377,"displayName":378,"installMethods":379,"rationale":380,"selectedPaths":381,"source":328,"sourceLanguage":18,"type":248},"skills/cortex-import","Import memories from other AI memory systems into Cortex. Supports claude-mem (SQLite), Claude Desktop sessions, ChatGPT web export (JSON), Gemini Takeout (JSON), Cursor conversations, and Claude Code JSONL. Use when the user says 'import from claude-mem', 'migrate memories', 'import ChatGPT history', 'import from Gemini', 'transfer memories', or when Cortex detects another memory system is installed.","cortex-import",{"claudeCode":12},"SKILL.md frontmatter at skills/cortex-import/SKILL.md",[382],{"path":350,"priority":322},{"basePath":384,"description":385,"displayName":386,"installMethods":387,"rationale":388,"selectedPaths":389,"source":328,"sourceLanguage":18,"type":248},"skills/cortex-navigate-knowledge","Navigate the knowledge graph — trace entity relationships, explore causal chains, drill into memory clusters, and traverse co-access paths. Use when the user asks 'how are these related', 'what connects X to Y', 'show me the knowledge graph', 'trace the relationship', 'what caused X', 'drill down into', 'explore connections', or when you need to understand the web of relationships between concepts, entities, and memories.","cortex-navigate-knowledge",{"claudeCode":12},"SKILL.md frontmatter at skills/cortex-navigate-knowledge/SKILL.md",[390],{"path":350,"priority":322},{"basePath":245,"description":10,"displayName":13,"installMethods":392,"rationale":393,"selectedPaths":394,"source":328,"sourceLanguage":18,"type":248},{"claudeCode":12},"SKILL.md frontmatter at skills/cortex-profile/SKILL.md",[395],{"path":350,"priority":322},{"basePath":397,"description":398,"displayName":399,"installMethods":400,"rationale":401,"selectedPaths":402,"source":328,"sourceLanguage":18,"type":248},"skills/cortex-recall","Search and retrieve memories from Cortex persistent memory. Use when the user asks 'what did we decide about X', 'do you remember', 'what was the fix for', 'find that thing about', 'search memories', 'what do we know about', 'have we seen this before', or when you need context about past decisions, patterns, bugs, or architecture choices. Also use proactively when working on something that likely has relevant historical context.","cortex-recall",{"claudeCode":12},"SKILL.md frontmatter at skills/cortex-recall/SKILL.md",[403],{"path":350,"priority":322},{"basePath":405,"description":406,"displayName":407,"installMethods":408,"rationale":409,"selectedPaths":410,"source":328,"sourceLanguage":18,"type":248},"skills/cortex-recall-global","Search and retrieve global memories — knowledge that applies across all projects. Use when the user asks 'what are our coding standards', 'what conventions do we follow', 'what's our infrastructure setup', 'do we have a rule about', 'what applies to all projects', 'shared knowledge', 'global rules', or when you need cross-project context like architecture decisions, server configs, or team policies.","cortex-recall-global",{"claudeCode":12},"SKILL.md frontmatter at skills/cortex-recall-global/SKILL.md",[411],{"path":350,"priority":322},{"basePath":413,"description":414,"displayName":415,"installMethods":416,"rationale":417,"selectedPaths":418,"source":328,"sourceLanguage":18,"type":248},"skills/cortex-remember","Store important decisions, patterns, errors, lessons, and context into Cortex persistent memory. Use when the user says 'remember this', 'save this', 'store this for later', 'note this down', 'don't forget', 'this is important', 'bookmark this', or when a significant decision, bug fix, architecture choice, or lesson learned occurs during a session. Also use after resolving tricky bugs, making technology choices, or discovering important patterns.","cortex-remember",{"claudeCode":12},"SKILL.md frontmatter at skills/cortex-remember/SKILL.md",[419],{"path":350,"priority":322},{"basePath":421,"description":422,"displayName":423,"installMethods":424,"rationale":425,"selectedPaths":426,"source":328,"sourceLanguage":18,"type":248},"skills/cortex-remember-global","Store a global memory that is visible across all projects. Use when the user shares architecture rules, coding conventions, infrastructure facts, security policies, team agreements, or any knowledge that applies beyond a single project. Triggers on 'remember this everywhere', 'this applies to all projects', 'global rule', 'shared convention', 'infrastructure note', 'cross-project', or when the content is clearly universal (clean architecture, SOLID, deployment configs, server addresses).","cortex-remember-global",{"claudeCode":12},"SKILL.md frontmatter at skills/cortex-remember-global/SKILL.md",[427],{"path":350,"priority":322},{"basePath":429,"description":430,"displayName":431,"installMethods":432,"rationale":433,"selectedPaths":434,"source":328,"sourceLanguage":18,"type":248},"skills/cortex-setup-project","Bootstrap Cortex for a new project or import existing session history. Use when the user says 'set up Cortex', 'seed this project', 'import my history', 'backfill memories', 'bootstrap memory', 'initialize Cortex for this project', or when starting to use Cortex on an existing codebase that already has Claude Code conversation history.","cortex-setup-project",{"claudeCode":12},"SKILL.md frontmatter at skills/cortex-setup-project/SKILL.md",[435],{"path":350,"priority":322},{"basePath":437,"description":438,"displayName":439,"installMethods":440,"rationale":441,"selectedPaths":442,"source":328,"sourceLanguage":18,"type":248},"skills/cortex-visualize","Launch the interactive unified neural graph visualization. Use when the user says 'show visualization', 'show me the graph', 'visualize memories', 'show memory map', 'open neural graph', or when a visual overview of the memory system or cognitive profile would be helpful.","cortex-visualize",{"claudeCode":12},"SKILL.md frontmatter at skills/cortex-visualize/SKILL.md",[443],{"path":350,"priority":322},{"basePath":445,"description":446,"displayName":447,"installMethods":448,"rationale":449,"selectedPaths":450,"source":328,"sourceLanguage":18,"type":248},"skills/cortex-wiki-author","Author first-class wiki pages (ADRs, specs, file docs, notes) that live alongside Cortex memory. Use when the user says 'this is an ADR', 'document this decision', 'write an ADR', 'add a spec', 'spec this out', 'document this file', 'add a note about', 'link these pages', 'bookmark this as a spec', or when finalizing a design decision that should persist as a human-readable document.","cortex-wiki-author",{"claudeCode":12},"SKILL.md frontmatter at skills/cortex-wiki-author/SKILL.md",[451],{"path":350,"priority":322},{"basePath":257,"description":453,"displayName":454,"installMethods":455,"license":299,"rationale":456,"selectedPaths":457,"source":328,"sourceLanguage":18,"type":274},"Persistent memory and cognitive profiling for Claude Code","neuro-cortex-memory",{"pypi":454},"pyproject.toml with mcp/fastmcp dependency + scripts at pyproject.toml",[458,460,462,463,464,467,470,472,474,476,478,480,482,484,486,488,490,492,494,496,498,500,502,504,506,508,510,512,514,516,518,520,522,524,526,528,530,532,534,536,538,540,542,544,546,548,550,552,554,556,558,560,562,564,566,568,570,572,574,576,578,580,582,584,586,588,590,592,594,596,598,600,602,604,606,608,610,612,614,616,618,620,622,624,626,628,630,632,634,636,638,640,642,644,646,648,650,652,654,656,658,660,662,664,666,668,670,672,674,676,678,680,682,684,686,688,690,692,694,696,698,700,702,704,706,708,710,712,714,716,718,720,722,724,726,728,730,732,734,736,738],{"path":459,"priority":322},"package.json",{"path":461,"priority":322},"pyproject.toml",{"path":324,"priority":322},{"path":326,"priority":327},{"path":465,"priority":466},"mcp_server/doctor.py","medium",{"path":468,"priority":469},"mcp_server/__main__.py","low",{"path":471,"priority":469},"mcp_server/handlers/__init__.py",{"path":473,"priority":469},"mcp_server/handlers/_telemetry_wrap.py",{"path":475,"priority":469},"mcp_server/handlers/_tool_meta.py",{"path":477,"priority":469},"mcp_server/handlers/add_rule.py",{"path":479,"priority":469},"mcp_server/handlers/admission.py",{"path":481,"priority":469},"mcp_server/handlers/anchor.py",{"path":483,"priority":469},"mcp_server/handlers/assess_coverage.py",{"path":485,"priority":469},"mcp_server/handlers/backfill_helpers.py",{"path":487,"priority":469},"mcp_server/handlers/backfill_memories.py",{"path":489,"priority":469},"mcp_server/handlers/change_impact.py",{"path":491,"priority":469},"mcp_server/handlers/checkpoint.py",{"path":493,"priority":469},"mcp_server/handlers/codebase_analyze.py",{"path":495,"priority":469},"mcp_server/handlers/codebase_analyze_helpers.py",{"path":497,"priority":469},"mcp_server/handlers/consolidate.py",{"path":499,"priority":469},"mcp_server/handlers/consolidation/__init__.py",{"path":501,"priority":469},"mcp_server/handlers/consolidation/cascade.py",{"path":503,"priority":469},"mcp_server/handlers/consolidation/cls.py",{"path":505,"priority":469},"mcp_server/handlers/consolidation/compression.py",{"path":507,"priority":469},"mcp_server/handlers/consolidation/decay.py",{"path":509,"priority":469},"mcp_server/handlers/consolidation/homeostatic.py",{"path":511,"priority":469},"mcp_server/handlers/consolidation/memify.py",{"path":513,"priority":469},"mcp_server/handlers/consolidation/plasticity.py",{"path":515,"priority":469},"mcp_server/handlers/consolidation/pruning.py",{"path":517,"priority":469},"mcp_server/handlers/consolidation/sleep.py",{"path":519,"priority":469},"mcp_server/handlers/consolidation/transfer.py",{"path":521,"priority":469},"mcp_server/handlers/create_trigger.py",{"path":523,"priority":469},"mcp_server/handlers/detect_domain.py",{"path":525,"priority":469},"mcp_server/handlers/detect_gaps.py",{"path":527,"priority":469},"mcp_server/handlers/drill_down.py",{"path":529,"priority":469},"mcp_server/handlers/explore_features.py",{"path":531,"priority":469},"mcp_server/handlers/forget.py",{"path":533,"priority":469},"mcp_server/handlers/get_causal_chain.py",{"path":535,"priority":469},"mcp_server/handlers/get_methodology_graph.py",{"path":537,"priority":469},"mcp_server/handlers/get_project_story.py",{"path":539,"priority":469},"mcp_server/handlers/get_rules.py",{"path":541,"priority":469},"mcp_server/handlers/get_telemetry.py",{"path":543,"priority":469},"mcp_server/handlers/import_sessions.py",{"path":545,"priority":469},"mcp_server/handlers/ingest_codebase.py",{"path":547,"priority":469},"mcp_server/handlers/ingest_codebase_cypher.py",{"path":549,"priority":469},"mcp_server/handlers/ingest_codebase_graph.py",{"path":551,"priority":469},"mcp_server/handlers/ingest_codebase_pages.py",{"path":553,"priority":469},"mcp_server/handlers/ingest_codebase_schema.py",{"path":555,"priority":469},"mcp_server/handlers/ingest_codebase_writers.py",{"path":557,"priority":469},"mcp_server/handlers/ingest_helpers.py",{"path":559,"priority":469},"mcp_server/handlers/ingest_prd.py",{"path":561,"priority":469},"mcp_server/handlers/latency_class.py",{"path":563,"priority":469},"mcp_server/handlers/list_domains.py",{"path":565,"priority":469},"mcp_server/handlers/memories_facets.py",{"path":567,"priority":469},"mcp_server/handlers/memories_page.py",{"path":569,"priority":469},"mcp_server/handlers/memory_stats.py",{"path":571,"priority":469},"mcp_server/handlers/narrative.py",{"path":573,"priority":469},"mcp_server/handlers/navigate_memory.py",{"path":575,"priority":469},"mcp_server/handlers/open_visualization.py",{"path":577,"priority":469},"mcp_server/handlers/quadtree_handler.py",{"path":579,"priority":469},"mcp_server/handlers/query_methodology.py",{"path":581,"priority":469},"mcp_server/handlers/query_workflow_graph.py",{"path":583,"priority":469},"mcp_server/handlers/rate_memory.py",{"path":585,"priority":469},"mcp_server/handlers/rebuild_profiles.py",{"path":587,"priority":469},"mcp_server/handlers/recall.py",{"path":589,"priority":469},"mcp_server/handlers/recall_helpers.py",{"path":591,"priority":469},"mcp_server/handlers/recall_hierarchical.py",{"path":593,"priority":469},"mcp_server/handlers/recompute_layout.py",{"path":595,"priority":469},"mcp_server/handlers/record_session_end.py",{"path":597,"priority":469},"mcp_server/handlers/remember.py",{"path":599,"priority":469},"mcp_server/handlers/remember_helpers.py",{"path":601,"priority":469},"mcp_server/handlers/remember_response.py",{"path":603,"priority":469},"mcp_server/handlers/seed_project.py",{"path":605,"priority":469},"mcp_server/handlers/seed_project_constants.py",{"path":607,"priority":469},"mcp_server/handlers/seed_project_stages.py",{"path":609,"priority":469},"mcp_server/handlers/sync_instructions.py",{"path":611,"priority":469},"mcp_server/handlers/tile_handler.py",{"path":613,"priority":469},"mcp_server/handlers/unified_search.py",{"path":615,"priority":469},"mcp_server/handlers/validate_memory.py",{"path":617,"priority":469},"mcp_server/handlers/wiki_adr.py",{"path":619,"priority":469},"mcp_server/handlers/wiki_api.py",{"path":621,"priority":469},"mcp_server/handlers/wiki_compile.py",{"path":623,"priority":469},"mcp_server/handlers/wiki_consolidate.py",{"path":625,"priority":469},"mcp_server/handlers/wiki_curate.py",{"path":627,"priority":469},"mcp_server/handlers/wiki_emerge.py",{"path":629,"priority":469},"mcp_server/handlers/wiki_export.py",{"path":631,"priority":469},"mcp_server/handlers/wiki_extract.py",{"path":633,"priority":469},"mcp_server/handlers/wiki_link.py",{"path":635,"priority":469},"mcp_server/handlers/wiki_list.py",{"path":637,"priority":469},"mcp_server/handlers/wiki_migrate.py",{"path":639,"priority":469},"mcp_server/handlers/wiki_pipeline.py",{"path":641,"priority":469},"mcp_server/handlers/wiki_purge.py",{"path":643,"priority":469},"mcp_server/handlers/wiki_read.py",{"path":645,"priority":469},"mcp_server/handlers/wiki_refine.py",{"path":647,"priority":469},"mcp_server/handlers/wiki_reindex.py",{"path":649,"priority":469},"mcp_server/handlers/wiki_rename.py",{"path":651,"priority":469},"mcp_server/handlers/wiki_resolve.py",{"path":653,"priority":469},"mcp_server/handlers/wiki_seed_codebase.py",{"path":655,"priority":469},"mcp_server/handlers/wiki_synthesize.py",{"path":657,"priority":469},"mcp_server/handlers/wiki_verify.py",{"path":659,"priority":469},"mcp_server/handlers/wiki_view.py",{"path":661,"priority":469},"mcp_server/handlers/wiki_write.py",{"path":663,"priority":469},"mcp_server/handlers/workflow_graph.py",{"path":665,"priority":469},"tests_py/handlers/__init__.py",{"path":667,"priority":469},"tests_py/handlers/test_a3_homeostatic_scalar.py",{"path":669,"priority":469},"tests_py/handlers/test_admission.py",{"path":671,"priority":469},"tests_py/handlers/test_backfill_discover_files_issue15.py",{"path":673,"priority":469},"tests_py/handlers/test_backfill_heat.py",{"path":675,"priority":469},"tests_py/handlers/test_beam_anticheat.py",{"path":677,"priority":469},"tests_py/handlers/test_checkpoint.py",{"path":679,"priority":469},"tests_py/handlers/test_cls_diagnostics.py",{"path":681,"priority":469},"tests_py/handlers/test_codebase_analyze_rglob.py",{"path":683,"priority":469},"tests_py/handlers/test_consolidate.py",{"path":685,"priority":469},"tests_py/handlers/test_consolidate_telemetry.py",{"path":687,"priority":469},"tests_py/handlers/test_detect_domain.py",{"path":689,"priority":469},"tests_py/handlers/test_explore_features.py",{"path":691,"priority":469},"tests_py/handlers/test_get_methodology_graph.py",{"path":693,"priority":469},"tests_py/handlers/test_get_telemetry.py",{"path":695,"priority":469},"tests_py/handlers/test_import_sessions.py",{"path":697,"priority":469},"tests_py/handlers/test_import_sessions_stream.py",{"path":699,"priority":469},"tests_py/handlers/test_ingest_codebase.py",{"path":701,"priority":469},"tests_py/handlers/test_ingest_prd.py",{"path":703,"priority":469},"tests_py/handlers/test_latency_class.py",{"path":705,"priority":469},"tests_py/handlers/test_list_domains.py",{"path":707,"priority":469},"tests_py/handlers/test_memify_diagnostics.py",{"path":709,"priority":469},"tests_py/handlers/test_memory_stats.py",{"path":711,"priority":469},"tests_py/handlers/test_open_visualization.py",{"path":713,"priority":469},"tests_py/handlers/test_query_methodology.py",{"path":715,"priority":469},"tests_py/handlers/test_query_workflow_graph.py",{"path":717,"priority":469},"tests_py/handlers/test_rebuild_profiles.py",{"path":719,"priority":469},"tests_py/handlers/test_recall.py",{"path":721,"priority":469},"tests_py/handlers/test_recall_enhancements.py",{"path":723,"priority":469},"tests_py/handlers/test_recall_hierarchical_bounded.py",{"path":725,"priority":469},"tests_py/handlers/test_recall_low_signal_filter.py",{"path":727,"priority":469},"tests_py/handlers/test_record_session_end.py",{"path":729,"priority":469},"tests_py/handlers/test_registry.py",{"path":731,"priority":469},"tests_py/handlers/test_remember.py",{"path":733,"priority":469},"tests_py/handlers/test_seed_project.py",{"path":735,"priority":469},"tests_py/handlers/test_wiki_redirect_handlers.py",{"path":737,"priority":469},"tests_py/handlers/test_wiki_seed_codebase.py",{"path":739,"priority":469},"tests_py/handlers/test_wiki_sync_errors.py",{"sources":741},[742],"manual",{"npmPackage":454},{"closedIssues90d":232,"description":745,"forks":233,"homepage":746,"license":239,"openIssues90d":8,"pushedAt":234,"readmeSize":230,"stars":235,"topics":747},"Persistent memory for Claude Code — 41 neuroscience papers, 26 biological mechanisms with paper-bearing per-mechanism ablation evidence (E1 v3). LongMemEval R@10 98.4% / MRR 0.9124 (n=500). LoCoMo R@10 94.2% / MRR 0.8278 (n=1986). BEAM-10M +33.4% over flat retrieval. PostgreSQL + pgvector. Verified via 31-row two-benchmark ablation campaign.","https://ai-architect.tools",[748,749,750,751,275,752,753,754,755,756,757,758,759,760,761,762,763,764,765,766],"mcp-server","model-context-protocol","agent-memory-system","causal-inference","claude-code-plugin","cognitive-architecture","cognitive-science","neuroscience","persistent-memory","predictive-coding","retrieval-augmented-generation","vector-search","hopfield-network","long-term-memory","episodic-memory","llm-memory","anthropic","artificial-intelligence","claude",{"downloads":237},{"classifiedAt":769,"discoverAt":770,"extractAt":771,"githubAt":771,"npmAt":772,"updatedAt":769},1778683561790,1778683544931,1778683554398,1778683559402,[211,216,213,214,212,215],{"evaluatedAt":243,"extractAt":291,"updatedAt":243},[],[777,807,828,847,879,902],{"_creationTime":778,"_id":779,"community":780,"display":781,"identity":787,"providers":792,"relations":800,"tags":803,"workflow":804},1778696595410.5698,"k171sdysmt658g1cdd7hgt8p8h86nms7",{"reviewCount":8},{"description":782,"installMethods":783,"name":785,"sourceUrl":786},"End-of-session ritual that audits changes, runs quality checks, captures learnings, and produces a session summary. Use when saying \"wrap up\", \"done for the day\", \"finish coding\", or ending a coding session.",{"claudeCode":784},"rohitg00/pro-workflow","Wrap-Up Ritual","https://github.com/rohitg00/pro-workflow",{"basePath":788,"githubOwner":789,"githubRepo":790,"locale":18,"slug":791,"type":248},"skills/wrap-up","rohitg00","pro-workflow","wrap-up",{"evaluate":793,"extract":799},{"promptVersionExtension":204,"promptVersionScoring":205,"score":208,"tags":794,"targetMarket":217,"tier":218},[215,795,796,213,797,798],"llm","productivity","knowledge-base","code-quality",{"commitSha":281,"license":299},{"parentExtensionId":801,"repoId":802},"k17fxtjcfh5gvxdrhv2dmgn1t986mdhv","kd7am4e918eq98hrd9s31jm4vs86nn0b",[798,797,795,213,796,215],{"evaluatedAt":805,"extractAt":806,"updatedAt":805},1778697164619,1778696595410,{"_creationTime":808,"_id":809,"community":810,"display":811,"identity":815,"providers":817,"relations":824,"tags":825,"workflow":826},1778696595410.5657,"k17bk9m02r7jkbzzqapbzfvq8h86m6qn",{"reviewCount":8},{"description":812,"installMethods":813,"name":814,"sourceUrl":786},"Wire Commands, Agents, and Skills together for complex features. Use when building features that need research, planning, and implementation phases.",{"claudeCode":784},"orchestrate",{"basePath":816,"githubOwner":789,"githubRepo":790,"locale":18,"slug":814,"type":248},"skills/orchestrate",{"evaluate":818,"extract":823},{"promptVersionExtension":204,"promptVersionScoring":205,"score":208,"tags":819,"targetMarket":217,"tier":218},[820,821,215,213,822],"llm-ops","agent","knowledge-management",{"commitSha":281},{"parentExtensionId":801,"repoId":802},[821,822,820,213,215],{"evaluatedAt":827,"extractAt":806,"updatedAt":827},1778696881233,{"_creationTime":829,"_id":830,"community":831,"display":832,"identity":834,"providers":835,"relations":843,"tags":844,"workflow":845},1778683562157.8755,"k170hhfkx545yd99mvxa5xqamd86m4sv",{"reviewCount":8},{"description":344,"installMethods":833,"name":345,"sourceUrl":14},{"claudeCode":12},{"basePath":343,"githubOwner":246,"githubRepo":247,"locale":18,"slug":345,"type":248},{"evaluate":836,"extract":842},{"promptVersionExtension":204,"promptVersionScoring":205,"score":208,"tags":837,"targetMarket":217,"tier":218},[838,213,839,840,841,215],"automation","triggers","rules","sync",{"commitSha":281},{"parentExtensionId":251,"repoId":287},[838,213,840,841,839,215],{"evaluatedAt":846,"extractAt":291,"updatedAt":846},1778683620696,{"_creationTime":848,"_id":849,"community":850,"display":851,"identity":857,"providers":862,"relations":870,"tags":874,"workflow":875},1778693819124.3687,"k177re651qqdxa2pxznqy4qzx186mgmm",{"reviewCount":8},{"description":852,"installMethods":853,"name":855,"sourceUrl":856},"Domänenwissen für die KI-Trading-Erinnerung – Outcome-Weighted Memory (OWM)-Architektur, 5 Speichertypen, Abrufbewertung und Verhaltensanalyse. Verwenden Sie dies beim Aufzeichnen von Trades, beim Abrufen ähnlicher Kontexte, bei der Leistungsanalyse oder bei der Überprüfung von Verhaltensabweichungen. Löst bei \"record trade\", \"remember trade\", \"recall\", \"similar trades\", \"performance\", \"behavioral\", \"disposition\", \"affective state\", \"confidence\" aus.",{"claudeCode":854},"mnemox-ai/tradememory-protocol","trading-memory","https://github.com/mnemox-ai/tradememory-protocol",{"basePath":858,"githubOwner":859,"githubRepo":860,"locale":861,"slug":855,"type":248},"tradememory-plugin/skills/trading-memory","mnemox-ai","tradememory-protocol","de",{"evaluate":863,"extract":869},{"promptVersionExtension":204,"promptVersionScoring":205,"score":208,"tags":864,"targetMarket":217,"tier":218},[865,866,213,867,868],"trading","ai","finance","python",{"commitSha":281},{"parentExtensionId":871,"repoId":872,"translatedFrom":873},"k170vxkqee48k2xq1v55a025nh86nzn7","kd73z11kfekksxyrs8ds0snacs86ncdy","k173a67a16bpq0e29wjd85v71986nx03",[866,867,213,868,865],{"evaluatedAt":876,"extractAt":877,"updatedAt":878},1778693719816,1778693539593,1778693819124,{"_creationTime":880,"_id":881,"community":882,"display":883,"identity":887,"providers":890,"relations":896,"tags":898,"workflow":899},1778693798788.0542,"k170ymfjagf8xv5gd19p7dq52986mp9g",{"reviewCount":8},{"description":884,"installMethods":885,"name":886,"sourceUrl":856},"Domänenwissen für die Evolution Engine — LLM-gestützte autonome Strategieentdeckung aus rohen OHLCV-Daten. Behandelt die Schleife Generieren-Backtesten-Auswählen-Entwickeln, vektorisiertes Backtesting, Out-of-Sample-Validierung und Strategiegraduierung. Verwenden Sie es beim Entdecken von Handelspatterns, Ausführen von Backtests, Entwickeln von Strategien oder Überprüfen von Evolutionsprotokollen. Löst aus bei \"evolve\", \"discover patterns\", \"backtest\", \"evolution\", \"strategy generation\", \"candidate strategy\".",{"claudeCode":854},"TradeMemory Protocol",{"basePath":888,"githubOwner":859,"githubRepo":860,"locale":861,"slug":889,"type":248},"tradememory-plugin/skills/evolution-engine","evolution-engine",{"evaluate":891,"extract":895},{"promptVersionExtension":204,"promptVersionScoring":205,"score":208,"tags":892,"targetMarket":217,"tier":218},[865,866,213,893,894,795],"audit","compliance",{"commitSha":281,"license":299},{"parentExtensionId":871,"repoId":872,"translatedFrom":897},"k171p5pgbfbm5g4k5sa3y4cj9s86m6hk",[866,893,894,795,213,865],{"evaluatedAt":900,"extractAt":877,"updatedAt":901},1778693678813,1778693798788,{"_creationTime":903,"_id":904,"community":905,"display":906,"identity":912,"providers":916,"relations":923,"tags":927,"workflow":928},1778688539782.859,"k17bv47rq7bxwrvjr0q77wqrb986nk9q",{"reviewCount":8},{"description":907,"installMethods":908,"name":910,"sourceUrl":911},"Verwenden Sie dies, wenn der Benutzer nach Themen fragt, die in der aktuellen Sitzung besprochen wurden, eine Themenliste sehen möchte oder fragt, worüber gesprochen wurde.",{"claudeCode":909},"hatawong/claude-recap","list-topics","https://github.com/hatawong/claude-recap",{"basePath":913,"githubOwner":914,"githubRepo":915,"locale":861,"slug":910,"type":248},"skills/list-topics","hatawong","claude-recap",{"evaluate":917,"extract":922},{"promptVersionExtension":204,"promptVersionScoring":205,"score":208,"tags":918,"targetMarket":217,"tier":218},[213,919,920,921,838],"session-management","markdown","cli",{"commitSha":281},{"parentExtensionId":924,"repoId":925,"translatedFrom":926},"k17b9bmvrv1a5e41w678q1yvrh86m81g","kd78y3gm1ky53msejxede6b4x986nqyc","k179fdg8n1dygkq5yatjqcesm986m4ck",[838,921,920,213,919],{"evaluatedAt":929,"extractAt":930,"updatedAt":931},1778688418474,1778688322101,1778688539782]