[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"extension-skill-Lifecycle-Innovations-Limited-ops-speedup-de":3,"guides-for-Lifecycle-Innovations-Limited-ops-speedup":888,"similar-k1736cmbg64yycmt89d4h23mh586nfm5-de":889},{"_creationTime":4,"_id":5,"children":6,"community":7,"display":9,"evaluation":15,"identity":254,"isFallback":237,"parentExtension":259,"providers":326,"relations":330,"repo":331,"tags":886,"workflow":887},1778692306427.1033,"k1736cmbg64yycmt89d4h23mh586nfm5",[],{"reviewCount":8},0,{"description":10,"installMethods":11,"name":13,"sourceUrl":14},"Cross-platform, hardware-adaptive system optimizer. Auto-detects macOS / Linux / WSL / Windows (MINGW/Cygwin/MSYS2) and CPU/RAM/disk/GPU profile, then picks the right cleanup strategy. Scans reclaimable disk space, memory pressure, runaway processes, startup bloat, network issues. CleanMyMac built into Claude Code.",{"claudeCode":12},"Lifecycle-Innovations-Limited/claude-ops","ops-speedup","https://github.com/Lifecycle-Innovations-Limited/claude-ops",{"_creationTime":16,"_id":17,"extensionId":5,"locale":18,"result":19,"trustSignals":235,"workflow":252},1778692959698.763,"kn70k5grfcw6rdxpach52egkwn86mr44","en",{"checks":20,"evaluatedAt":192,"extensionSummary":193,"features":194,"nonGoals":200,"practices":205,"prerequisites":210,"promptVersionExtension":213,"promptVersionScoring":214,"purpose":215,"rationale":216,"score":217,"summary":218,"tags":219,"targetMarket":228,"tier":229,"useCases":230},[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,131,134,137,141,145,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","The description clearly identifies system optimization as a user problem and mentions specific areas like disk space, memory pressure, and startup bloat.",{"category":22,"check":27,"severity":24,"summary":28},"Unique selling proposition","This skill offers significant value beyond basic LLM capabilities by providing cross-platform, hardware-adaptive optimization strategies and integrating with system-level tools like `ops-speedup` binary.",{"category":22,"check":30,"severity":24,"summary":31},"Production readiness","The extension is production-ready, offering a complete lifecycle for system optimization including detection, reporting, user confirmation for destructive actions, and execution.",{"category":33,"check":34,"severity":24,"summary":35},"Scope","Single responsibility principle","The skill is focused on system optimization and cleanup, with a clear boundary around its scope, primarily interacting with the `ops-speedup` binary.",{"category":33,"check":37,"severity":24,"summary":38},"Description quality","The displayed description accurately reflects the skill's functionality, including its cross-platform nature and adaptive cleanup strategies.",{"category":40,"check":41,"severity":24,"summary":42},"Invocation","Scoped tools","The skill primarily interacts with the `ops-speedup` binary with specific flags (`--scan`, `--clean`, `--deep`, `--aggressive`), maintaining scoped operations.",{"category":44,"check":45,"severity":24,"summary":46},"Documentation","Configuration & parameter reference","The SKILL.md provides a comprehensive CLI reference for the `ops-speedup` binary, detailing commands, purposes, side effects, and OS-specific capabilities, acting as parameter reference.",{"category":33,"check":48,"severity":24,"summary":49},"Tool naming","The skill's interaction with the `ops-speedup` binary uses clear, descriptive commands and flags like `--scan`, `--clean`, `--deep`, and `--aggressive`.",{"category":33,"check":51,"severity":24,"summary":52},"Minimal I/O surface","The skill's interaction with the `ops-speedup` binary uses specific flags for input and returns structured JSON or formatted reports, avoiding excessive I/O.",{"category":54,"check":55,"severity":24,"summary":56},"License","License usability","The license is MIT, clearly stated in the LICENSE file and README, and is a permissive open-source license.",{"category":58,"check":59,"severity":24,"summary":60},"Maintenance","Commit recency","The last commit was on 2026-05-13, which is within the last 3 months, indicating recent maintenance.",{"category":58,"check":62,"severity":24,"summary":63},"Dependency Management","The extension relies on system tools and standard package managers, with installation instructions covering necessary dependencies.",{"category":65,"check":66,"severity":24,"summary":67},"Security","Secret Management","The extension does not appear to handle or expose secrets; it operates on system performance and cleanup.",{"category":65,"check":69,"severity":24,"summary":70},"Injection","The skill relies on the `ops-speedup` binary and does not appear to load external, untrusted data as instructions.",{"category":65,"check":72,"severity":24,"summary":73},"Transitive Supply-Chain Grenades","The skill bundles its core functionality in the `ops-speedup` binary and does not appear to fetch remote code or data at runtime for execution.",{"category":65,"check":75,"severity":24,"summary":76},"Sandbox Isolation","The skill interacts with a binary that performs system operations, but documentation implies it stays within a defined scope and avoids modifying user files outside of explicit cleanup actions.",{"category":65,"check":78,"severity":24,"summary":79},"Sandbox escape primitives","No evidence of detached process spawns or deny-retry loops within the skill's logic or its interaction with the `ops-speedup` binary.",{"category":65,"check":81,"severity":24,"summary":82},"Data Exfiltration","The extension is for system optimization and cleanup and does not appear to exfiltrate confidential data. Telemetry is local to `~/.ops-speedup/history.jsonl`.",{"category":65,"check":84,"severity":24,"summary":85},"Hidden Text Tricks","Bundled content and descriptions appear free of hidden steering tricks, utilizing standard formatting.",{"category":87,"check":88,"severity":24,"summary":89},"Hooks","Opaque code execution","The core logic is encapsulated in the `ops-speedup` binary, which is presumably readable source code, and the skill itself uses clear bash commands.",{"category":91,"check":92,"severity":24,"summary":93},"Portability","Structural Assumption","The skill explicitly handles cross-platform compatibility for macOS, Linux, WSL, and Windows within the `ops-speedup` binary, declaring its assumptions.",{"category":95,"check":96,"severity":24,"summary":97},"Trust","Issues Attention","With 2 open and 6 closed issues in the last 90 days, the closure rate is good (66%), indicating active maintainer engagement.",{"category":99,"check":100,"severity":24,"summary":101},"Versioning","Release Management","The README indicates version 2.0.0, and changelog entries are present, indicating a clear versioning strategy.",{"category":103,"check":104,"severity":24,"summary":105},"Code Execution","Validation","The `ops-speedup` binary handles OS detection and dispatch, and the skill's interaction uses defined flags, implying validated inputs.",{"category":65,"check":107,"severity":24,"summary":108},"Unguarded Destructive Operations","The skill implements explicit confirmation steps for destructive actions like `--deep` and `--aggressive` cleanup, aligning with Rule 5.",{"category":103,"check":110,"severity":24,"summary":111},"Error Handling","The skill includes error handling for the `ops-speedup` binary (e.g., `2>/dev/null || echo '{}'`) and presents user-friendly choices and confirmations.",{"category":103,"check":113,"severity":24,"summary":114},"Logging","The skill writes telemetry to `~/.ops-speedup/history.jsonl` and provides clear output regarding reclaimed space and health scores after cleanup.",{"category":116,"check":117,"severity":24,"summary":118},"Compliance","GDPR","The extension focuses on system performance and cleanup, not personal data processing.",{"category":116,"check":120,"severity":24,"summary":121},"Target market","The extension explicitly supports macOS, Linux, WSL, and Windows, indicating a global target market.",{"category":91,"check":123,"severity":24,"summary":124},"Runtime stability","The skill explicitly auto-detects and adapts to different operating systems (macOS, Linux, WSL, Windows), ensuring cross-platform stability.",{"category":44,"check":126,"severity":24,"summary":127},"README","The README provides a comprehensive overview of the project, its features, architecture, and installation instructions.",{"category":33,"check":129,"severity":24,"summary":130},"Tool surface size","The skill primarily interacts with the `ops-speedup` binary and presents user choices, not exposing a large number of distinct tools directly.",{"category":40,"check":132,"severity":24,"summary":133},"Overlapping near-synonym tools","The skill presents distinct cleanup modes (`scan`, `clean`, `deep`, `aggressive`) and user-selectable options, avoiding near-synonym commands.",{"category":44,"check":135,"severity":24,"summary":136},"Phantom features","All advertised features, such as OS detection and various cleanup modes, are directly implemented via the `ops-speedup` binary and documented.",{"category":138,"check":139,"severity":24,"summary":140},"Install","Installation instruction","The README provides clear, copy-pasteable installation and setup instructions, including a guided wizard and local development setup.",{"category":142,"check":143,"severity":24,"summary":144},"Errors","Actionable error messages","The skill provides clear choices and confirmations for cleanup actions, and the underlying binary handles system-specific errors, with the skill presenting reports.",{"category":146,"check":147,"severity":24,"summary":148},"Execution","Pinned dependencies","The skill relies on system utilities and package managers for dependencies, and installation instructions cover setup for various OS.",{"category":33,"check":150,"severity":151,"summary":152},"Dry-run preview","not_applicable","The extension focuses on system cleanup and optimization; while `--clean` and `--deep` have confirmations, a specific `--dry-run` flag is not explicitly mentioned for all destructive operations.",{"category":154,"check":155,"severity":24,"summary":156},"Protocol","Idempotent retry & timeouts","The `ops-speedup` binary is designed to be idempotent, and the skill's interaction with it is straightforward, with no complex retry logic apparent.",{"category":116,"check":158,"severity":24,"summary":159},"Telemetry opt-in","The extension explicitly states 'No telemetry. No analytics. No crash reports.' in its privacy section.",{"category":40,"check":161,"severity":24,"summary":162},"Precise Purpose","The description clearly states the artifact (system) and the user intent (optimization, cleanup) across multiple platforms.",{"category":40,"check":164,"severity":24,"summary":165},"Concise Frontmatter","The SKILL.md frontmatter is dense and provides a clear, concise summary of the skill's purpose and capabilities.",{"category":44,"check":167,"severity":24,"summary":168},"Concise Body","The SKILL.md is well-structured, uses progressive disclosure with the CLI reference, and avoids excessive verbosity in the main instruction body.",{"category":170,"check":171,"severity":24,"summary":172},"Context","Progressive Disclosure","The SKILL.md outlines the overall process and links to detailed CLI reference and OS-specific capabilities, demonstrating progressive disclosure.",{"category":170,"check":174,"severity":151,"summary":175},"Forked exploration","This skill is not primarily an exploration or audit skill; it performs direct actions based on user intent.",{"category":22,"check":177,"severity":24,"summary":178},"Usage examples","The SKILL.md provides examples of how to invoke the `ops-speedup` binary with different flags and describes the expected output.",{"category":22,"check":180,"severity":24,"summary":181},"Edge cases","The SKILL.md documents OS-specific capabilities, limitations (e.g., 'limited' disk scan on Windows), and protected processes, indicating handling of edge cases.",{"category":103,"check":183,"severity":151,"summary":184},"Tool Fallback","This skill does not rely on an external MCP server; it uses a bundled binary.",{"category":186,"check":187,"severity":24,"summary":188},"Safety","Halt on unexpected state","The skill's workflow includes confirmations for destructive actions and provides clear reporting, implying it halts on unexpected states that would prevent safe operation.",{"category":91,"check":190,"severity":24,"summary":191},"Cross-skill coupling","The skill operates as a standalone system optimizer and does not appear to implicitly rely on other skills.",1778692959324,"This skill provides system optimization and cleanup capabilities across macOS, Linux, WSL, and Windows by leveraging a dedicated `ops-speedup` binary. It auto-detects the OS and hardware profile to apply the most effective cleanup strategy, scanning for reclaimable disk space, memory pressure, runaway processes, and more.",[195,196,197,198,199],"Cross-platform system optimization (macOS, Linux, WSL, Windows)","Hardware-adaptive cleanup strategies","Scans for disk space, memory pressure, CPU hogs, and startup bloat","Safe and destructive cleanup modes with user confirmation","Detailed reporting of system health and cleanup actions",[201,202,203,204],"Performing deep security audits or malware removal","Managing application installations or software updates","Modifying core operating system settings beyond performance tuning","Acting as a general-purpose file manager",[206,207,208,209],"System Optimization","Cross-Platform Compatibility","Data Cleanup","Performance Tuning",[211,212],"Claude Code 1.0+","macOS / Linux / WSL / Windows","3.0.0","4.4.0","To automatically optimize and clean system resources across various operating systems, improving performance and reclaiming disk space.","The extension is highly polished, with excellent documentation, clear scope, strong security practices, and recent maintenance. It provides a valuable utility with robust cross-platform support and user confirmations for destructive actions.",98,"A comprehensive, cross-platform system optimizer with strong documentation and security.",[220,221,222,223,224,225,226,227],"system-optimization","cleanup","performance","cross-platform","macos","linux","windows","automation","global","verified",[231,232,233,234],"Speeding up a slow computer by cleaning unnecessary files and processes","Reclaiming disk space across different operating systems","Improving system responsiveness by identifying and mitigating resource-heavy applications","Performing routine system maintenance without deep technical knowledge",{"codeQuality":236,"collectedAt":238,"documentation":239,"maintenance":242,"security":248,"testCoverage":251},{"hasLockfile":237},true,1778692938961,{"descriptionLength":240,"readmeSize":241},316,22118,{"closedIssues90d":243,"forks":244,"hasChangelog":237,"openIssues90d":245,"pushedAt":246,"stars":247},6,4,2,1778673878000,9,{"hasNpmPackage":249,"license":250,"smitheryVerified":249},false,"MIT",{"hasCi":237,"hasTests":237},{"updatedAt":253},1778692959698,{"basePath":255,"githubOwner":256,"githubRepo":257,"locale":18,"slug":13,"type":258},"claude-ops/skills/ops-speedup","Lifecycle-Innovations-Limited","claude-ops","skill",{"_creationTime":260,"_id":261,"community":262,"display":263,"identity":267,"parentExtension":269,"providers":305,"relations":322,"tags":323,"workflow":324},1778692306427.0964,"k17d0t6ns7y6t377pfprg128hd86nm89",{"reviewCount":8},{"description":264,"installMethods":265,"name":266,"sourceUrl":14},"Business operations command center for Claude Code — 35 skills, 18 agents, and a smart background daemon that manage communications (WhatsApp/Email/Slack/Telegram), projects, infrastructure (all AWS services), revenue (Stripe + RevenueCat), e-commerce (Shopify), marketing (Klaviyo/Meta/GA4/GSC), monitoring (Datadog/New Relic/OTEL), and voice (Bland AI/ElevenLabs/Whisper). Includes /gtm go-to-market planner, /ops:projects portfolio dashboard, and YOLO mode for autonomous operation with 4 parallel C-suite agents.",{"claudeCode":266},"ops",{"basePath":257,"githubOwner":256,"githubRepo":257,"locale":18,"slug":257,"type":268},"plugin",{"_creationTime":270,"_id":271,"community":272,"display":273,"identity":277,"providers":280,"relations":299,"tags":301,"workflow":302},1778692306427.0962,"k177xmnsm26p2wbrkfkwqgm2b986m2w8",{"reviewCount":8},{"description":274,"installMethods":275,"name":276,"sourceUrl":14},"Local marketplace for claude-ops plugin",{"claudeCode":12},"ops-marketplace",{"basePath":278,"githubOwner":256,"githubRepo":257,"locale":18,"slug":257,"type":279},"","marketplace",{"evaluate":281,"extract":293},{"promptVersionExtension":282,"promptVersionScoring":214,"score":283,"tags":284,"targetMarket":228,"tier":229},"3.1.0",96,[285,286,287,227,288,289,290,291,292],"operations","business","dashboard","productivity","aws","slack","whatsapp","monitoring",{"commitSha":294,"marketplace":295,"plugin":297},"HEAD",{"name":276,"pluginCount":296},1,{"mcpCount":8,"provider":298,"skillCount":8},"classify",{"repoId":300},"kd7d52tcek2e34r805zs06b10d86n39v",[227,289,286,287,292,285,288,290,291],{"evaluatedAt":303,"extractAt":304,"updatedAt":303},1778692330594,1778692306427,{"evaluate":306,"extract":319},{"promptVersionExtension":213,"promptVersionScoring":214,"score":307,"tags":308,"targetMarket":228,"tier":318},85,[309,227,310,311,312,313,314,315,316,292,317],"business-operations","ai-agents","communications","project-management","devops","marketing","finance","e-commerce","voice","community",{"commitSha":294,"license":250,"plugin":320},{"mcpCount":8,"provider":298,"skillCount":321},35,{"parentExtensionId":271,"repoId":300},[310,227,309,311,313,316,315,314,292,312,317],{"evaluatedAt":325,"extractAt":304,"updatedAt":325},1778692342046,{"evaluate":327,"extract":329},{"promptVersionExtension":213,"promptVersionScoring":214,"score":217,"tags":328,"targetMarket":228,"tier":229},[220,221,222,223,224,225,226,227],{"commitSha":294,"license":250},{"parentExtensionId":261,"repoId":300},{"_creationTime":332,"_id":300,"identity":333,"providers":334,"workflow":882},1778692301282.087,{"githubOwner":256,"githubRepo":257,"sourceUrl":14},{"classify":335,"discover":860,"github":863},{"commitSha":294,"extensions":336},[337,350,560,568,576,584,592,600,608,616,624,632,640,648,656,666,674,682,690,698,706,714,722,730,738,746,754,762,770,778,783,791,799,807,815,823,837,845],{"basePath":278,"description":274,"displayName":276,"installMethods":338,"rationale":339,"selectedPaths":340,"source":349,"sourceLanguage":18,"type":279},{"claudeCode":12},"marketplace.json at .claude-plugin/marketplace.json",[341,344,346],{"path":342,"priority":343},".claude-plugin/marketplace.json","mandatory",{"path":345,"priority":343},"README.md",{"path":347,"priority":348},"LICENSE","high","rule",{"basePath":257,"description":264,"displayName":266,"installMethods":351,"license":250,"rationale":352,"selectedPaths":353,"source":349,"sourceLanguage":18,"type":268},{"claudeCode":266},"plugin manifest at claude-ops/.claude-plugin/plugin.json",[354,356,357,358,361,363,365,367,369,371,373,375,377,379,381,383,385,387,389,391,393,395,397,399,401,403,405,407,409,411,413,415,417,419,421,423,425,427,429,431,433,435,437,439,441,443,445,447,449,451,453,455,457,459,461,463,465,467,470,472,474,476,478,480,482,484,486,488,490,492,494,496,498,500,502,504,506,508,510,512,514,516,518,520,522,524,526,528,530,532,534,536,538,540,542,544,546,548,550,552,554,556,558],{"path":355,"priority":343},".claude-plugin/plugin.json",{"path":345,"priority":343},{"path":347,"priority":348},{"path":359,"priority":360},"skills/ops/SKILL.md","medium",{"path":362,"priority":360},"skills/ops-comms/SKILL.md",{"path":364,"priority":360},"skills/ops-credentials/SKILL.md",{"path":366,"priority":360},"skills/ops-daemon/SKILL.md",{"path":368,"priority":360},"skills/ops-dash/SKILL.md",{"path":370,"priority":360},"skills/ops-deploy/SKILL.md",{"path":372,"priority":360},"skills/ops-deploy-fix/SKILL.md",{"path":374,"priority":360},"skills/ops-doctor/SKILL.md",{"path":376,"priority":360},"skills/ops-ecom/SKILL.md",{"path":378,"priority":360},"skills/ops-fires/SKILL.md",{"path":380,"priority":360},"skills/ops-go/SKILL.md",{"path":382,"priority":360},"skills/ops-gtm/SKILL.md",{"path":384,"priority":360},"skills/ops-inbox/SKILL.md",{"path":386,"priority":360},"skills/ops-integrate/SKILL.md",{"path":388,"priority":360},"skills/ops-linear/SKILL.md",{"path":390,"priority":360},"skills/ops-marketing/SKILL.md",{"path":392,"priority":360},"skills/ops-merge/SKILL.md",{"path":394,"priority":360},"skills/ops-monitor/SKILL.md",{"path":396,"priority":360},"skills/ops-next/SKILL.md",{"path":398,"priority":360},"skills/ops-orchestrate/SKILL.md",{"path":400,"priority":360},"skills/ops-package/SKILL.md",{"path":402,"priority":360},"skills/ops-projects/SKILL.md",{"path":404,"priority":360},"skills/ops-recap/SKILL.md",{"path":406,"priority":360},"skills/ops-revenue/SKILL.md",{"path":408,"priority":360},"skills/ops-rotate/SKILL.md",{"path":410,"priority":360},"skills/ops-rotate-setup/SKILL.md",{"path":412,"priority":360},"skills/ops-settings/SKILL.md",{"path":414,"priority":360},"skills/ops-speedup/SKILL.md",{"path":416,"priority":360},"skills/ops-status/SKILL.md",{"path":418,"priority":360},"skills/ops-triage/SKILL.md",{"path":420,"priority":360},"skills/ops-voice/SKILL.md",{"path":422,"priority":360},"skills/ops-whatsapp-biz/SKILL.md",{"path":424,"priority":360},"skills/ops-yolo/SKILL.md",{"path":426,"priority":360},"skills/setup/SKILL.md",{"path":428,"priority":360},"skills/uninstall/SKILL.md",{"path":430,"priority":343},".mcp.json",{"path":432,"priority":348},"agents/build-fixer.md",{"path":434,"priority":348},"agents/comms-scanner.md",{"path":436,"priority":348},"agents/daemon-agent.md",{"path":438,"priority":348},"agents/dependency-auditor.md",{"path":440,"priority":348},"agents/deploy-fixer.md",{"path":442,"priority":348},"agents/doctor-agent.md",{"path":444,"priority":348},"agents/general-purpose.md",{"path":446,"priority":348},"agents/infra-monitor.md",{"path":448,"priority":348},"agents/marketing-optimizer.md",{"path":450,"priority":348},"agents/memory-extractor.md",{"path":452,"priority":348},"agents/monitor-agent.md",{"path":454,"priority":348},"agents/project-scanner.md",{"path":456,"priority":348},"agents/revenue-tracker.md",{"path":458,"priority":348},"agents/triage-agent.md",{"path":460,"priority":348},"agents/yolo-ceo.md",{"path":462,"priority":348},"agents/yolo-cfo.md",{"path":464,"priority":348},"agents/yolo-coo.md",{"path":466,"priority":348},"agents/yolo-cto.md",{"path":468,"priority":469},"bin/ops-autofix","low",{"path":471,"priority":469},"bin/ops-ci",{"path":473,"priority":469},"bin/ops-credentials",{"path":475,"priority":469},"bin/ops-dash",{"path":477,"priority":469},"bin/ops-deploy-fix-build-trigger",{"path":479,"priority":469},"bin/ops-deploy-fix-merge-trigger",{"path":481,"priority":469},"bin/ops-discord",{"path":483,"priority":469},"bin/ops-discover-external",{"path":485,"priority":469},"bin/ops-doctor",{"path":487,"priority":469},"bin/ops-ecom-health",{"path":489,"priority":469},"bin/ops-external",{"path":491,"priority":469},"bin/ops-gather",{"path":493,"priority":469},"bin/ops-git",{"path":495,"priority":469},"bin/ops-gsd-states",{"path":497,"priority":469},"bin/ops-infra",{"path":499,"priority":469},"bin/ops-marketing-dash",{"path":501,"priority":469},"bin/ops-merge-scan",{"path":503,"priority":469},"bin/ops-no-rm-rf-anchor",{"path":505,"priority":469},"bin/ops-post-session-cleanup",{"path":507,"priority":469},"bin/ops-post-update-migrate",{"path":509,"priority":469},"bin/ops-pretool-wacli-health",{"path":511,"priority":469},"bin/ops-pretool-whatsapp-bridge-health",{"path":513,"priority":469},"bin/ops-prevent-secret-commit",{"path":515,"priority":469},"bin/ops-projects",{"path":517,"priority":469},"bin/ops-prs",{"path":519,"priority":469},"bin/ops-setup-complete",{"path":521,"priority":469},"bin/ops-setup-detect",{"path":523,"priority":469},"bin/ops-setup-install",{"path":525,"priority":469},"bin/ops-setup-preflight",{"path":527,"priority":469},"bin/ops-shopify-create",{"path":529,"priority":469},"bin/ops-slack-autolink.mjs",{"path":531,"priority":469},"bin/ops-slack-workspaces",{"path":533,"priority":469},"bin/ops-speedup",{"path":535,"priority":469},"bin/ops-status",{"path":537,"priority":469},"bin/ops-suggest-specialized-agent",{"path":539,"priority":469},"bin/ops-task-reminder",{"path":541,"priority":469},"bin/ops-telegram-autolink.mjs",{"path":543,"priority":469},"bin/ops-unread",{"path":545,"priority":469},"bin/ops-warn-mainpush",{"path":547,"priority":469},"bin/ops-welcome",{"path":549,"priority":469},"bin/wacli-health",{"path":551,"priority":469},"bin/wacli-safe",{"path":553,"priority":348},"hooks/hooks.json",{"path":555,"priority":348},"hooks/recap-capture.sh",{"path":557,"priority":348},"hooks/recap-tool-activity.sh",{"path":559,"priority":469},"output-styles/ops-briefing.md",{"basePath":561,"description":562,"displayName":266,"installMethods":563,"rationale":564,"selectedPaths":565,"source":349,"sourceLanguage":18,"type":258},"claude-ops/skills/ops","Business operations command center. Routes to the right ops command based on what you need — briefing, inbox, fires, projects, comms, triage, linear, revenue, deploy, or yolo mode.",{"claudeCode":12},"SKILL.md frontmatter at claude-ops/skills/ops/SKILL.md",[566],{"path":567,"priority":343},"SKILL.md",{"basePath":569,"description":570,"displayName":571,"installMethods":572,"rationale":573,"selectedPaths":574,"source":349,"sourceLanguage":18,"type":258},"claude-ops/skills/ops-comms","Send and read messages across all channels. Routes based on arguments — whatsapp, email, slack, telegram, discord, notion, or natural language like \"send [msg] to [contact]\". WhatsApp via mcp__whatsapp__* (Baileys bridge).","ops-comms",{"claudeCode":12},"SKILL.md frontmatter at claude-ops/skills/ops-comms/SKILL.md",[575],{"path":567,"priority":343},{"basePath":577,"description":578,"displayName":579,"installMethods":580,"rationale":581,"selectedPaths":582,"source":349,"sourceLanguage":18,"type":258},"claude-ops/skills/ops-credentials","Audit which integration credentials are configured. Scans shell env, ops preferences.json, Doppler, macOS Keychain, and Dashlane to report a configured-vs-missing table per service. Never displays raw values — always masks as first6•••last4. Use when you want to see which integrations have keys set up and which still need /ops:setup.","ops-credentials",{"claudeCode":12},"SKILL.md frontmatter at claude-ops/skills/ops-credentials/SKILL.md",[583],{"path":567,"priority":343},{"basePath":585,"description":586,"displayName":587,"installMethods":588,"rationale":589,"selectedPaths":590,"source":349,"sourceLanguage":18,"type":258},"claude-ops/skills/ops-daemon","Check claude-ops background daemon end-to-end and auto-fix common issues. Detects stale plist paths after plugin upgrades, missing service commands, dead processes, corrupt health files, and bash version mismatches.","ops-daemon",{"claudeCode":12},"SKILL.md frontmatter at claude-ops/skills/ops-daemon/SKILL.md",[591],{"path":567,"priority":343},{"basePath":593,"description":594,"displayName":595,"installMethods":596,"rationale":597,"selectedPaths":598,"source":349,"sourceLanguage":18,"type":258},"claude-ops/skills/ops-dash","Interactive pixel-art command center dashboard. Visual business HQ with instant hotkey navigation to all ops commands, live status indicators, fire alerts, C-suite reports, settings, sharing, and FAQ.","ops-dash",{"claudeCode":12},"SKILL.md frontmatter at claude-ops/skills/ops-dash/SKILL.md",[599],{"path":567,"priority":343},{"basePath":601,"description":602,"displayName":603,"installMethods":604,"rationale":605,"selectedPaths":606,"source":349,"sourceLanguage":18,"type":258},"claude-ops/skills/ops-deploy","Deploy status across all projects. Shows ECS service versions, Vercel deployments, recent deploys, pending deploys, and CI/CD pipeline state.","ops-deploy",{"claudeCode":12},"SKILL.md frontmatter at claude-ops/skills/ops-deploy/SKILL.md",[607],{"path":567,"priority":343},{"basePath":609,"description":610,"displayName":611,"installMethods":612,"rationale":613,"selectedPaths":614,"source":349,"sourceLanguage":18,"type":258},"claude-ops/skills/ops-deploy-fix","Inspect and control the deploy/build auto-fix subsystem. Use for `/ops:deploy-fix status` (last monitor runs, fixer dispatches, locks, hourly budget), `/ops:deploy-fix tail` (follow latest fixer log), `/ops:deploy-fix configure` (re-run the wizard), and `/ops:deploy-fix test` (synthetic dry-run through the pipeline). Trigger when the user mentions deploy auto-fix, post-merge monitor, build fixer, fix budget, fix-agent log, or asks why a deploy didn't get auto-fixed.","ops-deploy-fix",{"claudeCode":12},"SKILL.md frontmatter at claude-ops/skills/ops-deploy-fix/SKILL.md",[615],{"path":567,"priority":343},{"basePath":617,"description":618,"displayName":619,"installMethods":620,"rationale":621,"selectedPaths":622,"source":349,"sourceLanguage":18,"type":258},"claude-ops/skills/ops-doctor","Health check and auto-repair for the ops plugin. Diagnoses manifest errors, broken permissions, invalid configs, stale caches, and missing files — then spawns an agent to fix everything automatically.","ops-doctor",{"claudeCode":12},"SKILL.md frontmatter at claude-ops/skills/ops-doctor/SKILL.md",[623],{"path":567,"priority":343},{"basePath":625,"description":626,"displayName":627,"installMethods":628,"rationale":629,"selectedPaths":630,"source":349,"sourceLanguage":18,"type":258},"claude-ops/skills/ops-ecom","Shopify store command center. Orders, inventory, fulfillment, analytics, and store health. Works with any Shopify store via Admin API.","ops-ecom",{"claudeCode":12},"SKILL.md frontmatter at claude-ops/skills/ops-ecom/SKILL.md",[631],{"path":567,"priority":343},{"basePath":633,"description":634,"displayName":635,"installMethods":636,"rationale":637,"selectedPaths":638,"source":349,"sourceLanguage":18,"type":258},"claude-ops/skills/ops-fires","Production incidents dashboard. Reads ECS health, Sentry errors, CI failures. Offers to dispatch fix agents for active fires.","ops-fires",{"claudeCode":12},"SKILL.md frontmatter at claude-ops/skills/ops-fires/SKILL.md",[639],{"path":567,"priority":343},{"basePath":641,"description":642,"displayName":643,"installMethods":644,"rationale":645,"selectedPaths":646,"source":349,"sourceLanguage":18,"type":258},"claude-ops/skills/ops-go","Token-efficient morning briefing. Pre-gathers all data via shell scripts, then presents a unified business dashboard with prioritized actions.","ops-go",{"claudeCode":12},"SKILL.md frontmatter at claude-ops/skills/ops-go/SKILL.md",[647],{"path":567,"priority":343},{"basePath":649,"description":650,"displayName":651,"installMethods":652,"rationale":653,"selectedPaths":654,"source":349,"sourceLanguage":18,"type":258},"claude-ops/skills/ops-gtm","Go-to-market strategy planner. Generates a complete GTM plan across paid, unpaid, marketing, sales, and AI-automation channels for any project — and hands executable campaigns off to /marketing.","ops-gtm",{"claudeCode":12},"SKILL.md frontmatter at claude-ops/skills/ops-gtm/SKILL.md",[655],{"path":567,"priority":343},{"basePath":657,"description":658,"displayName":659,"installMethods":660,"rationale":661,"selectedPaths":662,"source":349,"sourceLanguage":18,"type":258},"claude-ops/skills/ops-inbox","Full inbox management across all channels — WhatsApp (whatsmeow bridge via mcp__whatsapp__*), Email (Gmail MCP), Slack (MCP), Telegram (user-auth MCP), Discord (webhook + REST read), Notion (MCP — comments, mentions, assigned tasks). Scans FULL inbox (not just unread), identifies messages needing replies, archives handled conversations.","ops-inbox",{"claudeCode":12},"SKILL.md frontmatter at claude-ops/skills/ops-inbox/SKILL.md",[663,664],{"path":567,"priority":343},{"path":665,"priority":360},"CHANNELS.md",{"basePath":667,"description":668,"displayName":669,"installMethods":670,"rationale":671,"selectedPaths":672,"source":349,"sourceLanguage":18,"type":258},"claude-ops/skills/ops-integrate","Add any SaaS API as a first-class integration. Provide the service name — ops-integrate discovers auth patterns, tests connectivity, and registers the API in your partner registry so it's available to other skills.","ops-integrate",{"claudeCode":12},"SKILL.md frontmatter at claude-ops/skills/ops-integrate/SKILL.md",[673],{"path":567,"priority":343},{"basePath":675,"description":676,"displayName":677,"installMethods":678,"rationale":679,"selectedPaths":680,"source":349,"sourceLanguage":18,"type":258},"claude-ops/skills/ops-linear","Linear command center. Shows current sprint, creates/updates issues, manages priorities, syncs with GSD phases.","ops-linear",{"claudeCode":12},"SKILL.md frontmatter at claude-ops/skills/ops-linear/SKILL.md",[681],{"path":567,"priority":343},{"basePath":683,"description":684,"displayName":685,"installMethods":686,"rationale":687,"selectedPaths":688,"source":349,"sourceLanguage":18,"type":258},"claude-ops/skills/ops-marketing","Marketing command center. Email campaigns (Klaviyo), paid ads (Meta/Google), analytics (GA4), SEO, and social media metrics. One dashboard for all marketing channels.","ops-marketing",{"claudeCode":12},"SKILL.md frontmatter at claude-ops/skills/ops-marketing/SKILL.md",[689],{"path":567,"priority":343},{"basePath":691,"description":692,"displayName":693,"installMethods":694,"rationale":695,"selectedPaths":696,"source":349,"sourceLanguage":18,"type":258},"claude-ops/skills/ops-merge","Autonomous PR merge pipeline. Scans all repos for open PRs, dispatches subagents to fix CI, resolve conflicts, address review comments, then merges. Use --main to also sync dev↔main branches.","ops-merge",{"claudeCode":12},"SKILL.md frontmatter at claude-ops/skills/ops-merge/SKILL.md",[697],{"path":567,"priority":343},{"basePath":699,"description":700,"displayName":701,"installMethods":702,"rationale":703,"selectedPaths":704,"source":349,"sourceLanguage":18,"type":258},"claude-ops/skills/ops-monitor","Unified APM and monitoring surface. Polls Datadog, New Relic, and OpenTelemetry backends for active alerts, error traces, and entity health. Use --watch for live polling every 60 seconds. Use --setup to configure monitoring credentials.","ops-monitor",{"claudeCode":12},"SKILL.md frontmatter at claude-ops/skills/ops-monitor/SKILL.md",[705],{"path":567,"priority":343},{"basePath":707,"description":708,"displayName":709,"installMethods":710,"rationale":711,"selectedPaths":712,"source":349,"sourceLanguage":18,"type":258},"claude-ops/skills/ops-next","Business-level \"what should I do next\". Priority stack — fires > unread comms > ready-to-merge PRs > Linear sprint > revenue-generating GSD work. Uses pre-gathered data and routes to the right skill.","ops-next",{"claudeCode":12},"SKILL.md frontmatter at claude-ops/skills/ops-next/SKILL.md",[713],{"path":567,"priority":343},{"basePath":715,"description":716,"displayName":717,"installMethods":718,"rationale":719,"selectedPaths":720,"source":349,"sourceLanguage":18,"type":258},"claude-ops/skills/ops-orchestrate","Autonomous multi-project orchestration engine. Audits all registered projects, structures work into dependency-wired tasks, dispatches parallel agents (subagents or Agent Teams), audits completions, and ships PRs. Registry-driven — works for any user with a configured project registry.","ops-orchestrate",{"claudeCode":12},"SKILL.md frontmatter at claude-ops/skills/ops-orchestrate/SKILL.md",[721],{"path":567,"priority":343},{"basePath":723,"description":724,"displayName":725,"installMethods":726,"rationale":727,"selectedPaths":728,"source":349,"sourceLanguage":18,"type":258},"claude-ops/skills/ops-package","Ship parcels via any configured carrier — MyParcel, Sendcloud, DHL Parcel NL, PostNL, DPD, UPS, FedEx. Auto-selects the first carrier whose credentials are configured, or pass --carrier \u003Cname> to override. Verbs: ship, label, track, list, carriers.","ops-package",{"claudeCode":12},"SKILL.md frontmatter at claude-ops/skills/ops-package/SKILL.md",[729],{"path":567,"priority":343},{"basePath":731,"description":732,"displayName":733,"installMethods":734,"rationale":735,"selectedPaths":736,"source":349,"sourceLanguage":18,"type":258},"claude-ops/skills/ops-projects","Portfolio dashboard for all GSD-tracked projects. Scans ~/Projects and ~/gsd-workspaces for .planning/ directories, shows phase status, git state, blockers, and next actions for every project. Run /ops projects to see the full portfolio.","ops-projects",{"claudeCode":12},"SKILL.md frontmatter at claude-ops/skills/ops-projects/SKILL.md",[737],{"path":567,"priority":343},{"basePath":739,"description":740,"displayName":741,"installMethods":742,"rationale":743,"selectedPaths":744,"source":349,"sourceLanguage":18,"type":258},"claude-ops/skills/ops-recap","Manage the multi-session recap marquee daemon — a background process that synthesizes a one-line digest across all parallel Claude Code sessions and shell activity, displayed in tmux status-right. Subcommands status/tail/configure/restart.","ops-recap",{"claudeCode":12},"SKILL.md frontmatter at claude-ops/skills/ops-recap/SKILL.md",[745],{"path":567,"priority":343},{"basePath":747,"description":748,"displayName":749,"installMethods":750,"rationale":751,"selectedPaths":752,"source":349,"sourceLanguage":18,"type":258},"claude-ops/skills/ops-revenue","Revenue and costs tracker. AWS spend via aws ce, credits tracker, project revenue stages. Shows burn rate, runway estimate, credits expiring.","ops-revenue",{"claudeCode":12},"SKILL.md frontmatter at claude-ops/skills/ops-revenue/SKILL.md",[753],{"path":567,"priority":343},{"basePath":755,"description":756,"displayName":757,"installMethods":758,"rationale":759,"selectedPaths":760,"source":349,"sourceLanguage":18,"type":258},"claude-ops/skills/ops-rotate","Multi-account Claude Max rotator. Status, manual rotation, account list, add-account wizard. Requires account_rotation_enabled=true in plugin settings.","ops-rotate",{"claudeCode":12},"SKILL.md frontmatter at claude-ops/skills/ops-rotate/SKILL.md",[761],{"path":567,"priority":343},{"basePath":763,"description":764,"displayName":765,"installMethods":766,"rationale":767,"selectedPaths":768,"source":349,"sourceLanguage":18,"type":258},"claude-ops/skills/ops-rotate-setup","Interactive OAuth init wizard for the multi-account Claude rotator. Walks through every account in the rotation config, runs the Playwright magic-link flow for any account missing a keychain token, and writes verified tokens to `Claude-Rotation-\u003Caccount_id>`. Re-runnable any time. Standalone alias of the same step inside `/ops:setup`.","ops-rotate-setup",{"claudeCode":12},"SKILL.md frontmatter at claude-ops/skills/ops-rotate-setup/SKILL.md",[769],{"path":567,"priority":343},{"basePath":771,"description":772,"displayName":773,"installMethods":774,"rationale":775,"selectedPaths":776,"source":349,"sourceLanguage":18,"type":258},"claude-ops/skills/ops-settings","Post-setup credential manager. Shows current integration status (configured/missing/expired) and lets you update individual credentials without re-running the full setup wizard. Runs a smoke test after each update.","ops-settings",{"claudeCode":12},"SKILL.md frontmatter at claude-ops/skills/ops-settings/SKILL.md",[777],{"path":567,"priority":343},{"basePath":255,"description":10,"displayName":13,"installMethods":779,"rationale":780,"selectedPaths":781,"source":349,"sourceLanguage":18,"type":258},{"claudeCode":12},"SKILL.md frontmatter at claude-ops/skills/ops-speedup/SKILL.md",[782],{"path":567,"priority":343},{"basePath":784,"description":785,"displayName":786,"installMethods":787,"rationale":788,"selectedPaths":789,"source":349,"sourceLanguage":18,"type":258},"claude-ops/skills/ops-status","Lightweight green/red status panel for every configured integration. No gather, no actions.","ops-status",{"claudeCode":12},"SKILL.md frontmatter at claude-ops/skills/ops-status/SKILL.md",[790],{"path":567,"priority":343},{"basePath":792,"description":793,"displayName":794,"installMethods":795,"rationale":796,"selectedPaths":797,"source":349,"sourceLanguage":18,"type":258},"claude-ops/skills/ops-triage","Cross-platform issue triage. Pulls from Sentry (MCP), Linear (MCP), GitHub Issues (gh). Cross-references against code to find already-fixed issues. Auto-resolves fixed ones. Dispatches agents for active issues.","ops-triage",{"claudeCode":12},"SKILL.md frontmatter at claude-ops/skills/ops-triage/SKILL.md",[798],{"path":567,"priority":343},{"basePath":800,"description":801,"displayName":802,"installMethods":803,"rationale":804,"selectedPaths":805,"source":349,"sourceLanguage":18,"type":258},"claude-ops/skills/ops-voice","Voice operations — make phone calls (Bland AI), text-to-speech (ElevenLabs), transcribe audio (Whisper/Groq). Replace OpenClaw voice capabilities.","ops-voice",{"claudeCode":12},"SKILL.md frontmatter at claude-ops/skills/ops-voice/SKILL.md",[806],{"path":567,"priority":343},{"basePath":808,"description":809,"displayName":810,"installMethods":811,"rationale":812,"selectedPaths":813,"source":349,"sourceLanguage":18,"type":258},"claude-ops/skills/ops-whatsapp-biz","WhatsApp Business Cloud API — send approved template messages at scale, manage templates with approval tracking, and integrate product catalogs. Separate from wacli personal WhatsApp.","ops-whatsapp-biz",{"claudeCode":12},"SKILL.md frontmatter at claude-ops/skills/ops-whatsapp-biz/SKILL.md",[814],{"path":567,"priority":343},{"basePath":816,"description":817,"displayName":818,"installMethods":819,"rationale":820,"selectedPaths":821,"source":349,"sourceLanguage":18,"type":258},"claude-ops/skills/ops-yolo","YOLO mode. Spawns 4 parallel C-suite agents (CEO, CTO, CFO, COO). Each analyzes the business from their perspective using ALL available data. Produces unfiltered Hard Truths report. After user types YOLO, autonomously runs the business for a day using /loop.","ops-yolo",{"claudeCode":12},"SKILL.md frontmatter at claude-ops/skills/ops-yolo/SKILL.md",[822],{"path":567,"priority":343},{"basePath":824,"description":825,"displayName":826,"installMethods":827,"rationale":828,"selectedPaths":829,"source":349,"sourceLanguage":18,"type":258},"claude-ops/skills/setup","Interactive setup wizard for the claude-ops plugin. Installs missing CLIs, configures env vars for each channel (Telegram, WhatsApp, Email, Slack, Notion, Linear, Sentry, Vercel), builds the project registry, and saves user preferences. Run once after installing the plugin or any time to reconfigure.","setup",{"claudeCode":12},"SKILL.md frontmatter at claude-ops/skills/setup/SKILL.md",[830,831,833,835],{"path":567,"priority":343},{"path":832,"priority":360},"CLI-REFERENCE.md",{"path":834,"priority":360},"REFERENCE.md",{"path":836,"priority":360},"SHARED.md",{"basePath":838,"description":839,"displayName":840,"installMethods":841,"rationale":842,"selectedPaths":843,"source":349,"sourceLanguage":18,"type":258},"claude-ops/skills/uninstall","Completely remove claude-ops plugin, all stored credentials, cached files, shell exports, and MCP registrations. Confirms each step before deletion.","uninstall",{"claudeCode":12},"SKILL.md frontmatter at claude-ops/skills/uninstall/SKILL.md",[844],{"path":567,"priority":343},{"basePath":846,"description":847,"displayName":848,"installMethods":849,"license":250,"rationale":850,"selectedPaths":851,"source":349,"sourceLanguage":18,"type":859},"claude-ops/telegram-server","Telegram user-auth MCP server for claude-ops plugin (personal account via MTProto, not bots)","claude-ops-telegram-server",{"npm":848},"server.json with namespace/server name at claude-ops/telegram-server/server.json",[852,854,856,857],{"path":853,"priority":343},"server.json",{"path":855,"priority":343},"package.json",{"path":345,"priority":343},{"path":858,"priority":360},"index.js","mcp",{"sources":861},[862],"manual",{"closedIssues90d":243,"description":864,"forks":244,"homepage":865,"license":250,"openIssues90d":245,"pushedAt":246,"readmeSize":241,"stars":247,"topics":866},"Business operating system for Claude Code — 25 skills, 13 agents, smart daemon. Unified inbox (WhatsApp/Email/Slack/Telegram), autonomous PR merge, full-AWS monitoring, revenue (Stripe+RevenueCat), e-commerce (Shopify), marketing (Klaviyo/Meta/GA4), voice (Bland/ElevenLabs), APM (Datadog/NewRelic/OTEL), YOLO mode.","https://github.com/Lifecycle-Innovations-Limited/claude-ops/wiki",[867,309,868,869,313,870,871,289,872,873,859,874,875,876,877,878,879,880,314,881],"ai-agent","claude-code","claude-code-plugin","ai-automation","anthropic","claude","inbox-zero","morning-briefing","pr-automation","terminal","agent-teams","autonomous-agent","ecommerce","klaviyo","shopify",{"classifiedAt":883,"discoverAt":884,"extractAt":885,"githubAt":885,"updatedAt":883},1778692306008,1778692301282,1778692304144,[227,221,223,225,224,222,220,226],{"evaluatedAt":253,"extractAt":304,"updatedAt":253},[],[890,919,938,957,986,1013],{"_creationTime":891,"_id":892,"community":893,"display":894,"identity":900,"providers":904,"relations":913,"tags":915,"workflow":916},1778697652123.8806,"k17e99n8cb55vm23m26vec6r1586mrwe",{"reviewCount":8},{"description":895,"installMethods":896,"name":898,"sourceUrl":899},"Use Crabbox for OpenClaw remote validation across Linux, macOS, Windows, and WSL2. Default to Blacksmith Testbox for broad Linux proof; includes direct Blacksmith and owned AWS/Hetzner fallback notes when Crabbox fails.",{"claudeCode":897},"steipete/clawdis","crabbox","https://github.com/steipete/clawdis",{"basePath":901,"githubOwner":902,"githubRepo":903,"locale":18,"slug":898,"type":258},".agents/skills/crabbox","steipete","clawdis",{"evaluate":905,"extract":912},{"promptVersionExtension":213,"promptVersionScoring":214,"score":906,"tags":907,"targetMarket":228,"tier":229},100,[908,909,910,911,225,224,226],"testing","ci","remote-execution","validation",{"commitSha":294},{"repoId":914},"kd738npxg9yh3xf3vddzy9fyfh86nhng",[909,225,224,910,908,911,226],{"evaluatedAt":917,"extractAt":918,"updatedAt":917},1778697705804,1778697652123,{"_creationTime":920,"_id":921,"community":922,"display":923,"identity":926,"providers":927,"relations":934,"tags":935,"workflow":936},1778692306427.1047,"k17caas0m2k6qhnw4ttsfgj3c186neqs",{"reviewCount":8},{"description":825,"installMethods":924,"name":925,"sourceUrl":14},{"claudeCode":12},"claude-ops Setup Wizard",{"basePath":824,"githubOwner":256,"githubRepo":257,"locale":18,"slug":826,"type":258},{"evaluate":928,"extract":933},{"promptVersionExtension":213,"promptVersionScoring":214,"score":929,"tags":930,"targetMarket":228,"tier":229},99,[826,931,932,227,224,225,226],"configuration","wizard",{"commitSha":294,"license":250},{"parentExtensionId":261,"repoId":300},[227,931,225,224,826,226,932],{"evaluatedAt":937,"extractAt":304,"updatedAt":937},1778693096632,{"_creationTime":939,"_id":940,"community":941,"display":942,"identity":944,"providers":945,"relations":953,"tags":954,"workflow":955},1778692306427.0974,"k1703gwnjmfghxzjt6edpv7g9h86n3ny",{"reviewCount":8},{"description":586,"installMethods":943,"name":587,"sourceUrl":14},{"claudeCode":12},{"basePath":585,"githubOwner":256,"githubRepo":257,"locale":18,"slug":587,"type":258},{"evaluate":946,"extract":952},{"promptVersionExtension":213,"promptVersionScoring":214,"score":929,"tags":947,"targetMarket":228,"tier":229},[948,949,224,225,226,950,951],"daemon","maintenance","diagnostics","autofix",{"commitSha":294,"license":250},{"parentExtensionId":261,"repoId":300},[951,948,950,225,224,949,226],{"evaluatedAt":956,"extractAt":304,"updatedAt":956},1778692431210,{"_creationTime":958,"_id":959,"community":960,"display":961,"identity":967,"providers":971,"relations":979,"tags":982,"workflow":983},1778695548458.4006,"k17bbe1cd60gypr8x6p41xbsan86mbbc",{"reviewCount":8},{"description":962,"installMethods":963,"name":965,"sourceUrl":966},"Set up a WSL2 development environment on Windows including shell configuration, essential tools, Git, SSH keys, Node.js, Python, and cross-platform path management. Use when setting up a new Windows machine for development, configuring WSL2 for the first time, adding development tools to an existing WSL installation, or setting up cross-platform workflows that combine WSL and Windows tools.\n",{"claudeCode":964},"pjt222/agent-almanac","setup-wsl-dev-environment","https://github.com/pjt222/agent-almanac",{"basePath":968,"githubOwner":969,"githubRepo":970,"locale":18,"slug":965,"type":258},"skills/setup-wsl-dev-environment","pjt222","agent-almanac",{"evaluate":972,"extract":978},{"promptVersionExtension":213,"promptVersionScoring":214,"score":973,"tags":974,"targetMarket":228,"tier":229},97,[975,226,225,976,826,977],"wsl","development","environment",{"commitSha":294},{"parentExtensionId":980,"repoId":981},"k170h0janaa9kwn7cfgfz2ykss86mmh9","kd7aryv63z61j39n2td1aeqkvh86mh12",[976,977,225,826,226,975],{"evaluatedAt":984,"extractAt":985,"updatedAt":984},1778701535171,1778695548458,{"_creationTime":987,"_id":988,"community":989,"display":990,"identity":996,"providers":1000,"relations":1007,"tags":1009,"workflow":1010},1778695021936.5613,"k171s15b0bme483rx0mpe17vr186n1qf",{"reviewCount":8},{"description":991,"installMethods":992,"name":994,"sourceUrl":995},"Use when the user explicitly asks for a desktop or system screenshot (full screen, specific app or window, or a pixel region), or when tool-specific capture capabilities are unavailable and an OS-level capture is needed.",{"claudeCode":993},"openai/skills","screenshot","https://github.com/openai/skills",{"basePath":997,"githubOwner":998,"githubRepo":999,"locale":18,"slug":994,"type":258},"skills/.curated/screenshot","openai","skills",{"evaluate":1001,"extract":1006},{"promptVersionExtension":213,"promptVersionScoring":214,"score":1002,"tags":1003,"targetMarket":228,"tier":318},92,[994,224,225,226,1004,1005],"utility","capture",{"commitSha":294},{"repoId":1008},"kd75n2zj3yh472p25zffgycved86mnpx",[1005,225,224,994,1004,226],{"evaluatedAt":1011,"extractAt":1012,"updatedAt":1011},1778695553149,1778695021936,{"_creationTime":1014,"_id":1015,"community":1016,"display":1017,"identity":1023,"providers":1028,"relations":1038,"tags":1041,"workflow":1042},1778699234184.6157,"k177tdbfgqmwhtaqv771f2ych586nne9",{"reviewCount":8},{"description":1018,"installMethods":1019,"name":1021,"sourceUrl":1022},"Worktree-first dev environment manager for issues, PRs, and features with optional tmux sessions",{"claudeCode":1020},"Yeachan-Heo/oh-my-claudecode","Project Session Manager","https://github.com/Yeachan-Heo/oh-my-claudecode",{"basePath":1024,"githubOwner":1025,"githubRepo":1026,"locale":18,"slug":1027,"type":258},"skills/project-session-manager","Yeachan-Heo","oh-my-claudecode","project-session-manager",{"evaluate":1029,"extract":1037},{"promptVersionExtension":213,"promptVersionScoring":214,"score":906,"tags":1030,"targetMarket":228,"tier":229},[1031,1032,1033,1034,227,1035,1036],"git","development-environment","workflow","tmux","cli","developer-tool",{"commitSha":294,"license":250},{"parentExtensionId":1039,"repoId":1040},"k17brg5egdw1jbncj1j4wfv3fh86n639","kd74zv63fryf9prygtq7gf4es986n22y",[227,1035,1036,1032,1031,1034,1033],{"evaluatedAt":1043,"extractAt":1044,"updatedAt":1043},1778699613343,1778699234184]