[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"extension-skill-Lifecycle-Innovations-Limited-ops-deploy-en":3,"guides-for-Lifecycle-Innovations-Limited-ops-deploy":885,"similar-k176yemj8afq95fag49m0nkm9s86n6w5-en":886},{"_creationTime":4,"_id":5,"children":6,"community":7,"display":9,"evaluation":15,"identity":252,"isFallback":247,"parentExtension":258,"providers":323,"relations":327,"repo":328,"tags":883,"workflow":884},1778692306427.098,"k176yemj8afq95fag49m0nkm9s86n6w5",[],{"reviewCount":8},0,{"description":10,"installMethods":11,"name":13,"sourceUrl":14},"Deploy status across all projects. Shows ECS service versions, Vercel deployments, recent deploys, pending deploys, and CI/CD pipeline state.",{"claudeCode":12},"Lifecycle-Innovations-Limited/claude-ops","OPS Deploy Status","https://github.com/Lifecycle-Innovations-Limited/claude-ops",{"_creationTime":16,"_id":17,"extensionId":5,"locale":18,"result":19,"trustSignals":233,"workflow":250},1778692465467.4058,"kn7bxfggx68g3yg4ady0thebzd86n4br","en",{"checks":20,"evaluatedAt":193,"extensionSummary":194,"features":195,"nonGoals":201,"practices":205,"prerequisites":209,"promptVersionExtension":213,"promptVersionScoring":214,"purpose":215,"rationale":216,"score":217,"summary":218,"tags":219,"targetMarket":226,"tier":227,"useCases":228},[21,26,29,32,36,39,43,48,51,54,58,62,65,69,72,75,78,81,84,87,91,95,99,103,107,110,113,117,121,124,127,130,133,136,139,143,147,151,154,158,161,164,167,170,174,177,180,183,186,190],{"category":22,"check":23,"severity":24,"summary":25},"Practical Utility","Problem relevance","pass","The description clearly states the problem of monitoring deployment status across multiple projects and platforms.",{"category":22,"check":27,"severity":24,"summary":28},"Unique selling proposition","The skill aggregates deployment status from diverse sources (ECS, Vercel, GitHub Actions) and provides a unified dashboard, offering value beyond basic API calls.",{"category":22,"check":30,"severity":24,"summary":31},"Production readiness","The skill covers the complete lifecycle of checking deployment status, including fetching data, rendering a dashboard, and offering follow-up actions like viewing logs or triggering deploys.",{"category":33,"check":34,"severity":24,"summary":35},"Scope","Single responsibility principle","The skill focuses on deployment status monitoring across various platforms, with a coherent set of tools and agents for this specific domain.",{"category":33,"check":37,"severity":24,"summary":38},"Description quality","The displayed description accurately and concisely summarizes the skill's functionality, covering ECS, Vercel, and CI/CD pipeline states.",{"category":40,"check":41,"severity":24,"summary":42},"Invocation","Scoped tools","The skill utilizes narrowly scoped tools like `mcp__claude_ai_Vercel__list_deployments` and specific AWS CLI commands, avoiding a single generalist execution tool.",{"category":44,"check":45,"severity":46,"summary":47},"Documentation","Configuration & parameter reference","info","The SKILL.md references preferences and secrets but does not explicitly document all options or their precedence.",{"category":33,"check":49,"severity":24,"summary":50},"Tool naming","Tool names like `list_deployments`, `describe-services`, and `gh run list` are descriptive and specific to their actions.",{"category":33,"check":52,"severity":24,"summary":53},"Minimal I/O surface","Input parameters for tools appear to be well-defined, and outputs are structured for dashboard rendering rather than containing excessive internal details.",{"category":55,"check":56,"severity":24,"summary":57},"License","License usability","The project is licensed under MIT, a permissive open-source license.",{"category":59,"check":60,"severity":24,"summary":61},"Maintenance","Commit recency","The repository has recent commits within the last 3 months, indicating active maintenance.",{"category":59,"check":63,"severity":24,"summary":64},"Dependency Management","The README indicates that dependencies are managed automatically via Homebrew/apt/winget during setup, implying a managed approach.",{"category":66,"check":67,"severity":24,"summary":68},"Security","Secret Management","The skill explicitly details credential resolution for AWS and Vercel, prioritizing secure sources like Doppler and environment variables, and avoids hardcoding.",{"category":66,"check":70,"severity":24,"summary":71},"Injection","The use of MCP tools and documented CLI commands suggests that external data is treated as input and not instructions.",{"category":66,"check":73,"severity":24,"summary":74},"Transitive Supply-Chain Grenades","The skill relies on bundled CLI tools and MCP calls, with no evidence of runtime fetching of untrusted code or content as instructions.",{"category":66,"check":76,"severity":24,"summary":77},"Sandbox Isolation","The skill focuses on reading data and using predefined tools, with no indications of modifying files outside its scope or project folder.",{"category":66,"check":79,"severity":24,"summary":80},"Sandbox escape primitives","No detached process spawns or retry loops around denied tool calls were detected in the provided scripts.",{"category":66,"check":82,"severity":24,"summary":83},"Data Exfiltration","The skill's purpose is to read deployment data and display it; there are no instructions for exfiltrating confidential data.",{"category":66,"check":85,"severity":24,"summary":86},"Hidden Text Tricks","The bundled markdown and scripts appear to be free of hidden text tricks or suspicious Unicode characters.",{"category":88,"check":89,"severity":24,"summary":90},"Hooks","Opaque code execution","The scripts provided are plain bash and do not appear to use obfuscation techniques like base64 encoding or eval.",{"category":92,"check":93,"severity":24,"summary":94},"Portability","Structural Assumption","The skill makes no assumptions about project structure beyond what's needed for its own scripts and tool calls.",{"category":96,"check":97,"severity":24,"summary":98},"Trust","Issues Attention","The repository has a healthy ratio of closed to open issues in the last 90 days, indicating active maintenance and responsiveness.",{"category":100,"check":101,"severity":24,"summary":102},"Versioning","Release Management","The project has versioning information in the README (v2.0.0, v1.7.0) and a changelog, indicating clear release management.",{"category":104,"check":105,"severity":46,"summary":106},"Code Execution","Validation","While not explicitly detailed, the use of MCP tools and structured CLI commands implies some level of input validation and sanitization.",{"category":66,"check":108,"severity":24,"summary":109},"Unguarded Destructive Operations","The skill is primarily read-only for monitoring purposes and does not appear to involve destructive operations.",{"category":104,"check":111,"severity":46,"summary":112},"Error Handling","The scripts include error redirection (`2>/dev/null`) but lack explicit structured error reporting for the agent.",{"category":104,"check":114,"severity":115,"summary":116},"Logging","not_applicable","The skill is read-only and does not perform destructive actions or outbound calls that would necessitate a local audit file.",{"category":118,"check":119,"severity":115,"summary":120},"Compliance","GDPR","The skill focuses on deployment status and infrastructure health, not personal data.",{"category":118,"check":122,"severity":24,"summary":123},"Target market","The skill operates on technical infrastructure data and has no regional or jurisdictional limitations, making it global.",{"category":92,"check":125,"severity":24,"summary":126},"Runtime stability","The skill relies on standard CLI tools (aws, gh) and MCP, with clear installation instructions via package managers, ensuring cross-platform compatibility.",{"category":44,"check":128,"severity":24,"summary":129},"README","The README is comprehensive, well-structured, and clearly states the extension's purpose and capabilities.",{"category":33,"check":131,"severity":24,"summary":132},"Tool surface size","The skill exposes a manageable number of tools and MCP calls, focused on deployment status monitoring.",{"category":40,"check":134,"severity":24,"summary":135},"Overlapping near-synonym tools","The tools and commands used are specific to their function and do not appear to have significant overlap or near-synonyms.",{"category":44,"check":137,"severity":24,"summary":138},"Phantom features","All features described in the README and SKILL.md appear to be implemented and supported by the tools and scripts.",{"category":140,"check":141,"severity":24,"summary":142},"Install","Installation instruction","The README provides clear, step-by-step installation instructions, including a quick start wizard and local development setup.",{"category":144,"check":145,"severity":46,"summary":146},"Errors","Actionable error messages","Error handling appears to be basic, with scripts redirecting errors to null; more actionable user-facing error messages would be beneficial.",{"category":148,"check":149,"severity":24,"summary":150},"Execution","Pinned dependencies","The README specifies automatic installation via package managers, implying dependency pinning for portability and reproducibility.",{"category":33,"check":152,"severity":115,"summary":153},"Dry-run preview","The skill is primarily for status monitoring and does not include state-changing operations that would require a dry-run preview.",{"category":155,"check":156,"severity":46,"summary":157},"Protocol","Idempotent retry & timeouts","The skill uses standard CLI tools and MCP calls; idempotency and timeouts are assumed to be handled by these underlying systems, but not explicitly documented for the skill itself.",{"category":118,"check":159,"severity":24,"summary":160},"Telemetry opt-in","The README explicitly states 'No telemetry. No analytics. No crash reports.', ensuring user privacy.",{"category":40,"check":162,"severity":24,"summary":163},"Precise Purpose","The description and SKILL.md clearly define the purpose of monitoring deployment status across various platforms and specify arguments for targeting specific projects or platforms.",{"category":40,"check":165,"severity":24,"summary":166},"Concise Frontmatter","The SKILL.md frontmatter is dense and self-contained, providing a clear summary of core capabilities and trigger phrases.",{"category":44,"check":168,"severity":24,"summary":169},"Concise Body","The SKILL.md body is concise, outlining the workflow and delegating deeper material to separate files like the README.",{"category":171,"check":172,"severity":24,"summary":173},"Context","Progressive Disclosure","The skill effectively uses the README for detailed documentation and examples, keeping the SKILL.md focused on core instructions.",{"category":171,"check":175,"severity":115,"summary":176},"Forked exploration","The skill's workflow is primarily data gathering and display, not deep exploration that would require forked context.",{"category":22,"check":178,"severity":24,"summary":179},"Usage examples","The README provides clear examples for installation, setup, and various commands, demonstrating their usage and expected outcomes.",{"category":22,"check":181,"severity":46,"summary":182},"Edge cases","The SKILL.md mentions handling of potential errors like missing credentials or unhealthy daemons, but lacks detailed documentation on specific failure modes and recovery steps.",{"category":92,"check":184,"severity":24,"summary":185},"Tool Fallback","The skill uses standard CLI tools and MCP; when Vercel MCP tools are unavailable, it provides a WebFetch fallback, ensuring robustness.",{"category":187,"check":188,"severity":46,"summary":189},"Safety","Halt on unexpected state","The skill includes basic error redirection, but does not explicitly state a policy to halt on unexpected pre-state like dirty working trees or drifted schemas.",{"category":92,"check":191,"severity":24,"summary":192},"Cross-skill coupling","The skill is self-contained for its purpose of deployment status monitoring and does not appear to rely on other specific skills being loaded.",1778692465279,"This skill provides a unified dashboard for deployment status across ECS services, Vercel deployments, and GitHub Actions CI/CD pipelines. It uses a combination of AWS CLI, Vercel MCP tools, and GitHub CLI commands to gather and display information, including recent and pending deployments, and pipeline states.",[196,197,198,199,200],"Aggregate ECS service versions and health","Display Vercel deployment statuses","Track recent and pending deploys","Show CI/CD pipeline state","Support for Agent Teams for parallel execution",[202,203,204],"Performing deployments or rollbacks.","Detailed analysis of application performance metrics.","Managing cloud infrastructure beyond deployment status.",[206,207,208],"Deployment Monitoring","CI/CD Visibility","Infrastructure Health",[210,211,212],"AWS CLI configured with necessary credentials and permissions","Vercel API token","GitHub CLI configured","3.0.0","4.4.0","To provide a consolidated, real-time view of deployment statuses across an organization's projects and infrastructure, enabling quick identification of issues and trends.","The skill is well-documented, secure, and focused on a clear purpose. Minor improvements could be made in explicit error handling and configuration documentation.",96,"A comprehensive and secure skill for monitoring deployment status across multiple platforms.",[220,221,222,223,224,225],"deployment","monitoring","ci-cd","aws","vercel","github-actions","global","verified",[229,230,231,232],"Quickly checking the health of all deployed services before a release.","Identifying failing CI/CD runs across multiple repositories.","Monitoring pending deployments to understand upcoming changes.","Getting a consolidated overview of the deployment landscape for a project.",{"codeQuality":234,"collectedAt":236,"documentation":237,"maintenance":240,"security":246,"testCoverage":249},{"hasLockfile":235},true,1778692449701,{"descriptionLength":238,"readmeSize":239},141,22118,{"closedIssues90d":241,"forks":242,"hasChangelog":235,"openIssues90d":243,"pushedAt":244,"stars":245},6,4,2,1778673878000,9,{"hasNpmPackage":247,"license":248,"smitheryVerified":247},false,"MIT",{"hasCi":235,"hasTests":235},{"updatedAt":251},1778692465467,{"basePath":253,"githubOwner":254,"githubRepo":255,"locale":18,"slug":256,"type":257},"claude-ops/skills/ops-deploy","Lifecycle-Innovations-Limited","claude-ops","ops-deploy","skill",{"_creationTime":259,"_id":260,"community":261,"display":262,"identity":266,"parentExtension":268,"providers":302,"relations":319,"tags":320,"workflow":321},1778692306427.0964,"k17d0t6ns7y6t377pfprg128hd86nm89",{"reviewCount":8},{"description":263,"installMethods":264,"name":265,"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":265},"ops",{"basePath":255,"githubOwner":254,"githubRepo":255,"locale":18,"slug":255,"type":267},"plugin",{"_creationTime":269,"_id":270,"community":271,"display":272,"identity":276,"providers":279,"relations":296,"tags":298,"workflow":299},1778692306427.0962,"k177xmnsm26p2wbrkfkwqgm2b986m2w8",{"reviewCount":8},{"description":273,"installMethods":274,"name":275,"sourceUrl":14},"Local marketplace for claude-ops plugin",{"claudeCode":12},"ops-marketplace",{"basePath":277,"githubOwner":254,"githubRepo":255,"locale":18,"slug":255,"type":278},"","marketplace",{"evaluate":280,"extract":290},{"promptVersionExtension":281,"promptVersionScoring":214,"score":217,"tags":282,"targetMarket":226,"tier":227},"3.1.0",[283,284,285,286,287,223,288,289,221],"operations","business","dashboard","automation","productivity","slack","whatsapp",{"commitSha":291,"marketplace":292,"plugin":294},"HEAD",{"name":275,"pluginCount":293},1,{"mcpCount":8,"provider":295,"skillCount":8},"classify",{"repoId":297},"kd7d52tcek2e34r805zs06b10d86n39v",[286,223,284,285,221,283,287,288,289],{"evaluatedAt":300,"extractAt":301,"updatedAt":300},1778692330594,1778692306427,{"evaluate":303,"extract":316},{"promptVersionExtension":213,"promptVersionScoring":214,"score":304,"tags":305,"targetMarket":226,"tier":315},85,[306,286,307,308,309,310,311,312,313,221,314],"business-operations","ai-agents","communications","project-management","devops","marketing","finance","e-commerce","voice","community",{"commitSha":291,"license":248,"plugin":317},{"mcpCount":8,"provider":295,"skillCount":318},35,{"parentExtensionId":270,"repoId":297},[307,286,306,308,310,313,312,311,221,309,314],{"evaluatedAt":322,"extractAt":301,"updatedAt":322},1778692342046,{"evaluate":324,"extract":326},{"promptVersionExtension":213,"promptVersionScoring":214,"score":217,"tags":325,"targetMarket":226,"tier":227},[220,221,222,223,224,225],{"commitSha":291,"license":248},{"parentExtensionId":260,"repoId":297},{"_creationTime":329,"_id":297,"identity":330,"providers":331,"workflow":879},1778692301282.087,{"githubOwner":254,"githubRepo":255,"sourceUrl":14},{"classify":332,"discover":857,"github":860},{"commitSha":291,"extensions":333},[334,347,557,565,573,581,589,597,602,610,618,626,634,642,650,660,668,676,684,692,700,708,716,724,732,740,748,756,764,772,780,788,796,804,812,820,834,842],{"basePath":277,"description":273,"displayName":275,"installMethods":335,"rationale":336,"selectedPaths":337,"source":346,"sourceLanguage":18,"type":278},{"claudeCode":12},"marketplace.json at .claude-plugin/marketplace.json",[338,341,343],{"path":339,"priority":340},".claude-plugin/marketplace.json","mandatory",{"path":342,"priority":340},"README.md",{"path":344,"priority":345},"LICENSE","high","rule",{"basePath":255,"description":263,"displayName":265,"installMethods":348,"license":248,"rationale":349,"selectedPaths":350,"source":346,"sourceLanguage":18,"type":267},{"claudeCode":265},"plugin manifest at claude-ops/.claude-plugin/plugin.json",[351,353,354,355,358,360,362,364,366,368,370,372,374,376,378,380,382,384,386,388,390,392,394,396,398,400,402,404,406,408,410,412,414,416,418,420,422,424,426,428,430,432,434,436,438,440,442,444,446,448,450,452,454,456,458,460,462,464,467,469,471,473,475,477,479,481,483,485,487,489,491,493,495,497,499,501,503,505,507,509,511,513,515,517,519,521,523,525,527,529,531,533,535,537,539,541,543,545,547,549,551,553,555],{"path":352,"priority":340},".claude-plugin/plugin.json",{"path":342,"priority":340},{"path":344,"priority":345},{"path":356,"priority":357},"skills/ops/SKILL.md","medium",{"path":359,"priority":357},"skills/ops-comms/SKILL.md",{"path":361,"priority":357},"skills/ops-credentials/SKILL.md",{"path":363,"priority":357},"skills/ops-daemon/SKILL.md",{"path":365,"priority":357},"skills/ops-dash/SKILL.md",{"path":367,"priority":357},"skills/ops-deploy/SKILL.md",{"path":369,"priority":357},"skills/ops-deploy-fix/SKILL.md",{"path":371,"priority":357},"skills/ops-doctor/SKILL.md",{"path":373,"priority":357},"skills/ops-ecom/SKILL.md",{"path":375,"priority":357},"skills/ops-fires/SKILL.md",{"path":377,"priority":357},"skills/ops-go/SKILL.md",{"path":379,"priority":357},"skills/ops-gtm/SKILL.md",{"path":381,"priority":357},"skills/ops-inbox/SKILL.md",{"path":383,"priority":357},"skills/ops-integrate/SKILL.md",{"path":385,"priority":357},"skills/ops-linear/SKILL.md",{"path":387,"priority":357},"skills/ops-marketing/SKILL.md",{"path":389,"priority":357},"skills/ops-merge/SKILL.md",{"path":391,"priority":357},"skills/ops-monitor/SKILL.md",{"path":393,"priority":357},"skills/ops-next/SKILL.md",{"path":395,"priority":357},"skills/ops-orchestrate/SKILL.md",{"path":397,"priority":357},"skills/ops-package/SKILL.md",{"path":399,"priority":357},"skills/ops-projects/SKILL.md",{"path":401,"priority":357},"skills/ops-recap/SKILL.md",{"path":403,"priority":357},"skills/ops-revenue/SKILL.md",{"path":405,"priority":357},"skills/ops-rotate/SKILL.md",{"path":407,"priority":357},"skills/ops-rotate-setup/SKILL.md",{"path":409,"priority":357},"skills/ops-settings/SKILL.md",{"path":411,"priority":357},"skills/ops-speedup/SKILL.md",{"path":413,"priority":357},"skills/ops-status/SKILL.md",{"path":415,"priority":357},"skills/ops-triage/SKILL.md",{"path":417,"priority":357},"skills/ops-voice/SKILL.md",{"path":419,"priority":357},"skills/ops-whatsapp-biz/SKILL.md",{"path":421,"priority":357},"skills/ops-yolo/SKILL.md",{"path":423,"priority":357},"skills/setup/SKILL.md",{"path":425,"priority":357},"skills/uninstall/SKILL.md",{"path":427,"priority":340},".mcp.json",{"path":429,"priority":345},"agents/build-fixer.md",{"path":431,"priority":345},"agents/comms-scanner.md",{"path":433,"priority":345},"agents/daemon-agent.md",{"path":435,"priority":345},"agents/dependency-auditor.md",{"path":437,"priority":345},"agents/deploy-fixer.md",{"path":439,"priority":345},"agents/doctor-agent.md",{"path":441,"priority":345},"agents/general-purpose.md",{"path":443,"priority":345},"agents/infra-monitor.md",{"path":445,"priority":345},"agents/marketing-optimizer.md",{"path":447,"priority":345},"agents/memory-extractor.md",{"path":449,"priority":345},"agents/monitor-agent.md",{"path":451,"priority":345},"agents/project-scanner.md",{"path":453,"priority":345},"agents/revenue-tracker.md",{"path":455,"priority":345},"agents/triage-agent.md",{"path":457,"priority":345},"agents/yolo-ceo.md",{"path":459,"priority":345},"agents/yolo-cfo.md",{"path":461,"priority":345},"agents/yolo-coo.md",{"path":463,"priority":345},"agents/yolo-cto.md",{"path":465,"priority":466},"bin/ops-autofix","low",{"path":468,"priority":466},"bin/ops-ci",{"path":470,"priority":466},"bin/ops-credentials",{"path":472,"priority":466},"bin/ops-dash",{"path":474,"priority":466},"bin/ops-deploy-fix-build-trigger",{"path":476,"priority":466},"bin/ops-deploy-fix-merge-trigger",{"path":478,"priority":466},"bin/ops-discord",{"path":480,"priority":466},"bin/ops-discover-external",{"path":482,"priority":466},"bin/ops-doctor",{"path":484,"priority":466},"bin/ops-ecom-health",{"path":486,"priority":466},"bin/ops-external",{"path":488,"priority":466},"bin/ops-gather",{"path":490,"priority":466},"bin/ops-git",{"path":492,"priority":466},"bin/ops-gsd-states",{"path":494,"priority":466},"bin/ops-infra",{"path":496,"priority":466},"bin/ops-marketing-dash",{"path":498,"priority":466},"bin/ops-merge-scan",{"path":500,"priority":466},"bin/ops-no-rm-rf-anchor",{"path":502,"priority":466},"bin/ops-post-session-cleanup",{"path":504,"priority":466},"bin/ops-post-update-migrate",{"path":506,"priority":466},"bin/ops-pretool-wacli-health",{"path":508,"priority":466},"bin/ops-pretool-whatsapp-bridge-health",{"path":510,"priority":466},"bin/ops-prevent-secret-commit",{"path":512,"priority":466},"bin/ops-projects",{"path":514,"priority":466},"bin/ops-prs",{"path":516,"priority":466},"bin/ops-setup-complete",{"path":518,"priority":466},"bin/ops-setup-detect",{"path":520,"priority":466},"bin/ops-setup-install",{"path":522,"priority":466},"bin/ops-setup-preflight",{"path":524,"priority":466},"bin/ops-shopify-create",{"path":526,"priority":466},"bin/ops-slack-autolink.mjs",{"path":528,"priority":466},"bin/ops-slack-workspaces",{"path":530,"priority":466},"bin/ops-speedup",{"path":532,"priority":466},"bin/ops-status",{"path":534,"priority":466},"bin/ops-suggest-specialized-agent",{"path":536,"priority":466},"bin/ops-task-reminder",{"path":538,"priority":466},"bin/ops-telegram-autolink.mjs",{"path":540,"priority":466},"bin/ops-unread",{"path":542,"priority":466},"bin/ops-warn-mainpush",{"path":544,"priority":466},"bin/ops-welcome",{"path":546,"priority":466},"bin/wacli-health",{"path":548,"priority":466},"bin/wacli-safe",{"path":550,"priority":345},"hooks/hooks.json",{"path":552,"priority":345},"hooks/recap-capture.sh",{"path":554,"priority":345},"hooks/recap-tool-activity.sh",{"path":556,"priority":466},"output-styles/ops-briefing.md",{"basePath":558,"description":559,"displayName":265,"installMethods":560,"rationale":561,"selectedPaths":562,"source":346,"sourceLanguage":18,"type":257},"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",[563],{"path":564,"priority":340},"SKILL.md",{"basePath":566,"description":567,"displayName":568,"installMethods":569,"rationale":570,"selectedPaths":571,"source":346,"sourceLanguage":18,"type":257},"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",[572],{"path":564,"priority":340},{"basePath":574,"description":575,"displayName":576,"installMethods":577,"rationale":578,"selectedPaths":579,"source":346,"sourceLanguage":18,"type":257},"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",[580],{"path":564,"priority":340},{"basePath":582,"description":583,"displayName":584,"installMethods":585,"rationale":586,"selectedPaths":587,"source":346,"sourceLanguage":18,"type":257},"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",[588],{"path":564,"priority":340},{"basePath":590,"description":591,"displayName":592,"installMethods":593,"rationale":594,"selectedPaths":595,"source":346,"sourceLanguage":18,"type":257},"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",[596],{"path":564,"priority":340},{"basePath":253,"description":10,"displayName":256,"installMethods":598,"rationale":599,"selectedPaths":600,"source":346,"sourceLanguage":18,"type":257},{"claudeCode":12},"SKILL.md frontmatter at claude-ops/skills/ops-deploy/SKILL.md",[601],{"path":564,"priority":340},{"basePath":603,"description":604,"displayName":605,"installMethods":606,"rationale":607,"selectedPaths":608,"source":346,"sourceLanguage":18,"type":257},"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":564,"priority":340},{"basePath":611,"description":612,"displayName":613,"installMethods":614,"rationale":615,"selectedPaths":616,"source":346,"sourceLanguage":18,"type":257},"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":564,"priority":340},{"basePath":619,"description":620,"displayName":621,"installMethods":622,"rationale":623,"selectedPaths":624,"source":346,"sourceLanguage":18,"type":257},"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":564,"priority":340},{"basePath":627,"description":628,"displayName":629,"installMethods":630,"rationale":631,"selectedPaths":632,"source":346,"sourceLanguage":18,"type":257},"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":564,"priority":340},{"basePath":635,"description":636,"displayName":637,"installMethods":638,"rationale":639,"selectedPaths":640,"source":346,"sourceLanguage":18,"type":257},"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":564,"priority":340},{"basePath":643,"description":644,"displayName":645,"installMethods":646,"rationale":647,"selectedPaths":648,"source":346,"sourceLanguage":18,"type":257},"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":564,"priority":340},{"basePath":651,"description":652,"displayName":653,"installMethods":654,"rationale":655,"selectedPaths":656,"source":346,"sourceLanguage":18,"type":257},"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":564,"priority":340},{"path":659,"priority":357},"CHANNELS.md",{"basePath":661,"description":662,"displayName":663,"installMethods":664,"rationale":665,"selectedPaths":666,"source":346,"sourceLanguage":18,"type":257},"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":564,"priority":340},{"basePath":669,"description":670,"displayName":671,"installMethods":672,"rationale":673,"selectedPaths":674,"source":346,"sourceLanguage":18,"type":257},"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":564,"priority":340},{"basePath":677,"description":678,"displayName":679,"installMethods":680,"rationale":681,"selectedPaths":682,"source":346,"sourceLanguage":18,"type":257},"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":564,"priority":340},{"basePath":685,"description":686,"displayName":687,"installMethods":688,"rationale":689,"selectedPaths":690,"source":346,"sourceLanguage":18,"type":257},"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":564,"priority":340},{"basePath":693,"description":694,"displayName":695,"installMethods":696,"rationale":697,"selectedPaths":698,"source":346,"sourceLanguage":18,"type":257},"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":564,"priority":340},{"basePath":701,"description":702,"displayName":703,"installMethods":704,"rationale":705,"selectedPaths":706,"source":346,"sourceLanguage":18,"type":257},"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":564,"priority":340},{"basePath":709,"description":710,"displayName":711,"installMethods":712,"rationale":713,"selectedPaths":714,"source":346,"sourceLanguage":18,"type":257},"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":564,"priority":340},{"basePath":717,"description":718,"displayName":719,"installMethods":720,"rationale":721,"selectedPaths":722,"source":346,"sourceLanguage":18,"type":257},"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":564,"priority":340},{"basePath":725,"description":726,"displayName":727,"installMethods":728,"rationale":729,"selectedPaths":730,"source":346,"sourceLanguage":18,"type":257},"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":564,"priority":340},{"basePath":733,"description":734,"displayName":735,"installMethods":736,"rationale":737,"selectedPaths":738,"source":346,"sourceLanguage":18,"type":257},"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":564,"priority":340},{"basePath":741,"description":742,"displayName":743,"installMethods":744,"rationale":745,"selectedPaths":746,"source":346,"sourceLanguage":18,"type":257},"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":564,"priority":340},{"basePath":749,"description":750,"displayName":751,"installMethods":752,"rationale":753,"selectedPaths":754,"source":346,"sourceLanguage":18,"type":257},"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":564,"priority":340},{"basePath":757,"description":758,"displayName":759,"installMethods":760,"rationale":761,"selectedPaths":762,"source":346,"sourceLanguage":18,"type":257},"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":564,"priority":340},{"basePath":765,"description":766,"displayName":767,"installMethods":768,"rationale":769,"selectedPaths":770,"source":346,"sourceLanguage":18,"type":257},"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":564,"priority":340},{"basePath":773,"description":774,"displayName":775,"installMethods":776,"rationale":777,"selectedPaths":778,"source":346,"sourceLanguage":18,"type":257},"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":564,"priority":340},{"basePath":781,"description":782,"displayName":783,"installMethods":784,"rationale":785,"selectedPaths":786,"source":346,"sourceLanguage":18,"type":257},"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",[787],{"path":564,"priority":340},{"basePath":789,"description":790,"displayName":791,"installMethods":792,"rationale":793,"selectedPaths":794,"source":346,"sourceLanguage":18,"type":257},"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",[795],{"path":564,"priority":340},{"basePath":797,"description":798,"displayName":799,"installMethods":800,"rationale":801,"selectedPaths":802,"source":346,"sourceLanguage":18,"type":257},"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",[803],{"path":564,"priority":340},{"basePath":805,"description":806,"displayName":807,"installMethods":808,"rationale":809,"selectedPaths":810,"source":346,"sourceLanguage":18,"type":257},"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",[811],{"path":564,"priority":340},{"basePath":813,"description":814,"displayName":815,"installMethods":816,"rationale":817,"selectedPaths":818,"source":346,"sourceLanguage":18,"type":257},"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",[819],{"path":564,"priority":340},{"basePath":821,"description":822,"displayName":823,"installMethods":824,"rationale":825,"selectedPaths":826,"source":346,"sourceLanguage":18,"type":257},"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",[827,828,830,832],{"path":564,"priority":340},{"path":829,"priority":357},"CLI-REFERENCE.md",{"path":831,"priority":357},"REFERENCE.md",{"path":833,"priority":357},"SHARED.md",{"basePath":835,"description":836,"displayName":837,"installMethods":838,"rationale":839,"selectedPaths":840,"source":346,"sourceLanguage":18,"type":257},"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",[841],{"path":564,"priority":340},{"basePath":843,"description":844,"displayName":845,"installMethods":846,"license":248,"rationale":847,"selectedPaths":848,"source":346,"sourceLanguage":18,"type":856},"claude-ops/telegram-server","Telegram user-auth MCP server for claude-ops plugin (personal account via MTProto, not bots)","claude-ops-telegram-server",{"npm":845},"server.json with namespace/server name at claude-ops/telegram-server/server.json",[849,851,853,854],{"path":850,"priority":340},"server.json",{"path":852,"priority":340},"package.json",{"path":342,"priority":340},{"path":855,"priority":357},"index.js","mcp",{"sources":858},[859],"manual",{"closedIssues90d":241,"description":861,"forks":242,"homepage":862,"license":248,"openIssues90d":243,"pushedAt":244,"readmeSize":239,"stars":245,"topics":863},"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",[864,306,865,866,310,867,868,223,869,870,856,871,872,873,874,875,876,877,311,878],"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":880,"discoverAt":881,"extractAt":882,"githubAt":882,"updatedAt":880},1778692306008,1778692301282,1778692304144,[223,222,220,225,221,224],{"evaluatedAt":251,"extractAt":301,"updatedAt":251},[],[887,905,935,962,990,1023],{"_creationTime":888,"_id":889,"community":890,"display":891,"identity":893,"providers":894,"relations":901,"tags":902,"workflow":903},1778692306427.0989,"k1796t5tyzzwfm2x9bbbaaw5y586ndfk",{"reviewCount":8},{"description":628,"installMethods":892,"name":629,"sourceUrl":14},{"claudeCode":12},{"basePath":627,"githubOwner":254,"githubRepo":255,"locale":18,"slug":629,"type":257},{"evaluate":895,"extract":900},{"promptVersionExtension":213,"promptVersionScoring":214,"score":896,"tags":897,"targetMarket":226,"tier":227},100,[898,221,310,286,223,899,222],"incident-management","sentry",{"commitSha":291},{"parentExtensionId":260,"repoId":297},[286,223,222,310,898,221,899],{"evaluatedAt":904,"extractAt":301,"updatedAt":904},1778692547909,{"_creationTime":906,"_id":907,"community":908,"display":909,"identity":915,"providers":920,"relations":928,"tags":931,"workflow":932},1778693180473.13,"k171q6ygmjjyh4tynhnym1v9cn86m7q0",{"reviewCount":8},{"description":910,"installMethods":911,"name":913,"sourceUrl":914},"Execute Azure deployments for ALREADY-PREPARED applications that have existing .azure/deployment-plan.md and infrastructure files. DO NOT use this skill when the user asks to CREATE a new application — use azure-prepare instead. This skill runs azd up, azd deploy, terraform apply, and az deployment commands with built-in error recovery. Requires .azure/deployment-plan.md from azure-prepare and validated status from azure-validate. WHEN: \"run azd up\", \"run azd deploy\", \"execute deployment\", \"push to production\", \"push to cloud\", \"go live\", \"ship it\", \"bicep deploy\", \"terraform apply\", \"publish to Azure\", \"launch on Azure\". DO NOT USE WHEN: \"create and deploy\", \"build and deploy\", \"create a new app\", \"set up infrastructure\", \"create and deploy to Azure using Terraform\" — use azure-prepare for these.",{"claudeCode":912},"microsoft/agent-skills","Azure Deploy","https://github.com/microsoft/agent-skills",{"basePath":916,"githubOwner":917,"githubRepo":918,"locale":18,"slug":919,"type":257},".github/plugins/azure-skills/skills/azure-deploy","microsoft","agent-skills","azure-deploy",{"evaluate":921,"extract":927},{"promptVersionExtension":213,"promptVersionScoring":214,"score":896,"tags":922,"targetMarket":226,"tier":227},[923,220,924,925,926,286,222],"azure","bicep","terraform","azd",{"commitSha":291,"license":248},{"parentExtensionId":929,"repoId":930},"k17934axs3g4g0b9056mbcsz0986m02a","kd77czgnv00rfjm815pcc5xx5986n5t8",[286,926,923,924,222,220,925],{"evaluatedAt":933,"extractAt":934,"updatedAt":933},1778696225011,1778693180473,{"_creationTime":936,"_id":937,"community":938,"display":939,"identity":945,"providers":949,"relations":955,"tags":958,"workflow":959},1778675056600.2336,"k174ksverssk2yzbps474rxbj186m722",{"reviewCount":8},{"description":940,"installMethods":941,"name":943,"sourceUrl":944},"CI/CD Pipeline Builder",{"claudeCode":942},"alirezarezvani/claude-skills","ci-cd-pipeline-builder","https://github.com/alirezarezvani/claude-skills",{"basePath":946,"githubOwner":947,"githubRepo":948,"locale":18,"slug":943,"type":257},"engineering/skills/ci-cd-pipeline-builder","alirezarezvani","claude-skills",{"evaluate":950,"extract":954},{"promptVersionExtension":213,"promptVersionScoring":214,"score":896,"tags":951,"targetMarket":226,"tier":227},[222,310,286,225,952,953],"gitlab-ci","pipeline-generation",{"commitSha":291},{"parentExtensionId":956,"repoId":957},"k173223hfbd6c4mx6r1jdx23wn86mbpb","kd7ff9s1w43mfyy1n7hf87816186m6px",[286,222,310,225,952,953],{"evaluatedAt":960,"extractAt":961,"updatedAt":960},1778678508588,1778675056600,{"_creationTime":963,"_id":964,"community":965,"display":966,"identity":972,"providers":976,"relations":984,"tags":986,"workflow":987},1778696691708.3018,"k17f0h3sgcsz1akx4p2bcfxd2186mx8d",{"reviewCount":8},{"description":967,"installMethods":968,"name":970,"sourceUrl":971},"Advanced GitHub Actions workflow automation with AI swarm coordination, intelligent CI/CD pipelines, and comprehensive repository management\n",{"claudeCode":969},"ruvnet/ruflo","github-workflow-automation","https://github.com/ruvnet/ruflo",{"basePath":973,"githubOwner":974,"githubRepo":975,"locale":18,"slug":970,"type":257},".claude/skills/github-workflow-automation","ruvnet","ruflo",{"evaluate":977,"extract":983},{"promptVersionExtension":213,"promptVersionScoring":214,"score":978,"tags":979,"targetMarket":226,"tier":227},99,[225,222,286,980,981,982],"ai","workflow-orchestration","repository-management",{"commitSha":291},{"repoId":985},"kd7ed28gj8n0y3msk5dzrp05zs86nqtc",[980,286,222,225,982,981],{"evaluatedAt":988,"extractAt":989,"updatedAt":988},1778699079753,1778696691708,{"_creationTime":991,"_id":992,"community":993,"display":994,"identity":1000,"providers":1005,"relations":1016,"tags":1019,"workflow":1020},1778699018122.7932,"k17e5r5bgaa3asshbcpz8hy20h86myam",{"reviewCount":8},{"description":995,"installMethods":996,"name":998,"sourceUrl":999},"Configure secure, high-performance connectivity between on-premises infrastructure and cloud platforms using VPN and dedicated connections. Use when building hybrid cloud architectures, connecting data centers to cloud, or implementing secure cross-premises networking.",{"claudeCode":997},"wshobson/agents","Hybrid Cloud Networking","https://github.com/wshobson/agents",{"basePath":1001,"githubOwner":1002,"githubRepo":1003,"locale":18,"slug":1004,"type":257},"plugins/cloud-infrastructure/skills/hybrid-cloud-networking","wshobson","agents","hybrid-cloud-networking",{"evaluate":1006,"extract":1015},{"promptVersionExtension":213,"promptVersionScoring":214,"score":896,"tags":1007,"targetMarket":226,"tier":227},[1008,1009,223,923,1010,1011,1012,1013,1014],"cloud","networking","gcp","oci","vpn","direct-connect","expressroute",{"commitSha":291,"license":248},{"parentExtensionId":1017,"repoId":1018},"k177fdvvq05pdbpee0rz61me2h86mahe","kd74de64zj0axtg5b8t7eqqe2x86nske",[223,923,1008,1013,1014,1010,1009,1011,1012],{"evaluatedAt":1021,"extractAt":1022,"updatedAt":1021},1778700819631,1778699018122,{"_creationTime":1024,"_id":1025,"community":1026,"display":1027,"identity":1033,"providers":1037,"relations":1047,"tags":1050,"workflow":1051},1778699647844.0183,"k174bzyyax9v1t5bm0m98bfqyh86m8v8",{"reviewCount":8},{"description":1028,"installMethods":1029,"name":1031,"sourceUrl":1032},"AWS Cloud Development Kit (CDK) expert for building cloud infrastructure with TypeScript/Python. Use when creating CDK stacks, defining CDK constructs, implementing infrastructure as code, or when the user mentions CDK, CloudFormation, IaC, cdk synth, cdk deploy, or wants to define AWS infrastructure programmatically. Covers CDK app structure, construct patterns, stack composition, and deployment workflows.",{"claudeCode":1030},"zxkane/aws-skills","aws-cdk-development","https://github.com/zxkane/aws-skills",{"basePath":1034,"githubOwner":1035,"githubRepo":1036,"locale":18,"slug":1031,"type":257},"plugins/aws-cdk/skills/aws-cdk-development","zxkane","aws-skills",{"evaluate":1038,"extract":1046},{"promptVersionExtension":213,"promptVersionScoring":214,"score":896,"tags":1039,"targetMarket":226,"tier":227},[223,1040,1041,1042,1043,1044,1045],"cdk","typescript","python","iac","cloudformation","infrastructure",{"commitSha":291},{"parentExtensionId":1048,"repoId":1049},"k177paz2fgaa1r1kfhgb2esr1n86my7m","kd7708aervxaq6vqq9tdf93s2586mcqy",[223,1040,1044,1043,1045,1042,1041],{"evaluatedAt":1052,"extractAt":1053,"updatedAt":1054},1778699774404,1778699647844,1778699908774]