[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"extension-skill-Lifecycle-Innovations-Limited-ops-rotate-zh-CN":3,"guides-for-Lifecycle-Innovations-Limited-ops-rotate":883,"similar-k17d89vn0w3xys0xqpx8tj7y7x86m1vh-zh-CN":884},{"_creationTime":4,"_id":5,"children":6,"community":7,"display":9,"evaluation":15,"identity":248,"isFallback":231,"parentExtension":254,"providers":321,"relations":325,"repo":326,"tags":881,"workflow":882},1778692306427.1025,"k17d89vn0w3xys0xqpx8tj7y7x86m1vh",[],{"reviewCount":8},0,{"description":10,"installMethods":11,"name":13,"sourceUrl":14},"Multi-account Claude Max rotator. Status, manual rotation, account list, add-account wizard. Requires account_rotation_enabled=true in plugin settings.",{"claudeCode":12},"Lifecycle-Innovations-Limited/claude-ops","Claude Ops Rotator","https://github.com/Lifecycle-Innovations-Limited/claude-ops",{"_creationTime":16,"_id":17,"extensionId":5,"locale":18,"result":19,"trustSignals":229,"workflow":246},1778692896586.517,"kn75raf042x64xex8d2fm7avvs86mvzn","en",{"checks":20,"evaluatedAt":192,"extensionSummary":193,"features":194,"nonGoals":200,"practices":204,"prerequisites":205,"promptVersionExtension":209,"promptVersionScoring":210,"purpose":211,"rationale":212,"score":213,"summary":214,"tags":215,"targetMarket":222,"tier":223,"useCases":224},[21,26,29,32,36,39,43,47,50,53,57,61,64,68,71,74,77,80,83,86,90,94,98,102,106,109,113,116,120,123,126,129,132,135,138,142,146,149,153,157,160,163,166,169,173,176,179,182,185,189],{"category":22,"check":23,"severity":24,"summary":25},"Practical Utility","Problem relevance","pass","The description clearly identifies the problem of managing multiple Claude Max accounts and the need for rotation and status tracking.",{"category":22,"check":27,"severity":24,"summary":28},"Unique selling proposition","This skill offers significant value beyond a simple prompt by providing automated account rotation, status monitoring, and account management, including an interactive wizard for adding accounts.",{"category":22,"check":30,"severity":24,"summary":31},"Production readiness","The skill is production-ready, with clear installation, configuration, and subcommand documentation, a daemon for background operation, and robust error handling.",{"category":33,"check":34,"severity":24,"summary":35},"Scope","Single responsibility principle","The extension focuses solely on managing the multi-account Claude Max rotator, including status, rotation, listing, and adding accounts, without venturing into unrelated domains.",{"category":33,"check":37,"severity":24,"summary":38},"Description quality","The displayed description accurately and concisely reflects the skill's functionality: a multi-account Claude Max rotator with status, manual rotation, account list, and add-account wizard, including its primary requirement.",{"category":40,"check":41,"severity":24,"summary":42},"Invocation","Scoped tools","Tools are scoped verb-noun specialists (e.g., 'rotate-now', 'add-account') for precise selection by the agent.",{"category":44,"check":45,"severity":24,"summary":46},"Documentation","Configuration & parameter reference","All parameters, including environment variables and configuration file paths, are clearly documented with their purpose and location.",{"category":33,"check":48,"severity":24,"summary":49},"Tool naming","Tool names like 'status', 'rotate-now', 'list', and 'add-account' are descriptive and directly relate to their function within the rotator domain.",{"category":33,"check":51,"severity":24,"summary":52},"Minimal I/O surface","Inputs are well-defined arguments or interactive prompts, and outputs provide relevant status information without unnecessary data dumps.",{"category":54,"check":55,"severity":24,"summary":56},"License","License usability","The extension is licensed under MIT, which is a permissive open-source license, clearly indicated in the LICENSE file and README.",{"category":58,"check":59,"severity":24,"summary":60},"Maintenance","Commit recency","The last commit was on 2026-05-13, indicating recent maintenance within the last 90 days.",{"category":58,"check":62,"severity":24,"summary":63},"Dependency Management","Dependencies like Node.js 20+ and Playwright (optional) are declared, and installation instructions are provided, implying good management practices.",{"category":65,"check":66,"severity":24,"summary":67},"Security","Secret Management","The skill explicitly states it never echoes refresh tokens or access tokens to chat output and handles credentials securely through various mechanisms, including encryption.",{"category":65,"check":69,"severity":24,"summary":70},"Injection","The skill treats user-provided emails and other inputs as data and does not execute arbitrary code or instructions from them.",{"category":65,"check":72,"severity":24,"summary":73},"Transitive Supply-Chain Grenades","The skill does not fetch or execute external code at runtime; all necessary components are bundled or installed via declared package managers.",{"category":65,"check":75,"severity":24,"summary":76},"Sandbox Isolation","The skill operates within the plugin data directory and respects sandbox limitations, with operations like config file edits being confined and user-confirmed.",{"category":65,"check":78,"severity":24,"summary":79},"Sandbox escape primitives","No detached processes or retry loops around denied tool calls were detected in the skill's scripts.",{"category":65,"check":81,"severity":24,"summary":82},"Data Exfiltration","The skill avoids exfiltrating sensitive data, explicitly stating it never echoes tokens and handles credentials securely.",{"category":65,"check":84,"severity":24,"summary":85},"Hidden Text Tricks","The bundled content and descriptions appear free of hidden steering tricks or obfuscated instructions.",{"category":87,"check":88,"severity":24,"summary":89},"Hooks","Opaque code execution","The skill's scripts are written in plain Node.js and Bash, with no obfuscation like base64 payloads or runtime code fetching.",{"category":91,"check":92,"severity":24,"summary":93},"Portability","Structural Assumption","The skill correctly uses environment variables like `$CLAUDE_PLUGIN_DATA_DIR` and `$HOME` for paths, making it portable across different user setups.",{"category":95,"check":96,"severity":24,"summary":97},"Trust","Issues Attention","With 2 open and 6 closed issues in the last 90 days, the closure rate is high (66%), indicating active maintainer engagement.",{"category":99,"check":100,"severity":24,"summary":101},"Versioning","Release Management","The extension has a version (v1.7.0) indicated in the README and CHANGELOG, and installation instructions reference a specific version, not just 'main'.",{"category":103,"check":104,"severity":24,"summary":105},"Execution","Validation","Inputs like email addresses and paths are handled with explicit checks and validation steps before being processed.",{"category":65,"check":107,"severity":24,"summary":108},"Unguarded Destructive Operations","The 'add-account' subcommand clearly states it mutates config only after explicit user confirmation, and other destructive actions are handled by a daemon with its own controls.",{"category":110,"check":111,"severity":24,"summary":112},"Code Execution","Error Handling","The skill clearly defines error paths, provides informative messages, and dictates how to handle missing dependencies or invalid states, failing fast when necessary.",{"category":110,"check":114,"severity":24,"summary":115},"Logging","The skill generates audit logs for configuration changes and provides detailed output for subcommands, allowing users to review actions taken.",{"category":117,"check":118,"severity":24,"summary":119},"Compliance","GDPR","The skill operates on account emails but does not submit personal data to third parties without user consent or explicit configuration, and avoids collecting unnecessary personal data.",{"category":117,"check":121,"severity":24,"summary":122},"Target market","The extension is designed for general use with Claude Code and does not appear to have specific geographic or legal jurisdictional limitations; targetMarket is 'global'.",{"category":91,"check":124,"severity":24,"summary":125},"Runtime stability","The skill declares Node.js 20+ as a requirement and provides fallback mechanisms, ensuring it runs across supported environments.",{"category":44,"check":127,"severity":24,"summary":128},"README","The README file is comprehensive, detailing the extension's purpose, features, architecture, and installation instructions.",{"category":33,"check":130,"severity":24,"summary":131},"Tool surface size","The skill exposes a reasonable number of tools (status, rotate-now, list, add-account) well within the target range.",{"category":40,"check":133,"severity":24,"summary":134},"Overlapping near-synonym tools","The exposed tools ('status', 'rotate-now', 'list', 'add-account') have distinct and non-overlapping functionalities.",{"category":44,"check":136,"severity":24,"summary":137},"Phantom features","All advertised features, including account rotation, status, listing, and adding accounts, are implemented and documented.",{"category":139,"check":140,"severity":24,"summary":141},"Install","Installation instruction","Clear installation instructions are provided in the README, including plugin marketplace addition and installation commands.",{"category":143,"check":144,"severity":24,"summary":145},"Errors","Actionable error messages","Errors provide clear information about what failed, why, and how to recover, such as instructing the user to enable `account_rotation_enabled`.",{"category":103,"check":147,"severity":24,"summary":148},"Pinned dependencies","Node.js 20+ is declared as a requirement, and optional Playwright dependency installation is specified, indicating good dependency pinning.",{"category":33,"check":150,"severity":151,"summary":152},"Dry-run preview","not_applicable","The skill's primary functions (status, list, add-account) are informational or configuration-based; 'rotate-now' is a state-changing operation but inherently idempotent and not suitable for a dry-run preview in the same way as a destructive operation.",{"category":154,"check":155,"severity":24,"summary":156},"Protocol","Idempotent retry & timeouts","The 'rotate-now' command is designed to be idempotent by targeting the most-cooled account or a specific account. The skill's scripts likely enforce timeouts through Node.js conventions.",{"category":117,"check":158,"severity":24,"summary":159},"Telemetry opt-in","The extension explicitly states 'No telemetry. No analytics. No crash reports.', indicating it does not collect telemetry by default.",{"category":40,"check":161,"severity":24,"summary":162},"Precise Purpose","The skill's purpose is precisely defined as a multi-account Claude Max rotator, detailing its subcommands and the requirement for enabling the plugin setting.",{"category":40,"check":164,"severity":24,"summary":165},"Concise Frontmatter","The frontmatter is concise and effectively summarizes the skill's core capability and arguments.",{"category":44,"check":167,"severity":24,"summary":168},"Concise Body","The SKILL.md body is well-structured and reasonably concise, delegating some details to other files or clear command outputs.",{"category":170,"check":171,"severity":151,"summary":172},"Context","Progressive Disclosure","The skill is relatively straightforward and does not involve lengthy procedures that would necessitate splitting into separate reference files.",{"category":170,"check":174,"severity":151,"summary":175},"Forked exploration","This skill does not involve deep exploration or code review, so 'context: fork' is not applicable.",{"category":22,"check":177,"severity":24,"summary":178},"Usage examples","The SKILL.md and README provide clear examples for each subcommand, showing input and expected output or action.",{"category":22,"check":180,"severity":24,"summary":181},"Edge cases","The skill handles edge cases like missing dependencies (Node.js, Playwright), configuration issues (disabled rotator), and expired tokens, providing recovery steps.",{"category":110,"check":183,"severity":24,"summary":184},"Tool Fallback","While not explicitly stating a fallback for the MCP server itself, the skill relies on standard Node.js and Bash, which are generally available, and declares Node.js 20+ as a requirement.",{"category":186,"check":187,"severity":24,"summary":188},"Safety","Halt on unexpected state","The skill explicitly states it will refuse to run if 'account_rotation_enabled' is false and fails fast with clear error messages for other unexpected states.",{"category":91,"check":190,"severity":24,"summary":191},"Cross-skill coupling","This skill is self-contained and does not implicitly rely on other skills being loaded in the same session.",1778692896381,"This skill provides functionality to rotate between multiple Claude Max accounts, monitor their status and utilization, list configured accounts, and interactively add new accounts, including setting up a background daemon.",[195,196,197,198,199],"Automated multi-account Claude Max rotation","Account status and utilization monitoring","Interactive account addition wizard","Background daemon for continuous management","Manual rotation to specific accounts",[201,202,203],"Managing Claude API keys unrelated to Claude Max accounts.","Providing a general-purpose account management system for services other than Claude Max.","Performing actions beyond account rotation, status, listing, and addition.",[],[206,207,208],"Claude Code 1.0+","Node.js 20+","account_rotation_enabled=true in plugin settings","3.0.0","4.4.0","To efficiently manage and rotate access across multiple Claude Max accounts, ensuring optimal utilization and seamless account switching.","All checks passed with 'pass' severity, indicating a high-quality, well-documented, and production-ready skill. The score is positioned at the top of the verified band due to the thoroughness and quality of the implementation and documentation.",98,"A highly polished and robust skill for managing multi-account Claude Max rotations.",[216,217,218,219,220,221],"account-rotation","claude-max","cli","node-js","bash","aws","global","verified",[225,226,227,228],"When needing to manage multiple Claude Max accounts for load balancing or feature access.","To automatically rotate to the least-used account to maximize usage.","To quickly check the status and validity of all configured Claude Max accounts.","To add new Claude Max accounts to the rotation pool.",{"codeQuality":230,"collectedAt":232,"documentation":233,"maintenance":236,"security":242,"testCoverage":245},{"hasLockfile":231},true,1778692876067,{"descriptionLength":234,"readmeSize":235},151,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},1778692896586,{"basePath":249,"githubOwner":250,"githubRepo":251,"locale":18,"slug":252,"type":253},"claude-ops/skills/ops-rotate","Lifecycle-Innovations-Limited","claude-ops","ops-rotate","skill",{"_creationTime":255,"_id":256,"community":257,"display":258,"identity":262,"parentExtension":264,"providers":300,"relations":317,"tags":318,"workflow":319},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":294,"tags":296,"workflow":297},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":288},{"promptVersionExtension":277,"promptVersionScoring":210,"score":278,"tags":279,"targetMarket":222,"tier":223},"3.1.0",96,[280,281,282,283,284,221,285,286,287],"operations","business","dashboard","automation","productivity","slack","whatsapp","monitoring",{"commitSha":289,"marketplace":290,"plugin":292},"HEAD",{"name":271,"pluginCount":291},1,{"mcpCount":8,"provider":293,"skillCount":8},"classify",{"repoId":295},"kd7d52tcek2e34r805zs06b10d86n39v",[283,221,281,282,287,280,284,285,286],{"evaluatedAt":298,"extractAt":299,"updatedAt":298},1778692330594,1778692306427,{"evaluate":301,"extract":314},{"promptVersionExtension":209,"promptVersionScoring":210,"score":302,"tags":303,"targetMarket":222,"tier":313},85,[304,283,305,306,307,308,309,310,311,287,312],"business-operations","ai-agents","communications","project-management","devops","marketing","finance","e-commerce","voice","community",{"commitSha":289,"license":244,"plugin":315},{"mcpCount":8,"provider":293,"skillCount":316},35,{"parentExtensionId":266,"repoId":295},[305,283,304,306,308,311,310,309,287,307,312],{"evaluatedAt":320,"extractAt":299,"updatedAt":320},1778692342046,{"evaluate":322,"extract":324},{"promptVersionExtension":209,"promptVersionScoring":210,"score":213,"tags":323,"targetMarket":222,"tier":223},[216,217,218,219,220,221],{"commitSha":289,"license":244},{"parentExtensionId":256,"repoId":295},{"_creationTime":327,"_id":295,"identity":328,"providers":329,"workflow":877},1778692301282.087,{"githubOwner":250,"githubRepo":251,"sourceUrl":14},{"classify":330,"discover":855,"github":858},{"commitSha":289,"extensions":331},[332,345,555,563,571,579,587,595,603,611,619,627,635,643,651,661,669,677,685,693,701,709,717,725,733,741,749,754,762,770,778,786,794,802,810,818,832,840],{"basePath":273,"description":269,"displayName":271,"installMethods":333,"rationale":334,"selectedPaths":335,"source":344,"sourceLanguage":18,"type":274},{"claudeCode":12},"marketplace.json at .claude-plugin/marketplace.json",[336,339,341],{"path":337,"priority":338},".claude-plugin/marketplace.json","mandatory",{"path":340,"priority":338},"README.md",{"path":342,"priority":343},"LICENSE","high","rule",{"basePath":251,"description":259,"displayName":261,"installMethods":346,"license":244,"rationale":347,"selectedPaths":348,"source":344,"sourceLanguage":18,"type":263},{"claudeCode":261},"plugin manifest at claude-ops/.claude-plugin/plugin.json",[349,351,352,353,356,358,360,362,364,366,368,370,372,374,376,378,380,382,384,386,388,390,392,394,396,398,400,402,404,406,408,410,412,414,416,418,420,422,424,426,428,430,432,434,436,438,440,442,444,446,448,450,452,454,456,458,460,462,465,467,469,471,473,475,477,479,481,483,485,487,489,491,493,495,497,499,501,503,505,507,509,511,513,515,517,519,521,523,525,527,529,531,533,535,537,539,541,543,545,547,549,551,553],{"path":350,"priority":338},".claude-plugin/plugin.json",{"path":340,"priority":338},{"path":342,"priority":343},{"path":354,"priority":355},"skills/ops/SKILL.md","medium",{"path":357,"priority":355},"skills/ops-comms/SKILL.md",{"path":359,"priority":355},"skills/ops-credentials/SKILL.md",{"path":361,"priority":355},"skills/ops-daemon/SKILL.md",{"path":363,"priority":355},"skills/ops-dash/SKILL.md",{"path":365,"priority":355},"skills/ops-deploy/SKILL.md",{"path":367,"priority":355},"skills/ops-deploy-fix/SKILL.md",{"path":369,"priority":355},"skills/ops-doctor/SKILL.md",{"path":371,"priority":355},"skills/ops-ecom/SKILL.md",{"path":373,"priority":355},"skills/ops-fires/SKILL.md",{"path":375,"priority":355},"skills/ops-go/SKILL.md",{"path":377,"priority":355},"skills/ops-gtm/SKILL.md",{"path":379,"priority":355},"skills/ops-inbox/SKILL.md",{"path":381,"priority":355},"skills/ops-integrate/SKILL.md",{"path":383,"priority":355},"skills/ops-linear/SKILL.md",{"path":385,"priority":355},"skills/ops-marketing/SKILL.md",{"path":387,"priority":355},"skills/ops-merge/SKILL.md",{"path":389,"priority":355},"skills/ops-monitor/SKILL.md",{"path":391,"priority":355},"skills/ops-next/SKILL.md",{"path":393,"priority":355},"skills/ops-orchestrate/SKILL.md",{"path":395,"priority":355},"skills/ops-package/SKILL.md",{"path":397,"priority":355},"skills/ops-projects/SKILL.md",{"path":399,"priority":355},"skills/ops-recap/SKILL.md",{"path":401,"priority":355},"skills/ops-revenue/SKILL.md",{"path":403,"priority":355},"skills/ops-rotate/SKILL.md",{"path":405,"priority":355},"skills/ops-rotate-setup/SKILL.md",{"path":407,"priority":355},"skills/ops-settings/SKILL.md",{"path":409,"priority":355},"skills/ops-speedup/SKILL.md",{"path":411,"priority":355},"skills/ops-status/SKILL.md",{"path":413,"priority":355},"skills/ops-triage/SKILL.md",{"path":415,"priority":355},"skills/ops-voice/SKILL.md",{"path":417,"priority":355},"skills/ops-whatsapp-biz/SKILL.md",{"path":419,"priority":355},"skills/ops-yolo/SKILL.md",{"path":421,"priority":355},"skills/setup/SKILL.md",{"path":423,"priority":355},"skills/uninstall/SKILL.md",{"path":425,"priority":338},".mcp.json",{"path":427,"priority":343},"agents/build-fixer.md",{"path":429,"priority":343},"agents/comms-scanner.md",{"path":431,"priority":343},"agents/daemon-agent.md",{"path":433,"priority":343},"agents/dependency-auditor.md",{"path":435,"priority":343},"agents/deploy-fixer.md",{"path":437,"priority":343},"agents/doctor-agent.md",{"path":439,"priority":343},"agents/general-purpose.md",{"path":441,"priority":343},"agents/infra-monitor.md",{"path":443,"priority":343},"agents/marketing-optimizer.md",{"path":445,"priority":343},"agents/memory-extractor.md",{"path":447,"priority":343},"agents/monitor-agent.md",{"path":449,"priority":343},"agents/project-scanner.md",{"path":451,"priority":343},"agents/revenue-tracker.md",{"path":453,"priority":343},"agents/triage-agent.md",{"path":455,"priority":343},"agents/yolo-ceo.md",{"path":457,"priority":343},"agents/yolo-cfo.md",{"path":459,"priority":343},"agents/yolo-coo.md",{"path":461,"priority":343},"agents/yolo-cto.md",{"path":463,"priority":464},"bin/ops-autofix","low",{"path":466,"priority":464},"bin/ops-ci",{"path":468,"priority":464},"bin/ops-credentials",{"path":470,"priority":464},"bin/ops-dash",{"path":472,"priority":464},"bin/ops-deploy-fix-build-trigger",{"path":474,"priority":464},"bin/ops-deploy-fix-merge-trigger",{"path":476,"priority":464},"bin/ops-discord",{"path":478,"priority":464},"bin/ops-discover-external",{"path":480,"priority":464},"bin/ops-doctor",{"path":482,"priority":464},"bin/ops-ecom-health",{"path":484,"priority":464},"bin/ops-external",{"path":486,"priority":464},"bin/ops-gather",{"path":488,"priority":464},"bin/ops-git",{"path":490,"priority":464},"bin/ops-gsd-states",{"path":492,"priority":464},"bin/ops-infra",{"path":494,"priority":464},"bin/ops-marketing-dash",{"path":496,"priority":464},"bin/ops-merge-scan",{"path":498,"priority":464},"bin/ops-no-rm-rf-anchor",{"path":500,"priority":464},"bin/ops-post-session-cleanup",{"path":502,"priority":464},"bin/ops-post-update-migrate",{"path":504,"priority":464},"bin/ops-pretool-wacli-health",{"path":506,"priority":464},"bin/ops-pretool-whatsapp-bridge-health",{"path":508,"priority":464},"bin/ops-prevent-secret-commit",{"path":510,"priority":464},"bin/ops-projects",{"path":512,"priority":464},"bin/ops-prs",{"path":514,"priority":464},"bin/ops-setup-complete",{"path":516,"priority":464},"bin/ops-setup-detect",{"path":518,"priority":464},"bin/ops-setup-install",{"path":520,"priority":464},"bin/ops-setup-preflight",{"path":522,"priority":464},"bin/ops-shopify-create",{"path":524,"priority":464},"bin/ops-slack-autolink.mjs",{"path":526,"priority":464},"bin/ops-slack-workspaces",{"path":528,"priority":464},"bin/ops-speedup",{"path":530,"priority":464},"bin/ops-status",{"path":532,"priority":464},"bin/ops-suggest-specialized-agent",{"path":534,"priority":464},"bin/ops-task-reminder",{"path":536,"priority":464},"bin/ops-telegram-autolink.mjs",{"path":538,"priority":464},"bin/ops-unread",{"path":540,"priority":464},"bin/ops-warn-mainpush",{"path":542,"priority":464},"bin/ops-welcome",{"path":544,"priority":464},"bin/wacli-health",{"path":546,"priority":464},"bin/wacli-safe",{"path":548,"priority":343},"hooks/hooks.json",{"path":550,"priority":343},"hooks/recap-capture.sh",{"path":552,"priority":343},"hooks/recap-tool-activity.sh",{"path":554,"priority":464},"output-styles/ops-briefing.md",{"basePath":556,"description":557,"displayName":261,"installMethods":558,"rationale":559,"selectedPaths":560,"source":344,"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",[561],{"path":562,"priority":338},"SKILL.md",{"basePath":564,"description":565,"displayName":566,"installMethods":567,"rationale":568,"selectedPaths":569,"source":344,"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",[570],{"path":562,"priority":338},{"basePath":572,"description":573,"displayName":574,"installMethods":575,"rationale":576,"selectedPaths":577,"source":344,"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",[578],{"path":562,"priority":338},{"basePath":580,"description":581,"displayName":582,"installMethods":583,"rationale":584,"selectedPaths":585,"source":344,"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",[586],{"path":562,"priority":338},{"basePath":588,"description":589,"displayName":590,"installMethods":591,"rationale":592,"selectedPaths":593,"source":344,"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",[594],{"path":562,"priority":338},{"basePath":596,"description":597,"displayName":598,"installMethods":599,"rationale":600,"selectedPaths":601,"source":344,"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",[602],{"path":562,"priority":338},{"basePath":604,"description":605,"displayName":606,"installMethods":607,"rationale":608,"selectedPaths":609,"source":344,"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",[610],{"path":562,"priority":338},{"basePath":612,"description":613,"displayName":614,"installMethods":615,"rationale":616,"selectedPaths":617,"source":344,"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",[618],{"path":562,"priority":338},{"basePath":620,"description":621,"displayName":622,"installMethods":623,"rationale":624,"selectedPaths":625,"source":344,"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",[626],{"path":562,"priority":338},{"basePath":628,"description":629,"displayName":630,"installMethods":631,"rationale":632,"selectedPaths":633,"source":344,"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",[634],{"path":562,"priority":338},{"basePath":636,"description":637,"displayName":638,"installMethods":639,"rationale":640,"selectedPaths":641,"source":344,"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",[642],{"path":562,"priority":338},{"basePath":644,"description":645,"displayName":646,"installMethods":647,"rationale":648,"selectedPaths":649,"source":344,"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",[650],{"path":562,"priority":338},{"basePath":652,"description":653,"displayName":654,"installMethods":655,"rationale":656,"selectedPaths":657,"source":344,"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",[658,659],{"path":562,"priority":338},{"path":660,"priority":355},"CHANNELS.md",{"basePath":662,"description":663,"displayName":664,"installMethods":665,"rationale":666,"selectedPaths":667,"source":344,"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",[668],{"path":562,"priority":338},{"basePath":670,"description":671,"displayName":672,"installMethods":673,"rationale":674,"selectedPaths":675,"source":344,"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",[676],{"path":562,"priority":338},{"basePath":678,"description":679,"displayName":680,"installMethods":681,"rationale":682,"selectedPaths":683,"source":344,"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",[684],{"path":562,"priority":338},{"basePath":686,"description":687,"displayName":688,"installMethods":689,"rationale":690,"selectedPaths":691,"source":344,"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",[692],{"path":562,"priority":338},{"basePath":694,"description":695,"displayName":696,"installMethods":697,"rationale":698,"selectedPaths":699,"source":344,"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",[700],{"path":562,"priority":338},{"basePath":702,"description":703,"displayName":704,"installMethods":705,"rationale":706,"selectedPaths":707,"source":344,"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",[708],{"path":562,"priority":338},{"basePath":710,"description":711,"displayName":712,"installMethods":713,"rationale":714,"selectedPaths":715,"source":344,"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",[716],{"path":562,"priority":338},{"basePath":718,"description":719,"displayName":720,"installMethods":721,"rationale":722,"selectedPaths":723,"source":344,"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",[724],{"path":562,"priority":338},{"basePath":726,"description":727,"displayName":728,"installMethods":729,"rationale":730,"selectedPaths":731,"source":344,"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",[732],{"path":562,"priority":338},{"basePath":734,"description":735,"displayName":736,"installMethods":737,"rationale":738,"selectedPaths":739,"source":344,"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",[740],{"path":562,"priority":338},{"basePath":742,"description":743,"displayName":744,"installMethods":745,"rationale":746,"selectedPaths":747,"source":344,"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",[748],{"path":562,"priority":338},{"basePath":249,"description":10,"displayName":252,"installMethods":750,"rationale":751,"selectedPaths":752,"source":344,"sourceLanguage":18,"type":253},{"claudeCode":12},"SKILL.md frontmatter at claude-ops/skills/ops-rotate/SKILL.md",[753],{"path":562,"priority":338},{"basePath":755,"description":756,"displayName":757,"installMethods":758,"rationale":759,"selectedPaths":760,"source":344,"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",[761],{"path":562,"priority":338},{"basePath":763,"description":764,"displayName":765,"installMethods":766,"rationale":767,"selectedPaths":768,"source":344,"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",[769],{"path":562,"priority":338},{"basePath":771,"description":772,"displayName":773,"installMethods":774,"rationale":775,"selectedPaths":776,"source":344,"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",[777],{"path":562,"priority":338},{"basePath":779,"description":780,"displayName":781,"installMethods":782,"rationale":783,"selectedPaths":784,"source":344,"sourceLanguage":18,"type":253},"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",[785],{"path":562,"priority":338},{"basePath":787,"description":788,"displayName":789,"installMethods":790,"rationale":791,"selectedPaths":792,"source":344,"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",[793],{"path":562,"priority":338},{"basePath":795,"description":796,"displayName":797,"installMethods":798,"rationale":799,"selectedPaths":800,"source":344,"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",[801],{"path":562,"priority":338},{"basePath":803,"description":804,"displayName":805,"installMethods":806,"rationale":807,"selectedPaths":808,"source":344,"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",[809],{"path":562,"priority":338},{"basePath":811,"description":812,"displayName":813,"installMethods":814,"rationale":815,"selectedPaths":816,"source":344,"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",[817],{"path":562,"priority":338},{"basePath":819,"description":820,"displayName":821,"installMethods":822,"rationale":823,"selectedPaths":824,"source":344,"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",[825,826,828,830],{"path":562,"priority":338},{"path":827,"priority":355},"CLI-REFERENCE.md",{"path":829,"priority":355},"REFERENCE.md",{"path":831,"priority":355},"SHARED.md",{"basePath":833,"description":834,"displayName":835,"installMethods":836,"rationale":837,"selectedPaths":838,"source":344,"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",[839],{"path":562,"priority":338},{"basePath":841,"description":842,"displayName":843,"installMethods":844,"license":244,"rationale":845,"selectedPaths":846,"source":344,"sourceLanguage":18,"type":854},"claude-ops/telegram-server","Telegram user-auth MCP server for claude-ops plugin (personal account via MTProto, not bots)","claude-ops-telegram-server",{"npm":843},"server.json with namespace/server name at claude-ops/telegram-server/server.json",[847,849,851,852],{"path":848,"priority":338},"server.json",{"path":850,"priority":338},"package.json",{"path":340,"priority":338},{"path":853,"priority":355},"index.js","mcp",{"sources":856},[857],"manual",{"closedIssues90d":237,"description":859,"forks":238,"homepage":860,"license":244,"openIssues90d":239,"pushedAt":240,"readmeSize":235,"stars":241,"topics":861},"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",[862,304,863,864,308,865,866,221,867,868,854,869,870,871,872,873,874,875,309,876],"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":878,"discoverAt":879,"extractAt":880,"githubAt":880,"updatedAt":878},1778692306008,1778692301282,1778692304144,[216,221,220,217,218,219],{"evaluatedAt":247,"extractAt":299,"updatedAt":247},[],[885,913,948,982,999,1017],{"_creationTime":886,"_id":887,"community":888,"display":889,"identity":895,"providers":899,"relations":906,"tags":909,"workflow":910},1778696691708.3171,"k17emgm27ea63958fh4qxa8a4x86nsx9",{"reviewCount":8},{"description":890,"installMethods":891,"name":893,"sourceUrl":894},"Consumer-side wiring for ADR-097 Phase 3 federation_spend events — per-peer rolling windows + suspension-threshold check",{"claudeCode":892},"ruvnet/ruflo","cost-federation","https://github.com/ruvnet/ruflo",{"basePath":896,"githubOwner":897,"githubRepo":898,"locale":18,"slug":893,"type":253},"plugins/ruflo-cost-tracker/skills/cost-federation","ruvnet","ruflo",{"evaluate":900,"extract":905},{"promptVersionExtension":209,"promptVersionScoring":210,"score":213,"tags":901,"targetMarket":222,"tier":223},[902,903,904,287,220,219],"cost-tracking","federation","events",{"commitSha":289},{"parentExtensionId":907,"repoId":908},"k17b8vdneh7d9tjrpjvkkhp6p586mbtn","kd7ed28gj8n0y3msk5dzrp05zs86nqtc",[220,902,904,903,287,219],{"evaluatedAt":911,"extractAt":912,"updatedAt":911},1778700248948,1778696691708,{"_creationTime":914,"_id":915,"community":916,"display":917,"identity":923,"providers":928,"relations":941,"tags":944,"workflow":945},1778699018122.7932,"k17e5r5bgaa3asshbcpz8hy20h86myam",{"reviewCount":8},{"description":918,"installMethods":919,"name":921,"sourceUrl":922},"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":920},"wshobson/agents","Hybrid Cloud Networking","https://github.com/wshobson/agents",{"basePath":924,"githubOwner":925,"githubRepo":926,"locale":18,"slug":927,"type":253},"plugins/cloud-infrastructure/skills/hybrid-cloud-networking","wshobson","agents","hybrid-cloud-networking",{"evaluate":929,"extract":940},{"promptVersionExtension":209,"promptVersionScoring":210,"score":930,"tags":931,"targetMarket":222,"tier":223},100,[932,933,221,934,935,936,937,938,939],"cloud","networking","azure","gcp","oci","vpn","direct-connect","expressroute",{"commitSha":289,"license":244},{"parentExtensionId":942,"repoId":943},"k177fdvvq05pdbpee0rz61me2h86mahe","kd74de64zj0axtg5b8t7eqqe2x86nske",[221,934,932,938,939,935,933,936,937],{"evaluatedAt":946,"extractAt":947,"updatedAt":946},1778700819631,1778699018122,{"_creationTime":949,"_id":950,"community":951,"display":952,"identity":958,"providers":963,"relations":973,"tags":977,"workflow":978},1778699887554.4724,"k171fhjffw07a0a511s1v1hqsh86m9gz",{"reviewCount":8},{"description":953,"installMethods":954,"name":956,"sourceUrl":957},"AWS Cloud Development Kit (CDK) 专家，用于使用 TypeScript/Python 构建云基础设施。在创建 CDK 堆栈、定义 CDK 构造、实现基础设施即代码，或当用户提及 CDK、CloudFormation、IaC、cdk synth、cdk deploy，或希望以编程方式定义 AWS 基础设施时使用。涵盖 CDK 应用结构、构造模式、堆栈组合和部署工作流。",{"claudeCode":955},"zxkane/aws-skills","aws-cdk-development","https://github.com/zxkane/aws-skills",{"basePath":959,"githubOwner":960,"githubRepo":961,"locale":962,"slug":956,"type":253},"plugins/aws-cdk/skills/aws-cdk-development","zxkane","aws-skills","zh-CN",{"evaluate":964,"extract":972},{"promptVersionExtension":209,"promptVersionScoring":210,"score":930,"tags":965,"targetMarket":222,"tier":223},[221,966,967,968,969,970,971],"cdk","typescript","python","iac","cloudformation","infrastructure",{"commitSha":289},{"parentExtensionId":974,"repoId":975,"translatedFrom":976},"k177paz2fgaa1r1kfhgb2esr1n86my7m","kd7708aervxaq6vqq9tdf93s2586mcqy","k174bzyyax9v1t5bm0m98bfqyh86m8v8",[221,966,970,969,971,968,967],{"evaluatedAt":979,"extractAt":980,"updatedAt":981},1778699774404,1778699647844,1778699887554,{"_creationTime":983,"_id":984,"community":985,"display":986,"identity":988,"providers":989,"relations":995,"tags":996,"workflow":997},1778692306427.1023,"k17f0vqhj9x3ee4773kq2m8fph86n5ct",{"reviewCount":8},{"description":743,"installMethods":987,"name":744,"sourceUrl":14},{"claudeCode":12},{"basePath":742,"githubOwner":250,"githubRepo":251,"locale":18,"slug":744,"type":253},{"evaluate":990,"extract":994},{"promptVersionExtension":209,"promptVersionScoring":210,"score":930,"tags":991,"targetMarket":222,"tier":223},[310,221,902,992,993,282],"revenue","reporting",{"commitSha":289},{"parentExtensionId":256,"repoId":295},[221,902,282,310,993,992],{"evaluatedAt":998,"extractAt":299,"updatedAt":998},1778692873720,{"_creationTime":1000,"_id":1001,"community":1002,"display":1003,"identity":1005,"providers":1006,"relations":1013,"tags":1014,"workflow":1015},1778692306427.0989,"k1796t5tyzzwfm2x9bbbaaw5y586ndfk",{"reviewCount":8},{"description":629,"installMethods":1004,"name":630,"sourceUrl":14},{"claudeCode":12},{"basePath":628,"githubOwner":250,"githubRepo":251,"locale":18,"slug":630,"type":253},{"evaluate":1007,"extract":1012},{"promptVersionExtension":209,"promptVersionScoring":210,"score":930,"tags":1008,"targetMarket":222,"tier":223},[1009,287,308,283,221,1010,1011],"incident-management","sentry","ci-cd",{"commitSha":289},{"parentExtensionId":256,"repoId":295},[283,221,1011,308,1009,287,1010],{"evaluatedAt":1016,"extractAt":299,"updatedAt":1016},1778692547909,{"_creationTime":1018,"_id":1019,"community":1020,"display":1021,"identity":1027,"providers":1031,"relations":1039,"tags":1042,"workflow":1043},1778691344230.127,"k171ek0rpwqxg9vk3fqg7067jn86mq22",{"reviewCount":8},{"description":1022,"installMethods":1023,"name":1025,"sourceUrl":1026},"Designs cloud architectures, creates migration plans, generates cost optimization recommendations, and produces disaster recovery strategies across AWS, Azure, and GCP. Use when designing cloud architectures, planning migrations, or optimizing multi-cloud deployments. Invoke for Well-Architected Framework, cost optimization, disaster recovery, landing zones, security architecture, serverless design.",{"claudeCode":1024},"jeffallan/claude-skills","cloud-architect","https://github.com/jeffallan/claude-skills",{"basePath":1028,"githubOwner":1029,"githubRepo":1030,"locale":18,"slug":1025,"type":253},"skills/cloud-architect","jeffallan","claude-skills",{"evaluate":1032,"extract":1038},{"promptVersionExtension":209,"promptVersionScoring":210,"score":930,"tags":1033,"targetMarket":222,"tier":223},[932,221,934,935,1034,1035,1036,1037],"architecture","migration","cost-optimization","disaster-recovery",{"commitSha":289},{"parentExtensionId":1040,"repoId":1041},"k177fx0q0bsftkws6j1av221j186ndt6","kd77w37et655xneae33d1p2d2n86ncxp",[1034,221,934,932,1036,1037,935,1035],{"evaluatedAt":1044,"extractAt":1045,"updatedAt":1044},1778691534007,1778691344230]