[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"extension-skill-Lum1104-understand-en":3,"guides-for-Lum1104-understand":382,"similar-k17cmt6ekj6t5bf5dbscrqa3an86m6p3-en":383},{"_creationTime":4,"_id":5,"children":6,"community":7,"display":9,"evaluation":15,"identity":242,"isFallback":233,"parentExtension":247,"providers":248,"relations":253,"repo":255,"tags":378,"workflow":379},1778692549705.5164,"k17cmt6ekj6t5bf5dbscrqa3an86m6p3",[],{"reviewCount":8},0,{"description":10,"installMethods":11,"name":13,"sourceUrl":14},"Analyze a codebase to produce an interactive knowledge graph for understanding architecture, components, and relationships",{"claudeCode":12},"Lum1104/Understand-Anything","understand","https://github.com/Lum1104/Understand-Anything",{"_creationTime":16,"_id":17,"extensionId":5,"locale":18,"result":19,"trustSignals":223,"workflow":240},1778692606129.8767,"kn7ess7gy03zm3szgy0zhb3yf186mhpr","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":216,"tier":217,"useCases":218},[21,26,29,32,36,39,43,47,50,53,57,61,64,68,71,74,77,80,83,86,90,94,98,102,106,109,112,115,119,122,125,128,132,135,138,142,146,150,153,157,160,163,166,169,173,176,179,182,185,189],{"category":22,"check":23,"severity":24,"summary":25},"Practical Utility","Problem relevance","pass","The description clearly states the problem of understanding large codebases and presents the extension as a solution for creating interactive knowledge graphs.",{"category":22,"check":27,"severity":24,"summary":28},"Unique selling proposition","The extension offers a significant value over a simple prompt by orchestrating a multi-agent pipeline to build and visualize a comprehensive knowledge graph, which goes beyond standard LLM capabilities.",{"category":22,"check":30,"severity":24,"summary":31},"Production readiness","The extension provides a complete lifecycle from analysis to visualization, with clear installation and usage instructions, and supports incremental updates, making it suitable for production workflows.",{"category":33,"check":34,"severity":24,"summary":35},"Scope","Single responsibility principle","The extension focuses on analyzing codebases to produce knowledge graphs and related exploration tools, adhering to a single domain.",{"category":33,"check":37,"severity":24,"summary":38},"Description quality","The displayed description accurately and concisely reflects the extension's core functionality.",{"category":40,"check":41,"severity":24,"summary":42},"Invocation","Scoped tools","The extension primarily uses specific sub-agent definitions for distinct tasks (e.g., project-scanner, file-analyzer) rather than a single, generalist tool with arbitrary command strings.",{"category":44,"check":45,"severity":24,"summary":46},"Documentation","Configuration & parameter reference","The SKILL.md provides detailed options for the /understand command, including `--full`, `--auto-update`, `--no-auto-update`, `--review`, `--language`, and directory paths, with clear explanations.",{"category":33,"check":48,"severity":24,"summary":49},"Tool naming","The primary tool name is '/understand', and the main output is a structured knowledge graph, which is descriptive of its purpose.",{"category":33,"check":51,"severity":24,"summary":52},"Minimal I/O surface","The extension's inputs are well-defined command-line arguments and file paths, and its output is a structured JSON knowledge graph, adhering to minimal I/O principles.",{"category":54,"check":55,"severity":24,"summary":56},"License","License usability","The extension is licensed under the MIT license, as indicated by the LICENSE file and the trust signals.",{"category":58,"check":59,"severity":24,"summary":60},"Maintenance","Commit recency","The repository shows recent commit activity as of May 13, 2026.",{"category":58,"check":62,"severity":24,"summary":63},"Dependency Management","The project uses pnpm for dependency management, and the SKILL.md includes instructions for installation and building, suggesting good dependency handling.",{"category":65,"check":66,"severity":24,"summary":67},"Security","Secret Management","The extension analyzes codebases and does not appear to handle or expose secrets directly. The SKILL.md does not mention secrets management.",{"category":65,"check":69,"severity":24,"summary":70},"Injection","The extension's pipeline involves running scripts and agents that process code and configuration files. The SKILL.md's structured approach to handling input and output, including explicit subagent definitions and data serialization, suggests a resistance to injection vulnerabilities.",{"category":65,"check":72,"severity":24,"summary":73},"Transitive Supply-Chain Grenades","The extension uses bundled scripts and agents rather than executing arbitrary remote code or commands. The installation instructions focus on cloning the repository or using platform-specific package managers.",{"category":65,"check":75,"severity":24,"summary":76},"Sandbox Isolation","The extension operates within the context of analyzing a provided codebase and does not appear to modify files outside the project directory or interact with sensitive system locations.",{"category":65,"check":78,"severity":24,"summary":79},"Sandbox escape primitives","The SKILL.md does not describe or imply any use of detached processes or retry loops around denied tool calls, suggesting no sandbox escape primitives are employed.",{"category":65,"check":81,"severity":24,"summary":82},"Data Exfiltration","The extension's primary function is code analysis and graph generation; it does not appear to read or submit confidential data to third parties.",{"category":65,"check":84,"severity":24,"summary":85},"Hidden Text Tricks","The bundled files and SKILL.md do not exhibit signs of hidden steering tricks, such as invisible Unicode characters or obfuscated instructions.",{"category":87,"check":88,"severity":24,"summary":89},"Hooks","Opaque code execution","The SKILL.md details the use of Node.js scripts and specific agents, which are expected to be in plain, readable source code, not obfuscated payloads.",{"category":91,"check":92,"severity":24,"summary":93},"Portability","Structural Assumption","The SKILL.md guides on resolving project root and handling git worktrees, and specifies how to find the plugin root, indicating awareness of different project structures.",{"category":95,"check":96,"severity":24,"summary":97},"Trust","Issues Attention","With 9 open issues and 57 closed issues in the last 90 days, the closure rate appears healthy (57/(9+57) ≈ 86%), indicating good maintainer engagement.",{"category":99,"check":100,"severity":24,"summary":101},"Versioning","Release Management","The extension's SKILL.md frontmatter includes a `version` field which indicates a formal release versioning scheme.",{"category":103,"check":104,"severity":24,"summary":105},"Code Execution","Validation","The SKILL.md outlines a detailed multi-phase pipeline with sub-agents and specific input/output formats, implying robust validation and sanitization mechanisms within the pipeline's components.",{"category":65,"check":107,"severity":24,"summary":108},"Unguarded Destructive Operations","The extension's primary function is analysis and graph generation, which are read-only operations, thus not involving destructive primitives.",{"category":103,"check":110,"severity":24,"summary":111},"Error Handling","The SKILL.md explicitly mentions error tracking and reporting through `$PHASE_WARNINGS`, retrying failed sub-agent dispatches once, and always saving partial results, indicating a robust error handling strategy.",{"category":103,"check":113,"severity":24,"summary":114},"Logging","The SKILL.md details reporting summaries and warnings to the user, and intermediate file cleanup, indicating a form of logging for user review.",{"category":116,"check":117,"severity":24,"summary":118},"Compliance","GDPR","The extension analyzes codebases and does not appear to operate on personal data. The SKILL.md does not mention PII.",{"category":116,"check":120,"severity":24,"summary":121},"Target market","The extension's functionality is language and code-agnostic, and it supports multiple languages for its output, indicating a global target market.",{"category":91,"check":123,"severity":24,"summary":124},"Runtime stability","The SKILL.md specifies Node.js and pnpm requirements and details how to find the plugin root, indicating cross-platform considerations for its execution environment.",{"category":44,"check":126,"severity":24,"summary":127},"README","The README is extensive, well-structured, and clearly states the extension's purpose and features.",{"category":33,"check":129,"severity":130,"summary":131},"Tool surface size","not_applicable","This is a single-function skill primarily invoked via '/understand' and '/understand-dashboard', not a multi-tool extension.",{"category":40,"check":133,"severity":24,"summary":134},"Overlapping near-synonym tools","The extension provides distinct commands like `/understand`, `/understand-dashboard`, `/understand-chat`, etc., each with a clear, non-overlapping purpose.",{"category":44,"check":136,"severity":24,"summary":137},"Phantom features","All advertised features, such as the knowledge graph generation, interactive dashboard, and various chat/analysis commands, are supported by the described pipeline and sub-agents.",{"category":139,"check":140,"severity":24,"summary":141},"Install","Installation instruction","The README provides comprehensive installation instructions for multiple platforms and includes copy-pasteable examples for usage.",{"category":143,"check":144,"severity":24,"summary":145},"Errors","Actionable error messages","The SKILL.md outlines a detailed error handling strategy, including reporting issues, retrying failed sub-agents, and saving partial results, implying actionable error reporting.",{"category":147,"check":148,"severity":24,"summary":149},"Execution","Pinned dependencies","The SKILL.md specifies Node.js version requirements and implies the use of lockfiles via 'pnpm install --frozen-lockfile', indicating pinned dependencies.",{"category":33,"check":151,"severity":130,"summary":152},"Dry-run preview","The extension's core functionality is analysis and graph generation, which are not state-changing operations that would typically require a dry-run preview.",{"category":154,"check":155,"severity":24,"summary":156},"Protocol","Idempotent retry & timeouts","The SKILL.md mentions retrying sub-agent dispatches once and handling errors gracefully, suggesting consideration for idempotency and timeouts in its pipeline operations.",{"category":116,"check":158,"severity":24,"summary":159},"Telemetry opt-in","There is no mention of telemetry collection in the SKILL.md or README, implying no telemetry is emitted, or it is strictly opt-in and undocumented.",{"category":40,"check":161,"severity":24,"summary":162},"Precise Purpose","The description clearly states the artifact (codebase) and the task (produce an interactive knowledge graph for understanding architecture, components, and relationships), with clear non-goals implicitly defined by its focus.",{"category":40,"check":164,"severity":24,"summary":165},"Concise Frontmatter","The frontmatter is concise, under 160 characters, and self-contained, accurately summarizing the core capability.",{"category":44,"check":167,"severity":24,"summary":168},"Concise Body","The SKILL.md is well-structured with clear phases and delegates deeper material to agents, keeping the main instructions concise.",{"category":170,"check":171,"severity":24,"summary":172},"Context","Progressive Disclosure","The SKILL.md outlines the workflow phases and relies on sub-agents and their respective prompts for detailed processing, demonstrating progressive disclosure.",{"category":170,"check":174,"severity":130,"summary":175},"Forked exploration","The skill's primary function is code analysis and graph generation, not deep exploration that would flood the main conversation. The output is a structured graph and interactive dashboard.",{"category":22,"check":177,"severity":24,"summary":178},"Usage examples","The README provides clear, copy-pasteable examples for installation, running the `/understand` command with options like `--language`, and exploring the dashboard.",{"category":22,"check":180,"severity":24,"summary":181},"Edge cases","The SKILL.md addresses potential issues like git worktrees, missing plugin roots, and handling of large file counts, suggesting consideration for edge cases.",{"category":103,"check":183,"severity":24,"summary":184},"Tool Fallback","The SKILL.md mentions platform compatibility and provides platform-specific installation scripts, implying the tool is designed to work across different environments.",{"category":186,"check":187,"severity":24,"summary":188},"Safety","Halt on unexpected state","The SKILL.md details error handling for sub-agent failures and explicitly states to report any skipped phases or errors in the final summary, indicating a halt on unexpected states.",{"category":91,"check":190,"severity":24,"summary":191},"Cross-skill coupling","The extension is designed as a standalone skill with its own defined pipeline and commands, without implicit reliance on other skills.",1778692606013,"This extension analyzes codebases using a multi-agent pipeline to generate an interactive knowledge graph, visualize architectural layers, and provide guided tours. It supports multiple platforms and languages, with features for incremental updates and team collaboration.",[195,196,197,198,199],"Generates interactive knowledge graphs of codebases.","Visualizes architectural layers and business domains.","Provides guided learning tours and fuzzy/semantic search.","Supports incremental analysis and team collaboration via committed graphs.","Offers multi-platform installation and localized output.",[201,202,203],"Replacing code editors or IDEs.","Performing static analysis for security vulnerabilities (beyond structural insights).","Generating executable code or automated refactoring.","3.0.0","4.4.0","To transform complex codebases into understandable interactive knowledge graphs, enabling developers to quickly grasp architecture, components, and relationships without extensive manual code review.","The extension is exceptionally well-documented, robustly designed with a clear multi-agent pipeline, and provides significant value for understanding codebases. All checks passed with positive evidence.",100,"A comprehensive and well-executed tool for generating and exploring interactive knowledge graphs of codebases.",[211,212,213,214,215],"code-analysis","knowledge-graph","developer-tools","architecture","code-exploration","global","verified",[219,220,221,222],"Understanding new or unfamiliar codebases.","Onboarding new team members to a project.","Performing code reviews and impact analysis.","Exploring dependencies and architectural patterns.",{"codeQuality":224,"collectedAt":226,"documentation":227,"maintenance":230,"security":237,"testCoverage":239},{"hasLockfile":225},true,1778692588685,{"descriptionLength":228,"readmeSize":229},122,12920,{"closedIssues90d":231,"forks":232,"hasChangelog":233,"openIssues90d":234,"pushedAt":235,"stars":236},57,1339,false,9,1778638834000,14487,{"hasNpmPackage":233,"license":238,"smitheryVerified":233},"MIT",{"hasCi":225,"hasTests":225},{"updatedAt":241},1778692606129,{"basePath":243,"githubOwner":244,"githubRepo":245,"locale":18,"slug":13,"type":246},"understand-anything-plugin/skills/understand","Lum1104","Understand-Anything","skill",null,{"evaluate":249,"extract":251},{"promptVersionExtension":204,"promptVersionScoring":205,"score":208,"tags":250,"targetMarket":216,"tier":217},[211,212,213,214,215],{"commitSha":252},"HEAD",{"repoId":254},"kd78egfytykkxxbpr6k3t7wsph86n83x",{"_creationTime":256,"_id":254,"identity":257,"providers":258,"workflow":374},1778692541669.8892,{"githubOwner":244,"githubRepo":245,"sourceUrl":14},{"classify":259,"discover":354,"github":357},{"commitSha":252,"extensions":260},[261,278,292,298,306,314,322,330,338,346],{"basePath":262,"description":263,"displayName":264,"installMethods":265,"rationale":266,"selectedPaths":267,"source":276,"sourceLanguage":18,"type":277},"","LLM-powered codebase analysis producing interactive knowledge graphs, guided tours, and deep-dive explanations","understand-anything",{"claudeCode":12},"marketplace.json at .claude-plugin/marketplace.json",[268,271,273],{"path":269,"priority":270},".claude-plugin/marketplace.json","mandatory",{"path":272,"priority":270},"README.md",{"path":274,"priority":275},"LICENSE","high","rule","marketplace",{"basePath":262,"description":279,"displayName":264,"installMethods":280,"license":238,"rationale":281,"selectedPaths":282,"source":276,"sourceLanguage":18,"type":291},"AI-powered codebase understanding — analyze, visualize, and explain any project",{"claudeCode":264},"plugin manifest at .claude-plugin/plugin.json (coalesced with duplicate plugin at understand-anything-plugin)",[283,285,286,287,289],{"path":284,"priority":270},".claude-plugin/plugin.json",{"path":272,"priority":270},{"path":274,"priority":275},{"path":288,"priority":275},".copilot-plugin/plugin.json",{"path":290,"priority":275},".cursor-plugin/plugin.json","plugin",{"basePath":243,"description":10,"displayName":13,"installMethods":293,"rationale":294,"selectedPaths":295,"source":276,"sourceLanguage":18,"type":246},{"claudeCode":12},"SKILL.md frontmatter at understand-anything-plugin/skills/understand/SKILL.md",[296],{"path":297,"priority":270},"SKILL.md",{"basePath":299,"description":300,"displayName":301,"installMethods":302,"rationale":303,"selectedPaths":304,"source":276,"sourceLanguage":18,"type":246},"understand-anything-plugin/skills/understand-chat","Use when you need to ask questions about a codebase or understand code using a knowledge graph","understand-chat",{"claudeCode":12},"SKILL.md frontmatter at understand-anything-plugin/skills/understand-chat/SKILL.md",[305],{"path":297,"priority":270},{"basePath":307,"description":308,"displayName":309,"installMethods":310,"rationale":311,"selectedPaths":312,"source":276,"sourceLanguage":18,"type":246},"understand-anything-plugin/skills/understand-dashboard","Launch the interactive web dashboard to visualize a codebase's knowledge graph","understand-dashboard",{"claudeCode":12},"SKILL.md frontmatter at understand-anything-plugin/skills/understand-dashboard/SKILL.md",[313],{"path":297,"priority":270},{"basePath":315,"description":316,"displayName":317,"installMethods":318,"rationale":319,"selectedPaths":320,"source":276,"sourceLanguage":18,"type":246},"understand-anything-plugin/skills/understand-diff","Use when you need to analyze git diffs or pull requests to understand what changed, affected components, and risks","understand-diff",{"claudeCode":12},"SKILL.md frontmatter at understand-anything-plugin/skills/understand-diff/SKILL.md",[321],{"path":297,"priority":270},{"basePath":323,"description":324,"displayName":325,"installMethods":326,"rationale":327,"selectedPaths":328,"source":276,"sourceLanguage":18,"type":246},"understand-anything-plugin/skills/understand-domain","Extract business domain knowledge from a codebase and generate an interactive domain flow graph. Works standalone (lightweight scan) or derives from an existing /understand knowledge graph.","understand-domain",{"claudeCode":12},"SKILL.md frontmatter at understand-anything-plugin/skills/understand-domain/SKILL.md",[329],{"path":297,"priority":270},{"basePath":331,"description":332,"displayName":333,"installMethods":334,"rationale":335,"selectedPaths":336,"source":276,"sourceLanguage":18,"type":246},"understand-anything-plugin/skills/understand-explain","Use when you need a deep-dive explanation of a specific file, function, or module in the codebase","understand-explain",{"claudeCode":12},"SKILL.md frontmatter at understand-anything-plugin/skills/understand-explain/SKILL.md",[337],{"path":297,"priority":270},{"basePath":339,"description":340,"displayName":341,"installMethods":342,"rationale":343,"selectedPaths":344,"source":276,"sourceLanguage":18,"type":246},"understand-anything-plugin/skills/understand-knowledge","Analyze a Karpathy-pattern LLM wiki knowledge base and generate an interactive knowledge graph with entity extraction, implicit relationships, and topic clustering.","understand-knowledge",{"claudeCode":12},"SKILL.md frontmatter at understand-anything-plugin/skills/understand-knowledge/SKILL.md",[345],{"path":297,"priority":270},{"basePath":347,"description":348,"displayName":349,"installMethods":350,"rationale":351,"selectedPaths":352,"source":276,"sourceLanguage":18,"type":246},"understand-anything-plugin/skills/understand-onboard","Use when you need to generate an onboarding guide for new team members joining a project","understand-onboard",{"claudeCode":12},"SKILL.md frontmatter at understand-anything-plugin/skills/understand-onboard/SKILL.md",[353],{"path":297,"priority":270},{"sources":355},[356],"manual",{"closedIssues90d":231,"description":358,"forks":232,"homepage":359,"license":238,"openIssues90d":234,"pushedAt":235,"readmeSize":229,"stars":236,"topics":360},"Graphs that teach > graphs that impress. Turn any code, or knowledge base (Karpathy LLM wiki), into an interactive knowledge graph you can explore, search, and ask questions about. Works with Claude Code, Codex, Cursor, Copilot, Gemini CLI, and more.","https://understand-anything.com",[361,362,363,364,365,212,366,367,368,369,370,371,372,373],"claude-code","claude-skills","understandcode","codex","codex-skills","opencode-skills","antigravity-skills","gemini-cli-skills","pi-agent","business-knowledge","knowledge-base","memory","karpathy-llm-wiki",{"classifiedAt":375,"discoverAt":376,"extractAt":377,"githubAt":377,"updatedAt":375},1778692549536,1778692541669,1778692547599,[214,211,215,213,212],{"evaluatedAt":241,"extractAt":380,"updatedAt":381},1778692549705,1778692824891,[],[384,414,442,460,489,517],{"_creationTime":385,"_id":386,"community":387,"display":388,"identity":394,"providers":399,"relations":407,"tags":409,"workflow":410},1778698056313.1528,"k176pxdjxvnyex7jv6abt3myd586n5vv",{"reviewCount":8},{"description":389,"installMethods":390,"name":392,"sourceUrl":393},"Map a codebase into feature-grouped flowcharts, identify duplicated concerns across features, and propose a unified architecture. Use when asked to \"find the ideal path,\" unify duplicated systems, or audit architecture before a refactor. Emits a proposed unified flowchart plus per-system /make-plan prompts.",{"claudeCode":391},"thedotmack/claude-mem","Pathfinder","https://github.com/thedotmack/claude-mem",{"basePath":395,"githubOwner":396,"githubRepo":397,"locale":18,"slug":398,"type":246},"plugin/skills/pathfinder","thedotmack","claude-mem","pathfinder",{"evaluate":400,"extract":405},{"promptVersionExtension":204,"promptVersionScoring":205,"score":208,"tags":401,"targetMarket":216,"tier":217},[211,214,402,403,404],"documentation","refactoring","flowchart",{"commitSha":252,"license":406},"Apache-2.0",{"repoId":408},"kd70jnxgm695az2wtf37zbqdj986mp7k",[214,211,402,404,403],{"evaluatedAt":411,"extractAt":412,"updatedAt":413},1778698228002,1778698056313,1778698443446,{"_creationTime":415,"_id":416,"community":417,"display":418,"identity":424,"providers":427,"relations":435,"tags":437,"workflow":438},1778699438912.8826,"k170fxxh22hdspg4vr94whgj1986mpr9",{"reviewCount":8},{"description":419,"installMethods":420,"name":422,"sourceUrl":423},"Context Runtime for AI Agents — 59 MCP tools, 10 read modes, 95+ shell patterns, tree-sitter AST for 18 languages. Compresses LLM context by up to 99%. Use when reading files, running shell commands, searching code, or exploring directories. Auto-installs if not present.",{"claudeCode":421},"yvgude/lean-ctx","lean-ctx","https://github.com/yvgude/lean-ctx",{"basePath":425,"githubOwner":426,"githubRepo":422,"locale":18,"slug":422,"type":246},"skills/lean-ctx","yvgude",{"evaluate":428,"extract":434},{"promptVersionExtension":204,"promptVersionScoring":205,"score":208,"tags":429,"targetMarket":216,"tier":217},[430,431,432,213,433,211],"context-compression","ai-agent","cli-tools","rust",{"commitSha":252},{"repoId":436},"kd7dxtfr9j3z54hs3bz0218e1n86may0",[431,432,211,430,213,433],{"evaluatedAt":439,"extractAt":440,"updatedAt":441},1778699456179,1778699438912,1778699517795,{"_creationTime":443,"_id":444,"community":445,"display":446,"identity":448,"providers":449,"relations":455,"tags":456,"workflow":457},1778692549705.5173,"k177vkkb19azmt7j1vw5x8bzcn86nwhe",{"reviewCount":8},{"description":324,"installMethods":447,"name":325,"sourceUrl":14},{"claudeCode":12},{"basePath":323,"githubOwner":244,"githubRepo":245,"locale":18,"slug":325,"type":246},{"evaluate":450,"extract":454},{"promptVersionExtension":204,"promptVersionScoring":205,"score":208,"tags":451,"targetMarket":216,"tier":217},[211,212,213,452,453],"code-visualization","domain-modeling",{"commitSha":252},{"repoId":254},[211,452,213,453,212],{"evaluatedAt":458,"extractAt":380,"updatedAt":459},1778692688178,1778692825689,{"_creationTime":461,"_id":462,"community":463,"display":464,"identity":470,"providers":474,"relations":482,"tags":485,"workflow":486},1778695548458.3313,"k17748t00dy5z633tvf491mz3s86n2et",{"reviewCount":8},{"description":465,"installMethods":466,"name":468,"sourceUrl":469},"Evaluate a system's current structural form, identify transformation pressure, and classify transformation readiness. Covers structural inventory, pressure mapping, rigidity assessment, change capacity estimation, and readiness classification for architectural metamorphosis. Use before any significant architectural change to understand the starting point, when a system feels stuck without clear reasons, when external pressure from growth or tech debt is mounting, or as periodic health checks for long-lived systems.\n",{"claudeCode":467},"pjt222/agent-almanac","assess-form","https://github.com/pjt222/agent-almanac",{"basePath":471,"githubOwner":472,"githubRepo":473,"locale":18,"slug":468,"type":246},"skills/assess-form","pjt222","agent-almanac",{"evaluate":475,"extract":481},{"promptVersionExtension":204,"promptVersionScoring":205,"score":476,"tags":477,"targetMarket":216,"tier":217},99,[214,478,479,480,211],"assessment","transformation-readiness","morphic",{"commitSha":252},{"parentExtensionId":483,"repoId":484},"k170h0janaa9kwn7cfgfz2ykss86mmh9","kd7aryv63z61j39n2td1aeqkvh86mh12",[214,478,211,480,479],{"evaluatedAt":487,"extractAt":488,"updatedAt":487},1778695949670,1778695548458,{"_creationTime":490,"_id":491,"community":492,"display":493,"identity":499,"providers":503,"relations":510,"tags":513,"workflow":514},1778696691708.3247,"k17f21w0dzc61q2n10jzqjf9gh86mkgv",{"reviewCount":8},{"description":494,"installMethods":495,"name":497,"sourceUrl":498},"Extract entities and relations from source files to build a knowledge graph",{"claudeCode":496},"ruvnet/ruflo","kg-extract","https://github.com/ruvnet/ruflo",{"basePath":500,"githubOwner":501,"githubRepo":502,"locale":18,"slug":497,"type":246},"plugins/ruflo-knowledge-graph/skills/kg-extract","ruvnet","ruflo",{"evaluate":504,"extract":509},{"promptVersionExtension":204,"promptVersionScoring":205,"score":476,"tags":505,"targetMarket":216,"tier":217},[212,211,506,507,508],"entity-extraction","relation-extraction","agentdb",{"commitSha":252},{"parentExtensionId":511,"repoId":512},"k175fc9e70d2xygkkf4c2dqwa586m2kv","kd7ed28gj8n0y3msk5dzrp05zs86nqtc",[508,211,506,212,507],{"evaluatedAt":515,"extractAt":516,"updatedAt":515},1778700861858,1778696691708,{"_creationTime":518,"_id":519,"community":520,"display":521,"identity":525,"providers":527,"relations":534,"tags":535,"workflow":536},1778696691708.3062,"k178rt0mhkwtjj1axhgtt0tfth86mt09",{"reviewCount":8},{"description":522,"installMethods":523,"name":524,"sourceUrl":498},"Domain-Driven Design architecture for claude-flow v3. Implements modular, bounded context architecture with clean separation of concerns and microkernel pattern.",{"claudeCode":496},"v3-ddd-architecture",{"basePath":526,"githubOwner":501,"githubRepo":502,"locale":18,"slug":524,"type":246},".claude/skills/v3-ddd-architecture",{"evaluate":528,"extract":533},{"promptVersionExtension":204,"promptVersionScoring":205,"score":208,"tags":529,"targetMarket":216,"tier":217},[530,214,403,531,532],"ddd","clean-architecture","typescript",{"commitSha":252},{"repoId":512},[214,531,530,403,532],{"evaluatedAt":537,"extractAt":516,"updatedAt":537},1778699412094]