[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"extension-skill-Lifecycle-Innovations-Limited-ops-doctor-de":3,"guides-for-Lifecycle-Innovations-Limited-ops-doctor":875,"similar-k17cxb6d4rawbhges8yqfzccj186mmj3-de":876},{"_creationTime":4,"_id":5,"children":6,"community":7,"display":9,"evaluation":15,"identity":241,"isFallback":224,"parentExtension":246,"providers":313,"relations":317,"repo":318,"tags":873,"workflow":874},1778692306427.0984,"k17cxb6d4rawbhges8yqfzccj186mmj3",[],{"reviewCount":8},0,{"description":10,"installMethods":11,"name":13,"sourceUrl":14},"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.",{"claudeCode":12},"Lifecycle-Innovations-Limited/claude-ops","ops-doctor","https://github.com/Lifecycle-Innovations-Limited/claude-ops",{"_creationTime":16,"_id":17,"extensionId":5,"locale":18,"result":19,"trustSignals":222,"workflow":239},1778692504786.5999,"kn77j4b1hdqd8z2e9g71fczhn586nscj","en",{"checks":20,"evaluatedAt":193,"extensionSummary":194,"features":195,"nonGoals":200,"promptVersionExtension":204,"promptVersionScoring":205,"purpose":206,"rationale":207,"score":208,"summary":209,"tags":210,"targetMarket":216,"tier":217,"useCases":218},[21,26,29,32,36,39,43,48,51,54,58,62,66,70,73,76,79,82,85,88,92,96,100,104,108,111,114,117,121,124,127,130,133,136,139,143,147,151,154,158,161,164,167,170,174,177,180,183,186,190],{"category":22,"check":23,"severity":24,"summary":25},"Practical Utility","Problem relevance","pass","The description clearly states the problem of diagnosing and auto-repairing the ops plugin, mentioning specific issues like manifest errors, broken permissions, invalid configs, stale caches, and missing files.",{"category":22,"check":27,"severity":24,"summary":28},"Unique selling proposition","The extension offers an auto-repair subsystem that spawns agents to fix identified issues, going beyond simple diagnostics and providing a valuable automation layer for plugin maintenance.",{"category":22,"check":30,"severity":24,"summary":31},"Production readiness","The extension provides a complete lifecycle for health checking and auto-repair, including diagnostics, agent spawning for fixes, and post-fix verification, making it suitable for real-world workflows.",{"category":33,"check":34,"severity":24,"summary":35},"Scope","Single responsibility principle","The extension focuses solely on the health check and auto-repair of the 'ops plugin', a well-defined domain.",{"category":33,"check":37,"severity":24,"summary":38},"Description quality","The displayed description accurately reflects the extension's functionality as described in the SKILL.md file.",{"category":40,"check":41,"severity":24,"summary":42},"Invocation","Scoped tools","The extension primarily uses specific commands like `${CLAUDE_PLUGIN_ROOT}/bin/ops-doctor` and delegates to specific tools like Bash, Read, Grep, Glob, Agent, AskUserQuestion, WebSearch, WebFetch, TeamCreate, and SendMessage, rather than a single generalist tool.",{"category":44,"check":45,"severity":46,"summary":47},"Documentation","Configuration & parameter reference","info","The SKILL.md references CLAUDE_PLUGIN_DATA_DIR and CLAUDE_PLUGIN_ROOT environment variables for configuration, but their specific values and precedence are not fully documented.",{"category":33,"check":49,"severity":24,"summary":50},"Tool naming","Tool names like `ops-doctor`, `TeamCreate`, `Agent`, and `SendMessage` are descriptive and within the domain.",{"category":33,"check":52,"severity":24,"summary":53},"Minimal I/O surface","The diagnostic script outputs structured JSON, and agent prompts are specific, indicating minimal I/O surface.",{"category":55,"check":56,"severity":24,"summary":57},"License","License usability","The extension is licensed under the MIT license, as indicated in the LICENSE file and README, which is a permissive open-source license.",{"category":59,"check":60,"severity":24,"summary":61},"Maintenance","Commit recency","The last commit was on 2026-05-13, which is recent.",{"category":59,"check":63,"severity":64,"summary":65},"Dependency Management","not_applicable","The extension appears to rely on Claude Code's environment and standard system utilities rather than external third-party dependencies that require explicit management.",{"category":67,"check":68,"severity":24,"summary":69},"Security","Secret Management","The extension's documentation outlines a clear credential resolution chain, emphasizing secure practices and avoiding hardcoded secrets. It leverages existing secure storage mechanisms.",{"category":67,"check":71,"severity":24,"summary":72},"Injection","The extension appears to treat loaded data as input for diagnostics and agent prompts, with no indication of executing arbitrary instructions from external sources.",{"category":67,"check":74,"severity":24,"summary":75},"Transitive Supply-Chain Grenades","The extension relies on bundled scripts and standard system commands, with no runtime fetching of external code or data for execution.",{"category":67,"check":77,"severity":24,"summary":78},"Sandbox Isolation","The extension operates within the Claude Code environment and its defined plugin directory, using relative paths and standard diagnostic commands.",{"category":67,"check":80,"severity":24,"summary":81},"Sandbox escape primitives","No evidence of detached-process spawns or deny-retry loops is present in the provided scripts or documentation.",{"category":67,"check":83,"severity":24,"summary":84},"Data Exfiltration","The extension focuses on local diagnostics and repair, with no documented outbound calls for data exfiltration.",{"category":67,"check":86,"severity":24,"summary":87},"Hidden Text Tricks","The provided documentation and scripts do not contain hidden text tricks or suspicious Unicode characters.",{"category":89,"check":90,"severity":24,"summary":91},"Hooks","Opaque code execution","The bundled scripts are readable shell commands, not obfuscated or dynamically fetched code.",{"category":93,"check":94,"severity":24,"summary":95},"Portability","Structural Assumption","The script uses environment variables like CLAUDE_PLUGIN_DATA_DIR and CLAUDE_PLUGIN_ROOT, which are standard within the Claude Code environment, making it portable.",{"category":97,"check":98,"severity":24,"summary":99},"Trust","Issues Attention","With 2 open and 6 closed issues in the last 90 days, the closure rate is high (approx. 75%), indicating good maintainer engagement.",{"category":101,"check":102,"severity":24,"summary":103},"Versioning","Release Management","The README shows a version badge '2.0.0' and a CHANGELOG.md file is present, indicating clear versioning.",{"category":105,"check":106,"severity":24,"summary":107},"Code Execution","Validation","The script output is JSON, implying structured data that can be validated. The agent prompt for fixing issues is also specific.",{"category":67,"check":109,"severity":24,"summary":110},"Unguarded Destructive Operations","The auto-fix capability is described as spawning an agent, implying a controlled process, and the README mentions safety hooks, suggesting destructive operations are guarded.",{"category":105,"check":112,"severity":24,"summary":113},"Error Handling","The script includes a fallback mechanism (`2>/dev/null || echo '{",{"category":105,"check":115,"severity":64,"summary":116},"Logging","The extension focuses on diagnostics and repair, with no inherently destructive actions or outbound calls requiring local audit logging.",{"category":118,"check":119,"severity":64,"summary":120},"Compliance","GDPR","The extension operates on plugin configuration and health data, not personal user data.",{"category":118,"check":122,"severity":24,"summary":123},"Target market","The extension operates within the Claude Code environment and its plugin system, with no discernible regional or jurisdictional limitations.",{"category":93,"check":125,"severity":24,"summary":126},"Runtime stability","The extension relies on standard shell commands and environment variables within Claude Code, ensuring cross-platform compatibility within that environment.",{"category":44,"check":128,"severity":24,"summary":129},"README","The README file exists, is comprehensive, and clearly states the extension's purpose and capabilities.",{"category":33,"check":131,"severity":64,"summary":132},"Tool surface size","This is a single-tool extension focused on a specific function.",{"category":40,"check":134,"severity":24,"summary":135},"Overlapping near-synonym tools","The extension uses specific commands and delegates to well-defined agents, with no apparent overlapping near-synonym tools.",{"category":44,"check":137,"severity":24,"summary":138},"Phantom features","The README and SKILL.md align on the core functionality of health check and auto-repair, with no phantom features evident.",{"category":140,"check":141,"severity":24,"summary":142},"Install","Installation instruction","The README provides clear, copy-pasteable installation instructions, including adding the marketplace and installing the plugin, along with a setup wizard.",{"category":144,"check":145,"severity":24,"summary":146},"Errors","Actionable error messages","The script includes fallback error reporting, and the agent prompt directs it to fix specific errors and warnings, implying actionable remediation.",{"category":148,"check":149,"severity":64,"summary":150},"Execution","Pinned dependencies","The extension does not appear to rely on external third-party dependencies that would require pinning.",{"category":33,"check":152,"severity":64,"summary":153},"Dry-run preview","The extension's primary function is diagnostics and repair; a direct dry-run for the repair action is not explicitly detailed but implied through agent interaction.",{"category":155,"check":156,"severity":24,"summary":157},"Protocol","Idempotent retry & timeouts","The use of agents for fixing and the diagnostic script's fallback suggest retries and error handling, though explicit idempotency and timeouts are not detailed.",{"category":118,"check":159,"severity":24,"summary":160},"Telemetry opt-in","The README explicitly states 'No telemetry. No analytics. No crash reports.', indicating telemetry is not collected.",{"category":40,"check":162,"severity":24,"summary":163},"Precise Purpose","The description clearly defines the artifact (ops plugin) and the task (health check and auto-repair), with specific error types listed.",{"category":40,"check":165,"severity":24,"summary":166},"Concise Frontmatter","The SKILL.md frontmatter is concise and effectively summarizes the core capability and arguments.",{"category":44,"check":168,"severity":24,"summary":169},"Concise Body","The SKILL.md body is reasonably concise, outlining the phases and agent interactions without excessive detail.",{"category":171,"check":172,"severity":24,"summary":173},"Context","Progressive Disclosure","The SKILL.md outlines the diagnostic and repair phases, delegating detailed agent prompts and setup instructions to the README and implicitly to agent execution.",{"category":171,"check":175,"severity":64,"summary":176},"Forked exploration","The skill performs diagnostics and repair, not deep exploration requiring a forked context.",{"category":22,"check":178,"severity":46,"summary":179},"Usage examples","While the README shows general commands and the SKILL.md shows script invocations, specific end-to-end examples demonstrating the output of the diagnostic script and the outcome of agent fixes are not explicitly detailed.",{"category":22,"check":181,"severity":24,"summary":182},"Edge cases","The SKILL.md documents failure modes for the diagnostic script (e.g., `diagnostic_script_failed`) and mentions handling errors by spawning agents for remediation.",{"category":105,"check":184,"severity":24,"summary":185},"Tool Fallback","The diagnostic script includes a fallback mechanism if it fails, and the extension's reliance on Claude Code's internal tools means no external tool fallback is needed.",{"category":187,"check":188,"severity":24,"summary":189},"Safety","Halt on unexpected state","The skill's design to run diagnostics and then use agents for repair implies it will halt if issues are found and then attempt to fix them, rather than proceeding with a bad state.",{"category":93,"check":191,"severity":24,"summary":192},"Cross-skill coupling","The extension focuses on its specific domain of ops plugin repair and does not appear to implicitly rely on or interact with other skills.",1778692504682,"This skill performs health checks and automatic repairs for the 'ops plugin' by diagnosing manifest errors, permissions, configurations, caches, and missing files. It then utilizes an agent to fix these issues and re-verifies the system's health.",[196,197,198,199],"Diagnoses manifest errors, broken permissions, invalid configs, stale caches, and missing files","Spawns an agent for automatic repair of identified issues","Provides a health check report with errors and warnings","Supports parallel execution of fix agents through Agent Teams",[201,202,203],"Repairing issues outside the scope of the ops plugin.","Performing manual fixes; all repairs are agent-driven.","Replacing all other troubleshooting methods; it focuses on common automated fixes.","3.0.0","4.4.0","To ensure the reliable operation of the ops plugin by automatically detecting and fixing common errors, saving users time and effort in maintenance.","The extension is well-documented, secure, and provides a clear value proposition for maintaining ops plugins. Minor improvements could be made in providing more explicit end-to-end examples and detailed configuration parameter documentation.",97,"A robust and secure skill for diagnosing and automatically repairing ops plugin issues.",[211,212,213,214,215],"maintenance","diagnostics","repair","plugin-management","automation","global","verified",[219,220,221],"When an ops plugin encounters errors or unexpected behavior.","To proactively check the health of the ops plugin before critical operations.","To automate the remediation of common ops plugin configuration and file system issues.",{"codeQuality":223,"collectedAt":225,"documentation":226,"maintenance":229,"security":235,"testCoverage":238},{"hasLockfile":224},true,1778692486253,{"descriptionLength":227,"readmeSize":228},200,22118,{"closedIssues90d":230,"forks":231,"hasChangelog":224,"openIssues90d":232,"pushedAt":233,"stars":234},6,4,2,1778673878000,9,{"hasNpmPackage":236,"license":237,"smitheryVerified":236},false,"MIT",{"hasCi":224,"hasTests":224},{"updatedAt":240},1778692504786,{"basePath":242,"githubOwner":243,"githubRepo":244,"locale":18,"slug":13,"type":245},"claude-ops/skills/ops-doctor","Lifecycle-Innovations-Limited","claude-ops","skill",{"_creationTime":247,"_id":248,"community":249,"display":250,"identity":254,"parentExtension":256,"providers":292,"relations":309,"tags":310,"workflow":311},1778692306427.0964,"k17d0t6ns7y6t377pfprg128hd86nm89",{"reviewCount":8},{"description":251,"installMethods":252,"name":253,"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":253},"ops",{"basePath":244,"githubOwner":243,"githubRepo":244,"locale":18,"slug":244,"type":255},"plugin",{"_creationTime":257,"_id":258,"community":259,"display":260,"identity":264,"providers":267,"relations":286,"tags":288,"workflow":289},1778692306427.0962,"k177xmnsm26p2wbrkfkwqgm2b986m2w8",{"reviewCount":8},{"description":261,"installMethods":262,"name":263,"sourceUrl":14},"Local marketplace for claude-ops plugin",{"claudeCode":12},"ops-marketplace",{"basePath":265,"githubOwner":243,"githubRepo":244,"locale":18,"slug":244,"type":266},"","marketplace",{"evaluate":268,"extract":280},{"promptVersionExtension":269,"promptVersionScoring":205,"score":270,"tags":271,"targetMarket":216,"tier":217},"3.1.0",96,[272,273,274,215,275,276,277,278,279],"operations","business","dashboard","productivity","aws","slack","whatsapp","monitoring",{"commitSha":281,"marketplace":282,"plugin":284},"HEAD",{"name":263,"pluginCount":283},1,{"mcpCount":8,"provider":285,"skillCount":8},"classify",{"repoId":287},"kd7d52tcek2e34r805zs06b10d86n39v",[215,276,273,274,279,272,275,277,278],{"evaluatedAt":290,"extractAt":291,"updatedAt":290},1778692330594,1778692306427,{"evaluate":293,"extract":306},{"promptVersionExtension":204,"promptVersionScoring":205,"score":294,"tags":295,"targetMarket":216,"tier":305},85,[296,215,297,298,299,300,301,302,303,279,304],"business-operations","ai-agents","communications","project-management","devops","marketing","finance","e-commerce","voice","community",{"commitSha":281,"license":237,"plugin":307},{"mcpCount":8,"provider":285,"skillCount":308},35,{"parentExtensionId":258,"repoId":287},[297,215,296,298,300,303,302,301,279,299,304],{"evaluatedAt":312,"extractAt":291,"updatedAt":312},1778692342046,{"evaluate":314,"extract":316},{"promptVersionExtension":204,"promptVersionScoring":205,"score":208,"tags":315,"targetMarket":216,"tier":217},[211,212,213,214,215],{"commitSha":281},{"parentExtensionId":248,"repoId":287},{"_creationTime":319,"_id":287,"identity":320,"providers":321,"workflow":869},1778692301282.087,{"githubOwner":243,"githubRepo":244,"sourceUrl":14},{"classify":322,"discover":847,"github":850},{"commitSha":281,"extensions":323},[324,337,547,555,563,571,579,587,595,603,608,616,624,632,640,650,658,666,674,682,690,698,706,714,722,730,738,746,754,762,770,778,786,794,802,810,824,832],{"basePath":265,"description":261,"displayName":263,"installMethods":325,"rationale":326,"selectedPaths":327,"source":336,"sourceLanguage":18,"type":266},{"claudeCode":12},"marketplace.json at .claude-plugin/marketplace.json",[328,331,333],{"path":329,"priority":330},".claude-plugin/marketplace.json","mandatory",{"path":332,"priority":330},"README.md",{"path":334,"priority":335},"LICENSE","high","rule",{"basePath":244,"description":251,"displayName":253,"installMethods":338,"license":237,"rationale":339,"selectedPaths":340,"source":336,"sourceLanguage":18,"type":255},{"claudeCode":253},"plugin manifest at claude-ops/.claude-plugin/plugin.json",[341,343,344,345,348,350,352,354,356,358,360,362,364,366,368,370,372,374,376,378,380,382,384,386,388,390,392,394,396,398,400,402,404,406,408,410,412,414,416,418,420,422,424,426,428,430,432,434,436,438,440,442,444,446,448,450,452,454,457,459,461,463,465,467,469,471,473,475,477,479,481,483,485,487,489,491,493,495,497,499,501,503,505,507,509,511,513,515,517,519,521,523,525,527,529,531,533,535,537,539,541,543,545],{"path":342,"priority":330},".claude-plugin/plugin.json",{"path":332,"priority":330},{"path":334,"priority":335},{"path":346,"priority":347},"skills/ops/SKILL.md","medium",{"path":349,"priority":347},"skills/ops-comms/SKILL.md",{"path":351,"priority":347},"skills/ops-credentials/SKILL.md",{"path":353,"priority":347},"skills/ops-daemon/SKILL.md",{"path":355,"priority":347},"skills/ops-dash/SKILL.md",{"path":357,"priority":347},"skills/ops-deploy/SKILL.md",{"path":359,"priority":347},"skills/ops-deploy-fix/SKILL.md",{"path":361,"priority":347},"skills/ops-doctor/SKILL.md",{"path":363,"priority":347},"skills/ops-ecom/SKILL.md",{"path":365,"priority":347},"skills/ops-fires/SKILL.md",{"path":367,"priority":347},"skills/ops-go/SKILL.md",{"path":369,"priority":347},"skills/ops-gtm/SKILL.md",{"path":371,"priority":347},"skills/ops-inbox/SKILL.md",{"path":373,"priority":347},"skills/ops-integrate/SKILL.md",{"path":375,"priority":347},"skills/ops-linear/SKILL.md",{"path":377,"priority":347},"skills/ops-marketing/SKILL.md",{"path":379,"priority":347},"skills/ops-merge/SKILL.md",{"path":381,"priority":347},"skills/ops-monitor/SKILL.md",{"path":383,"priority":347},"skills/ops-next/SKILL.md",{"path":385,"priority":347},"skills/ops-orchestrate/SKILL.md",{"path":387,"priority":347},"skills/ops-package/SKILL.md",{"path":389,"priority":347},"skills/ops-projects/SKILL.md",{"path":391,"priority":347},"skills/ops-recap/SKILL.md",{"path":393,"priority":347},"skills/ops-revenue/SKILL.md",{"path":395,"priority":347},"skills/ops-rotate/SKILL.md",{"path":397,"priority":347},"skills/ops-rotate-setup/SKILL.md",{"path":399,"priority":347},"skills/ops-settings/SKILL.md",{"path":401,"priority":347},"skills/ops-speedup/SKILL.md",{"path":403,"priority":347},"skills/ops-status/SKILL.md",{"path":405,"priority":347},"skills/ops-triage/SKILL.md",{"path":407,"priority":347},"skills/ops-voice/SKILL.md",{"path":409,"priority":347},"skills/ops-whatsapp-biz/SKILL.md",{"path":411,"priority":347},"skills/ops-yolo/SKILL.md",{"path":413,"priority":347},"skills/setup/SKILL.md",{"path":415,"priority":347},"skills/uninstall/SKILL.md",{"path":417,"priority":330},".mcp.json",{"path":419,"priority":335},"agents/build-fixer.md",{"path":421,"priority":335},"agents/comms-scanner.md",{"path":423,"priority":335},"agents/daemon-agent.md",{"path":425,"priority":335},"agents/dependency-auditor.md",{"path":427,"priority":335},"agents/deploy-fixer.md",{"path":429,"priority":335},"agents/doctor-agent.md",{"path":431,"priority":335},"agents/general-purpose.md",{"path":433,"priority":335},"agents/infra-monitor.md",{"path":435,"priority":335},"agents/marketing-optimizer.md",{"path":437,"priority":335},"agents/memory-extractor.md",{"path":439,"priority":335},"agents/monitor-agent.md",{"path":441,"priority":335},"agents/project-scanner.md",{"path":443,"priority":335},"agents/revenue-tracker.md",{"path":445,"priority":335},"agents/triage-agent.md",{"path":447,"priority":335},"agents/yolo-ceo.md",{"path":449,"priority":335},"agents/yolo-cfo.md",{"path":451,"priority":335},"agents/yolo-coo.md",{"path":453,"priority":335},"agents/yolo-cto.md",{"path":455,"priority":456},"bin/ops-autofix","low",{"path":458,"priority":456},"bin/ops-ci",{"path":460,"priority":456},"bin/ops-credentials",{"path":462,"priority":456},"bin/ops-dash",{"path":464,"priority":456},"bin/ops-deploy-fix-build-trigger",{"path":466,"priority":456},"bin/ops-deploy-fix-merge-trigger",{"path":468,"priority":456},"bin/ops-discord",{"path":470,"priority":456},"bin/ops-discover-external",{"path":472,"priority":456},"bin/ops-doctor",{"path":474,"priority":456},"bin/ops-ecom-health",{"path":476,"priority":456},"bin/ops-external",{"path":478,"priority":456},"bin/ops-gather",{"path":480,"priority":456},"bin/ops-git",{"path":482,"priority":456},"bin/ops-gsd-states",{"path":484,"priority":456},"bin/ops-infra",{"path":486,"priority":456},"bin/ops-marketing-dash",{"path":488,"priority":456},"bin/ops-merge-scan",{"path":490,"priority":456},"bin/ops-no-rm-rf-anchor",{"path":492,"priority":456},"bin/ops-post-session-cleanup",{"path":494,"priority":456},"bin/ops-post-update-migrate",{"path":496,"priority":456},"bin/ops-pretool-wacli-health",{"path":498,"priority":456},"bin/ops-pretool-whatsapp-bridge-health",{"path":500,"priority":456},"bin/ops-prevent-secret-commit",{"path":502,"priority":456},"bin/ops-projects",{"path":504,"priority":456},"bin/ops-prs",{"path":506,"priority":456},"bin/ops-setup-complete",{"path":508,"priority":456},"bin/ops-setup-detect",{"path":510,"priority":456},"bin/ops-setup-install",{"path":512,"priority":456},"bin/ops-setup-preflight",{"path":514,"priority":456},"bin/ops-shopify-create",{"path":516,"priority":456},"bin/ops-slack-autolink.mjs",{"path":518,"priority":456},"bin/ops-slack-workspaces",{"path":520,"priority":456},"bin/ops-speedup",{"path":522,"priority":456},"bin/ops-status",{"path":524,"priority":456},"bin/ops-suggest-specialized-agent",{"path":526,"priority":456},"bin/ops-task-reminder",{"path":528,"priority":456},"bin/ops-telegram-autolink.mjs",{"path":530,"priority":456},"bin/ops-unread",{"path":532,"priority":456},"bin/ops-warn-mainpush",{"path":534,"priority":456},"bin/ops-welcome",{"path":536,"priority":456},"bin/wacli-health",{"path":538,"priority":456},"bin/wacli-safe",{"path":540,"priority":335},"hooks/hooks.json",{"path":542,"priority":335},"hooks/recap-capture.sh",{"path":544,"priority":335},"hooks/recap-tool-activity.sh",{"path":546,"priority":456},"output-styles/ops-briefing.md",{"basePath":548,"description":549,"displayName":253,"installMethods":550,"rationale":551,"selectedPaths":552,"source":336,"sourceLanguage":18,"type":245},"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",[553],{"path":554,"priority":330},"SKILL.md",{"basePath":556,"description":557,"displayName":558,"installMethods":559,"rationale":560,"selectedPaths":561,"source":336,"sourceLanguage":18,"type":245},"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",[562],{"path":554,"priority":330},{"basePath":564,"description":565,"displayName":566,"installMethods":567,"rationale":568,"selectedPaths":569,"source":336,"sourceLanguage":18,"type":245},"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",[570],{"path":554,"priority":330},{"basePath":572,"description":573,"displayName":574,"installMethods":575,"rationale":576,"selectedPaths":577,"source":336,"sourceLanguage":18,"type":245},"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",[578],{"path":554,"priority":330},{"basePath":580,"description":581,"displayName":582,"installMethods":583,"rationale":584,"selectedPaths":585,"source":336,"sourceLanguage":18,"type":245},"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",[586],{"path":554,"priority":330},{"basePath":588,"description":589,"displayName":590,"installMethods":591,"rationale":592,"selectedPaths":593,"source":336,"sourceLanguage":18,"type":245},"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",[594],{"path":554,"priority":330},{"basePath":596,"description":597,"displayName":598,"installMethods":599,"rationale":600,"selectedPaths":601,"source":336,"sourceLanguage":18,"type":245},"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",[602],{"path":554,"priority":330},{"basePath":242,"description":10,"displayName":13,"installMethods":604,"rationale":605,"selectedPaths":606,"source":336,"sourceLanguage":18,"type":245},{"claudeCode":12},"SKILL.md frontmatter at claude-ops/skills/ops-doctor/SKILL.md",[607],{"path":554,"priority":330},{"basePath":609,"description":610,"displayName":611,"installMethods":612,"rationale":613,"selectedPaths":614,"source":336,"sourceLanguage":18,"type":245},"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",[615],{"path":554,"priority":330},{"basePath":617,"description":618,"displayName":619,"installMethods":620,"rationale":621,"selectedPaths":622,"source":336,"sourceLanguage":18,"type":245},"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",[623],{"path":554,"priority":330},{"basePath":625,"description":626,"displayName":627,"installMethods":628,"rationale":629,"selectedPaths":630,"source":336,"sourceLanguage":18,"type":245},"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",[631],{"path":554,"priority":330},{"basePath":633,"description":634,"displayName":635,"installMethods":636,"rationale":637,"selectedPaths":638,"source":336,"sourceLanguage":18,"type":245},"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",[639],{"path":554,"priority":330},{"basePath":641,"description":642,"displayName":643,"installMethods":644,"rationale":645,"selectedPaths":646,"source":336,"sourceLanguage":18,"type":245},"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",[647,648],{"path":554,"priority":330},{"path":649,"priority":347},"CHANNELS.md",{"basePath":651,"description":652,"displayName":653,"installMethods":654,"rationale":655,"selectedPaths":656,"source":336,"sourceLanguage":18,"type":245},"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",[657],{"path":554,"priority":330},{"basePath":659,"description":660,"displayName":661,"installMethods":662,"rationale":663,"selectedPaths":664,"source":336,"sourceLanguage":18,"type":245},"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",[665],{"path":554,"priority":330},{"basePath":667,"description":668,"displayName":669,"installMethods":670,"rationale":671,"selectedPaths":672,"source":336,"sourceLanguage":18,"type":245},"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",[673],{"path":554,"priority":330},{"basePath":675,"description":676,"displayName":677,"installMethods":678,"rationale":679,"selectedPaths":680,"source":336,"sourceLanguage":18,"type":245},"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",[681],{"path":554,"priority":330},{"basePath":683,"description":684,"displayName":685,"installMethods":686,"rationale":687,"selectedPaths":688,"source":336,"sourceLanguage":18,"type":245},"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",[689],{"path":554,"priority":330},{"basePath":691,"description":692,"displayName":693,"installMethods":694,"rationale":695,"selectedPaths":696,"source":336,"sourceLanguage":18,"type":245},"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",[697],{"path":554,"priority":330},{"basePath":699,"description":700,"displayName":701,"installMethods":702,"rationale":703,"selectedPaths":704,"source":336,"sourceLanguage":18,"type":245},"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",[705],{"path":554,"priority":330},{"basePath":707,"description":708,"displayName":709,"installMethods":710,"rationale":711,"selectedPaths":712,"source":336,"sourceLanguage":18,"type":245},"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",[713],{"path":554,"priority":330},{"basePath":715,"description":716,"displayName":717,"installMethods":718,"rationale":719,"selectedPaths":720,"source":336,"sourceLanguage":18,"type":245},"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",[721],{"path":554,"priority":330},{"basePath":723,"description":724,"displayName":725,"installMethods":726,"rationale":727,"selectedPaths":728,"source":336,"sourceLanguage":18,"type":245},"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",[729],{"path":554,"priority":330},{"basePath":731,"description":732,"displayName":733,"installMethods":734,"rationale":735,"selectedPaths":736,"source":336,"sourceLanguage":18,"type":245},"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",[737],{"path":554,"priority":330},{"basePath":739,"description":740,"displayName":741,"installMethods":742,"rationale":743,"selectedPaths":744,"source":336,"sourceLanguage":18,"type":245},"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",[745],{"path":554,"priority":330},{"basePath":747,"description":748,"displayName":749,"installMethods":750,"rationale":751,"selectedPaths":752,"source":336,"sourceLanguage":18,"type":245},"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",[753],{"path":554,"priority":330},{"basePath":755,"description":756,"displayName":757,"installMethods":758,"rationale":759,"selectedPaths":760,"source":336,"sourceLanguage":18,"type":245},"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",[761],{"path":554,"priority":330},{"basePath":763,"description":764,"displayName":765,"installMethods":766,"rationale":767,"selectedPaths":768,"source":336,"sourceLanguage":18,"type":245},"claude-ops/skills/ops-speedup","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.","ops-speedup",{"claudeCode":12},"SKILL.md frontmatter at claude-ops/skills/ops-speedup/SKILL.md",[769],{"path":554,"priority":330},{"basePath":771,"description":772,"displayName":773,"installMethods":774,"rationale":775,"selectedPaths":776,"source":336,"sourceLanguage":18,"type":245},"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",[777],{"path":554,"priority":330},{"basePath":779,"description":780,"displayName":781,"installMethods":782,"rationale":783,"selectedPaths":784,"source":336,"sourceLanguage":18,"type":245},"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",[785],{"path":554,"priority":330},{"basePath":787,"description":788,"displayName":789,"installMethods":790,"rationale":791,"selectedPaths":792,"source":336,"sourceLanguage":18,"type":245},"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",[793],{"path":554,"priority":330},{"basePath":795,"description":796,"displayName":797,"installMethods":798,"rationale":799,"selectedPaths":800,"source":336,"sourceLanguage":18,"type":245},"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",[801],{"path":554,"priority":330},{"basePath":803,"description":804,"displayName":805,"installMethods":806,"rationale":807,"selectedPaths":808,"source":336,"sourceLanguage":18,"type":245},"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",[809],{"path":554,"priority":330},{"basePath":811,"description":812,"displayName":813,"installMethods":814,"rationale":815,"selectedPaths":816,"source":336,"sourceLanguage":18,"type":245},"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",[817,818,820,822],{"path":554,"priority":330},{"path":819,"priority":347},"CLI-REFERENCE.md",{"path":821,"priority":347},"REFERENCE.md",{"path":823,"priority":347},"SHARED.md",{"basePath":825,"description":826,"displayName":827,"installMethods":828,"rationale":829,"selectedPaths":830,"source":336,"sourceLanguage":18,"type":245},"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",[831],{"path":554,"priority":330},{"basePath":833,"description":834,"displayName":835,"installMethods":836,"license":237,"rationale":837,"selectedPaths":838,"source":336,"sourceLanguage":18,"type":846},"claude-ops/telegram-server","Telegram user-auth MCP server for claude-ops plugin (personal account via MTProto, not bots)","claude-ops-telegram-server",{"npm":835},"server.json with namespace/server name at claude-ops/telegram-server/server.json",[839,841,843,844],{"path":840,"priority":330},"server.json",{"path":842,"priority":330},"package.json",{"path":332,"priority":330},{"path":845,"priority":347},"index.js","mcp",{"sources":848},[849],"manual",{"closedIssues90d":230,"description":851,"forks":231,"homepage":852,"license":237,"openIssues90d":232,"pushedAt":233,"readmeSize":228,"stars":234,"topics":853},"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",[854,296,855,856,300,857,858,276,859,860,846,861,862,863,864,865,866,867,301,868],"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":870,"discoverAt":871,"extractAt":872,"githubAt":872,"updatedAt":870},1778692306008,1778692301282,1778692304144,[215,212,211,214,213],{"evaluatedAt":240,"extractAt":291,"updatedAt":240},[],[877,906,934,954,985,1013],{"_creationTime":878,"_id":879,"community":880,"display":881,"identity":887,"providers":892,"relations":900,"tags":902,"workflow":903},1778697652123.8804,"k173mjn1bp2a67v1h8qjkv7wn186met8",{"reviewCount":8},{"description":882,"installMethods":883,"name":885,"sourceUrl":886},"Use for all ClawSweeper work: OpenClaw issue/PR sweep reports, commit-review reports, repair jobs, cloud fix PRs, @clawsweeper maintainer mention commands, trusted ClawSweeper-reviewed autofix/automerge, GitHub Actions monitoring, permissions, gates, and manual backfills.",{"claudeCode":884},"steipete/clawdis","ClawSweeper Skill","https://github.com/steipete/clawdis",{"basePath":888,"githubOwner":889,"githubRepo":890,"locale":18,"slug":891,"type":245},".agents/skills/clawsweeper","steipete","clawdis","clawsweeper",{"evaluate":893,"extract":899},{"promptVersionExtension":204,"promptVersionScoring":205,"score":894,"tags":895,"targetMarket":216,"tier":217},100,[896,215,897,211,898],"github","code-review","ci-cd",{"commitSha":281,"license":237},{"repoId":901},"kd738npxg9yh3xf3vddzy9fyfh86nhng",[215,898,897,896,211],{"evaluatedAt":904,"extractAt":905,"updatedAt":904},1778697688364,1778697652123,{"_creationTime":907,"_id":908,"community":909,"display":910,"identity":916,"providers":920,"relations":927,"tags":930,"workflow":931},1778696691708.315,"k17fj9bxr6hpbadfa9cfsyr3yh86nx5h",{"reviewCount":8},{"description":911,"installMethods":912,"name":914,"sourceUrl":915},"Run health checks on the Ruflo installation and fix common issues",{"claudeCode":913},"ruvnet/ruflo","ruflo-doctor","https://github.com/ruvnet/ruflo",{"basePath":917,"githubOwner":918,"githubRepo":919,"locale":18,"slug":914,"type":245},"plugins/ruflo-core/skills/ruflo-doctor","ruvnet","ruflo",{"evaluate":921,"extract":926},{"promptVersionExtension":204,"promptVersionScoring":205,"score":922,"tags":923,"targetMarket":216,"tier":217},99,[212,211,924,925,919],"cli","troubleshooting",{"commitSha":281},{"parentExtensionId":928,"repoId":929},"k171d4p47vwbs13sqcxvfyvzp986nn49","kd7ed28gj8n0y3msk5dzrp05zs86nqtc",[924,212,211,919,925],{"evaluatedAt":932,"extractAt":933,"updatedAt":932},1778700078947,1778696691708,{"_creationTime":935,"_id":936,"community":937,"display":938,"identity":940,"providers":941,"relations":950,"tags":951,"workflow":952},1778692306427.0974,"k1703gwnjmfghxzjt6edpv7g9h86n3ny",{"reviewCount":8},{"description":573,"installMethods":939,"name":574,"sourceUrl":14},{"claudeCode":12},{"basePath":572,"githubOwner":243,"githubRepo":244,"locale":18,"slug":574,"type":245},{"evaluate":942,"extract":949},{"promptVersionExtension":204,"promptVersionScoring":205,"score":922,"tags":943,"targetMarket":216,"tier":217},[944,211,945,946,947,212,948],"daemon","macos","linux","windows","autofix",{"commitSha":281,"license":237},{"parentExtensionId":248,"repoId":287},[948,944,212,946,945,211,947],{"evaluatedAt":953,"extractAt":291,"updatedAt":953},1778692431210,{"_creationTime":955,"_id":956,"community":957,"display":958,"identity":964,"providers":969,"relations":978,"tags":981,"workflow":982},1778699234184.6157,"k177tdbfgqmwhtaqv771f2ych586nne9",{"reviewCount":8},{"description":959,"installMethods":960,"name":962,"sourceUrl":963},"Worktree-first dev environment manager for issues, PRs, and features with optional tmux sessions",{"claudeCode":961},"Yeachan-Heo/oh-my-claudecode","Project Session Manager","https://github.com/Yeachan-Heo/oh-my-claudecode",{"basePath":965,"githubOwner":966,"githubRepo":967,"locale":18,"slug":968,"type":245},"skills/project-session-manager","Yeachan-Heo","oh-my-claudecode","project-session-manager",{"evaluate":970,"extract":977},{"promptVersionExtension":204,"promptVersionScoring":205,"score":894,"tags":971,"targetMarket":216,"tier":217},[972,973,974,975,215,924,976],"git","development-environment","workflow","tmux","developer-tool",{"commitSha":281,"license":237},{"parentExtensionId":979,"repoId":980},"k17brg5egdw1jbncj1j4wfv3fh86n639","kd74zv63fryf9prygtq7gf4es986n22y",[215,924,976,973,972,975,974],{"evaluatedAt":983,"extractAt":984,"updatedAt":983},1778699613343,1778699234184,{"_creationTime":986,"_id":987,"community":988,"display":989,"identity":995,"providers":998,"relations":1005,"tags":1008,"workflow":1009},1778699508743.0002,"k17aya9dv3e3bxv473f1f2r52186ndp5",{"reviewCount":8},{"description":990,"installMethods":991,"name":993,"sourceUrl":994},"Erstellen Sie öffentliche Google Docs- oder Google Sheet-Dateien, ohne OAuth zu benötigen. Verwenden Sie diese Fähigkeit, um Google Docs und Sheets zu erstellen und zu bearbeiten, keine Google-Anmeldung erforderlich. Dokumente sind unter teilbaren Links sichtbar. Die Registrierung erfolgt automatisch bei der ersten Verwendung.",{"claudeCode":992},"zagmoai/public-google-drive","public-google-drive","https://github.com/zagmoai/public-google-drive",{"basePath":265,"githubOwner":996,"githubRepo":993,"locale":997,"slug":993,"type":245},"zagmoai","de",{"evaluate":999,"extract":1004},{"promptVersionExtension":204,"promptVersionScoring":205,"score":894,"tags":1000,"targetMarket":216,"tier":217},[1001,1002,275,215,1003],"google-docs","google-sheets","api-client",{"commitSha":281},{"repoId":1006,"translatedFrom":1007},"kd776ynh73t0d6samn4bnxdf3x86n8mj","k1707pszx7h026a651dp5tvaxd86m3ag",[1003,215,1001,1002,275],{"evaluatedAt":1010,"extractAt":1011,"updatedAt":1012},1778699485884,1778699468747,1778699508743,{"_creationTime":1014,"_id":1015,"community":1016,"display":1017,"identity":1020,"providers":1023,"relations":1030,"tags":1031,"workflow":1032},1778699234184.611,"k179b6dkc777g1rgyecze04wqn86m6y4",{"reviewCount":8},{"description":1018,"installMethods":1019,"name":967,"sourceUrl":963},"Process-first advisor routing for Claude, Codex, or Gemini via `omc ask`, with artifact capture and no raw CLI assembly",{"claudeCode":961},{"basePath":1021,"githubOwner":966,"githubRepo":967,"locale":18,"slug":1022,"type":245},"skills/ask","ask",{"evaluate":1024,"extract":1029},{"promptVersionExtension":204,"promptVersionScoring":205,"score":894,"tags":1025,"targetMarket":216,"tier":217},[924,215,1026,1027,897,1028],"llm","prompting","artifact-generation",{"commitSha":281,"license":237},{"parentExtensionId":979,"repoId":980},[1028,215,924,897,1026,1027],{"evaluatedAt":1033,"extractAt":984,"updatedAt":1033},1778699303045]