[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"extension-skill-Lum1104-understand-domain-zh-CN":3,"guides-for-Lum1104-understand-domain":386,"similar-k1726q8wdf5wjnekwewckeke9x86mfm3-zh-CN":387},{"_creationTime":4,"_id":5,"children":6,"community":7,"display":9,"evaluation":15,"identity":242,"isFallback":233,"parentExtension":247,"providers":248,"relations":254,"repo":257,"tags":382,"workflow":383},1778692800649.3481,"k1726q8wdf5wjnekwewckeke9x86mfm3",[],{"reviewCount":8},0,{"description":10,"installMethods":11,"name":13,"sourceUrl":14},"从代码库中提取业务领域知识并生成交互式领域流程图。可独立运行（轻量级扫描）或从现有的 /understand 知识图中派生。",{"claudeCode":12},"Lum1104/Understand-Anything","understand-domain","https://github.com/Lum1104/Understand-Anything",{"_creationTime":16,"_id":17,"extensionId":5,"locale":18,"result":19,"trustSignals":223,"workflow":240},1778692800649.3484,"kn7d0arje2sypvr7kgb9gp84h586msqq","zh-CN",{"checks":20,"evaluatedAt":192,"extensionSummary":193,"features":194,"nonGoals":200,"promptVersionExtension":205,"promptVersionScoring":206,"purpose":207,"rationale":208,"score":209,"summary":210,"tags":211,"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,113,116,120,123,126,129,132,135,138,142,146,149,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","描述清楚地说明了从大型代码库开始的问题，并提供了通过知识图理解全局的解决方案。",{"category":22,"check":27,"severity":24,"summary":28},"Unique selling proposition","通过从代码创建交互式、可探索的知识图（包括特定领域的视图和引导式导览），该扩展比默认的 LLM 行为提供了显著的价值。",{"category":22,"check":30,"severity":24,"summary":31},"Production readiness","该扩展似乎已准备好投入生产，具有用于分析代码库、生成知识图以及提供交互式仪表板进行探索的清晰工作流程。",{"category":33,"check":34,"severity":24,"summary":35},"Scope","Single responsibility principle","该扩展专注于分析代码库以生成知识图和相关可视化，遵循单一、连贯的领域。",{"category":33,"check":37,"severity":24,"summary":38},"Description quality","显示的描述准确而简洁地反映了扩展的核心功能，即提取领域知识和生成流程图。",{"category":40,"check":41,"severity":24,"summary":42},"Invocation","Scoped tools","该扩展公开了特定的工具，如 `/understand-domain` 和 `/understand-knowledge`，这些工具在其预期功能范围内得到了适当的范围界定。",{"category":44,"check":45,"severity":24,"summary":46},"Documentation","Configuration & parameter reference","SKILL.md 提供了有关如何使用 `--full` 和 `--language` 标志的清晰说明，并解释了 `UNDERSTAND_NO_WORKTREE_REDIRECT` 环境变量。",{"category":33,"check":48,"severity":24,"summary":49},"Tool naming","像 `/understand-domain`、`/understand-knowledge` 和 `/understand-dashboard` 这样的工具名称具有描述性，并且清楚地表明了它们的目的。",{"category":33,"check":51,"severity":24,"summary":52},"Minimal I/O surface","输入（命令行标志）和输出（JSON 文件、交互式仪表板）专注于知识图生成和探索的核心任务。",{"category":54,"check":55,"severity":24,"summary":56},"License","License usability","该扩展根据 MIT 许可证授权，这是一个宽松的开源许可证。",{"category":58,"check":59,"severity":24,"summary":60},"Maintenance","Commit recency","该存储库有最近的提交，最后一次推送是在 2026-05-13，这表明维护活跃。",{"category":58,"check":62,"severity":24,"summary":63},"Dependency Management","该项目使用 pnpm 并有一个 `pnpm-workspace.yaml` 文件，这表明依赖管理方法结构良好。还存在测试。",{"category":65,"check":66,"severity":24,"summary":67},"Security","Secret Management","根据提供的 SKILL.md 和 README，该扩展似乎不处理或暴露秘密。",{"category":65,"check":69,"severity":24,"summary":70},"Injection","SKILL.md 明确提到 `domain-context.json` 是“原始材料”，并且“domain-analyzer agent”专注于分析，这表明数据被视为输入而不是指令。",{"category":65,"check":72,"severity":24,"summary":73},"Transitive Supply-Chain Grenades","该扩展捆绑了其脚本，并且似乎不会在运行时获取远程代码或数据来执行。`install.sh` 脚本是一次性设置，而不是运行时获取。",{"category":65,"check":75,"severity":24,"summary":76},"Sandbox Isolation","SKILL.md 概述了 `PROJECT_ROOT` 和 `$PROJECT_ROOT` 的使用，这些是相对于项目的，并包括将 worktree 输出重定向到主存储库根目录的逻辑，这表明了对路径和隔离的认识。",{"category":65,"check":78,"severity":24,"summary":79},"Sandbox escape primitives","在提供的脚本或文档中未观察到分离的进程生成或拒绝重试循环。",{"category":65,"check":81,"severity":24,"summary":82},"Data Exfiltration","该扩展的目的是分析本地代码并生成图形，没有迹象表明将机密数据提交给第三方。",{"category":65,"check":84,"severity":24,"summary":85},"Hidden Text Tricks","捆绑的 Markdown 文件似乎没有隐藏的操纵技巧，而是使用了标准的文本和格式。",{"category":87,"check":88,"severity":24,"summary":89},"Hooks","Opaque code execution","捆绑的 Python 脚本 `extract-domain-context.py` 是纯源代码，没有混淆。",{"category":91,"check":92,"severity":24,"summary":93},"Portability","Structural Assumption","该脚本通过将输出重定向到主存储库根目录来处理 git worktrees，这表明它了解项目结构差异。",{"category":95,"check":96,"severity":24,"summary":97},"Trust","Issues Attention","在过去 90 天内打开了 9 个问题，关闭了 57 个问题，关闭率非常高，表明维护者参与度高。",{"category":99,"check":100,"severity":24,"summary":101},"Versioning","Release Management","该项目有一个 `package.json` 并使用 GitHub release 标签，有最近的提交，这表明有一个受管理的版本控制流程。",{"category":103,"check":104,"severity":24,"summary":105},"Execution","Validation","SKILL.md 指出使用了“标准图形验证管道”，这表明输入和输出验证已到位。",{"category":65,"check":107,"severity":24,"summary":108},"Unguarded Destructive Operations","该扩展主要用于分析，侧重于读取代码和生成图形；未发现任何破坏性操作。",{"category":110,"check":111,"severity":24,"summary":112},"Code Execution","Error Handling","SKILL.md 提到了保存图形过程中的容错能力，并注意清理中间文件，这表明具有一定的错误处理能力。",{"category":110,"check":114,"severity":24,"summary":115},"Logging","该脚本通过 `echo` 语句提供详细的日志记录，用于处理诸如无法找到 understand-anything 插件根目录等操作。",{"category":117,"check":118,"severity":24,"summary":119},"Compliance","GDPR","该扩展分析代码库，似乎不处理个人数据。",{"category":117,"check":121,"severity":24,"summary":122},"Target market","该扩展设计用于分析代码库，没有任何区域或司法管辖区的限制，使其具有全球适用性。",{"category":91,"check":124,"severity":24,"summary":125},"Runtime stability","该扩展使用标准的 shell 命令和 Python，并为多个平台提供了清晰的安装说明，表明其可移植性良好。",{"category":44,"check":127,"severity":24,"summary":128},"README","README 提供了关于该扩展、其功能、安装和用法的全面概述。",{"category":33,"check":130,"severity":24,"summary":131},"Tool surface size","该扩展公开了合理的工具数量（例如 `/understand`、`/understand-domain`、`/understand-dashboard`），保持在建议范围内。",{"category":40,"check":133,"severity":24,"summary":134},"Overlapping near-synonym tools","公开的工具具有不同的名称和目的，避免了冗余或混淆。",{"category":44,"check":136,"severity":24,"summary":137},"Phantom features","所有宣传的功能，如图形生成、域分析和仪表板探索，都在 SKILL.md 和 README 中有相应的实现描述。",{"category":139,"check":140,"severity":24,"summary":141},"Install","Installation instruction","为多个平台提供了详细的安装说明，包括可复制粘贴的命令和设置步骤。",{"category":143,"check":144,"severity":24,"summary":145},"Errors","Actionable error messages","错误消息，如“找不到 understand-anything 插件根目录”，提供了清晰的解释并建议了补救步骤。",{"category":103,"check":147,"severity":24,"summary":148},"Pinned dependencies","使用 `pnpm-workspace.yaml` 和 `package.json` 表明依赖已固定，并且脚本具有 shebangs。",{"category":33,"check":150,"severity":151,"summary":152},"Dry-run preview","not_applicable","该扩展主要是分析性的，不涉及状态更改操作或向外发送数据，因此 dry-run 功能不适用。",{"category":154,"check":155,"severity":151,"summary":156},"Protocol","Idempotent retry & timeouts","该扩展的操作是本地文件处理和分析，不涉及需要幂等性或超时设置的远程调用或状态更改操作。",{"category":117,"check":158,"severity":24,"summary":159},"Telemetry opt-in","没有迹象表明该扩展正在收集或发出遥测数据。",{"category":40,"check":161,"severity":24,"summary":162},"Precise Purpose","SKILL.md 和 README 清楚地说明了从代码库提取领域知识并生成交互式图形的目的，包括其工作原理和使用时机。",{"category":40,"check":164,"severity":24,"summary":165},"Concise Frontmatter","SKILL.md 中的 frontmatter 简洁明了，有效地总结了提取业务领域知识和生成流程图的核心功能。",{"category":44,"check":167,"severity":24,"summary":168},"Concise Body","SKILL.md 结构良好，详细的解释委托给各个阶段和参考资料，保持正文简洁。",{"category":170,"check":171,"severity":24,"summary":172},"Context","Progressive Disclosure","SKILL.md 以分阶段的方式概述了工作流程，并详细说明了特定的脚本解析，这表明信息是循序渐进披露的。",{"category":170,"check":174,"severity":151,"summary":175},"Forked exploration","该技能侧重于从代码库生成知识图，而不是深入探索现有代码，因此 `context: fork` 不适用。",{"category":22,"check":177,"severity":24,"summary":178},"Usage examples","README 和 SKILL.md 提供了安装、分析和探索的清晰示例，包括语言选项。",{"category":22,"check":180,"severity":24,"summary":181},"Edge cases","SKILL.md 记录了 git worktrees 和插件根目录解析等边缘情况，并提供了相应的恢复步骤或解释。",{"category":110,"check":183,"severity":151,"summary":184},"Tool Fallback","该技能主要使用捆绑的脚本和内部 LLM 代理，而不是外部 MCP 服务器，因此工具回退不适用。",{"category":186,"check":187,"severity":24,"summary":188},"Safety","Halt on unexpected state","该脚本包括对“找不到 understand-anything 插件根目录”等情况的错误处理，并检查 git worktrees，表明它会在意外状态下停止。",{"category":91,"check":190,"severity":24,"summary":191},"Cross-skill coupling","该技能在提取领域知识和生成图形方面独立运行，没有与其他技能的隐含依赖关系。",1778692688067,"此扩展分析代码库以提取业务领域知识、领域、业务流程和过程步骤，并生成交互式水平流程图。它可以从现有图中派生知识或执行轻量级扫描，并支持多种语言输出。",[195,196,197,198,199],"从代码库中提取业务领域知识","生成交互式领域流程图","支持从现有知识图进行分析或通过轻量级扫描进行分析","根据语言参数本地化图形内容和仪表板 UI","包括用于探索的引导式导览和自适应 UI",[201,202,203,204],"执行深入的代码审查或调试","取代全面的代码文档工具","生成可执行代码或执行重构","分析非代码构件，如纯文本文件（除非是 Karpathy 模式格式）","3.0.0","4.4.0","帮助开发人员通过可视化业务领域逻辑和流程来快速理解复杂的代码库，从而缩短上手时间并提高代码理解能力。","该扩展的文档非常完善，定义清晰，实现健壮，并且最近有维护和强大的社区信号。所有检查均以高度置信度通过。",100,"一个强大且文档齐全的工具，用于从代码中提取领域知识到交互式图形中。",[212,213,214,215,216],"code-analysis","knowledge-graph","developer-tools","code-visualization","domain-modeling","verified",[219,220,221,222],"理解大型、不熟悉的代码库的业务逻辑","可视化应用程序内特定业务流程的流向","通过提供高层领域概述来帮助新开发人员熟悉项目","识别项目中架构层和依赖关系",{"codeQuality":224,"collectedAt":226,"documentation":227,"maintenance":230,"security":237,"testCoverage":239},{"hasLockfile":225},true,1778692664887,{"descriptionLength":228,"readmeSize":229},189,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},1778692800649,{"basePath":243,"githubOwner":244,"githubRepo":245,"locale":18,"slug":13,"type":246},"understand-anything-plugin/skills/understand-domain","Lum1104","Understand-Anything","skill",null,{"evaluate":249,"extract":252},{"promptVersionExtension":205,"promptVersionScoring":206,"score":209,"tags":250,"targetMarket":251,"tier":217},[212,213,214,215,216],"global",{"commitSha":253},"HEAD",{"repoId":255,"translatedFrom":256},"kd78egfytykkxxbpr6k3t7wsph86n83x","k177vkkb19azmt7j1vw5x8bzcn86nwhe",{"_creationTime":258,"_id":255,"identity":259,"providers":260,"workflow":378},1778692541669.8892,{"githubOwner":244,"githubRepo":245,"sourceUrl":14},{"classify":261,"discover":358,"github":361},{"commitSha":253,"extensions":262},[263,281,295,304,312,320,328,334,342,350],{"basePath":264,"description":265,"displayName":266,"installMethods":267,"rationale":268,"selectedPaths":269,"source":278,"sourceLanguage":279,"type":280},"","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",[270,273,275],{"path":271,"priority":272},".claude-plugin/marketplace.json","mandatory",{"path":274,"priority":272},"README.md",{"path":276,"priority":277},"LICENSE","high","rule","en","marketplace",{"basePath":264,"description":282,"displayName":266,"installMethods":283,"license":238,"rationale":284,"selectedPaths":285,"source":278,"sourceLanguage":279,"type":294},"AI-powered codebase understanding — analyze, visualize, and explain any project",{"claudeCode":266},"plugin manifest at .claude-plugin/plugin.json (coalesced with duplicate plugin at understand-anything-plugin)",[286,288,289,290,292],{"path":287,"priority":272},".claude-plugin/plugin.json",{"path":274,"priority":272},{"path":276,"priority":277},{"path":291,"priority":277},".copilot-plugin/plugin.json",{"path":293,"priority":277},".cursor-plugin/plugin.json","plugin",{"basePath":296,"description":297,"displayName":298,"installMethods":299,"rationale":300,"selectedPaths":301,"source":278,"sourceLanguage":279,"type":246},"understand-anything-plugin/skills/understand","Analyze a codebase to produce an interactive knowledge graph for understanding architecture, components, and relationships","understand",{"claudeCode":12},"SKILL.md frontmatter at understand-anything-plugin/skills/understand/SKILL.md",[302],{"path":303,"priority":272},"SKILL.md",{"basePath":305,"description":306,"displayName":307,"installMethods":308,"rationale":309,"selectedPaths":310,"source":278,"sourceLanguage":279,"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",[311],{"path":303,"priority":272},{"basePath":313,"description":314,"displayName":315,"installMethods":316,"rationale":317,"selectedPaths":318,"source":278,"sourceLanguage":279,"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",[319],{"path":303,"priority":272},{"basePath":321,"description":322,"displayName":323,"installMethods":324,"rationale":325,"selectedPaths":326,"source":278,"sourceLanguage":279,"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",[327],{"path":303,"priority":272},{"basePath":243,"description":329,"displayName":13,"installMethods":330,"rationale":331,"selectedPaths":332,"source":278,"sourceLanguage":279,"type":246},"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.",{"claudeCode":12},"SKILL.md frontmatter at understand-anything-plugin/skills/understand-domain/SKILL.md",[333],{"path":303,"priority":272},{"basePath":335,"description":336,"displayName":337,"installMethods":338,"rationale":339,"selectedPaths":340,"source":278,"sourceLanguage":279,"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",[341],{"path":303,"priority":272},{"basePath":343,"description":344,"displayName":345,"installMethods":346,"rationale":347,"selectedPaths":348,"source":278,"sourceLanguage":279,"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",[349],{"path":303,"priority":272},{"basePath":351,"description":352,"displayName":353,"installMethods":354,"rationale":355,"selectedPaths":356,"source":278,"sourceLanguage":279,"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",[357],{"path":303,"priority":272},{"sources":359},[360],"manual",{"closedIssues90d":231,"description":362,"forks":232,"homepage":363,"license":238,"openIssues90d":234,"pushedAt":235,"readmeSize":229,"stars":236,"topics":364},"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",[365,366,367,368,369,213,370,371,372,373,374,375,376,377],"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":379,"discoverAt":380,"extractAt":381,"githubAt":381,"updatedAt":379},1778692549536,1778692541669,1778692547599,[212,215,214,216,213],{"evaluatedAt":384,"extractAt":385,"updatedAt":241},1778692688178,1778692549705,[],[388,417,437,457,486,516],{"_creationTime":389,"_id":390,"community":391,"display":392,"identity":398,"providers":401,"relations":409,"tags":412,"workflow":413},1778699514767.176,"k17f4qpem03b53manh7vcdvtr986mmjg",{"reviewCount":8},{"description":393,"installMethods":394,"name":396,"sourceUrl":397},"AI 代理的上下文运行时 — 包含 59 个 MCP 工具、10 种读取模式、95+ 种 shell 模式、支持 18 种语言的 tree-sitter AST。将 LLM 上下文压缩高达 99%。用于读取文件、运行 shell 命令、搜索代码或探索目录。如果不存在，则自动安装。",{"claudeCode":395},"yvgude/lean-ctx","lean-ctx","https://github.com/yvgude/lean-ctx",{"basePath":399,"githubOwner":400,"githubRepo":396,"locale":18,"slug":396,"type":246},"skills/lean-ctx","yvgude",{"evaluate":402,"extract":408},{"promptVersionExtension":205,"promptVersionScoring":206,"score":209,"tags":403,"targetMarket":251,"tier":217},[404,405,406,214,407,212],"context-compression","ai-agent","cli-tools","rust",{"commitSha":253},{"repoId":410,"translatedFrom":411},"kd7dxtfr9j3z54hs3bz0218e1n86may0","k170fxxh22hdspg4vr94whgj1986mpr9",[405,406,212,404,214,407],{"evaluatedAt":414,"extractAt":415,"updatedAt":416},1778699456179,1778699438912,1778699514767,{"_creationTime":418,"_id":419,"community":420,"display":421,"identity":424,"providers":425,"relations":431,"tags":433,"workflow":434},1778692776464.4324,"k178pqd0wkcmc15jhcwdphvpws86m8q6",{"reviewCount":8},{"description":422,"installMethods":423,"name":298,"sourceUrl":14},"分析代码库以生成交互式知识图谱，用于理解架构、组件和关系",{"claudeCode":12},{"basePath":296,"githubOwner":244,"githubRepo":245,"locale":18,"slug":298,"type":246},{"evaluate":426,"extract":430},{"promptVersionExtension":205,"promptVersionScoring":206,"score":209,"tags":427,"targetMarket":251,"tier":217},[212,213,214,428,429],"architecture","code-exploration",{"commitSha":253},{"repoId":255,"translatedFrom":432},"k17cmt6ekj6t5bf5dbscrqa3an86m6p3",[428,212,429,214,213],{"evaluatedAt":435,"extractAt":385,"updatedAt":436},1778692606129,1778692776464,{"_creationTime":438,"_id":439,"community":440,"display":441,"identity":444,"providers":445,"relations":451,"tags":453,"workflow":454},1778692789052.695,"k176p08jp79mcpzd0ce9b19qdd86m2vs",{"reviewCount":8},{"description":442,"installMethods":443,"name":315,"sourceUrl":14},"启动交互式 Web 仪表板，以可视化代码库的知识图谱",{"claudeCode":12},{"basePath":313,"githubOwner":244,"githubRepo":245,"locale":18,"slug":315,"type":246},{"evaluate":446,"extract":450},{"promptVersionExtension":205,"promptVersionScoring":206,"score":209,"tags":447,"targetMarket":251,"tier":217},[215,213,214,448,449],"codebase-analysis","dashboard",{"commitSha":253},{"repoId":255,"translatedFrom":452},"k175km8dk28xhp6eprw09sfsax86n9cs",[215,448,449,214,213],{"evaluatedAt":455,"extractAt":385,"updatedAt":456},1778692645619,1778692789052,{"_creationTime":458,"_id":459,"community":460,"display":461,"identity":467,"providers":471,"relations":479,"tags":482,"workflow":483},1778696691708.3247,"k17f21w0dzc61q2n10jzqjf9gh86mkgv",{"reviewCount":8},{"description":462,"installMethods":463,"name":465,"sourceUrl":466},"Extract entities and relations from source files to build a knowledge graph",{"claudeCode":464},"ruvnet/ruflo","kg-extract","https://github.com/ruvnet/ruflo",{"basePath":468,"githubOwner":469,"githubRepo":470,"locale":279,"slug":465,"type":246},"plugins/ruflo-knowledge-graph/skills/kg-extract","ruvnet","ruflo",{"evaluate":472,"extract":478},{"promptVersionExtension":205,"promptVersionScoring":206,"score":473,"tags":474,"targetMarket":251,"tier":217},99,[213,212,475,476,477],"entity-extraction","relation-extraction","agentdb",{"commitSha":253},{"parentExtensionId":480,"repoId":481},"k175fc9e70d2xygkkf4c2dqwa586m2kv","kd7ed28gj8n0y3msk5dzrp05zs86nqtc",[477,212,475,213,476],{"evaluatedAt":484,"extractAt":485,"updatedAt":484},1778700861858,1778696691708,{"_creationTime":487,"_id":488,"community":489,"display":490,"identity":496,"providers":501,"relations":509,"tags":512,"workflow":513},1778695548458.377,"k17esa27yncbsd0bz8hcg2crg986mjqk",{"reviewCount":8},{"description":491,"installMethods":492,"name":494,"sourceUrl":495},"Extract the conceptual essence of a repository as skills, agents, and teams — the project's roles, procedures, and coordination patterns expressed as agentskills.io-standard definitions. Reads an arbitrary codebase and produces generalized definitions that capture WHAT the project does and WHO operates it, without replicating HOW it does it. Use when onboarding to a new codebase and wanting to understand its conceptual architecture, when bootstrapping an agentic system from an existing project, when studying a project's organizational DNA for cross-pollination, or when creating a skill/agent/team library inspired by a reference implementation.\n",{"claudeCode":493},"pjt222/agent-almanac","Metal","https://github.com/pjt222/agent-almanac",{"basePath":497,"githubOwner":498,"githubRepo":499,"locale":279,"slug":500,"type":246},"skills/metal","pjt222","agent-almanac","metal",{"evaluate":502,"extract":508},{"promptVersionExtension":205,"promptVersionScoring":206,"score":209,"tags":503,"targetMarket":251,"tier":217},[212,504,505,506,507],"conceptualization","agent-definition","repository-structure","software-architecture",{"commitSha":253,"license":238},{"parentExtensionId":510,"repoId":511},"k170h0janaa9kwn7cfgfz2ykss86mmh9","kd7aryv63z61j39n2td1aeqkvh86mh12",[505,212,504,506,507],{"evaluatedAt":514,"extractAt":515,"updatedAt":514},1778699463464,1778695548458,{"_creationTime":517,"_id":518,"community":519,"display":520,"identity":526,"providers":531,"relations":539,"tags":542,"workflow":543},1778698402261.987,"k17a3kqv7728k9gtyr2ymzkhpd86nny4",{"reviewCount":8},{"description":521,"installMethods":522,"name":524,"sourceUrl":525},"将代码库映射为按功能分组的流程图，识别不同功能之间的重复关注点，并提出统一的架构。在被要求“寻找理想路径”、统一重复系统或在重构前审计架构时使用。输出一个建议的统一流程图以及针对每个系统的“制定计划”提示。",{"claudeCode":523},"thedotmack/claude-mem","Pathfinder","https://github.com/thedotmack/claude-mem",{"basePath":527,"githubOwner":528,"githubRepo":529,"locale":18,"slug":530,"type":246},"plugin/skills/pathfinder","thedotmack","claude-mem","pathfinder",{"evaluate":532,"extract":537},{"promptVersionExtension":205,"promptVersionScoring":206,"score":209,"tags":533,"targetMarket":251,"tier":217},[212,428,534,535,536],"documentation","refactoring","flowchart",{"commitSha":253,"license":538},"Apache-2.0",{"repoId":540,"translatedFrom":541},"kd70jnxgm695az2wtf37zbqdj986mp7k","k176pxdjxvnyex7jv6abt3myd586n5vv",[428,212,534,536,535],{"evaluatedAt":544,"extractAt":545,"updatedAt":546},1778698228002,1778698056313,1778698402262]