[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"extension-skill-AlmogBaku-debugging-code-en":3,"guides-for-AlmogBaku-debugging-code":386,"similar-k17c0eqzg99prg3ar5k8p5tz8d86nvv8-en":387},{"_creationTime":4,"_id":5,"children":6,"community":7,"display":9,"evaluation":15,"identity":262,"isFallback":254,"parentExtension":268,"providers":315,"relations":319,"repo":320,"tags":383,"workflow":384},1778675081525.0027,"k17c0eqzg99prg3ar5k8p5tz8d86nvv8",[],{"reviewCount":8},0,{"description":10,"installMethods":11,"name":13,"sourceUrl":14},"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},"AlmogBaku/debug-skill","Debugging Code","https://github.com/AlmogBaku/debug-skill",{"_creationTime":16,"_id":17,"extensionId":5,"locale":18,"result":19,"trustSignals":244,"workflow":260},1778675132288.7954,"kn7b4x5ew5qeagyy9g0k8ffa1x86n19f","en",{"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,"targetMarket":228,"tier":229,"useCases":230,"workflow":235},[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","The description clearly identifies the problem of debugging source code and provides specific scenarios like crashes, exceptions, and understanding execution state, making it highly relevant to developers.",{"category":22,"check":27,"severity":24,"summary":28},"Unique selling proposition","This skill offers significant value beyond a simple prompt by enabling interactive debugging with breakpoints, stepping, and expression evaluation, which is a distinct capability from standard LLM output.",{"category":22,"check":30,"severity":24,"summary":31},"Production readiness","The extension is production-ready, providing a complete lifecycle for debugging: setup, session management, execution navigation, and verification of fixes, with clear installation and usage instructions.",{"category":33,"check":34,"severity":24,"summary":35},"Scope","Single responsibility principle","The skill focuses exclusively on interactive source code debugging, adhering to a single responsibility principle without extending into unrelated domains like testing or deployment.",{"category":33,"check":37,"severity":24,"summary":38},"Description quality","The displayed description accurately and concisely reflects the skill's capabilities in interactive source code debugging, including setting breakpoints, stepping, and inspecting state.",{"category":40,"check":41,"severity":24,"summary":42},"Invocation","Scoped tools","The skill utilizes narrow, verb-noun specialized tools like `dap debug`, `dap step`, and `dap eval`, which are well-suited for precise agent selection.",{"category":44,"check":45,"severity":24,"summary":46},"Documentation","Configuration & parameter reference","All commands, flags, and their parameters for the `dap` CLI are clearly documented within the SKILL.md and README.md files, including usage examples and context.",{"category":33,"check":48,"severity":24,"summary":49},"Tool naming","The `dap` tool commands are descriptive and follow a clear verb-noun pattern (e.g., `debug`, `step`, `eval`), making them easy to understand.",{"category":33,"check":51,"severity":24,"summary":52},"Minimal I/O surface","Tool inputs are well-defined flags and arguments, and outputs provide focused debugging context (location, locals, stack) rather than excessive diagnostic dumps.",{"category":54,"check":55,"severity":24,"summary":56},"License","License usability","The project is licensed under the MIT license, as indicated by the LICENSE file and README, which is a permissive open-source license.",{"category":58,"check":59,"severity":24,"summary":60},"Maintenance","Commit recency","The repository shows recent activity with commits within the last 12 months, indicating active maintenance.",{"category":58,"check":62,"severity":24,"summary":63},"Dependency Management","The project uses `go install` for its primary CLI tool and clearly lists dependencies in its `go.mod` file, with clear instructions for installation and potential fallbacks.",{"category":65,"check":66,"severity":24,"summary":67},"Security","Secret Management","The skill does not appear to handle or expose any secrets, aligning with appropriate security measures for a debugging tool.",{"category":65,"check":69,"severity":24,"summary":70},"Injection","The skill's design relies on specific tool commands and does not appear to load or execute arbitrary third-party data that could be subject to injection.",{"category":65,"check":72,"severity":24,"summary":73},"Transitive Supply-Chain Grenades","The skill bundles its dependencies and CLI tool locally, avoiding runtime downloads or execution of external scripts that could pose a supply-chain risk.",{"category":65,"check":75,"severity":24,"summary":76},"Sandbox Isolation","The skill's operations are confined to the debugging process itself and do not attempt to modify files or paths outside the project's scope.",{"category":65,"check":78,"severity":24,"summary":79},"Sandbox escape primitives","No detached process spawns or deny-retry loops were found in the provided script, indicating no sandbox escape primitives.",{"category":65,"check":81,"severity":24,"summary":82},"Data Exfiltration","The skill's primary function is to inspect local program state, and there are no indications of data exfiltration or undocumented outbound calls.",{"category":65,"check":84,"severity":24,"summary":85},"Hidden Text Tricks","The bundled content and documentation appear free of hidden steering tricks, control characters, or unusual Unicode sequences.",{"category":87,"check":88,"severity":24,"summary":89},"Hooks","Opaque code execution","The installation script and skill logic are written in clear, readable Bash and Go, with no obfuscation, base64 payloads, or runtime fetched code.",{"category":91,"check":92,"severity":24,"summary":93},"Portability","Structural Assumption","The skill's assumptions about project structure are minimal and centered around the target program's files, with clear documentation for setup and prerequisites.",{"category":95,"check":96,"severity":24,"summary":97},"Trust","Issues Attention","With 1 open issue and 1 closed issue in the last 90 days, the maintainer engagement is high and responsive.",{"category":99,"check":100,"severity":24,"summary":101},"Versioning","Release Management","The project has clear release tags and a latest release, and the installation script correctly fetches the latest version, ensuring traceable releases.",{"category":103,"check":104,"severity":24,"summary":105},"Code Execution","Validation","The `dap` CLI uses structured commands and flags, implying validation, and the SKILL.md details expected inputs and outputs for its operations.",{"category":65,"check":107,"severity":24,"summary":108},"Unguarded Destructive Operations","The skill is primarily analytical and read-only in nature; there are no destructive operations that would require guarding.",{"category":103,"check":110,"severity":24,"summary":111},"Error Handling","The `dap` CLI and SKILL.md provide clear error reporting, including failure modes, symptoms, and recovery steps, ensuring meaningful feedback.",{"category":103,"check":113,"severity":114,"summary":115},"Logging","not_applicable","This skill is primarily analytical and does not perform destructive actions or outbound calls that would necessitate a local audit log.",{"category":117,"check":118,"severity":24,"summary":119},"Compliance","GDPR","The skill operates on local source code and program state, not personal data, and therefore does not pose GDPR risks.",{"category":117,"check":121,"severity":24,"summary":122},"Target market","The debugging functionality is universal and not tied to any specific geographic or legal jurisdiction; `targetMarket` is global.",{"category":91,"check":124,"severity":24,"summary":125},"Runtime stability","The skill's `dap` CLI is designed for cross-platform compatibility (Linux, macOS) and clearly states installation requirements, ensuring runtime stability.",{"category":44,"check":127,"severity":24,"summary":128},"README","The README file is comprehensive, clearly stating the extension's purpose, installation, and usage with illustrative examples.",{"category":33,"check":130,"severity":24,"summary":131},"Tool surface size","The `dap` tool exposes a focused set of commands (debug, step, eval, etc.) well within the target range for effective use.",{"category":40,"check":133,"severity":24,"summary":134},"Overlapping near-synonym tools","The `dap` tool commands are distinct and cover specific debugging actions (e.g., `step`, `continue`, `eval`) without significant overlap or redundancy.",{"category":44,"check":136,"severity":24,"summary":137},"Phantom features","All advertised features, including supported languages and debugging actions, have corresponding implementations and documentation within the skill and its tools.",{"category":139,"check":140,"severity":24,"summary":141},"Install","Installation instruction","Clear, copy-pasteable installation instructions for the `dap` CLI are provided via a one-liner script, Homebrew, and source, along with invocation examples.",{"category":143,"check":144,"severity":24,"summary":145},"Errors","Actionable error messages","The SKILL.md and README.md clearly outline potential failure modes and provide remediation steps or references for debugging issues.",{"category":147,"check":148,"severity":24,"summary":149},"Execution","Pinned dependencies","The `dap` CLI installation script fetches the latest release, and Go modules manage dependencies, ensuring predictable execution.",{"category":33,"check":151,"severity":114,"summary":152},"Dry-run preview","The skill is focused on inspecting the state of a running program and does not perform state-changing operations that would require a dry-run mode.",{"category":154,"check":155,"severity":114,"summary":156},"Protocol","Idempotent retry & timeouts","The skill interacts with local processes and does not involve remote calls or state-changing operations that would require idempotency or timeouts.",{"category":117,"check":158,"severity":24,"summary":159},"Telemetry opt-in","There is no mention of telemetry collection in the documentation, implying it is not present or is strictly opt-in by default.",{"category":40,"check":161,"severity":24,"summary":162},"Precise Purpose","The purpose is precisely stated: \"Interactively debug source code\" with clear use cases like crashes, exceptions, and understanding execution state, operating on 'source code' and 'running programs'.",{"category":40,"check":164,"severity":24,"summary":165},"Concise Frontmatter","The frontmatter is concise and self-contained, effectively summarizing the core capability of interactive debugging and providing clear trigger phrases.",{"category":44,"check":167,"severity":24,"summary":168},"Concise Body","The SKILL.md is well-structured, keeping the main instructions concise and deferring detailed installation steps and advanced techniques to separate reference files.",{"category":170,"check":171,"severity":24,"summary":172},"Context","Progressive Disclosure","Detailed information on installing debug adapters and advanced techniques is provided in separate markdown files, linked from the main SKILL.md, demonstrating effective progressive disclosure.",{"category":170,"check":174,"severity":114,"summary":175},"Forked exploration","This skill is primarily for direct code inspection and does not involve deep exploration or code review requiring a forked context.",{"category":22,"check":177,"severity":24,"summary":178},"Usage examples","Numerous practical, end-to-end examples are provided for various languages and scenarios, demonstrating exact invocations and expected outputs.",{"category":22,"check":180,"severity":24,"summary":181},"Edge cases","The documentation addresses potential failure modes such as missing debuggers, incorrect interpreter paths, and hanging programs, providing symptoms and recovery steps.",{"category":103,"check":183,"severity":114,"summary":184},"Tool Fallback","The skill relies on the `dap` CLI which is installed directly, not an external MCP server, so no fallback mechanism is needed.",{"category":186,"check":187,"severity":24,"summary":188},"Safety","Halt on unexpected state","The documentation implicitly encourages halting on unexpected states by providing clear steps to diagnose and fix issues, and the tool's nature is to pause execution.",{"category":91,"check":190,"severity":24,"summary":191},"Cross-skill coupling","The skill is self-contained and does not implicitly rely on other skills; any references to related tooling (like specific debuggers) are explicit.",1778675132185,"This skill provides interactive debugging capabilities for source code through the `dap` CLI tool. It supports setting breakpoints, stepping through execution, inspecting variables, evaluating expressions, and navigating the call stack for various languages including Python, Go, Node.js/TypeScript, and Rust/C/C++.",[195,196,197,198,199],"Set breakpoints (conditional, exception-based)","Step through code execution (line by line, into, out, over)","Inspect live variable state and call stack","Evaluate arbitrary expressions against running program","Attach to running processes or remote debuggers",[201,202,203],"Automated code fixing or patching.","Static code analysis or linting.","Deployment or testing of applications.",[205,206,207],"Debugging Workflow","Interactive Execution","State Inspection",[209,210,211],"The `dap` CLI tool must be installed.","A compatible debugger backend for the target language must be installed.","The target program must be launchable or attachable by the debugger.","3.0.0","4.4.0","To enable AI agents to debug source code interactively, mirroring human developer workflows by setting breakpoints, stepping through execution, and inspecting live variable state.","The skill is exceptionally well-documented and robust, with a clear purpose, excellent examples, and strong security practices. The only minor point is the absence of a dry-run feature, which is not applicable to its read-only nature.",99,"An expert-grade skill for interactive source code debugging, offering comprehensive features and documentation.",[219,220,221,222,223,224,225,226,227],"debugging","development","code-analysis","cli","python","go","javascript","rust","c","global","verified",[231,232,233,234],"Use when a program crashes or raises unexpected exceptions.","Use when output is incorrect and print-statement debugging is insufficient.","Use to understand how execution reached a specific state in complex code.","Use to trace root causes by stepping through execution and inspecting variables.",[236,237,238,239,240,241,242,243],"User identifies a bug or needs to understand execution flow.","User invokes the skill with `dap debug \u003Cfile>` and optionally specifies breakpoints.","Skill launches the program under the debugger via the `dap` CLI.","Program execution pauses at breakpoints or on entry.","User interacts with the debugger using commands like `step`, `eval`, `inspect` to explore state.","User continues execution or attaches to a running process.","User verifies fixes by re-running or restarting the debugged program.","Session is terminated via `dap stop` or automatically.",{"codeQuality":245,"collectedAt":247,"documentation":248,"maintenance":251,"security":257,"testCoverage":259},{"hasLockfile":246},true,1778675113476,{"descriptionLength":249,"readmeSize":250},422,8315,{"closedIssues90d":252,"forks":253,"hasChangelog":254,"openIssues90d":252,"pushedAt":255,"stars":256},1,22,false,1776458454000,265,{"hasNpmPackage":254,"license":258,"smitheryVerified":254},"MIT",{"hasCi":246,"hasTests":246},{"updatedAt":261},1778675132288,{"basePath":263,"githubOwner":264,"githubRepo":265,"locale":18,"slug":266,"type":267},"skills/debugging-code","AlmogBaku","debug-skill","debugging-code","skill",{"_creationTime":269,"_id":270,"community":271,"display":272,"identity":275,"parentExtension":278,"providers":304,"relations":311,"tags":312,"workflow":313},1778675081525.0024,"k175qpfs8wq1e0q3ndb5731vbh86nd8w",{"reviewCount":8},{"description":273,"installMethods":274,"name":266,"sourceUrl":14},"Interactively debug source code — set breakpoints, step through execution, inspect live variables, evaluate expressions, and trace root causes.",{"claudeCode":266},{"basePath":276,"githubOwner":264,"githubRepo":265,"locale":18,"slug":265,"type":277},"","plugin",{"_creationTime":279,"_id":280,"community":281,"display":282,"identity":285,"providers":287,"relations":298,"tags":300,"workflow":301},1778675081525.0022,"k17ey6k1x892fjg6bbtkf4rfvd86m056",{"reviewCount":8},{"description":276,"installMethods":283,"name":284,"sourceUrl":14},{"claudeCode":12},"debug-skill-marketplace",{"basePath":276,"githubOwner":264,"githubRepo":265,"locale":18,"slug":265,"type":286},"marketplace",{"evaluate":288,"extract":293},{"promptVersionExtension":289,"promptVersionScoring":213,"score":290,"tags":291,"targetMarket":228,"tier":229},"3.1.0",96,[219,292,222,224,221],"developer-tools",{"commitSha":294,"marketplace":295,"plugin":296},"HEAD",{"name":284,"pluginCount":252},{"mcpCount":8,"provider":297,"skillCount":8},"classify",{"repoId":299},"kd75prhdfvyen63d4mhk1krwrd86m70c",[222,221,219,292,224],{"evaluatedAt":302,"extractAt":303,"updatedAt":302},1778675097115,1778675081525,{"evaluate":305,"extract":309},{"promptVersionExtension":212,"promptVersionScoring":213,"score":306,"tags":307,"targetMarket":228,"tier":229},98,[219,222,308,224,221],"dap",{"commitSha":294,"license":258,"plugin":310},{"mcpCount":8,"provider":297,"skillCount":252},{"parentExtensionId":280,"repoId":299},[222,221,308,219,224],{"evaluatedAt":314,"extractAt":303,"updatedAt":314},1778675113038,{"evaluate":316,"extract":318},{"promptVersionExtension":212,"promptVersionScoring":213,"score":216,"tags":317,"targetMarket":228,"tier":229},[219,220,221,222,223,224,225,226,227],{"commitSha":294,"license":258},{"parentExtensionId":270,"repoId":299},{"_creationTime":321,"_id":299,"identity":322,"providers":323,"workflow":379},1778675077322.0974,{"githubOwner":264,"githubRepo":265,"sourceUrl":14},{"classify":324,"discover":374,"github":377},{"commitSha":294,"extensions":325},[326,339,350,363],{"basePath":276,"displayName":284,"installMethods":327,"rationale":328,"selectedPaths":329,"source":338,"sourceLanguage":18,"type":286},{"claudeCode":12},"marketplace.json at .claude-plugin/marketplace.json",[330,333,335],{"path":331,"priority":332},".claude-plugin/marketplace.json","mandatory",{"path":334,"priority":332},"README.md",{"path":336,"priority":337},"LICENSE","high","rule",{"basePath":276,"description":273,"displayName":266,"installMethods":340,"license":258,"rationale":341,"selectedPaths":342,"source":338,"sourceLanguage":18,"type":277},{"claudeCode":266},"plugin manifest at .claude-plugin/plugin.json",[343,345,346,347],{"path":344,"priority":332},".claude-plugin/plugin.json",{"path":334,"priority":332},{"path":336,"priority":337},{"path":348,"priority":349},"skills/debugging-code/SKILL.md","medium",{"basePath":263,"description":10,"displayName":266,"installMethods":351,"rationale":352,"selectedPaths":353,"source":338,"sourceLanguage":18,"type":267},{"claudeCode":12},"SKILL.md frontmatter at skills/debugging-code/SKILL.md",[354,356,358,360],{"path":355,"priority":332},"SKILL.md",{"path":357,"priority":349},"references/advanced-techniques.md",{"path":359,"priority":349},"references/installing-debuggers.md",{"path":361,"priority":362},"scripts/install-dap.sh","low",{"basePath":276,"installMethods":364,"rationale":366,"selectedPaths":367,"source":338,"sourceLanguage":18,"type":222},{"go":365},"github.com/AlmogBaku/debug-skill","cli ecosystem detected at /",[368,370,371,372],{"path":369,"priority":332},"go.mod",{"path":334,"priority":332},{"path":336,"priority":337},{"path":373,"priority":349},"cmd/dap/main.go",{"sources":375},[376],"manual",{"closedIssues90d":252,"description":276,"forks":253,"license":258,"openIssues90d":252,"pushedAt":255,"readmeSize":250,"stars":256,"topics":378},[],{"classifiedAt":380,"discoverAt":381,"extractAt":382,"githubAt":382,"updatedAt":380},1778675081227,1778675077322,1778675079473,[227,222,221,219,220,224,225,223,226],{"evaluatedAt":261,"extractAt":303,"updatedAt":385},1778675255183,[],[388,417,443,472,501,528],{"_creationTime":389,"_id":390,"community":391,"display":392,"identity":398,"providers":402,"relations":411,"tags":413,"workflow":414},1778696052276.0203,"k17bgxxgryq8edg32egypsvqtn86m1h7",{"reviewCount":8},{"description":393,"installMethods":394,"name":396,"sourceUrl":397},"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":395},"raintree-technology/claude-starter","cleanup-cycles","https://github.com/raintree-technology/claude-starter",{"basePath":399,"githubOwner":400,"githubRepo":401,"locale":18,"slug":396,"type":267},"templates/.claude/skills/cleanup-cycles","raintree-technology","claude-starter",{"evaluate":403,"extract":410},{"promptVersionExtension":212,"promptVersionScoring":213,"score":404,"tags":405,"targetMarket":228,"tier":229},100,[406,407,225,223,408,224,226,409],"code-quality","dependencies","typescript","refactoring",{"commitSha":294},{"repoId":412},"kd78ywakatnz4sjfx781sy14vh86mtty",[406,407,224,225,223,409,226,408],{"evaluatedAt":415,"extractAt":416,"updatedAt":415},1778696977114,1778696052276,{"_creationTime":418,"_id":419,"community":420,"display":421,"identity":427,"providers":431,"relations":437,"tags":439,"workflow":440},1778697652123.8813,"k175pymk0vm7xrcjj2p0jf904186nae7",{"reviewCount":8},{"description":422,"installMethods":423,"name":425,"sourceUrl":426},"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":424},"steipete/clawdis","openclaw-debugging","https://github.com/steipete/clawdis",{"basePath":428,"githubOwner":429,"githubRepo":430,"locale":18,"slug":425,"type":267},".agents/skills/openclaw-debugging","steipete","clawdis",{"evaluate":432,"extract":436},{"promptVersionExtension":212,"promptVersionScoring":213,"score":404,"tags":433,"targetMarket":228,"tier":229},[219,434,222,435,220],"openclaws","troubleshooting",{"commitSha":294},{"repoId":438},"kd738npxg9yh3xf3vddzy9fyfh86nhng",[222,219,220,434,435],{"evaluatedAt":441,"extractAt":442,"updatedAt":441},1778697754713,1778697652123,{"_creationTime":444,"_id":445,"community":446,"display":447,"identity":453,"providers":457,"relations":464,"tags":467,"workflow":468},1778696712851.975,"k178yja51cgmcwkj5yctnzbj3186m30w",{"reviewCount":8},{"description":448,"installMethods":449,"name":451,"sourceUrl":452},"Prune bloated session with a prescription. Removes progress ticks, stale reads, duplicate content, and more.",{"claudeCode":450},"Ruya-AI/cozempic","treat","https://github.com/Ruya-AI/cozempic",{"basePath":454,"githubOwner":455,"githubRepo":456,"locale":18,"slug":451,"type":267},"plugin/skills/treat","Ruya-AI","cozempic",{"evaluate":458,"extract":463},{"promptVersionExtension":212,"promptVersionScoring":213,"score":404,"tags":459,"targetMarket":228,"tier":229},[460,461,462,223,222],"session-management","context-pruning","llm-optimization",{"commitSha":294},{"parentExtensionId":465,"repoId":466},"k176hd1j2vn0hpak7ds6v3eand86mfqh","kd79d77qmyh3826dwhk7ynx9xd86nmqm",[222,461,462,223,460],{"evaluatedAt":469,"extractAt":470,"updatedAt":471},1778696822903,1778696712852,1778696925366,{"_creationTime":473,"_id":474,"community":475,"display":476,"identity":482,"providers":486,"relations":493,"tags":496,"workflow":497},1778694781833.2703,"k177cc2csjkdcems8qf39yr5fd86mzrs",{"reviewCount":8},{"description":477,"installMethods":478,"name":480,"sourceUrl":481},"Use when starting feature work that needs isolation from current workspace or before executing implementation plans - ensures an isolated workspace exists via native tools or git worktree fallback",{"claudeCode":479},"obra/superpowers","using-git-worktrees","https://github.com/obra/superpowers",{"basePath":483,"githubOwner":484,"githubRepo":485,"locale":18,"slug":480,"type":267},"skills/using-git-worktrees","obra","superpowers",{"evaluate":487,"extract":492},{"promptVersionExtension":212,"promptVersionScoring":213,"score":404,"tags":488,"targetMarket":228,"tier":229},[489,490,220,491,222],"git","workspace","automation",{"commitSha":294},{"parentExtensionId":494,"repoId":495},"k173cyjvkcyer717cf1859rka586mrx6","kd78df84w9e6v1ppqnzptt1afd86n9rm",[491,222,220,489,490],{"evaluatedAt":498,"extractAt":499,"updatedAt":500},1778694972293,1778694781833,1778695146071,{"_creationTime":502,"_id":503,"community":504,"display":505,"identity":511,"providers":514,"relations":521,"tags":523,"workflow":524},1778699438912.8826,"k170fxxh22hdspg4vr94whgj1986mpr9",{"reviewCount":8},{"description":506,"installMethods":507,"name":509,"sourceUrl":510},"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":508},"yvgude/lean-ctx","lean-ctx","https://github.com/yvgude/lean-ctx",{"basePath":512,"githubOwner":513,"githubRepo":509,"locale":18,"slug":509,"type":267},"skills/lean-ctx","yvgude",{"evaluate":515,"extract":520},{"promptVersionExtension":212,"promptVersionScoring":213,"score":404,"tags":516,"targetMarket":228,"tier":229},[517,518,519,292,226,221],"context-compression","ai-agent","cli-tools",{"commitSha":294},{"repoId":522},"kd7dxtfr9j3z54hs3bz0218e1n86may0",[518,519,221,517,292,226],{"evaluatedAt":525,"extractAt":526,"updatedAt":527},1778699456179,1778699438912,1778699517795,{"_creationTime":529,"_id":530,"community":531,"display":532,"identity":538,"providers":542,"relations":555,"tags":557,"workflow":558},1778669958874.1707,"k17e7ve95ag28cdc4gwt5qh10d86m1bv",{"reviewCount":8},{"description":533,"installMethods":534,"name":536,"sourceUrl":537},"Baseline cross-project coding conventions for naming, readability, immutability, and code-quality review. Use detailed frontend or backend skills for framework-specific patterns.",{"claudeCode":535},"affaan-m/everything-claude-code","coding-standards","https://github.com/affaan-m/everything-claude-code",{"basePath":539,"githubOwner":540,"githubRepo":541,"locale":18,"slug":536,"type":267},".agents/skills/coding-standards","affaan-m","everything-claude-code",{"evaluate":543,"extract":554},{"promptVersionExtension":212,"promptVersionScoring":213,"score":404,"tags":544,"targetMarket":228,"tier":229},[545,546,406,408,225,223,224,547,548,549,550,551,552,553,409],"coding-conventions","best-practices","java","php","swift","arkts","security","testing","documentation",{"commitSha":294},{"repoId":556},"kd78nxtg70rbj238fg1xbhf7d186mv9t",[550,546,406,545,553,224,547,225,548,223,409,551,549,552,408],{"evaluatedAt":559,"extractAt":560,"updatedAt":559},1778670132818,1778669958874]