[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"extension-skill-Lifecycle-Innovations-Limited-ops-monitor-en":3,"guides-for-Lifecycle-Innovations-Limited-ops-monitor":884,"similar-k1765sh5hfr4rsb6g5zkdjtdwh86nm9z-en":885},{"_creationTime":4,"_id":5,"children":6,"community":7,"display":9,"evaluation":15,"identity":250,"isFallback":245,"parentExtension":255,"providers":322,"relations":326,"repo":327,"tags":882,"workflow":883},1778692306427.1008,"k1765sh5hfr4rsb6g5zkdjtdwh86nm9z",[],{"reviewCount":8},0,{"description":10,"installMethods":11,"name":13,"sourceUrl":14},"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.",{"claudeCode":12},"Lifecycle-Innovations-Limited/claude-ops","ops-monitor","https://github.com/Lifecycle-Innovations-Limited/claude-ops",{"_creationTime":16,"_id":17,"extensionId":5,"locale":18,"result":19,"trustSignals":231,"workflow":248},1778692743382.7603,"kn777n9rnbsj6rpp6es2xc4xhd86m27d","en",{"checks":20,"evaluatedAt":192,"extensionSummary":193,"features":194,"nonGoals":199,"practices":203,"prerequisites":204,"promptVersionExtension":205,"promptVersionScoring":206,"purpose":207,"rationale":208,"score":209,"summary":210,"tags":211,"targetMarket":218,"tier":219,"useCases":220,"workflow":224},[21,26,29,32,36,39,43,47,50,53,57,61,64,68,71,74,77,80,83,86,90,94,98,102,106,109,113,117,121,124,127,130,133,136,139,143,147,150,153,157,160,163,166,169,173,176,179,182,185,189],{"category":22,"check":23,"severity":24,"summary":25},"Practical Utility","Problem relevance","pass","The description clearly identifies a problem: unifying APM and monitoring across multiple backends, and targets a specific user need: getting a quick overview of alerts and entity health.",{"category":22,"check":27,"severity":24,"summary":28},"Unique selling proposition","The skill offers value beyond a simple prompt by directly integrating with and polling multiple distinct APM backends, providing a unified view that would be complex to achieve otherwise.",{"category":22,"check":30,"severity":24,"summary":31},"Production readiness","The skill appears production-ready, covering configuration, live polling, and integration with multiple established monitoring services. The setup flow and dry-run capabilities (implied by watch mode) suggest a complete lifecycle.",{"category":33,"check":34,"severity":24,"summary":35},"Scope","Single responsibility principle","The skill focuses on a single domain: APM and monitoring across multiple specified backends. It does not appear to extend into unrelated domains.",{"category":33,"check":37,"severity":24,"summary":38},"Description quality","The description is concise, readable, and accurately reflects the skill's capabilities, including its supported backends and the `--watch` and `--setup` flags.",{"category":40,"check":41,"severity":24,"summary":42},"Invocation","Scoped tools","The skill uses scoped tools, interacting with specific APIs for Datadog, New Relic, and OpenTelemetry rather than a general-purpose command executor.",{"category":44,"check":45,"severity":24,"summary":46},"Documentation","Configuration & parameter reference","The SKILL.md file details the setup process, required credentials for each backend, and how they are stored in `preferences.json`. It also references runtime context variables.",{"category":33,"check":48,"severity":24,"summary":49},"Tool naming","The skill uses descriptive verb-noun naming for its actions, such as 'Setup flow' and 'Watch mode'.",{"category":33,"check":51,"severity":24,"summary":52},"Minimal I/O surface","Inputs are clearly defined via flags and configuration files. Outputs are structured for display or live polling, avoiding excessive diagnostic dumps.",{"category":54,"check":55,"severity":24,"summary":56},"License","License usability","The extension is distributed under the MIT license, which is a permissive open-source license.",{"category":58,"check":59,"severity":24,"summary":60},"Maintenance","Commit recency","The repository has recent commits, indicating active maintenance.",{"category":58,"check":62,"severity":24,"summary":63},"Dependency Management","The `jq` utility is used, and the project appears to manage dependencies appropriately for its scripting needs.",{"category":65,"check":66,"severity":24,"summary":67},"Security","Secret Management","Credentials are stored in a local `preferences.json` file, and the script uses `jq` for atomic updates. The README also details secure credential handling and avoids echoing secrets.",{"category":65,"check":69,"severity":24,"summary":70},"Injection","The skill handles external data (API keys, endpoints) as configuration and uses `jq` for safe JSON manipulation, mitigating injection risks.",{"category":65,"check":72,"severity":24,"summary":73},"Transitive Supply-Chain Grenades","The skill relies on `curl` for API calls and `jq` for JSON parsing, both standard, committed utilities. No runtime fetching of code or instructions is apparent.",{"category":65,"check":75,"severity":24,"summary":76},"Sandbox Isolation","The script operates within the `CLAUDE_PLUGIN_DATA_DIR` or user's home directory for preferences and uses standard CLI tools, respecting sandbox boundaries.",{"category":65,"check":78,"severity":24,"summary":79},"Sandbox escape primitives","No detached process spawns or explicit sandbox escape primitives were found in the provided scripts.",{"category":65,"check":81,"severity":24,"summary":82},"Data Exfiltration","The skill collects monitoring credentials for configured services and uses them to query those services. It does not appear to exfiltrate confidential data to unauthorized third parties.",{"category":65,"check":84,"severity":24,"summary":85},"Hidden Text Tricks","The bundled content appears free of hidden steering tricks, control characters, or invisible formatting.",{"category":87,"check":88,"severity":24,"summary":89},"Hooks","Opaque code execution","The bundled scripts are written in clear Bash and `jq`, without obfuscation, base64 payloads, or runtime code fetching.",{"category":91,"check":92,"severity":24,"summary":93},"Portability","Structural Assumption","The script correctly uses `CLAUDE_PLUGIN_DATA_DIR` or `$HOME/.claude/plugins/data` for preferences, making it portable across environments.",{"category":95,"check":96,"severity":24,"summary":97},"Trust","Issues Attention","With 2 issues opened and 6 closed in 90 days, the closure rate is well above 50%, indicating good maintainer engagement.",{"category":99,"check":100,"severity":24,"summary":101},"Versioning","Release Management","The README shows a version '2.0.0', and the `pushedAt` timestamp indicates recent activity, suggesting a managed release process.",{"category":103,"check":104,"severity":24,"summary":105},"Execution","Validation","The script uses `jq` for parsing and writing JSON preferences, ensuring data integrity. Input validation occurs through explicit flags and backend selection.",{"category":65,"check":107,"severity":24,"summary":108},"Unguarded Destructive Operations","The skill is primarily read-only, focusing on polling and displaying monitoring data. Configuration involves writing to a local preferences file, which is guarded by atomic swaps.",{"category":110,"check":111,"severity":24,"summary":112},"Code Execution","Error Handling","The script includes error handling for `jq` operations and provides clear reporting for API smoke tests (✅/❌).",{"category":110,"check":114,"severity":115,"summary":116},"Logging","not_applicable","This skill is primarily analytical and read-only in its core function, making extensive local audit logging less critical.",{"category":118,"check":119,"severity":115,"summary":120},"Compliance","GDPR","The skill collects API keys and account IDs for monitoring services, but these are technical credentials and not personal data in the GDPR sense.",{"category":118,"check":122,"severity":24,"summary":123},"Target market","The skill operates globally, interacting with standard APIs for monitoring services, and is not bound by specific geographical or legal jurisdictions.",{"category":91,"check":125,"severity":24,"summary":126},"Runtime stability","The skill relies on standard tools like `curl`, `jq`, and Bash, ensuring broad compatibility across POSIX-compliant systems.",{"category":44,"check":128,"severity":24,"summary":129},"README","The README provides a comprehensive overview of the claude-ops project, including its capabilities and installation instructions.",{"category":33,"check":131,"severity":115,"summary":132},"Tool surface size","This is a single-purpose skill with distinct modes (setup, watch, default) rather than a large number of individual tools.",{"category":40,"check":134,"severity":24,"summary":135},"Overlapping near-synonym tools","The skill has distinct modes (--setup, --watch, default) and backend filtering, avoiding redundant or overlapping actions.",{"category":44,"check":137,"severity":24,"summary":138},"Phantom features","All features mentioned in the description (polling, setup, watch mode) are directly implemented in the provided SKILL.md.",{"category":140,"check":141,"severity":24,"summary":142},"Install","Installation instruction","The README provides clear installation instructions for the overall `claude-ops` project, and the SKILL.md details its specific setup flow and arguments.",{"category":144,"check":145,"severity":24,"summary":146},"Errors","Actionable error messages","The skill provides clear ✅/❌ indicators for backend configuration and smoke tests, and the setup flow guides the user on required credentials.",{"category":103,"check":148,"severity":24,"summary":149},"Pinned dependencies","The skill relies on standard system tools (`curl`, `jq`, Bash) which are assumed to be present and managed by the environment.",{"category":33,"check":151,"severity":115,"summary":152},"Dry-run preview","The skill's primary function is data retrieval and display, not state-changing operations that would require a dry-run mode.",{"category":154,"check":155,"severity":115,"summary":156},"Protocol","Idempotent retry & timeouts","The skill's operations involve querying external APIs and do not involve state-changing mutations that would require idempotency or explicit retries beyond what `curl` provides.",{"category":118,"check":158,"severity":24,"summary":159},"Telemetry opt-in","The project's privacy policy explicitly states 'No telemetry. No analytics. No crash reports.', making any telemetry strictly opt-out by absence.",{"category":40,"check":161,"severity":24,"summary":162},"Precise Purpose","The description clearly states the skill unifies APM and monitoring for Datadog, New Relic, and OpenTelemetry, specifying usage with `--watch` and `--setup` flags.",{"category":40,"check":164,"severity":24,"summary":165},"Concise Frontmatter","The frontmatter is dense and clearly summarizes the skill's core capability and usage instructions, with appropriate argument hints.",{"category":44,"check":167,"severity":24,"summary":168},"Concise Body","The SKILL.md is concise, detailing the setup flow, agent teams, default health check, watch mode, and CLI reference without excessive verbosity.",{"category":170,"check":171,"severity":115,"summary":172},"Context","Progressive Disclosure","The skill's functionality is relatively straightforward and does not require complex, multi-step procedures that would necessitate progressive disclosure into separate files.",{"category":170,"check":174,"severity":115,"summary":175},"Forked exploration","This skill is not designed for deep exploration or code review; it focuses on data retrieval and configuration.",{"category":22,"check":177,"severity":24,"summary":178},"Usage examples","The SKILL.md provides concrete examples for Datadog, New Relic, and OTEL API calls, demonstrating how to query and validate credentials.",{"category":22,"check":180,"severity":24,"summary":181},"Edge cases","The skill handles missing configurations (no backends configured), API errors during smoke tests (✅/❌ reporting), and differentiates between active alerts and critical entities.",{"category":110,"check":183,"severity":115,"summary":184},"Tool Fallback","This skill does not rely on an external MCP server; it uses standard command-line tools.",{"category":186,"check":187,"severity":24,"summary":188},"Safety","Halt on unexpected state","The setup flow checks for existing credentials and prompts for new ones, ensuring a valid state before attempting to configure backends. Error reporting for smoke tests halts the flow if issues arise.",{"category":91,"check":190,"severity":115,"summary":191},"Cross-skill coupling","This skill is self-contained and does not implicitly rely on or interact with other specific skills within the `claude-ops` project.",1778692743140,"This skill acts as a unified interface for Application Performance Monitoring (APM) and monitoring systems, querying Datadog, New Relic, and OpenTelemetry backends for active alerts, error traces, and entity health. It supports live polling and a guided setup for configuring credentials.",[195,196,197,198],"Polls Datadog, New Relic, and OpenTelemetry for active alerts","Retrieves error traces and entity health status","Supports live polling with `--watch` flag","Guided setup for configuring monitoring credentials with smoke tests",[200,201,202],"Deep analysis of historical performance data","Configuration or management of the monitoring backends themselves","Alert remediation or automated incident response",[],[],"3.0.0","4.4.0","To provide a single, unified surface for monitoring key observability metrics across disparate APM and monitoring platforms, enabling quick assessment of system health and active alerts.","All checks passed with high quality, indicating a well-designed and robust skill. No warnings or critical findings were present.",100,"A high-quality, production-ready skill for unified APM and monitoring.",[212,213,214,215,216,217],"monitoring","apm","datadog","new-relic","opentelemetry","cli","global","verified",[221,222,223],"When needing a consolidated view of system health across multiple monitoring tools","To quickly identify and assess critical alerts in a production environment","To configure and verify connections to Datadog, New Relic, and OpenTelemetry monitoring backends",[225,226,227,228,229,230],"Determine argument mode: setup, watch, or default health check.","If setup: Guide user through backend selection and credential input.","Save credentials atomically and run smoke tests for each configured backend.","If watch mode: Enter a loop to poll and display changes every 60 seconds.","If default mode: Spawn a monitor agent and display a formatted dashboard of current system health.","Filter output by --backend flag if specified.",{"codeQuality":232,"collectedAt":234,"documentation":235,"maintenance":238,"security":244,"testCoverage":247},{"hasLockfile":233},true,1778692726372,{"descriptionLength":236,"readmeSize":237},236,22118,{"closedIssues90d":239,"forks":240,"hasChangelog":233,"openIssues90d":241,"pushedAt":242,"stars":243},6,4,2,1778673878000,9,{"hasNpmPackage":245,"license":246,"smitheryVerified":245},false,"MIT",{"hasCi":233,"hasTests":233},{"updatedAt":249},1778692743382,{"basePath":251,"githubOwner":252,"githubRepo":253,"locale":18,"slug":13,"type":254},"claude-ops/skills/ops-monitor","Lifecycle-Innovations-Limited","claude-ops","skill",{"_creationTime":256,"_id":257,"community":258,"display":259,"identity":263,"parentExtension":265,"providers":301,"relations":318,"tags":319,"workflow":320},1778692306427.0964,"k17d0t6ns7y6t377pfprg128hd86nm89",{"reviewCount":8},{"description":260,"installMethods":261,"name":262,"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":262},"ops",{"basePath":253,"githubOwner":252,"githubRepo":253,"locale":18,"slug":253,"type":264},"plugin",{"_creationTime":266,"_id":267,"community":268,"display":269,"identity":273,"providers":276,"relations":295,"tags":297,"workflow":298},1778692306427.0962,"k177xmnsm26p2wbrkfkwqgm2b986m2w8",{"reviewCount":8},{"description":270,"installMethods":271,"name":272,"sourceUrl":14},"Local marketplace for claude-ops plugin",{"claudeCode":12},"ops-marketplace",{"basePath":274,"githubOwner":252,"githubRepo":253,"locale":18,"slug":253,"type":275},"","marketplace",{"evaluate":277,"extract":289},{"promptVersionExtension":278,"promptVersionScoring":206,"score":279,"tags":280,"targetMarket":218,"tier":219},"3.1.0",96,[281,282,283,284,285,286,287,288,212],"operations","business","dashboard","automation","productivity","aws","slack","whatsapp",{"commitSha":290,"marketplace":291,"plugin":293},"HEAD",{"name":272,"pluginCount":292},1,{"mcpCount":8,"provider":294,"skillCount":8},"classify",{"repoId":296},"kd7d52tcek2e34r805zs06b10d86n39v",[284,286,282,283,212,281,285,287,288],{"evaluatedAt":299,"extractAt":300,"updatedAt":299},1778692330594,1778692306427,{"evaluate":302,"extract":315},{"promptVersionExtension":205,"promptVersionScoring":206,"score":303,"tags":304,"targetMarket":218,"tier":314},85,[305,284,306,307,308,309,310,311,312,212,313],"business-operations","ai-agents","communications","project-management","devops","marketing","finance","e-commerce","voice","community",{"commitSha":290,"license":246,"plugin":316},{"mcpCount":8,"provider":294,"skillCount":317},35,{"parentExtensionId":267,"repoId":296},[306,284,305,307,309,312,311,310,212,308,313],{"evaluatedAt":321,"extractAt":300,"updatedAt":321},1778692342046,{"evaluate":323,"extract":325},{"promptVersionExtension":205,"promptVersionScoring":206,"score":209,"tags":324,"targetMarket":218,"tier":219},[212,213,214,215,216,217],{"commitSha":290,"license":246},{"parentExtensionId":257,"repoId":296},{"_creationTime":328,"_id":296,"identity":329,"providers":330,"workflow":878},1778692301282.087,{"githubOwner":252,"githubRepo":253,"sourceUrl":14},{"classify":331,"discover":856,"github":859},{"commitSha":290,"extensions":332},[333,346,556,564,572,580,588,596,604,612,620,628,636,644,652,662,670,678,686,694,699,707,715,723,731,739,747,755,763,771,779,787,795,803,811,819,833,841],{"basePath":274,"description":270,"displayName":272,"installMethods":334,"rationale":335,"selectedPaths":336,"source":345,"sourceLanguage":18,"type":275},{"claudeCode":12},"marketplace.json at .claude-plugin/marketplace.json",[337,340,342],{"path":338,"priority":339},".claude-plugin/marketplace.json","mandatory",{"path":341,"priority":339},"README.md",{"path":343,"priority":344},"LICENSE","high","rule",{"basePath":253,"description":260,"displayName":262,"installMethods":347,"license":246,"rationale":348,"selectedPaths":349,"source":345,"sourceLanguage":18,"type":264},{"claudeCode":262},"plugin manifest at claude-ops/.claude-plugin/plugin.json",[350,352,353,354,357,359,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,466,468,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],{"path":351,"priority":339},".claude-plugin/plugin.json",{"path":341,"priority":339},{"path":343,"priority":344},{"path":355,"priority":356},"skills/ops/SKILL.md","medium",{"path":358,"priority":356},"skills/ops-comms/SKILL.md",{"path":360,"priority":356},"skills/ops-credentials/SKILL.md",{"path":362,"priority":356},"skills/ops-daemon/SKILL.md",{"path":364,"priority":356},"skills/ops-dash/SKILL.md",{"path":366,"priority":356},"skills/ops-deploy/SKILL.md",{"path":368,"priority":356},"skills/ops-deploy-fix/SKILL.md",{"path":370,"priority":356},"skills/ops-doctor/SKILL.md",{"path":372,"priority":356},"skills/ops-ecom/SKILL.md",{"path":374,"priority":356},"skills/ops-fires/SKILL.md",{"path":376,"priority":356},"skills/ops-go/SKILL.md",{"path":378,"priority":356},"skills/ops-gtm/SKILL.md",{"path":380,"priority":356},"skills/ops-inbox/SKILL.md",{"path":382,"priority":356},"skills/ops-integrate/SKILL.md",{"path":384,"priority":356},"skills/ops-linear/SKILL.md",{"path":386,"priority":356},"skills/ops-marketing/SKILL.md",{"path":388,"priority":356},"skills/ops-merge/SKILL.md",{"path":390,"priority":356},"skills/ops-monitor/SKILL.md",{"path":392,"priority":356},"skills/ops-next/SKILL.md",{"path":394,"priority":356},"skills/ops-orchestrate/SKILL.md",{"path":396,"priority":356},"skills/ops-package/SKILL.md",{"path":398,"priority":356},"skills/ops-projects/SKILL.md",{"path":400,"priority":356},"skills/ops-recap/SKILL.md",{"path":402,"priority":356},"skills/ops-revenue/SKILL.md",{"path":404,"priority":356},"skills/ops-rotate/SKILL.md",{"path":406,"priority":356},"skills/ops-rotate-setup/SKILL.md",{"path":408,"priority":356},"skills/ops-settings/SKILL.md",{"path":410,"priority":356},"skills/ops-speedup/SKILL.md",{"path":412,"priority":356},"skills/ops-status/SKILL.md",{"path":414,"priority":356},"skills/ops-triage/SKILL.md",{"path":416,"priority":356},"skills/ops-voice/SKILL.md",{"path":418,"priority":356},"skills/ops-whatsapp-biz/SKILL.md",{"path":420,"priority":356},"skills/ops-yolo/SKILL.md",{"path":422,"priority":356},"skills/setup/SKILL.md",{"path":424,"priority":356},"skills/uninstall/SKILL.md",{"path":426,"priority":339},".mcp.json",{"path":428,"priority":344},"agents/build-fixer.md",{"path":430,"priority":344},"agents/comms-scanner.md",{"path":432,"priority":344},"agents/daemon-agent.md",{"path":434,"priority":344},"agents/dependency-auditor.md",{"path":436,"priority":344},"agents/deploy-fixer.md",{"path":438,"priority":344},"agents/doctor-agent.md",{"path":440,"priority":344},"agents/general-purpose.md",{"path":442,"priority":344},"agents/infra-monitor.md",{"path":444,"priority":344},"agents/marketing-optimizer.md",{"path":446,"priority":344},"agents/memory-extractor.md",{"path":448,"priority":344},"agents/monitor-agent.md",{"path":450,"priority":344},"agents/project-scanner.md",{"path":452,"priority":344},"agents/revenue-tracker.md",{"path":454,"priority":344},"agents/triage-agent.md",{"path":456,"priority":344},"agents/yolo-ceo.md",{"path":458,"priority":344},"agents/yolo-cfo.md",{"path":460,"priority":344},"agents/yolo-coo.md",{"path":462,"priority":344},"agents/yolo-cto.md",{"path":464,"priority":465},"bin/ops-autofix","low",{"path":467,"priority":465},"bin/ops-ci",{"path":469,"priority":465},"bin/ops-credentials",{"path":471,"priority":465},"bin/ops-dash",{"path":473,"priority":465},"bin/ops-deploy-fix-build-trigger",{"path":475,"priority":465},"bin/ops-deploy-fix-merge-trigger",{"path":477,"priority":465},"bin/ops-discord",{"path":479,"priority":465},"bin/ops-discover-external",{"path":481,"priority":465},"bin/ops-doctor",{"path":483,"priority":465},"bin/ops-ecom-health",{"path":485,"priority":465},"bin/ops-external",{"path":487,"priority":465},"bin/ops-gather",{"path":489,"priority":465},"bin/ops-git",{"path":491,"priority":465},"bin/ops-gsd-states",{"path":493,"priority":465},"bin/ops-infra",{"path":495,"priority":465},"bin/ops-marketing-dash",{"path":497,"priority":465},"bin/ops-merge-scan",{"path":499,"priority":465},"bin/ops-no-rm-rf-anchor",{"path":501,"priority":465},"bin/ops-post-session-cleanup",{"path":503,"priority":465},"bin/ops-post-update-migrate",{"path":505,"priority":465},"bin/ops-pretool-wacli-health",{"path":507,"priority":465},"bin/ops-pretool-whatsapp-bridge-health",{"path":509,"priority":465},"bin/ops-prevent-secret-commit",{"path":511,"priority":465},"bin/ops-projects",{"path":513,"priority":465},"bin/ops-prs",{"path":515,"priority":465},"bin/ops-setup-complete",{"path":517,"priority":465},"bin/ops-setup-detect",{"path":519,"priority":465},"bin/ops-setup-install",{"path":521,"priority":465},"bin/ops-setup-preflight",{"path":523,"priority":465},"bin/ops-shopify-create",{"path":525,"priority":465},"bin/ops-slack-autolink.mjs",{"path":527,"priority":465},"bin/ops-slack-workspaces",{"path":529,"priority":465},"bin/ops-speedup",{"path":531,"priority":465},"bin/ops-status",{"path":533,"priority":465},"bin/ops-suggest-specialized-agent",{"path":535,"priority":465},"bin/ops-task-reminder",{"path":537,"priority":465},"bin/ops-telegram-autolink.mjs",{"path":539,"priority":465},"bin/ops-unread",{"path":541,"priority":465},"bin/ops-warn-mainpush",{"path":543,"priority":465},"bin/ops-welcome",{"path":545,"priority":465},"bin/wacli-health",{"path":547,"priority":465},"bin/wacli-safe",{"path":549,"priority":344},"hooks/hooks.json",{"path":551,"priority":344},"hooks/recap-capture.sh",{"path":553,"priority":344},"hooks/recap-tool-activity.sh",{"path":555,"priority":465},"output-styles/ops-briefing.md",{"basePath":557,"description":558,"displayName":262,"installMethods":559,"rationale":560,"selectedPaths":561,"source":345,"sourceLanguage":18,"type":254},"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",[562],{"path":563,"priority":339},"SKILL.md",{"basePath":565,"description":566,"displayName":567,"installMethods":568,"rationale":569,"selectedPaths":570,"source":345,"sourceLanguage":18,"type":254},"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",[571],{"path":563,"priority":339},{"basePath":573,"description":574,"displayName":575,"installMethods":576,"rationale":577,"selectedPaths":578,"source":345,"sourceLanguage":18,"type":254},"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",[579],{"path":563,"priority":339},{"basePath":581,"description":582,"displayName":583,"installMethods":584,"rationale":585,"selectedPaths":586,"source":345,"sourceLanguage":18,"type":254},"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",[587],{"path":563,"priority":339},{"basePath":589,"description":590,"displayName":591,"installMethods":592,"rationale":593,"selectedPaths":594,"source":345,"sourceLanguage":18,"type":254},"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",[595],{"path":563,"priority":339},{"basePath":597,"description":598,"displayName":599,"installMethods":600,"rationale":601,"selectedPaths":602,"source":345,"sourceLanguage":18,"type":254},"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",[603],{"path":563,"priority":339},{"basePath":605,"description":606,"displayName":607,"installMethods":608,"rationale":609,"selectedPaths":610,"source":345,"sourceLanguage":18,"type":254},"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",[611],{"path":563,"priority":339},{"basePath":613,"description":614,"displayName":615,"installMethods":616,"rationale":617,"selectedPaths":618,"source":345,"sourceLanguage":18,"type":254},"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",[619],{"path":563,"priority":339},{"basePath":621,"description":622,"displayName":623,"installMethods":624,"rationale":625,"selectedPaths":626,"source":345,"sourceLanguage":18,"type":254},"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",[627],{"path":563,"priority":339},{"basePath":629,"description":630,"displayName":631,"installMethods":632,"rationale":633,"selectedPaths":634,"source":345,"sourceLanguage":18,"type":254},"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",[635],{"path":563,"priority":339},{"basePath":637,"description":638,"displayName":639,"installMethods":640,"rationale":641,"selectedPaths":642,"source":345,"sourceLanguage":18,"type":254},"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",[643],{"path":563,"priority":339},{"basePath":645,"description":646,"displayName":647,"installMethods":648,"rationale":649,"selectedPaths":650,"source":345,"sourceLanguage":18,"type":254},"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",[651],{"path":563,"priority":339},{"basePath":653,"description":654,"displayName":655,"installMethods":656,"rationale":657,"selectedPaths":658,"source":345,"sourceLanguage":18,"type":254},"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",[659,660],{"path":563,"priority":339},{"path":661,"priority":356},"CHANNELS.md",{"basePath":663,"description":664,"displayName":665,"installMethods":666,"rationale":667,"selectedPaths":668,"source":345,"sourceLanguage":18,"type":254},"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",[669],{"path":563,"priority":339},{"basePath":671,"description":672,"displayName":673,"installMethods":674,"rationale":675,"selectedPaths":676,"source":345,"sourceLanguage":18,"type":254},"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",[677],{"path":563,"priority":339},{"basePath":679,"description":680,"displayName":681,"installMethods":682,"rationale":683,"selectedPaths":684,"source":345,"sourceLanguage":18,"type":254},"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",[685],{"path":563,"priority":339},{"basePath":687,"description":688,"displayName":689,"installMethods":690,"rationale":691,"selectedPaths":692,"source":345,"sourceLanguage":18,"type":254},"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",[693],{"path":563,"priority":339},{"basePath":251,"description":10,"displayName":13,"installMethods":695,"rationale":696,"selectedPaths":697,"source":345,"sourceLanguage":18,"type":254},{"claudeCode":12},"SKILL.md frontmatter at claude-ops/skills/ops-monitor/SKILL.md",[698],{"path":563,"priority":339},{"basePath":700,"description":701,"displayName":702,"installMethods":703,"rationale":704,"selectedPaths":705,"source":345,"sourceLanguage":18,"type":254},"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",[706],{"path":563,"priority":339},{"basePath":708,"description":709,"displayName":710,"installMethods":711,"rationale":712,"selectedPaths":713,"source":345,"sourceLanguage":18,"type":254},"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",[714],{"path":563,"priority":339},{"basePath":716,"description":717,"displayName":718,"installMethods":719,"rationale":720,"selectedPaths":721,"source":345,"sourceLanguage":18,"type":254},"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",[722],{"path":563,"priority":339},{"basePath":724,"description":725,"displayName":726,"installMethods":727,"rationale":728,"selectedPaths":729,"source":345,"sourceLanguage":18,"type":254},"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",[730],{"path":563,"priority":339},{"basePath":732,"description":733,"displayName":734,"installMethods":735,"rationale":736,"selectedPaths":737,"source":345,"sourceLanguage":18,"type":254},"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",[738],{"path":563,"priority":339},{"basePath":740,"description":741,"displayName":742,"installMethods":743,"rationale":744,"selectedPaths":745,"source":345,"sourceLanguage":18,"type":254},"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",[746],{"path":563,"priority":339},{"basePath":748,"description":749,"displayName":750,"installMethods":751,"rationale":752,"selectedPaths":753,"source":345,"sourceLanguage":18,"type":254},"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",[754],{"path":563,"priority":339},{"basePath":756,"description":757,"displayName":758,"installMethods":759,"rationale":760,"selectedPaths":761,"source":345,"sourceLanguage":18,"type":254},"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",[762],{"path":563,"priority":339},{"basePath":764,"description":765,"displayName":766,"installMethods":767,"rationale":768,"selectedPaths":769,"source":345,"sourceLanguage":18,"type":254},"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",[770],{"path":563,"priority":339},{"basePath":772,"description":773,"displayName":774,"installMethods":775,"rationale":776,"selectedPaths":777,"source":345,"sourceLanguage":18,"type":254},"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",[778],{"path":563,"priority":339},{"basePath":780,"description":781,"displayName":782,"installMethods":783,"rationale":784,"selectedPaths":785,"source":345,"sourceLanguage":18,"type":254},"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",[786],{"path":563,"priority":339},{"basePath":788,"description":789,"displayName":790,"installMethods":791,"rationale":792,"selectedPaths":793,"source":345,"sourceLanguage":18,"type":254},"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",[794],{"path":563,"priority":339},{"basePath":796,"description":797,"displayName":798,"installMethods":799,"rationale":800,"selectedPaths":801,"source":345,"sourceLanguage":18,"type":254},"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",[802],{"path":563,"priority":339},{"basePath":804,"description":805,"displayName":806,"installMethods":807,"rationale":808,"selectedPaths":809,"source":345,"sourceLanguage":18,"type":254},"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",[810],{"path":563,"priority":339},{"basePath":812,"description":813,"displayName":814,"installMethods":815,"rationale":816,"selectedPaths":817,"source":345,"sourceLanguage":18,"type":254},"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",[818],{"path":563,"priority":339},{"basePath":820,"description":821,"displayName":822,"installMethods":823,"rationale":824,"selectedPaths":825,"source":345,"sourceLanguage":18,"type":254},"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",[826,827,829,831],{"path":563,"priority":339},{"path":828,"priority":356},"CLI-REFERENCE.md",{"path":830,"priority":356},"REFERENCE.md",{"path":832,"priority":356},"SHARED.md",{"basePath":834,"description":835,"displayName":836,"installMethods":837,"rationale":838,"selectedPaths":839,"source":345,"sourceLanguage":18,"type":254},"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",[840],{"path":563,"priority":339},{"basePath":842,"description":843,"displayName":844,"installMethods":845,"license":246,"rationale":846,"selectedPaths":847,"source":345,"sourceLanguage":18,"type":855},"claude-ops/telegram-server","Telegram user-auth MCP server for claude-ops plugin (personal account via MTProto, not bots)","claude-ops-telegram-server",{"npm":844},"server.json with namespace/server name at claude-ops/telegram-server/server.json",[848,850,852,853],{"path":849,"priority":339},"server.json",{"path":851,"priority":339},"package.json",{"path":341,"priority":339},{"path":854,"priority":356},"index.js","mcp",{"sources":857},[858],"manual",{"closedIssues90d":239,"description":860,"forks":240,"homepage":861,"license":246,"openIssues90d":241,"pushedAt":242,"readmeSize":237,"stars":243,"topics":862},"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",[863,305,864,865,309,866,867,286,868,869,855,870,871,872,873,874,875,876,310,877],"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":879,"discoverAt":880,"extractAt":881,"githubAt":881,"updatedAt":879},1778692306008,1778692301282,1778692304144,[213,217,214,212,215,216],{"evaluatedAt":249,"extractAt":300,"updatedAt":249},[],[886,913,943,973,999,1023],{"_creationTime":887,"_id":888,"community":889,"display":890,"identity":896,"providers":900,"relations":907,"tags":909,"workflow":910},1778695660274.512,"k179ym3q0tmw6r7m7yyag2613186mm3s",{"reviewCount":8},{"description":891,"installMethods":892,"name":894,"sourceUrl":895},"Investigates distributed application performance using PostHog APM (OpenTelemetry span) data via MCP. Use when the user asks about service traces, slow HTTP/database spans, error spans, trace IDs, or span attributes — not LLM analytics traces or product logs. Uses posthog:query-apm-spans, posthog:apm-trace-get, posthog:apm-services-list, posthog:apm-attributes-list, and posthog:apm-attribute-values-list.\n",{"claudeCode":893},"PostHog/posthog","exploring-apm-traces","https://github.com/PostHog/posthog",{"basePath":897,"githubOwner":898,"githubRepo":899,"locale":18,"slug":894,"type":254},"products/tracing/skills/exploring-apm-traces","PostHog","posthog",{"evaluate":901,"extract":906},{"promptVersionExtension":205,"promptVersionScoring":206,"score":902,"tags":903,"targetMarket":218,"tier":219},97,[899,213,216,904,905,855],"tracing","performance-monitoring",{"commitSha":290},{"repoId":908},"kd7f22zf7qb3eschtk9s2qdv4586mfts",[213,855,216,905,899,904],{"evaluatedAt":911,"extractAt":912,"updatedAt":911},1778697543957,1778695660274,{"_creationTime":914,"_id":915,"community":916,"display":917,"identity":923,"providers":927,"relations":937,"tags":939,"workflow":940},1778683190010.2693,"k17811b3rcdf6hbrphfxb5d0xx86n884",{"reviewCount":8},{"description":918,"installMethods":919,"name":921,"sourceUrl":922},"Full-stack observability with Datadog APM, logs, metrics, synthetics, and RUM. Use when implementing monitoring, tracing, alerting, or cost optimization for production systems.",{"claudeCode":920},"bobmatnyc/claude-mpm-skills","Datadog Observability Skill","https://github.com/bobmatnyc/claude-mpm-skills",{"basePath":924,"githubOwner":925,"githubRepo":926,"locale":18,"slug":214,"type":254},"toolchains/platforms/observability/datadog","bobmatnyc","claude-mpm-skills",{"evaluate":928,"extract":936},{"promptVersionExtension":205,"promptVersionScoring":206,"score":929,"tags":930,"targetMarket":218,"tier":314},89,[931,212,214,213,932,933,904,934,935],"observability","logs","metrics","alerting","cost-optimization",{"commitSha":290,"license":246},{"repoId":938},"kd72g55e5qeqs90bk1bvkt8wbx86nkn3",[934,213,935,214,932,933,212,931,904],{"evaluatedAt":941,"extractAt":942,"updatedAt":941},1778684861318,1778683190010,{"_creationTime":944,"_id":945,"community":946,"display":947,"identity":953,"providers":958,"relations":966,"tags":969,"workflow":970},1778696691708.3274,"k170az7r02e9e2v47mpy80kx6n86nff3",{"reviewCount":8},{"description":948,"installMethods":949,"name":951,"sourceUrl":952},"Detect current market regime using npx neural-trader — bull/bear/ranging/volatile classification with recommended strategy",{"claudeCode":950},"ruvnet/ruflo","Trader Regime","https://github.com/ruvnet/ruflo",{"basePath":954,"githubOwner":955,"githubRepo":956,"locale":18,"slug":957,"type":254},"plugins/ruflo-neural-trader/skills/trader-regime","ruvnet","ruflo","trader-regime",{"evaluate":959,"extract":965},{"promptVersionExtension":205,"promptVersionScoring":206,"score":209,"tags":960,"targetMarket":218,"tier":219},[311,961,962,963,964,217],"trading","market-analysis","ai","typescript",{"commitSha":290,"license":246},{"parentExtensionId":967,"repoId":968},"k17drge8h1fgzchr0p4jaeg33n86mwmy","kd7ed28gj8n0y3msk5dzrp05zs86nqtc",[963,217,311,962,961,964],{"evaluatedAt":971,"extractAt":972,"updatedAt":971},1778701108877,1778696691708,{"_creationTime":974,"_id":975,"community":976,"display":977,"identity":982,"providers":986,"relations":992,"tags":995,"workflow":996},1778699234184.6174,"k174zww66m804nhr89ttra7r6d86nwyg",{"reviewCount":8},{"description":978,"installMethods":979,"name":822,"sourceUrl":981},"Use first for install/update routing — sends setup, doctor, or MCP requests to the correct OMC setup flow",{"claudeCode":980},"Yeachan-Heo/oh-my-claudecode","https://github.com/Yeachan-Heo/oh-my-claudecode",{"basePath":983,"githubOwner":984,"githubRepo":985,"locale":18,"slug":822,"type":254},"skills/setup","Yeachan-Heo","oh-my-claudecode",{"evaluate":987,"extract":991},{"promptVersionExtension":205,"promptVersionScoring":206,"score":209,"tags":988,"targetMarket":218,"tier":219},[822,989,990,217,855],"routing","configuration",{"commitSha":290},{"parentExtensionId":993,"repoId":994},"k17brg5egdw1jbncj1j4wfv3fh86n639","kd74zv63fryf9prygtq7gf4es986n22y",[217,990,855,989,822],{"evaluatedAt":997,"extractAt":998,"updatedAt":997},1778699724286,1778699234184,{"_creationTime":1000,"_id":1001,"community":1002,"display":1003,"identity":1007,"providers":1010,"relations":1019,"tags":1020,"workflow":1021},1778699234184.6157,"k177tdbfgqmwhtaqv771f2ych586nne9",{"reviewCount":8},{"description":1004,"installMethods":1005,"name":1006,"sourceUrl":981},"Worktree-first dev environment manager for issues, PRs, and features with optional tmux sessions",{"claudeCode":980},"Project Session Manager",{"basePath":1008,"githubOwner":984,"githubRepo":985,"locale":18,"slug":1009,"type":254},"skills/project-session-manager","project-session-manager",{"evaluate":1011,"extract":1018},{"promptVersionExtension":205,"promptVersionScoring":206,"score":209,"tags":1012,"targetMarket":218,"tier":219},[1013,1014,1015,1016,284,217,1017],"git","development-environment","workflow","tmux","developer-tool",{"commitSha":290,"license":246},{"parentExtensionId":993,"repoId":994},[284,217,1017,1014,1013,1016,1015],{"evaluatedAt":1022,"extractAt":998,"updatedAt":1022},1778699613343,{"_creationTime":1024,"_id":1025,"community":1026,"display":1027,"identity":1031,"providers":1033,"relations":1039,"tags":1040,"workflow":1041},1778699234184.6143,"k17cnx0m6a27fw52yvt4zsbsxh86nd1c",{"reviewCount":8},{"description":1028,"installMethods":1029,"name":1030,"sourceUrl":981},"Configure popular MCP servers for enhanced agent capabilities",{"claudeCode":980},"mcp-setup",{"basePath":1032,"githubOwner":984,"githubRepo":985,"locale":18,"slug":1030,"type":254},"skills/mcp-setup",{"evaluate":1034,"extract":1038},{"promptVersionExtension":205,"promptVersionScoring":206,"score":209,"tags":1035,"targetMarket":218,"tier":219},[855,990,217,1036,1037],"agent","tooling",{"commitSha":290},{"parentExtensionId":993,"repoId":994},[1036,217,990,855,1037],{"evaluatedAt":1042,"extractAt":998,"updatedAt":1042},1778699492025]