[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"extension-skill-Lifecycle-Innovations-Limited-ops-status-de":3,"guides-for-Lifecycle-Innovations-Limited-ops-status":882,"similar-k170wn4cb5mpqtqdeqw46k339d86mf6a-de":883},{"_creationTime":4,"_id":5,"children":6,"community":7,"display":9,"evaluation":15,"identity":248,"isFallback":231,"parentExtension":254,"providers":320,"relations":324,"repo":325,"tags":880,"workflow":881},1778692306427.1035,"k170wn4cb5mpqtqdeqw46k339d86mf6a",[],{"reviewCount":8},0,{"description":10,"installMethods":11,"name":13,"sourceUrl":14},"Lightweight green/red status panel for every configured integration. No gather, no actions.",{"claudeCode":12},"Lifecycle-Innovations-Limited/claude-ops","OPS ► STATUS","https://github.com/Lifecycle-Innovations-Limited/claude-ops",{"_creationTime":16,"_id":17,"extensionId":5,"locale":18,"result":19,"trustSignals":229,"workflow":246},1778692979841.832,"kn7ahkhq868mwftd9x9mkyr8jn86n0dd","en",{"checks":20,"evaluatedAt":192,"extensionSummary":193,"features":194,"nonGoals":200,"practices":205,"prerequisites":208,"promptVersionExtension":211,"promptVersionScoring":212,"purpose":213,"rationale":214,"score":215,"summary":216,"tags":217,"targetMarket":223,"tier":224,"useCases":225},[21,26,29,32,36,39,43,47,50,53,57,61,65,69,72,75,78,81,84,87,91,95,99,103,107,110,113,116,120,123,126,129,132,135,138,142,146,150,153,157,160,163,166,169,173,176,179,182,185,189],{"category":22,"check":23,"severity":24,"summary":25},"Practical Utility","Problem relevance","pass","The description clearly states the problem of providing a lightweight status panel for integrations and explicitly mentions it has no gathering or action capabilities, setting accurate user expectations.",{"category":22,"check":27,"severity":24,"summary":28},"Unique selling proposition","The skill offers a significantly lighter and faster alternative to other `/ops` commands by focusing solely on status display, making it a distinct value proposition over a general-purpose prompt.",{"category":22,"check":30,"severity":24,"summary":31},"Production readiness","The skill is designed for immediate use, focusing on a read-only status display with clear prerequisites and runtime context, fitting seamlessly into existing workflows.",{"category":33,"check":34,"severity":24,"summary":35},"Scope","Single responsibility principle","The skill strictly adheres to displaying status information for configured integrations and does not extend into unrelated domains or capabilities.",{"category":33,"check":37,"severity":24,"summary":38},"Description quality","The displayed description is accurate, concise, and effectively communicates the skill's purpose as a lightweight status panel without gathering or actions.",{"category":40,"check":41,"severity":24,"summary":42},"Invocation","Scoped tools","The skill utilizes a single, well-defined tool (`bin/ops-status`) with a clear argument (`--json`) for machine-readable output, adhering to the principle of narrow verb-noun specialization.",{"category":44,"check":45,"severity":24,"summary":46},"Documentation","Configuration & parameter reference","All parameters, including the `--json` flag and the internal logic for preferences and daemon health, are clearly documented, and the script's runtime behavior is well-explained.",{"category":33,"check":48,"severity":24,"summary":49},"Tool naming","The primary tool is `bin/ops-status`, which is descriptive and specific to the skill's function.",{"category":33,"check":51,"severity":24,"summary":52},"Minimal I/O surface","The tool's input is a simple flag (`--json`), and its output is a well-defined ASCII panel or JSON structure, requesting only necessary data and returning only promised information.",{"category":54,"check":55,"severity":24,"summary":56},"License","License usability","The extension is licensed under the MIT license, as declared in the bundled LICENSE file and the README.",{"category":58,"check":59,"severity":24,"summary":60},"Maintenance","Commit recency","The latest commit was on 2026-05-13, indicating recent maintenance activity.",{"category":58,"check":62,"severity":63,"summary":64},"Dependency Management","not_applicable","The skill itself does not appear to introduce external runtime dependencies beyond those managed by Claude Code or standard system tools.",{"category":66,"check":67,"severity":24,"summary":68},"Security","Secret Management","The skill is read-only and does not handle or expose any secrets, making secret management not applicable.",{"category":66,"check":70,"severity":24,"summary":71},"Injection","The skill only executes a pre-defined script and does not load or execute external third-party data or files, mitigating injection risks.",{"category":66,"check":73,"severity":24,"summary":74},"Transitive Supply-Chain Grenades","The skill executes a local script and does not fetch external content at runtime, preventing transitive supply-chain risks.",{"category":66,"check":76,"severity":24,"summary":77},"Sandbox Isolation","The skill's script operates within its defined plugin directory and only reads configuration files, not modifying files outside its scope.",{"category":66,"check":79,"severity":24,"summary":80},"Sandbox escape primitives","The skill's execution of a local script does not involve detached-process spawns or retry loops around denied operations.",{"category":66,"check":82,"severity":24,"summary":83},"Data Exfiltration","The skill is read-only and does not perform any outbound calls or handle confidential data, eliminating data exfiltration risks.",{"category":66,"check":85,"severity":24,"summary":86},"Hidden Text Tricks","Bundled content and descriptions are free of hidden-steering tricks, using clean, printable ASCII and expected Unicode.",{"category":88,"check":89,"severity":24,"summary":90},"Hooks","Opaque code execution","The bundled script is plain, readable Bash and not obfuscated, allowing for straightforward code review.",{"category":92,"check":93,"severity":24,"summary":94},"Portability","Structural Assumption","The skill correctly references configuration files using environment variables and relative paths, avoiding assumptions about absolute user-specific paths.",{"category":96,"check":97,"severity":24,"summary":98},"Trust","Issues Attention","In the last 90 days, 2 issues were opened and 6 were closed, indicating a healthy closure rate and active maintenance engagement.",{"category":100,"check":101,"severity":24,"summary":102},"Versioning","Release Management","The extension has a meaningful version (2.0.0) indicated by shields and changelog, and installation instructions do not default to 'main'.",{"category":104,"check":105,"severity":24,"summary":106},"Code Execution","Validation","The script validates its `--json` argument and correctly handles file paths for configuration, ensuring robust input processing.",{"category":66,"check":108,"severity":63,"summary":109},"Unguarded Destructive Operations","The skill is purely read-only and performs no destructive operations, making this check not applicable.",{"category":104,"check":111,"severity":24,"summary":112},"Error Handling","The script has clear error handling for file access and argument parsing, exiting non-zero with descriptive stderr messages and providing recovery guidance.",{"category":104,"check":114,"severity":63,"summary":115},"Logging","As a read-only skill focused on displaying information, structured audit logging of actions is not applicable.",{"category":117,"check":118,"severity":63,"summary":119},"Compliance","GDPR","The skill only reads local configuration and status files and does not operate on personal data.",{"category":117,"check":121,"severity":24,"summary":122},"Target market","The extension is global in scope, reading local configuration and status files without any regional or jurisdictional logic.",{"category":92,"check":124,"severity":24,"summary":125},"Runtime stability","The script uses standard Bash features and POSIX path conventions, ensuring cross-platform compatibility.",{"category":44,"check":127,"severity":24,"summary":128},"README","The README provides a comprehensive overview, including architecture, integrations, and quick start instructions.",{"category":33,"check":130,"severity":63,"summary":131},"Tool surface size","The skill exposes a single primary tool (`bin/ops-status`), making this check not applicable.",{"category":40,"check":133,"severity":63,"summary":134},"Overlapping near-synonym tools","The skill exposes only one primary tool, so there are no overlapping near-synonym tools.",{"category":44,"check":136,"severity":24,"summary":137},"Phantom features","All advertised features, such as the `--json` output, are implemented and functional.",{"category":139,"check":140,"severity":24,"summary":141},"Install","Installation instruction","The README provides clear, copy-pasteable installation instructions for adding the marketplace and installing the plugin, along with a basic invocation example.",{"category":143,"check":144,"severity":24,"summary":145},"Errors","Actionable error messages","Error messages clearly state the failure, the cause (e.g., file not found), and provide remediation steps like checking configuration or prerequisites.",{"category":147,"check":148,"severity":24,"summary":149},"Execution","Pinned dependencies","The skill's script has a shebang (`#!/usr/bin/env bash`) and relies on standard system tools, with no external dependencies requiring pinning.",{"category":33,"check":151,"severity":63,"summary":152},"Dry-run preview","The skill is purely read-only and does not perform any state-changing operations, so a dry-run preview is not applicable.",{"category":154,"check":155,"severity":63,"summary":156},"Protocol","Idempotent retry & timeouts","The skill is read-only and does not perform remote calls or state-changing operations, making idempotency and timeouts not applicable.",{"category":117,"check":158,"severity":24,"summary":159},"Telemetry opt-in","The README explicitly states 'No telemetry. No analytics. No crash reports.', indicating that any telemetry collection is strictly opt-in (in this case, non-existent).",{"category":40,"check":161,"severity":24,"summary":162},"Precise Purpose","The skill's purpose is precisely defined as a lightweight status panel for integrations, with clear non-goals (no gathering, no actions) and specific positive triggers outlined.",{"category":40,"check":164,"severity":24,"summary":165},"Concise Frontmatter","The SKILL.md frontmatter is dense and self-contained, clearly summarizing the core capability and trigger phrases within approximately 160 characters.",{"category":44,"check":167,"severity":24,"summary":168},"Concise Body","The SKILL.md body is concise, delegating deeper material like the example output and JSON shape to separate sections, keeping the main instruction brief.",{"category":170,"check":171,"severity":24,"summary":172},"Context","Progressive Disclosure","The SKILL.md outlines the basic usage and delegates detailed CLI/API reference and example output to distinct sections, providing progressive disclosure.",{"category":170,"check":174,"severity":63,"summary":175},"Forked exploration","The skill is a short-form status display and does not involve deep exploration or code review, making `context: fork` not applicable.",{"category":22,"check":177,"severity":24,"summary":178},"Usage examples","A clear example of the ASCII panel output is provided, demonstrating the expected visual result of the skill's primary function.",{"category":22,"check":180,"severity":24,"summary":181},"Edge cases","The skill documents failure modes such as missing configuration files (`preferences.json`, `daemon-health.json`) and missing required tools, along with observable symptoms and implied recovery steps (ensure configuration exists, install script).",{"category":104,"check":183,"severity":63,"summary":184},"Tool Fallback","The skill only uses standard Bash utilities and does not rely on external tools like MCP servers, so a fallback is not applicable.",{"category":186,"check":187,"severity":24,"summary":188},"Safety","Halt on unexpected state","The skill's script checks for the existence of configuration files and exits non-zero if they are missing, effectively halting on unexpected state.",{"category":92,"check":190,"severity":24,"summary":191},"Cross-skill coupling","The skill is self-contained and does not implicitly rely on other skills. When it references other `/ops` skills, it does so explicitly in the documentation with clear distinctions.",1778692979579,"This skill provides a lightweight, read-only status panel for configured integrations, displaying their health status in a compact text or JSON format. It relies on local configuration files and a bundled script, operating quickly without network calls or deep probes.",[195,196,197,198,199],"Lightweight green/red status panel","Displays status for configured integrations","No data gathering or actions performed","Provides both human-readable text and machine-readable JSON output","Fast execution (\u003C1 second)",[201,202,203,204],"Performing any diagnostic actions or attempting to fix issues.","Gathering live data or metrics from integrations.","Providing detailed information beyond a simple status indicator.","Replacing more comprehensive health check or morning briefing tools.",[206,207],"Status reporting","Configuration management",[209,210],"Claude Code 1.0+","Access to `preferences.json` and `daemon-health.json` (managed by the ops-plugin)","3.0.0","4.4.0","To provide a fast, at-a-glance overview of configured integration health, helping users quickly assess system status without requiring extensive data gathering or actions.","The skill is highly polished with excellent documentation and adherence to scope. The only minor point is the lack of explicit JSON schema validation for the `--json` flag, which is considered minor given the tool's simplicity.",99,"A highly polished and efficient skill for displaying integration health status, with excellent documentation and adherence to best practices.",[218,219,220,221,222],"status","dashboard","health-check","monitoring","integration","global","verified",[226,227,228],"Quickly checking if all configured integrations are healthy before starting a task.","Assessing the current status of services without triggering any active probes or changes.","Integrating with other tools or scripts that require a simple, machine-readable health status.",{"codeQuality":230,"collectedAt":232,"documentation":233,"maintenance":236,"security":242,"testCoverage":245},{"hasLockfile":231},true,1778692960172,{"descriptionLength":234,"readmeSize":235},91,22118,{"closedIssues90d":237,"forks":238,"hasChangelog":231,"openIssues90d":239,"pushedAt":240,"stars":241},6,4,2,1778673878000,9,{"hasNpmPackage":243,"license":244,"smitheryVerified":243},false,"MIT",{"hasCi":231,"hasTests":231},{"updatedAt":247},1778692979841,{"basePath":249,"githubOwner":250,"githubRepo":251,"locale":18,"slug":252,"type":253},"claude-ops/skills/ops-status","Lifecycle-Innovations-Limited","claude-ops","ops-status","skill",{"_creationTime":255,"_id":256,"community":257,"display":258,"identity":262,"parentExtension":264,"providers":299,"relations":316,"tags":317,"workflow":318},1778692306427.0964,"k17d0t6ns7y6t377pfprg128hd86nm89",{"reviewCount":8},{"description":259,"installMethods":260,"name":261,"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":261},"ops",{"basePath":251,"githubOwner":250,"githubRepo":251,"locale":18,"slug":251,"type":263},"plugin",{"_creationTime":265,"_id":266,"community":267,"display":268,"identity":272,"providers":275,"relations":293,"tags":295,"workflow":296},1778692306427.0962,"k177xmnsm26p2wbrkfkwqgm2b986m2w8",{"reviewCount":8},{"description":269,"installMethods":270,"name":271,"sourceUrl":14},"Local marketplace for claude-ops plugin",{"claudeCode":12},"ops-marketplace",{"basePath":273,"githubOwner":250,"githubRepo":251,"locale":18,"slug":251,"type":274},"","marketplace",{"evaluate":276,"extract":287},{"promptVersionExtension":277,"promptVersionScoring":212,"score":278,"tags":279,"targetMarket":223,"tier":224},"3.1.0",96,[280,281,219,282,283,284,285,286,221],"operations","business","automation","productivity","aws","slack","whatsapp",{"commitSha":288,"marketplace":289,"plugin":291},"HEAD",{"name":271,"pluginCount":290},1,{"mcpCount":8,"provider":292,"skillCount":8},"classify",{"repoId":294},"kd7d52tcek2e34r805zs06b10d86n39v",[282,284,281,219,221,280,283,285,286],{"evaluatedAt":297,"extractAt":298,"updatedAt":297},1778692330594,1778692306427,{"evaluate":300,"extract":313},{"promptVersionExtension":211,"promptVersionScoring":212,"score":301,"tags":302,"targetMarket":223,"tier":312},85,[303,282,304,305,306,307,308,309,310,221,311],"business-operations","ai-agents","communications","project-management","devops","marketing","finance","e-commerce","voice","community",{"commitSha":288,"license":244,"plugin":314},{"mcpCount":8,"provider":292,"skillCount":315},35,{"parentExtensionId":266,"repoId":294},[304,282,303,305,307,310,309,308,221,306,311],{"evaluatedAt":319,"extractAt":298,"updatedAt":319},1778692342046,{"evaluate":321,"extract":323},{"promptVersionExtension":211,"promptVersionScoring":212,"score":215,"tags":322,"targetMarket":223,"tier":224},[218,219,220,221,222],{"commitSha":288,"license":244},{"parentExtensionId":256,"repoId":294},{"_creationTime":326,"_id":294,"identity":327,"providers":328,"workflow":876},1778692301282.087,{"githubOwner":250,"githubRepo":251,"sourceUrl":14},{"classify":329,"discover":854,"github":857},{"commitSha":288,"extensions":330},[331,344,554,562,570,578,586,594,602,610,618,626,634,642,650,660,668,676,684,692,700,708,716,724,732,740,748,756,764,772,780,785,793,801,809,817,831,839],{"basePath":273,"description":269,"displayName":271,"installMethods":332,"rationale":333,"selectedPaths":334,"source":343,"sourceLanguage":18,"type":274},{"claudeCode":12},"marketplace.json at .claude-plugin/marketplace.json",[335,338,340],{"path":336,"priority":337},".claude-plugin/marketplace.json","mandatory",{"path":339,"priority":337},"README.md",{"path":341,"priority":342},"LICENSE","high","rule",{"basePath":251,"description":259,"displayName":261,"installMethods":345,"license":244,"rationale":346,"selectedPaths":347,"source":343,"sourceLanguage":18,"type":263},{"claudeCode":261},"plugin manifest at claude-ops/.claude-plugin/plugin.json",[348,350,351,352,355,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,464,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],{"path":349,"priority":337},".claude-plugin/plugin.json",{"path":339,"priority":337},{"path":341,"priority":342},{"path":353,"priority":354},"skills/ops/SKILL.md","medium",{"path":356,"priority":354},"skills/ops-comms/SKILL.md",{"path":358,"priority":354},"skills/ops-credentials/SKILL.md",{"path":360,"priority":354},"skills/ops-daemon/SKILL.md",{"path":362,"priority":354},"skills/ops-dash/SKILL.md",{"path":364,"priority":354},"skills/ops-deploy/SKILL.md",{"path":366,"priority":354},"skills/ops-deploy-fix/SKILL.md",{"path":368,"priority":354},"skills/ops-doctor/SKILL.md",{"path":370,"priority":354},"skills/ops-ecom/SKILL.md",{"path":372,"priority":354},"skills/ops-fires/SKILL.md",{"path":374,"priority":354},"skills/ops-go/SKILL.md",{"path":376,"priority":354},"skills/ops-gtm/SKILL.md",{"path":378,"priority":354},"skills/ops-inbox/SKILL.md",{"path":380,"priority":354},"skills/ops-integrate/SKILL.md",{"path":382,"priority":354},"skills/ops-linear/SKILL.md",{"path":384,"priority":354},"skills/ops-marketing/SKILL.md",{"path":386,"priority":354},"skills/ops-merge/SKILL.md",{"path":388,"priority":354},"skills/ops-monitor/SKILL.md",{"path":390,"priority":354},"skills/ops-next/SKILL.md",{"path":392,"priority":354},"skills/ops-orchestrate/SKILL.md",{"path":394,"priority":354},"skills/ops-package/SKILL.md",{"path":396,"priority":354},"skills/ops-projects/SKILL.md",{"path":398,"priority":354},"skills/ops-recap/SKILL.md",{"path":400,"priority":354},"skills/ops-revenue/SKILL.md",{"path":402,"priority":354},"skills/ops-rotate/SKILL.md",{"path":404,"priority":354},"skills/ops-rotate-setup/SKILL.md",{"path":406,"priority":354},"skills/ops-settings/SKILL.md",{"path":408,"priority":354},"skills/ops-speedup/SKILL.md",{"path":410,"priority":354},"skills/ops-status/SKILL.md",{"path":412,"priority":354},"skills/ops-triage/SKILL.md",{"path":414,"priority":354},"skills/ops-voice/SKILL.md",{"path":416,"priority":354},"skills/ops-whatsapp-biz/SKILL.md",{"path":418,"priority":354},"skills/ops-yolo/SKILL.md",{"path":420,"priority":354},"skills/setup/SKILL.md",{"path":422,"priority":354},"skills/uninstall/SKILL.md",{"path":424,"priority":337},".mcp.json",{"path":426,"priority":342},"agents/build-fixer.md",{"path":428,"priority":342},"agents/comms-scanner.md",{"path":430,"priority":342},"agents/daemon-agent.md",{"path":432,"priority":342},"agents/dependency-auditor.md",{"path":434,"priority":342},"agents/deploy-fixer.md",{"path":436,"priority":342},"agents/doctor-agent.md",{"path":438,"priority":342},"agents/general-purpose.md",{"path":440,"priority":342},"agents/infra-monitor.md",{"path":442,"priority":342},"agents/marketing-optimizer.md",{"path":444,"priority":342},"agents/memory-extractor.md",{"path":446,"priority":342},"agents/monitor-agent.md",{"path":448,"priority":342},"agents/project-scanner.md",{"path":450,"priority":342},"agents/revenue-tracker.md",{"path":452,"priority":342},"agents/triage-agent.md",{"path":454,"priority":342},"agents/yolo-ceo.md",{"path":456,"priority":342},"agents/yolo-cfo.md",{"path":458,"priority":342},"agents/yolo-coo.md",{"path":460,"priority":342},"agents/yolo-cto.md",{"path":462,"priority":463},"bin/ops-autofix","low",{"path":465,"priority":463},"bin/ops-ci",{"path":467,"priority":463},"bin/ops-credentials",{"path":469,"priority":463},"bin/ops-dash",{"path":471,"priority":463},"bin/ops-deploy-fix-build-trigger",{"path":473,"priority":463},"bin/ops-deploy-fix-merge-trigger",{"path":475,"priority":463},"bin/ops-discord",{"path":477,"priority":463},"bin/ops-discover-external",{"path":479,"priority":463},"bin/ops-doctor",{"path":481,"priority":463},"bin/ops-ecom-health",{"path":483,"priority":463},"bin/ops-external",{"path":485,"priority":463},"bin/ops-gather",{"path":487,"priority":463},"bin/ops-git",{"path":489,"priority":463},"bin/ops-gsd-states",{"path":491,"priority":463},"bin/ops-infra",{"path":493,"priority":463},"bin/ops-marketing-dash",{"path":495,"priority":463},"bin/ops-merge-scan",{"path":497,"priority":463},"bin/ops-no-rm-rf-anchor",{"path":499,"priority":463},"bin/ops-post-session-cleanup",{"path":501,"priority":463},"bin/ops-post-update-migrate",{"path":503,"priority":463},"bin/ops-pretool-wacli-health",{"path":505,"priority":463},"bin/ops-pretool-whatsapp-bridge-health",{"path":507,"priority":463},"bin/ops-prevent-secret-commit",{"path":509,"priority":463},"bin/ops-projects",{"path":511,"priority":463},"bin/ops-prs",{"path":513,"priority":463},"bin/ops-setup-complete",{"path":515,"priority":463},"bin/ops-setup-detect",{"path":517,"priority":463},"bin/ops-setup-install",{"path":519,"priority":463},"bin/ops-setup-preflight",{"path":521,"priority":463},"bin/ops-shopify-create",{"path":523,"priority":463},"bin/ops-slack-autolink.mjs",{"path":525,"priority":463},"bin/ops-slack-workspaces",{"path":527,"priority":463},"bin/ops-speedup",{"path":529,"priority":463},"bin/ops-status",{"path":531,"priority":463},"bin/ops-suggest-specialized-agent",{"path":533,"priority":463},"bin/ops-task-reminder",{"path":535,"priority":463},"bin/ops-telegram-autolink.mjs",{"path":537,"priority":463},"bin/ops-unread",{"path":539,"priority":463},"bin/ops-warn-mainpush",{"path":541,"priority":463},"bin/ops-welcome",{"path":543,"priority":463},"bin/wacli-health",{"path":545,"priority":463},"bin/wacli-safe",{"path":547,"priority":342},"hooks/hooks.json",{"path":549,"priority":342},"hooks/recap-capture.sh",{"path":551,"priority":342},"hooks/recap-tool-activity.sh",{"path":553,"priority":463},"output-styles/ops-briefing.md",{"basePath":555,"description":556,"displayName":261,"installMethods":557,"rationale":558,"selectedPaths":559,"source":343,"sourceLanguage":18,"type":253},"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",[560],{"path":561,"priority":337},"SKILL.md",{"basePath":563,"description":564,"displayName":565,"installMethods":566,"rationale":567,"selectedPaths":568,"source":343,"sourceLanguage":18,"type":253},"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",[569],{"path":561,"priority":337},{"basePath":571,"description":572,"displayName":573,"installMethods":574,"rationale":575,"selectedPaths":576,"source":343,"sourceLanguage":18,"type":253},"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",[577],{"path":561,"priority":337},{"basePath":579,"description":580,"displayName":581,"installMethods":582,"rationale":583,"selectedPaths":584,"source":343,"sourceLanguage":18,"type":253},"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",[585],{"path":561,"priority":337},{"basePath":587,"description":588,"displayName":589,"installMethods":590,"rationale":591,"selectedPaths":592,"source":343,"sourceLanguage":18,"type":253},"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",[593],{"path":561,"priority":337},{"basePath":595,"description":596,"displayName":597,"installMethods":598,"rationale":599,"selectedPaths":600,"source":343,"sourceLanguage":18,"type":253},"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",[601],{"path":561,"priority":337},{"basePath":603,"description":604,"displayName":605,"installMethods":606,"rationale":607,"selectedPaths":608,"source":343,"sourceLanguage":18,"type":253},"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",[609],{"path":561,"priority":337},{"basePath":611,"description":612,"displayName":613,"installMethods":614,"rationale":615,"selectedPaths":616,"source":343,"sourceLanguage":18,"type":253},"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",[617],{"path":561,"priority":337},{"basePath":619,"description":620,"displayName":621,"installMethods":622,"rationale":623,"selectedPaths":624,"source":343,"sourceLanguage":18,"type":253},"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",[625],{"path":561,"priority":337},{"basePath":627,"description":628,"displayName":629,"installMethods":630,"rationale":631,"selectedPaths":632,"source":343,"sourceLanguage":18,"type":253},"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",[633],{"path":561,"priority":337},{"basePath":635,"description":636,"displayName":637,"installMethods":638,"rationale":639,"selectedPaths":640,"source":343,"sourceLanguage":18,"type":253},"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",[641],{"path":561,"priority":337},{"basePath":643,"description":644,"displayName":645,"installMethods":646,"rationale":647,"selectedPaths":648,"source":343,"sourceLanguage":18,"type":253},"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",[649],{"path":561,"priority":337},{"basePath":651,"description":652,"displayName":653,"installMethods":654,"rationale":655,"selectedPaths":656,"source":343,"sourceLanguage":18,"type":253},"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",[657,658],{"path":561,"priority":337},{"path":659,"priority":354},"CHANNELS.md",{"basePath":661,"description":662,"displayName":663,"installMethods":664,"rationale":665,"selectedPaths":666,"source":343,"sourceLanguage":18,"type":253},"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",[667],{"path":561,"priority":337},{"basePath":669,"description":670,"displayName":671,"installMethods":672,"rationale":673,"selectedPaths":674,"source":343,"sourceLanguage":18,"type":253},"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",[675],{"path":561,"priority":337},{"basePath":677,"description":678,"displayName":679,"installMethods":680,"rationale":681,"selectedPaths":682,"source":343,"sourceLanguage":18,"type":253},"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",[683],{"path":561,"priority":337},{"basePath":685,"description":686,"displayName":687,"installMethods":688,"rationale":689,"selectedPaths":690,"source":343,"sourceLanguage":18,"type":253},"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",[691],{"path":561,"priority":337},{"basePath":693,"description":694,"displayName":695,"installMethods":696,"rationale":697,"selectedPaths":698,"source":343,"sourceLanguage":18,"type":253},"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",[699],{"path":561,"priority":337},{"basePath":701,"description":702,"displayName":703,"installMethods":704,"rationale":705,"selectedPaths":706,"source":343,"sourceLanguage":18,"type":253},"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",[707],{"path":561,"priority":337},{"basePath":709,"description":710,"displayName":711,"installMethods":712,"rationale":713,"selectedPaths":714,"source":343,"sourceLanguage":18,"type":253},"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",[715],{"path":561,"priority":337},{"basePath":717,"description":718,"displayName":719,"installMethods":720,"rationale":721,"selectedPaths":722,"source":343,"sourceLanguage":18,"type":253},"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",[723],{"path":561,"priority":337},{"basePath":725,"description":726,"displayName":727,"installMethods":728,"rationale":729,"selectedPaths":730,"source":343,"sourceLanguage":18,"type":253},"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",[731],{"path":561,"priority":337},{"basePath":733,"description":734,"displayName":735,"installMethods":736,"rationale":737,"selectedPaths":738,"source":343,"sourceLanguage":18,"type":253},"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",[739],{"path":561,"priority":337},{"basePath":741,"description":742,"displayName":743,"installMethods":744,"rationale":745,"selectedPaths":746,"source":343,"sourceLanguage":18,"type":253},"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",[747],{"path":561,"priority":337},{"basePath":749,"description":750,"displayName":751,"installMethods":752,"rationale":753,"selectedPaths":754,"source":343,"sourceLanguage":18,"type":253},"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",[755],{"path":561,"priority":337},{"basePath":757,"description":758,"displayName":759,"installMethods":760,"rationale":761,"selectedPaths":762,"source":343,"sourceLanguage":18,"type":253},"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",[763],{"path":561,"priority":337},{"basePath":765,"description":766,"displayName":767,"installMethods":768,"rationale":769,"selectedPaths":770,"source":343,"sourceLanguage":18,"type":253},"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",[771],{"path":561,"priority":337},{"basePath":773,"description":774,"displayName":775,"installMethods":776,"rationale":777,"selectedPaths":778,"source":343,"sourceLanguage":18,"type":253},"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",[779],{"path":561,"priority":337},{"basePath":249,"description":10,"displayName":252,"installMethods":781,"rationale":782,"selectedPaths":783,"source":343,"sourceLanguage":18,"type":253},{"claudeCode":12},"SKILL.md frontmatter at claude-ops/skills/ops-status/SKILL.md",[784],{"path":561,"priority":337},{"basePath":786,"description":787,"displayName":788,"installMethods":789,"rationale":790,"selectedPaths":791,"source":343,"sourceLanguage":18,"type":253},"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",[792],{"path":561,"priority":337},{"basePath":794,"description":795,"displayName":796,"installMethods":797,"rationale":798,"selectedPaths":799,"source":343,"sourceLanguage":18,"type":253},"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",[800],{"path":561,"priority":337},{"basePath":802,"description":803,"displayName":804,"installMethods":805,"rationale":806,"selectedPaths":807,"source":343,"sourceLanguage":18,"type":253},"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",[808],{"path":561,"priority":337},{"basePath":810,"description":811,"displayName":812,"installMethods":813,"rationale":814,"selectedPaths":815,"source":343,"sourceLanguage":18,"type":253},"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",[816],{"path":561,"priority":337},{"basePath":818,"description":819,"displayName":820,"installMethods":821,"rationale":822,"selectedPaths":823,"source":343,"sourceLanguage":18,"type":253},"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",[824,825,827,829],{"path":561,"priority":337},{"path":826,"priority":354},"CLI-REFERENCE.md",{"path":828,"priority":354},"REFERENCE.md",{"path":830,"priority":354},"SHARED.md",{"basePath":832,"description":833,"displayName":834,"installMethods":835,"rationale":836,"selectedPaths":837,"source":343,"sourceLanguage":18,"type":253},"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",[838],{"path":561,"priority":337},{"basePath":840,"description":841,"displayName":842,"installMethods":843,"license":244,"rationale":844,"selectedPaths":845,"source":343,"sourceLanguage":18,"type":853},"claude-ops/telegram-server","Telegram user-auth MCP server for claude-ops plugin (personal account via MTProto, not bots)","claude-ops-telegram-server",{"npm":842},"server.json with namespace/server name at claude-ops/telegram-server/server.json",[846,848,850,851],{"path":847,"priority":337},"server.json",{"path":849,"priority":337},"package.json",{"path":339,"priority":337},{"path":852,"priority":354},"index.js","mcp",{"sources":855},[856],"manual",{"closedIssues90d":237,"description":858,"forks":238,"homepage":859,"license":244,"openIssues90d":239,"pushedAt":240,"readmeSize":235,"stars":241,"topics":860},"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",[861,303,862,863,307,864,865,284,866,867,853,868,869,870,871,872,873,874,308,875],"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":877,"discoverAt":878,"extractAt":879,"githubAt":879,"updatedAt":877},1778692306008,1778692301282,1778692304144,[219,220,222,221,218],{"evaluatedAt":247,"extractAt":298,"updatedAt":247},[],[884,917,938,967,985,1016],{"_creationTime":885,"_id":886,"community":887,"display":888,"identity":894,"providers":899,"relations":910,"tags":913,"workflow":914},1778675056600.2373,"k17a55347avnysgdngh6mp591186mfkp",{"reviewCount":8},{"description":889,"installMethods":890,"name":892,"sourceUrl":893},"Observability Designer (POWERFUL)",{"claudeCode":891},"alirezarezvani/claude-skills","Observability Designer","https://github.com/alirezarezvani/claude-skills",{"basePath":895,"githubOwner":896,"githubRepo":897,"locale":18,"slug":898,"type":253},"engineering/skills/observability-designer","alirezarezvani","claude-skills","observability-designer",{"evaluate":900,"extract":909},{"promptVersionExtension":211,"promptVersionScoring":212,"score":901,"tags":902,"targetMarket":223,"tier":224},100,[903,904,905,906,219,221,907,908],"observability","sli","slo","alerting","sre","python",{"commitSha":288,"license":244},{"parentExtensionId":911,"repoId":912},"k173223hfbd6c4mx6r1jdx23wn86mbpb","kd7ff9s1w43mfyy1n7hf87816186m6px",[906,219,221,903,908,904,905,907],{"evaluatedAt":915,"extractAt":916,"updatedAt":915},1778678852955,1778675056600,{"_creationTime":918,"_id":919,"community":920,"display":921,"identity":924,"providers":926,"relations":933,"tags":935,"workflow":936},1778675056600.2278,"k17b0e4cvst44064m2dxve5mgd86mwx4",{"reviewCount":8},{"description":922,"installMethods":923,"name":218,"sourceUrl":893},"Show DAG state, agent progress, and branch status for an AgentHub session.",{"claudeCode":891},{"basePath":925,"githubOwner":896,"githubRepo":897,"locale":18,"slug":218,"type":253},"engineering/agenthub/skills/status",{"evaluate":927,"extract":932},{"promptVersionExtension":211,"promptVersionScoring":212,"score":901,"tags":928,"targetMarket":223,"tier":224},[929,218,221,930,931],"agenthub","debugging","workflow",{"commitSha":288},{"parentExtensionId":934,"repoId":912},"k17ecjvwgk0pnvb9557bdnq7wd86m7yq",[929,930,221,218,931],{"evaluatedAt":937,"extractAt":916,"updatedAt":937},1778677877666,{"_creationTime":939,"_id":940,"community":941,"display":942,"identity":948,"providers":952,"relations":960,"tags":963,"workflow":964},1778695720086.77,"k17dem9k6ck7j5dvtc629g0cdh86np6g",{"reviewCount":8},{"description":943,"installMethods":944,"name":946,"sourceUrl":947},"Specifies requirements for an analytics dashboard including metrics, visualizations, filters, and data sources. Use when requesting dashboards from data teams, defining KPI tracking, or documenting reporting needs.",{"claudeCode":945},"product-on-purpose/pm-skills","measure-dashboard-requirements","https://github.com/product-on-purpose/pm-skills",{"basePath":949,"githubOwner":950,"githubRepo":951,"locale":18,"slug":946,"type":253},"skills/measure-dashboard-requirements","product-on-purpose","pm-skills",{"evaluate":953,"extract":959},{"promptVersionExtension":211,"promptVersionScoring":212,"score":901,"tags":954,"targetMarket":223,"tier":224},[955,219,956,957,958],"analytics","requirements","product-management","data-visualization",{"commitSha":288},{"parentExtensionId":961,"repoId":962},"k1721116hsfj7zg78w03432n8986n6y8","kd78ksv1wjj826ds5j1sh2kqnx86mhqf",[955,219,958,957,956],{"evaluatedAt":965,"extractAt":966,"updatedAt":965},1778696393987,1778695720086,{"_creationTime":968,"_id":969,"community":970,"display":971,"identity":973,"providers":974,"relations":981,"tags":982,"workflow":983},1778692306427.1023,"k17f0vqhj9x3ee4773kq2m8fph86n5ct",{"reviewCount":8},{"description":742,"installMethods":972,"name":743,"sourceUrl":14},{"claudeCode":12},{"basePath":741,"githubOwner":250,"githubRepo":251,"locale":18,"slug":743,"type":253},{"evaluate":975,"extract":980},{"promptVersionExtension":211,"promptVersionScoring":212,"score":901,"tags":976,"targetMarket":223,"tier":224},[309,284,977,978,979,219],"cost-tracking","revenue","reporting",{"commitSha":288},{"parentExtensionId":256,"repoId":294},[284,977,219,309,979,978],{"evaluatedAt":984,"extractAt":298,"updatedAt":984},1778692873720,{"_creationTime":986,"_id":987,"community":988,"display":989,"identity":995,"providers":1000,"relations":1008,"tags":1011,"workflow":1012},1778692783507.0908,"k177j9cnj32dwqcrs0q5mbqqv586mj5r",{"reviewCount":8},{"description":990,"installMethods":991,"name":993,"sourceUrl":994},"Starten Sie das interaktive Web-Dashboard, um den Wissensgraphen einer Codebasis zu visualisieren",{"claudeCode":992},"Lum1104/Understand-Anything","understand-dashboard","https://github.com/Lum1104/Understand-Anything",{"basePath":996,"githubOwner":997,"githubRepo":998,"locale":999,"slug":993,"type":253},"understand-anything-plugin/skills/understand-dashboard","Lum1104","Understand-Anything","de",{"evaluate":1001,"extract":1007},{"promptVersionExtension":211,"promptVersionScoring":212,"score":901,"tags":1002,"targetMarket":223,"tier":224},[1003,1004,1005,1006,219],"code-visualization","knowledge-graph","developer-tools","codebase-analysis",{"commitSha":288},{"repoId":1009,"translatedFrom":1010},"kd78egfytykkxxbpr6k3t7wsph86n83x","k175km8dk28xhp6eprw09sfsax86n9cs",[1003,1006,219,1005,1004],{"evaluatedAt":1013,"extractAt":1014,"updatedAt":1015},1778692645619,1778692549705,1778692783507,{"_creationTime":1017,"_id":1018,"community":1019,"display":1020,"identity":1026,"providers":1030,"relations":1040,"tags":1042,"workflow":1043},1778675202370.573,"k17d847xfqqc6adkx5p4tkqw4n86n754",{"reviewCount":8},{"description":1021,"installMethods":1022,"name":1024,"sourceUrl":1025},"Invoke when the user needs to set up analytics, define telemetry events, establish KPIs, build dashboards, configure A/B testing, or implement data-driven design capabilities. Triggers on: \"analytics\", \"telemetry\", \"KPIs\", \"metrics\", \"player data\", \"retention\", \"DAU\", \"dashboard\", \"A/B testing\", \"funnel analysis\". Do NOT invoke for balance tuning (use game-balance-check) or economy design (use game-economy-designer). Part of the AlterLab GameForge collection.\n",{"claudeCode":1023},"AlterLab-IEU/AlterLab_GameForge","game-analytics-setup","https://github.com/AlterLab-IEU/AlterLab_GameForge",{"basePath":1027,"githubOwner":1028,"githubRepo":1029,"locale":18,"slug":1024,"type":253},"skills/workflows/game-analytics-setup","AlterLab-IEU","AlterLab_GameForge",{"evaluate":1031,"extract":1039},{"promptVersionExtension":211,"promptVersionScoring":212,"score":901,"tags":1032,"targetMarket":223,"tier":224},[1033,955,1034,1035,219,1036,1037,1038],"game-development","telemetry","kpi","a-b-testing","privacy","gdpr",{"commitSha":288},{"repoId":1041},"kd762241529bgycvv1y5cv6a0x86nyha",[1036,955,219,1033,1038,1035,1037,1034],{"evaluatedAt":1044,"extractAt":1045,"updatedAt":1044},1778675523198,1778675202370]