[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"extension-skill-AlmogBaku-debugging-code-zh-CN":3,"guides-for-AlmogBaku-debugging-code":389,"similar-k176ys40yh8xb0x7kzm0ybdx4h86npzk-zh-CN":390},{"_creationTime":4,"_id":5,"children":6,"community":7,"display":9,"evaluation":15,"identity":261,"isFallback":253,"parentExtension":267,"providers":316,"relations":320,"repo":322,"tags":386,"workflow":387},1778675187444.4512,"k176ys40yh8xb0x7kzm0ybdx4h86npzk",[],{"reviewCount":8},0,{"description":10,"installMethods":11,"name":13,"sourceUrl":14},"交互式调试源代码 — 设置断点、逐行单步执行、检查实时变量状态、针对正在运行的程序评估表达式，以及导航调用堆栈以追溯根本原因。当程序崩溃、引发意外异常、产生错误输出、需要理解执行如何达到某个状态，或打印语句调试不足以揭示问题时使用。",{"claudeCode":12},"AlmogBaku/debug-skill","调试代码","https://github.com/AlmogBaku/debug-skill",{"_creationTime":16,"_id":17,"extensionId":5,"locale":18,"result":19,"trustSignals":243,"workflow":259},1778675187444.4514,"kn7f5qy6w4csm1aqv1sqw017z586m58z","zh-CN",{"checks":20,"evaluatedAt":192,"extensionSummary":193,"features":194,"nonGoals":200,"practices":204,"prerequisites":208,"promptVersionExtension":212,"promptVersionScoring":213,"purpose":214,"rationale":215,"score":216,"summary":217,"tags":218,"tier":228,"useCases":229,"workflow":234},[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,116,120,123,126,129,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","描述清楚地指出了源代码调试的问题，并提供了崩溃、异常和理解执行状态等具体场景，使其与开发人员高度相关。",{"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","该技能利用了狭窄、动词-名词专业化的工具，如 `dap debug`、`dap step` 和 `dap eval`，这些工具非常适合精确的代理选择。",{"category":44,"check":45,"severity":24,"summary":46},"Documentation","Configuration & parameter reference","SKILL.md 和 README.md 文件中清晰地记录了 `dap` CLI 的所有命令、标志及其参数，包括用法示例和上下文。",{"category":33,"check":48,"severity":24,"summary":49},"Tool naming","`dap` 工具命令具有描述性，并遵循清晰的动词-名词模式（例如，`debug`、`step`、`eval`），易于理解。",{"category":33,"check":51,"severity":24,"summary":52},"Minimal I/O surface","工具输入是定义明确的标志和参数，输出提供集中的调试上下文（位置、局部变量、堆栈），而不是过多的诊断转储。",{"category":54,"check":55,"severity":24,"summary":56},"License","License usability","该项目已获得 MIT 许可证，如 LICENSE 文件和 README 所示，这是一种宽松的开源许可证。",{"category":58,"check":59,"severity":24,"summary":60},"Maintenance","Commit recency","该存储库显示了最近的活动，在过去 12 个月内有提交，表明正在积极维护。",{"category":58,"check":62,"severity":24,"summary":63},"Dependency Management","该项目使用 `go install` 作为其主要的 CLI 工具，并在其 `go.mod` 文件中清楚地列出了依赖项，并提供了安装和潜在后备方案的清晰说明。",{"category":65,"check":66,"severity":24,"summary":67},"Security","Secret Management","该技能似乎不处理或暴露任何秘密，符合调试工具的适当安全措施。",{"category":65,"check":69,"severity":24,"summary":70},"Injection","该技能的设计依赖于特定的工具命令，并且似乎不加载或执行可能受到注入攻击的任意第三方数据。",{"category":65,"check":72,"severity":24,"summary":73},"Transitive Supply-Chain Grenades","该技能将依赖项和 CLI 工具本地捆绑，避免了可能构成供应链风险的运行时下载或外部脚本执行。",{"category":65,"check":75,"severity":24,"summary":76},"Sandbox Isolation","该技能的操作仅限于调试过程本身，并且不尝试修改项目范围之外的文件或路径。",{"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","捆绑的内容和文档似乎没有隐藏的操纵技巧、控制字符或不寻常的 Unicode 序列。",{"category":87,"check":88,"severity":24,"summary":89},"Hooks","Opaque code execution","安装脚本和技能逻辑使用清晰、可读的 Bash 和 Go 编写，没有混淆、base64 负载或运行时获取的代码。",{"category":91,"check":92,"severity":24,"summary":93},"Portability","Structural Assumption","该技能对项目结构的假设很少，并且主要围绕目标程序的 `files`，并有关于设置和先决条件的清晰文档。",{"category":95,"check":96,"severity":24,"summary":97},"Trust","Issues Attention","在过去 90 天内有 1 个打开的问题和 1 个已关闭的问题，维护者参与度很高且响应迅速。",{"category":99,"check":100,"severity":24,"summary":101},"Versioning","Release Management","该项目有清晰的版本标签和最新发布版本，安装脚本正确获取最新版本，确保了可追溯的版本。",{"category":103,"check":104,"severity":24,"summary":105},"Code Execution","Validation","`dap` CLI 使用结构化命令和标志，这意味着它进行了验证，并且 SKILL.md 详细说明了其操作的预期输入和输出。",{"category":65,"check":107,"severity":24,"summary":108},"Unguarded Destructive Operations","该技能主要是分析性和只读性的；没有需要保护的破坏性操作。",{"category":103,"check":110,"severity":24,"summary":111},"Error Handling","`dap` CLI 和 SKILL.md 提供了清晰的错误报告，包括故障模式、症状和恢复步骤，确保了有意义的反馈。",{"category":103,"check":113,"severity":114,"summary":115},"Logging","not_applicable","该技能主要用于分析，不执行破坏性操作或传出调用，因此不需要本地审计日志。",{"category":117,"check":118,"severity":24,"summary":119},"Compliance","GDPR","该技能操作本地源代码和程序状态，而不是个人数据，因此不构成 GDPR 风险。",{"category":117,"check":121,"severity":24,"summary":122},"Target market","调试功能是通用的，并且不与任何特定的地理或法律管辖区相关联；`targetMarket` 为 global。",{"category":91,"check":124,"severity":24,"summary":125},"Runtime stability","该技能的 `dap` CLI 设计用于跨平台兼容性（Linux、macOS），并清楚地说明了安装要求，确保了运行时稳定性。",{"category":44,"check":127,"severity":24,"summary":128},"README","README 文件内容全面，清晰说明了扩展的目的、安装和用法，并附有示例。",{"category":33,"check":130,"severity":24,"summary":131},"Tool surface size","`dap` 工具公开了一组集中的命令（debug、step、eval 等），其范围在有效使用目标范围内。",{"category":40,"check":133,"severity":24,"summary":134},"Overlapping near-synonym tools","`dap` 工具命令是不同的，涵盖了特定的调试操作（例如，`step`、`continue`、`eval`），没有显著的重叠或冗余。",{"category":44,"check":136,"severity":24,"summary":137},"Phantom features","所有宣传的功能，包括支持的语言和调试操作，都在该技能及其工具中具有相应的实现和文档。",{"category":139,"check":140,"severity":24,"summary":141},"Install","Installation instruction","通过一行脚本、Homebrew 和源代码提供了清晰、可复制的 `dap` CLI 安装说明，并附有调用示例。",{"category":143,"check":144,"severity":24,"summary":145},"Errors","Actionable error messages","SKILL.md 和 README.md 清楚地概述了潜在的故障模式，并提供了调试问题的补救步骤或参考。",{"category":147,"check":148,"severity":24,"summary":149},"Execution","Pinned dependencies","`dap` CLI 安装脚本获取最新版本，Go 模块管理依赖项，确保了可预测的执行。",{"category":33,"check":151,"severity":114,"summary":152},"Dry-run preview","该技能专注于检查正在运行的程序的 `state`，不执行需要干运行模式的状态更改操作。",{"category":154,"check":155,"severity":114,"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","目的明确：“交互式调试源代码”，并有清晰的用例，如崩溃、异常和理解执行状态，操作对象为“源代码”和“正在运行的程序”。",{"category":40,"check":164,"severity":24,"summary":165},"Concise Frontmatter","前导信息简洁且自成一体，有效地总结了交互式调试的核心能力，并提供了清晰的触发词。",{"category":44,"check":167,"severity":24,"summary":168},"Concise Body","SKILL.md 结构良好，主要说明简洁，并将详细的安装步骤和高级技术推迟到单独的参考文件中。",{"category":170,"check":171,"severity":24,"summary":172},"Context","Progressive Disclosure","有关安装调试器和高级技术的详细信息提供在单独的 markdown 文件中，并从主 SKILL.md 链接，展示了有效的渐进式披露。",{"category":170,"check":174,"severity":114,"summary":175},"Forked exploration","该技能主要用于直接代码检查，不涉及需要分叉上下文的深度探索或代码审查。",{"category":22,"check":177,"severity":24,"summary":178},"Usage examples","为各种语言和场景提供了大量实用的、端到端的示例，演示了准确的调用和预期的输出。",{"category":22,"check":180,"severity":24,"summary":181},"Edge cases","文档解决了潜在的故障模式，如缺少调试器、不正确的解释器路径和挂起的程序，并提供了症状和恢复步骤。",{"category":103,"check":183,"severity":114,"summary":184},"Tool Fallback","该技能依赖于直接安装的 `dap` CLI，而不是外部 MCP 服务器，因此不需要备用机制。",{"category":186,"check":187,"severity":24,"summary":188},"Safety","Halt on unexpected state","文档通过提供清晰的诊断和修复问题的步骤，隐含地鼓励在意外状态下暂停执行，并且该工具的性质就是暂停执行。",{"category":91,"check":190,"severity":24,"summary":191},"Cross-skill coupling","该技能是独立的，不隐式依赖于其他技能；任何对相关工具（如特定调试器）的引用都是明确的。",1778675132185,"该技能通过 `dap` CLI 工具为源代码提供交互式调试功能。它支持为包括 Python、Go、Node.js/TypeScript 和 Rust/C/C++ 在内的各种语言设置断点、单步执行、检查变量、评估表达式和导航调用堆栈。",[195,196,197,198,199],"设置断点（条件断点、基于异常的断点）","单步执行代码（逐行、进入、跳出、跳过）","检查实时变量状态和调用堆栈","针对正在运行的程序评估任意表达式","附加到正在运行的进程或远程调试器",[201,202,203],"自动修复或打补丁代码。","静态代码分析或代码检查。","应用程序的部署或测试。",[205,206,207],"调试工作流","交互式执行","状态检查",[209,210,211],"必须安装 `dap` CLI 工具。","必须安装目标语言的兼容调试器后端。","目标程序必须能够被调试器启动或附加。","3.0.0","4.4.0","使 AI 代理能够交互式地调试源代码，通过设置断点、单步执行和检查实时变量状态来模仿人类开发者的工作流程。","该技能的文档非常全面且健壮，具有明确的目的、出色的示例和强大的安全实践。唯一的小缺点是缺少“干运行”功能，但这与其只读性质无关。",99,"一个专家级的技能，用于交互式源代码调试，提供全面的功能和文档。",[219,220,221,222,223,224,225,226,227],"debugging","development","code-analysis","cli","python","go","javascript","rust","c","verified",[230,231,232,233],"当程序崩溃或引发意外异常时使用。","当输出不正确且打印语句调试不足时使用。","用于在复杂代码中理解执行如何到达特定状态。","通过单步执行和检查变量来追溯根本原因。",[235,236,237,238,239,240,241,242],"用户识别到 bug 或需要理解执行流程。","用户使用 `dap debug \u003Cfile>` 调用该技能，并可选地指定断点。","技能通过 `dap` CLI 在调试器下启动程序。","程序执行在断点处或进入时暂停。","用户使用 `step`、`eval`、`inspect` 等命令与调试器交互以探索状态。","用户继续执行或附加到正在运行的进程。","用户通过重新运行或重新启动被调试程序来验证修复。","会话通过 `dap stop` 或自动终止。",{"codeQuality":244,"collectedAt":246,"documentation":247,"maintenance":250,"security":256,"testCoverage":258},{"hasLockfile":245},true,1778675113476,{"descriptionLength":248,"readmeSize":249},422,8315,{"closedIssues90d":251,"forks":252,"hasChangelog":253,"openIssues90d":251,"pushedAt":254,"stars":255},1,22,false,1776458454000,265,{"hasNpmPackage":253,"license":257,"smitheryVerified":253},"MIT",{"hasCi":245,"hasTests":245},{"updatedAt":260},1778675187444,{"basePath":262,"githubOwner":263,"githubRepo":264,"locale":18,"slug":265,"type":266},"skills/debugging-code","AlmogBaku","debug-skill","debugging-code","skill",{"_creationTime":268,"_id":269,"community":270,"display":271,"identity":274,"parentExtension":278,"providers":305,"relations":312,"tags":313,"workflow":314},1778675081525.0024,"k175qpfs8wq1e0q3ndb5731vbh86nd8w",{"reviewCount":8},{"description":272,"installMethods":273,"name":265,"sourceUrl":14},"Interactively debug source code — set breakpoints, step through execution, inspect live variables, evaluate expressions, and trace root causes.",{"claudeCode":265},{"basePath":275,"githubOwner":263,"githubRepo":264,"locale":276,"slug":264,"type":277},"","en","plugin",{"_creationTime":279,"_id":280,"community":281,"display":282,"identity":285,"providers":287,"relations":299,"tags":301,"workflow":302},1778675081525.0022,"k17ey6k1x892fjg6bbtkf4rfvd86m056",{"reviewCount":8},{"description":275,"installMethods":283,"name":284,"sourceUrl":14},{"claudeCode":12},"debug-skill-marketplace",{"basePath":275,"githubOwner":263,"githubRepo":264,"locale":276,"slug":264,"type":286},"marketplace",{"evaluate":288,"extract":294},{"promptVersionExtension":289,"promptVersionScoring":213,"score":290,"tags":291,"targetMarket":293,"tier":228},"3.1.0",96,[219,292,222,224,221],"developer-tools","global",{"commitSha":295,"marketplace":296,"plugin":297},"HEAD",{"name":284,"pluginCount":251},{"mcpCount":8,"provider":298,"skillCount":8},"classify",{"repoId":300},"kd75prhdfvyen63d4mhk1krwrd86m70c",[222,221,219,292,224],{"evaluatedAt":303,"extractAt":304,"updatedAt":303},1778675097115,1778675081525,{"evaluate":306,"extract":310},{"promptVersionExtension":212,"promptVersionScoring":213,"score":307,"tags":308,"targetMarket":293,"tier":228},98,[219,222,309,224,221],"dap",{"commitSha":295,"license":257,"plugin":311},{"mcpCount":8,"provider":298,"skillCount":251},{"parentExtensionId":280,"repoId":300},[222,221,309,219,224],{"evaluatedAt":315,"extractAt":304,"updatedAt":315},1778675113038,{"evaluate":317,"extract":319},{"promptVersionExtension":212,"promptVersionScoring":213,"score":216,"tags":318,"targetMarket":293,"tier":228},[219,220,221,222,223,224,225,226,227],{"commitSha":295,"license":257},{"parentExtensionId":269,"repoId":300,"translatedFrom":321},"k17c0eqzg99prg3ar5k8p5tz8d86nvv8",{"_creationTime":323,"_id":300,"identity":324,"providers":325,"workflow":382},1778675077322.0974,{"githubOwner":263,"githubRepo":264,"sourceUrl":14},{"classify":326,"discover":377,"github":380},{"commitSha":295,"extensions":327},[328,341,352,366],{"basePath":275,"displayName":284,"installMethods":329,"rationale":330,"selectedPaths":331,"source":340,"sourceLanguage":276,"type":286},{"claudeCode":12},"marketplace.json at .claude-plugin/marketplace.json",[332,335,337],{"path":333,"priority":334},".claude-plugin/marketplace.json","mandatory",{"path":336,"priority":334},"README.md",{"path":338,"priority":339},"LICENSE","high","rule",{"basePath":275,"description":272,"displayName":265,"installMethods":342,"license":257,"rationale":343,"selectedPaths":344,"source":340,"sourceLanguage":276,"type":277},{"claudeCode":265},"plugin manifest at .claude-plugin/plugin.json",[345,347,348,349],{"path":346,"priority":334},".claude-plugin/plugin.json",{"path":336,"priority":334},{"path":338,"priority":339},{"path":350,"priority":351},"skills/debugging-code/SKILL.md","medium",{"basePath":262,"description":353,"displayName":265,"installMethods":354,"rationale":355,"selectedPaths":356,"source":340,"sourceLanguage":276,"type":266},"Interactively debug source code — set breakpoints, step through execution line by line, inspect live variable state, evaluate expressions against the running program, and navigate the call stack to trace root causes. Use when a program crashes, raises unexpected exceptions, produces wrong output, when you need to understand how execution reached a certain state, or when print-statement debugging isn't revealing enough.",{"claudeCode":12},"SKILL.md frontmatter at skills/debugging-code/SKILL.md",[357,359,361,363],{"path":358,"priority":334},"SKILL.md",{"path":360,"priority":351},"references/advanced-techniques.md",{"path":362,"priority":351},"references/installing-debuggers.md",{"path":364,"priority":365},"scripts/install-dap.sh","low",{"basePath":275,"installMethods":367,"rationale":369,"selectedPaths":370,"source":340,"sourceLanguage":276,"type":222},{"go":368},"github.com/AlmogBaku/debug-skill","cli ecosystem detected at /",[371,373,374,375],{"path":372,"priority":334},"go.mod",{"path":336,"priority":334},{"path":338,"priority":339},{"path":376,"priority":351},"cmd/dap/main.go",{"sources":378},[379],"manual",{"closedIssues90d":251,"description":275,"forks":252,"license":257,"openIssues90d":251,"pushedAt":254,"readmeSize":249,"stars":255,"topics":381},[],{"classifiedAt":383,"discoverAt":384,"extractAt":385,"githubAt":385,"updatedAt":383},1778675081227,1778675077322,1778675079473,[227,222,221,219,220,224,225,223,226],{"evaluatedAt":388,"extractAt":304,"updatedAt":260},1778675132288,[],[391,420,446,476,506,534],{"_creationTime":392,"_id":393,"community":394,"display":395,"identity":401,"providers":405,"relations":414,"tags":416,"workflow":417},1778696052276.0203,"k17bgxxgryq8edg32egypsvqtn86m1h7",{"reviewCount":8},{"description":396,"installMethods":397,"name":399,"sourceUrl":400},"Detect and untangle circular dependencies. Runs madge/skott (TS), pycycle (Py), or compiler-only checks (Go/Rust). Auto-fixes leaf-extractable cycles; reports core cycles for human review. Use when the user asks to find circular imports, fix dependency cycles, or untangle module graph. Example queries — \"find circular imports\", \"fix dependency cycles\", \"untangle our module graph\", \"why is madge complaining\".",{"claudeCode":398},"raintree-technology/claude-starter","cleanup-cycles","https://github.com/raintree-technology/claude-starter",{"basePath":402,"githubOwner":403,"githubRepo":404,"locale":276,"slug":399,"type":266},"templates/.claude/skills/cleanup-cycles","raintree-technology","claude-starter",{"evaluate":406,"extract":413},{"promptVersionExtension":212,"promptVersionScoring":213,"score":407,"tags":408,"targetMarket":293,"tier":228},100,[409,410,225,223,411,224,226,412],"code-quality","dependencies","typescript","refactoring",{"commitSha":295},{"repoId":415},"kd78ywakatnz4sjfx781sy14vh86mtty",[409,410,224,225,223,412,226,411],{"evaluatedAt":418,"extractAt":419,"updatedAt":418},1778696977114,1778696052276,{"_creationTime":421,"_id":422,"community":423,"display":424,"identity":430,"providers":434,"relations":440,"tags":442,"workflow":443},1778697652123.8813,"k175pymk0vm7xrcjj2p0jf904186nae7",{"reviewCount":8},{"description":425,"installMethods":426,"name":428,"sourceUrl":429},"Debug OpenClaw model, provider, tool-surface, code-mode, streaming, and live/Crabbox behavior by choosing the right logs, probes, and proof path before changing code.",{"claudeCode":427},"steipete/clawdis","openclaw-debugging","https://github.com/steipete/clawdis",{"basePath":431,"githubOwner":432,"githubRepo":433,"locale":276,"slug":428,"type":266},".agents/skills/openclaw-debugging","steipete","clawdis",{"evaluate":435,"extract":439},{"promptVersionExtension":212,"promptVersionScoring":213,"score":407,"tags":436,"targetMarket":293,"tier":228},[219,437,222,438,220],"openclaws","troubleshooting",{"commitSha":295},{"repoId":441},"kd738npxg9yh3xf3vddzy9fyfh86nhng",[222,219,220,437,438],{"evaluatedAt":444,"extractAt":445,"updatedAt":444},1778697754713,1778697652123,{"_creationTime":447,"_id":448,"community":449,"display":450,"identity":456,"providers":460,"relations":467,"tags":471,"workflow":472},1778696893517.638,"k171836gceyrpg6bcb0tfxjez586mkfd",{"reviewCount":8},{"description":451,"installMethods":452,"name":454,"sourceUrl":455},"修剪臃肿的会话，附带处方。移除进度标记、陈旧读取、重复内容等。",{"claudeCode":453},"Ruya-AI/cozempic","treat","https://github.com/Ruya-AI/cozempic",{"basePath":457,"githubOwner":458,"githubRepo":459,"locale":18,"slug":454,"type":266},"plugin/skills/treat","Ruya-AI","cozempic",{"evaluate":461,"extract":466},{"promptVersionExtension":212,"promptVersionScoring":213,"score":407,"tags":462,"targetMarket":293,"tier":228},[463,464,465,223,222],"session-management","context-pruning","llm-optimization",{"commitSha":295},{"parentExtensionId":468,"repoId":469,"translatedFrom":470},"k176hd1j2vn0hpak7ds6v3eand86mfqh","kd79d77qmyh3826dwhk7ynx9xd86nmqm","k178yja51cgmcwkj5yctnzbj3186m30w",[222,464,465,223,463],{"evaluatedAt":473,"extractAt":474,"updatedAt":475},1778696822903,1778696712852,1778696893517,{"_creationTime":477,"_id":478,"community":479,"display":480,"identity":486,"providers":490,"relations":497,"tags":501,"workflow":502},1778695116148.682,"k177kjekr2zx11n81wp1j02thx86mvz8",{"reviewCount":8},{"description":481,"installMethods":482,"name":484,"sourceUrl":485},"在开始需要与当前工作区隔离的功能性工作，或在执行实现计划之前使用 - 通过原生工具或 git worktree 回退确保存在隔离的工作区。",{"claudeCode":483},"obra/superpowers","using-git-worktrees","https://github.com/obra/superpowers",{"basePath":487,"githubOwner":488,"githubRepo":489,"locale":18,"slug":484,"type":266},"skills/using-git-worktrees","obra","superpowers",{"evaluate":491,"extract":496},{"promptVersionExtension":212,"promptVersionScoring":213,"score":407,"tags":492,"targetMarket":293,"tier":228},[493,494,220,495,222],"git","workspace","automation",{"commitSha":295},{"parentExtensionId":498,"repoId":499,"translatedFrom":500},"k173cyjvkcyer717cf1859rka586mrx6","kd78df84w9e6v1ppqnzptt1afd86n9rm","k177cc2csjkdcems8qf39yr5fd86mzrs",[495,222,220,493,494],{"evaluatedAt":503,"extractAt":504,"updatedAt":505},1778694972293,1778694781833,1778695116148,{"_creationTime":507,"_id":508,"community":509,"display":510,"identity":516,"providers":519,"relations":526,"tags":529,"workflow":530},1778699514767.176,"k17f4qpem03b53manh7vcdvtr986mmjg",{"reviewCount":8},{"description":511,"installMethods":512,"name":514,"sourceUrl":515},"AI 代理的上下文运行时 — 包含 59 个 MCP 工具、10 种读取模式、95+ 种 shell 模式、支持 18 种语言的 tree-sitter AST。将 LLM 上下文压缩高达 99%。用于读取文件、运行 shell 命令、搜索代码或探索目录。如果不存在，则自动安装。",{"claudeCode":513},"yvgude/lean-ctx","lean-ctx","https://github.com/yvgude/lean-ctx",{"basePath":517,"githubOwner":518,"githubRepo":514,"locale":18,"slug":514,"type":266},"skills/lean-ctx","yvgude",{"evaluate":520,"extract":525},{"promptVersionExtension":212,"promptVersionScoring":213,"score":407,"tags":521,"targetMarket":293,"tier":228},[522,523,524,292,226,221],"context-compression","ai-agent","cli-tools",{"commitSha":295},{"repoId":527,"translatedFrom":528},"kd7dxtfr9j3z54hs3bz0218e1n86may0","k170fxxh22hdspg4vr94whgj1986mpr9",[523,524,221,522,292,226],{"evaluatedAt":531,"extractAt":532,"updatedAt":533},1778699456179,1778699438912,1778699514767,{"_creationTime":535,"_id":536,"community":537,"display":538,"identity":544,"providers":548,"relations":561,"tags":563,"workflow":564},1778669958874.1707,"k17e7ve95ag28cdc4gwt5qh10d86m1bv",{"reviewCount":8},{"description":539,"installMethods":540,"name":542,"sourceUrl":543},"Baseline cross-project coding conventions for naming, readability, immutability, and code-quality review. Use detailed frontend or backend skills for framework-specific patterns.",{"claudeCode":541},"affaan-m/everything-claude-code","coding-standards","https://github.com/affaan-m/everything-claude-code",{"basePath":545,"githubOwner":546,"githubRepo":547,"locale":276,"slug":542,"type":266},".agents/skills/coding-standards","affaan-m","everything-claude-code",{"evaluate":549,"extract":560},{"promptVersionExtension":212,"promptVersionScoring":213,"score":407,"tags":550,"targetMarket":293,"tier":228},[551,552,409,411,225,223,224,553,554,555,556,557,558,559,412],"coding-conventions","best-practices","java","php","swift","arkts","security","testing","documentation",{"commitSha":295},{"repoId":562},"kd78nxtg70rbj238fg1xbhf7d186mv9t",[556,552,409,551,559,224,553,225,554,223,412,557,555,558,411],{"evaluatedAt":565,"extractAt":566,"updatedAt":565},1778670132818,1778669958874]