[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"extension-skill-Lifecycle-Innovations-Limited-ops-recap-zh-CN":3,"guides-for-Lifecycle-Innovations-Limited-ops-recap":877,"similar-k17bz0a4t2hpwasj2d83hpp7en86m4tj-zh-CN":878},{"_creationTime":4,"_id":5,"children":6,"community":7,"display":9,"evaluation":15,"identity":242,"isFallback":225,"parentExtension":247,"providers":315,"relations":319,"repo":320,"tags":875,"workflow":876},1778692306427.102,"k17bz0a4t2hpwasj2d83hpp7en86m4tj",[],{"reviewCount":8},0,{"description":10,"installMethods":11,"name":13,"sourceUrl":14},"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.",{"claudeCode":12},"Lifecycle-Innovations-Limited/claude-ops","ops-recap","https://github.com/Lifecycle-Innovations-Limited/claude-ops",{"_creationTime":16,"_id":17,"extensionId":5,"locale":18,"result":19,"trustSignals":223,"workflow":240},1778692848353.0747,"kn77wbmvavhan3sya69hhscsgs86n6z2","en",{"checks":20,"evaluatedAt":192,"extensionSummary":193,"features":194,"nonGoals":200,"promptVersionExtension":204,"promptVersionScoring":205,"purpose":206,"rationale":207,"score":208,"summary":209,"tags":210,"targetMarket":216,"tier":217,"useCases":218},[21,26,29,32,36,39,43,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 a multi-session recap daemon for background synthesis of session and shell activity, displayed in tmux status-right.",{"category":22,"check":27,"severity":24,"summary":28},"Unique selling proposition","The skill offers a unique solution by synthesizing activity across parallel sessions and shell commands into a single digestible line for tmux, going beyond simple status displays.",{"category":22,"check":30,"severity":24,"summary":31},"Production readiness","The skill provides a complete lifecycle for its stated purpose, including setup, configuration, status monitoring, and background daemon management, suitable for production use.",{"category":33,"check":34,"severity":24,"summary":35},"Scope","Single responsibility principle","The skill focuses solely on managing the recap marquee daemon, including its background process, synthesis logic, and display integration, 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 as detailed in the SKILL.md.",{"category":40,"check":41,"severity":24,"summary":42},"Invocation","Scoped tools","The skill exposes specific, narrow tools like `status`, `tail`, `configure`, and `restart`, avoiding a single generalist command.",{"category":44,"check":45,"severity":24,"summary":46},"Documentation","Configuration & parameter reference","All relevant configuration options for tmux and Claude Code statusLine integration are clearly documented, including paths and commands.",{"category":33,"check":48,"severity":24,"summary":49},"Tool naming","The exposed subcommands (`status`, `tail`, `configure`, `restart`) are descriptive and align with the declared domain.",{"category":33,"check":51,"severity":24,"summary":52},"Minimal I/O surface","The tools focus on their specific tasks, with inputs and outputs appearing minimal and well-defined for the recap daemon's management.",{"category":54,"check":55,"severity":24,"summary":56},"License","License usability","The project is licensed under the MIT License, as indicated by the LICENSE file and README.",{"category":58,"check":59,"severity":24,"summary":60},"Maintenance","Commit recency","The repository shows recent commits as of 2026-05-13, indicating active maintenance.",{"category":58,"check":62,"severity":24,"summary":63},"Dependency Management","The README indicates dependencies like `jq` are installed via package managers, and the `SKILL.md` implicitly relies on standard shell utilities, suggesting good management.",{"category":65,"check":66,"severity":24,"summary":67},"Security","Secret Management","The skill manages configuration via files like `.tmux.conf` and `~/.claude/settings.json`, and the README explicitly states no secrets are uploaded or accessed without configuration.",{"category":65,"check":69,"severity":24,"summary":70},"Injection","The skill appears to handle external data (like configuration files) safely, and the use of shell commands is within expected operational parameters, with no indication of arbitrary code execution.",{"category":65,"check":72,"severity":24,"summary":73},"Transitive Supply-Chain Grenades","The skill relies on bundled scripts and standard system utilities; there are no indications of runtime downloads or execution of uncommitted code.",{"category":65,"check":75,"severity":24,"summary":76},"Sandbox Isolation","The skill operates within user-configurable files (`.tmux.conf`, `~/.claude/settings.json`, `~/Library/LaunchAgents/`) and temporary files, without attempting to modify external system paths.",{"category":65,"check":78,"severity":24,"summary":79},"Sandbox escape primitives","No detached processes or retry loops around denied tool calls are evident in the provided script snippets.",{"category":65,"check":81,"severity":24,"summary":82},"Data Exfiltration","The skill's operations are local to the user's machine for configuration and logging; no outbound calls for data exfiltration are apparent.",{"category":65,"check":84,"severity":24,"summary":85},"Hidden Text Tricks","Bundled content and descriptions appear free of hidden-steering tricks, relying on standard text and code formatting.",{"category":87,"check":88,"severity":24,"summary":89},"Hooks","Opaque code execution","The provided scripts are in plain shell and are readable, with no signs of obfuscation like base64 encoding or runtime downloads for execution.",{"category":91,"check":92,"severity":24,"summary":93},"Portability","Structural Assumption","The skill makes assumptions about standard macOS paths for launchd agents and configuration files, which are documented and follow convention.",{"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 good maintainer engagement.",{"category":99,"check":100,"severity":24,"summary":101},"Versioning","Release Management","The README indicates version 2.0.0, and the commit date confirms recent updates, demonstrating clear versioning and maintenance.",{"category":103,"check":104,"severity":24,"summary":105},"Execution","Validation","Input validation is handled through shell case statements and checks for file existence, providing basic but effective validation for subcommand and configuration integrity.",{"category":65,"check":107,"severity":24,"summary":108},"Unguarded Destructive Operations","The skill's operations primarily involve configuration file manipulation and process management, with no destructive primitives requiring explicit gating.",{"category":110,"check":111,"severity":24,"summary":112},"Code Execution","Error Handling","The scripts include checks for command existence, file presence, and use non-zero exit codes for errors, providing basic but effective error reporting.",{"category":110,"check":114,"severity":24,"summary":115},"Logging","The daemon logs to `/tmp/claude-recap-daemon.log`, and digests are logged to `/tmp/claude-recap-digest.log`, providing an audit trail.",{"category":117,"check":118,"severity":24,"summary":119},"Compliance","GDPR","The skill operates on local configuration and process status, not personal data, thus no GDPR concerns are present.",{"category":117,"check":121,"severity":24,"summary":122},"Target market","The skill's configuration paths and usage of `launchd` suggest a macOS-centric design, but the systemd alternative indicates broader POSIX compatibility; targetMarket is global.",{"category":91,"check":124,"severity":24,"summary":125},"Runtime stability","The skill is designed for macOS launchd and provides a systemd alternative for Linux, demonstrating awareness of different runtime environments.",{"category":44,"check":127,"severity":24,"summary":128},"README","The README is comprehensive, detailing the project's purpose, features, architecture, and usage, serving as excellent documentation.",{"category":33,"check":130,"severity":24,"summary":131},"Tool surface size","The skill exposes a focused set of four subcommands (`status`, `tail`, `configure`, `restart`), fitting within the ideal range.",{"category":40,"check":133,"severity":24,"summary":134},"Overlapping near-synonym tools","The four subcommands (`status`, `tail`, `configure`, `restart`) are distinct and cover separate functionalities, with no overlapping near-synonyms.",{"category":44,"check":136,"severity":24,"summary":137},"Phantom features","All advertised features, such as managing the daemon and integrating with tmux/statusLine, are directly implemented and verifiable in the code.",{"category":139,"check":140,"severity":24,"summary":141},"Install","Installation instruction","The README provides clear installation instructions for adding the marketplace and installing the plugin, along with a detailed setup wizard.",{"category":143,"check":144,"severity":24,"summary":145},"Errors","Actionable error messages","Error messages in the scripts provide clear indications of failure (e.g., missing files, unknown subcommands) and suggest remediation steps.",{"category":103,"check":147,"severity":24,"summary":148},"Pinned dependencies","The skill relies on standard shell utilities and `jq`, with clear instructions for installation via package managers, implying pinned or standard versions.",{"category":33,"check":150,"severity":151,"summary":152},"Dry-run preview","not_applicable","This skill manages a background daemon and configuration; it does not perform state-changing operations that would benefit from a dry-run mode.",{"category":154,"check":155,"severity":151,"summary":156},"Protocol","Idempotent retry & timeouts","The skill's operations are local and do not involve external network calls or state-changing operations that would require idempotency or timeouts.",{"category":117,"check":158,"severity":24,"summary":159},"Telemetry opt-in","The README explicitly states 'No telemetry. No analytics. No crash reports.', adhering to a strict opt-in by default-off policy.",{"category":40,"check":161,"severity":24,"summary":162},"Precise Purpose","The description clearly states the purpose (managing a recap marquee daemon) and provides specific subcommands and integration targets (tmux/statusLine).",{"category":40,"check":164,"severity":24,"summary":165},"Concise Frontmatter","The frontmatter is concise and effectively summarizes the skill's core capability and usage.",{"category":44,"check":167,"severity":24,"summary":168},"Concise Body","The SKILL.md is well-structured and uses progressive disclosure, keeping the main body concise by referencing files for deeper material.",{"category":170,"check":171,"severity":24,"summary":172},"Context","Progressive Disclosure","The SKILL.md outlines the flow and links to relevant files for detailed configuration (e.g., tmux, statusLine) and alternatives (systemd).",{"category":170,"check":174,"severity":151,"summary":175},"Forked exploration","This skill manages a background daemon and its configuration; it does not involve deep exploration requiring forked context.",{"category":22,"check":177,"severity":24,"summary":178},"Usage examples","The SKILL.md provides clear, executable examples for status, tail, and configure subcommands, demonstrating their expected output and integration.",{"category":22,"check":180,"severity":24,"summary":181},"Edge cases","The skill handles edge cases like missing tmux, missing settings.json, and existing configurations, providing clear messages and recovery paths.",{"category":110,"check":183,"severity":151,"summary":184},"Tool Fallback","The skill does not rely on external MCP servers or specific tools beyond standard shell utilities and `jq`, so fallbacks are not applicable.",{"category":186,"check":187,"severity":24,"summary":188},"Safety","Halt on unexpected state","The script includes checks for prerequisite conditions like file existence and command availability, halting with informative messages if expectations are not met.",{"category":91,"check":190,"severity":24,"summary":191},"Cross-skill coupling","The recap skill is self-contained and does not implicitly rely on other skills; its documentation does not mention cross-skill dependencies.",1778692848232,"This skill manages a background daemon that synthesizes activity across parallel sessions and shell commands into a single line, designed for display in tmux status-right or Claude Code's statusLine. It includes subcommands for status, tailing logs, configuration, and restarting the daemon.",[195,196,197,198,199],"Manages a background recap daemon","Synthesizes session and shell activity","Integrates with tmux status-right","Integrates with Claude Code statusLine","Provides status, tail, configure, and restart commands",[201,202,203],"Providing advanced analytics on session activity.","Replacing dedicated terminal multiplexers or IDE status bar plugins.","Managing general system daemons or processes unrelated to session recaps.","3.0.0","4.4.0","To provide users with a continuous, consolidated digest of their ongoing work and system activity, enhancing situational awareness without manual effort.","The extension has a high score due to a comprehensive feature set, clear documentation, and robust implementation. No critical or warning findings were identified.",99,"A high-quality skill for managing a background recap daemon and integrating it with terminal and IDE status displays.",[211,212,213,214,215],"daemon","tmux","status","configuration","macos","global","verified",[219,220,221,222],"Users who want a consolidated, real-time view of their ongoing tasks in tmux.","Users who want to see a summary of their active sessions and shell commands in their IDE's status bar.","Developers needing to monitor background processes and their outputs at a glance.","Teams looking to improve situational awareness during complex development workflows.",{"codeQuality":224,"collectedAt":226,"documentation":227,"maintenance":230,"security":236,"testCoverage":239},{"hasLockfile":225},true,1778692826788,{"descriptionLength":228,"readmeSize":229},239,22118,{"closedIssues90d":231,"forks":232,"hasChangelog":225,"openIssues90d":233,"pushedAt":234,"stars":235},6,4,2,1778673878000,9,{"hasNpmPackage":237,"license":238,"smitheryVerified":237},false,"MIT",{"hasCi":225,"hasTests":225},{"updatedAt":241},1778692848353,{"basePath":243,"githubOwner":244,"githubRepo":245,"locale":18,"slug":13,"type":246},"claude-ops/skills/ops-recap","Lifecycle-Innovations-Limited","claude-ops","skill",{"_creationTime":248,"_id":249,"community":250,"display":251,"identity":255,"parentExtension":257,"providers":294,"relations":311,"tags":312,"workflow":313},1778692306427.0964,"k17d0t6ns7y6t377pfprg128hd86nm89",{"reviewCount":8},{"description":252,"installMethods":253,"name":254,"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":254},"ops",{"basePath":245,"githubOwner":244,"githubRepo":245,"locale":18,"slug":245,"type":256},"plugin",{"_creationTime":258,"_id":259,"community":260,"display":261,"identity":265,"providers":268,"relations":288,"tags":290,"workflow":291},1778692306427.0962,"k177xmnsm26p2wbrkfkwqgm2b986m2w8",{"reviewCount":8},{"description":262,"installMethods":263,"name":264,"sourceUrl":14},"Local marketplace for claude-ops plugin",{"claudeCode":12},"ops-marketplace",{"basePath":266,"githubOwner":244,"githubRepo":245,"locale":18,"slug":245,"type":267},"","marketplace",{"evaluate":269,"extract":282},{"promptVersionExtension":270,"promptVersionScoring":205,"score":271,"tags":272,"targetMarket":216,"tier":217},"3.1.0",96,[273,274,275,276,277,278,279,280,281],"operations","business","dashboard","automation","productivity","aws","slack","whatsapp","monitoring",{"commitSha":283,"marketplace":284,"plugin":286},"HEAD",{"name":264,"pluginCount":285},1,{"mcpCount":8,"provider":287,"skillCount":8},"classify",{"repoId":289},"kd7d52tcek2e34r805zs06b10d86n39v",[276,278,274,275,281,273,277,279,280],{"evaluatedAt":292,"extractAt":293,"updatedAt":292},1778692330594,1778692306427,{"evaluate":295,"extract":308},{"promptVersionExtension":204,"promptVersionScoring":205,"score":296,"tags":297,"targetMarket":216,"tier":307},85,[298,276,299,300,301,302,303,304,305,281,306],"business-operations","ai-agents","communications","project-management","devops","marketing","finance","e-commerce","voice","community",{"commitSha":283,"license":238,"plugin":309},{"mcpCount":8,"provider":287,"skillCount":310},35,{"parentExtensionId":259,"repoId":289},[299,276,298,300,302,305,304,303,281,301,306],{"evaluatedAt":314,"extractAt":293,"updatedAt":314},1778692342046,{"evaluate":316,"extract":318},{"promptVersionExtension":204,"promptVersionScoring":205,"score":208,"tags":317,"targetMarket":216,"tier":217},[211,212,213,214,215],{"commitSha":283},{"parentExtensionId":249,"repoId":289},{"_creationTime":321,"_id":289,"identity":322,"providers":323,"workflow":871},1778692301282.087,{"githubOwner":244,"githubRepo":245,"sourceUrl":14},{"classify":324,"discover":849,"github":852},{"commitSha":283,"extensions":325},[326,339,549,557,565,573,581,589,597,605,613,621,629,637,645,655,663,671,679,687,695,703,711,719,727,732,740,748,756,764,772,780,788,796,804,812,826,834],{"basePath":266,"description":262,"displayName":264,"installMethods":327,"rationale":328,"selectedPaths":329,"source":338,"sourceLanguage":18,"type":267},{"claudeCode":12},"marketplace.json at .claude-plugin/marketplace.json",[330,333,335],{"path":331,"priority":332},".claude-plugin/marketplace.json","mandatory",{"path":334,"priority":332},"README.md",{"path":336,"priority":337},"LICENSE","high","rule",{"basePath":245,"description":252,"displayName":254,"installMethods":340,"license":238,"rationale":341,"selectedPaths":342,"source":338,"sourceLanguage":18,"type":256},{"claudeCode":254},"plugin manifest at claude-ops/.claude-plugin/plugin.json",[343,345,346,347,350,352,354,356,358,360,362,364,366,368,370,372,374,376,378,380,382,384,386,388,390,392,394,396,398,400,402,404,406,408,410,412,414,416,418,420,422,424,426,428,430,432,434,436,438,440,442,444,446,448,450,452,454,456,459,461,463,465,467,469,471,473,475,477,479,481,483,485,487,489,491,493,495,497,499,501,503,505,507,509,511,513,515,517,519,521,523,525,527,529,531,533,535,537,539,541,543,545,547],{"path":344,"priority":332},".claude-plugin/plugin.json",{"path":334,"priority":332},{"path":336,"priority":337},{"path":348,"priority":349},"skills/ops/SKILL.md","medium",{"path":351,"priority":349},"skills/ops-comms/SKILL.md",{"path":353,"priority":349},"skills/ops-credentials/SKILL.md",{"path":355,"priority":349},"skills/ops-daemon/SKILL.md",{"path":357,"priority":349},"skills/ops-dash/SKILL.md",{"path":359,"priority":349},"skills/ops-deploy/SKILL.md",{"path":361,"priority":349},"skills/ops-deploy-fix/SKILL.md",{"path":363,"priority":349},"skills/ops-doctor/SKILL.md",{"path":365,"priority":349},"skills/ops-ecom/SKILL.md",{"path":367,"priority":349},"skills/ops-fires/SKILL.md",{"path":369,"priority":349},"skills/ops-go/SKILL.md",{"path":371,"priority":349},"skills/ops-gtm/SKILL.md",{"path":373,"priority":349},"skills/ops-inbox/SKILL.md",{"path":375,"priority":349},"skills/ops-integrate/SKILL.md",{"path":377,"priority":349},"skills/ops-linear/SKILL.md",{"path":379,"priority":349},"skills/ops-marketing/SKILL.md",{"path":381,"priority":349},"skills/ops-merge/SKILL.md",{"path":383,"priority":349},"skills/ops-monitor/SKILL.md",{"path":385,"priority":349},"skills/ops-next/SKILL.md",{"path":387,"priority":349},"skills/ops-orchestrate/SKILL.md",{"path":389,"priority":349},"skills/ops-package/SKILL.md",{"path":391,"priority":349},"skills/ops-projects/SKILL.md",{"path":393,"priority":349},"skills/ops-recap/SKILL.md",{"path":395,"priority":349},"skills/ops-revenue/SKILL.md",{"path":397,"priority":349},"skills/ops-rotate/SKILL.md",{"path":399,"priority":349},"skills/ops-rotate-setup/SKILL.md",{"path":401,"priority":349},"skills/ops-settings/SKILL.md",{"path":403,"priority":349},"skills/ops-speedup/SKILL.md",{"path":405,"priority":349},"skills/ops-status/SKILL.md",{"path":407,"priority":349},"skills/ops-triage/SKILL.md",{"path":409,"priority":349},"skills/ops-voice/SKILL.md",{"path":411,"priority":349},"skills/ops-whatsapp-biz/SKILL.md",{"path":413,"priority":349},"skills/ops-yolo/SKILL.md",{"path":415,"priority":349},"skills/setup/SKILL.md",{"path":417,"priority":349},"skills/uninstall/SKILL.md",{"path":419,"priority":332},".mcp.json",{"path":421,"priority":337},"agents/build-fixer.md",{"path":423,"priority":337},"agents/comms-scanner.md",{"path":425,"priority":337},"agents/daemon-agent.md",{"path":427,"priority":337},"agents/dependency-auditor.md",{"path":429,"priority":337},"agents/deploy-fixer.md",{"path":431,"priority":337},"agents/doctor-agent.md",{"path":433,"priority":337},"agents/general-purpose.md",{"path":435,"priority":337},"agents/infra-monitor.md",{"path":437,"priority":337},"agents/marketing-optimizer.md",{"path":439,"priority":337},"agents/memory-extractor.md",{"path":441,"priority":337},"agents/monitor-agent.md",{"path":443,"priority":337},"agents/project-scanner.md",{"path":445,"priority":337},"agents/revenue-tracker.md",{"path":447,"priority":337},"agents/triage-agent.md",{"path":449,"priority":337},"agents/yolo-ceo.md",{"path":451,"priority":337},"agents/yolo-cfo.md",{"path":453,"priority":337},"agents/yolo-coo.md",{"path":455,"priority":337},"agents/yolo-cto.md",{"path":457,"priority":458},"bin/ops-autofix","low",{"path":460,"priority":458},"bin/ops-ci",{"path":462,"priority":458},"bin/ops-credentials",{"path":464,"priority":458},"bin/ops-dash",{"path":466,"priority":458},"bin/ops-deploy-fix-build-trigger",{"path":468,"priority":458},"bin/ops-deploy-fix-merge-trigger",{"path":470,"priority":458},"bin/ops-discord",{"path":472,"priority":458},"bin/ops-discover-external",{"path":474,"priority":458},"bin/ops-doctor",{"path":476,"priority":458},"bin/ops-ecom-health",{"path":478,"priority":458},"bin/ops-external",{"path":480,"priority":458},"bin/ops-gather",{"path":482,"priority":458},"bin/ops-git",{"path":484,"priority":458},"bin/ops-gsd-states",{"path":486,"priority":458},"bin/ops-infra",{"path":488,"priority":458},"bin/ops-marketing-dash",{"path":490,"priority":458},"bin/ops-merge-scan",{"path":492,"priority":458},"bin/ops-no-rm-rf-anchor",{"path":494,"priority":458},"bin/ops-post-session-cleanup",{"path":496,"priority":458},"bin/ops-post-update-migrate",{"path":498,"priority":458},"bin/ops-pretool-wacli-health",{"path":500,"priority":458},"bin/ops-pretool-whatsapp-bridge-health",{"path":502,"priority":458},"bin/ops-prevent-secret-commit",{"path":504,"priority":458},"bin/ops-projects",{"path":506,"priority":458},"bin/ops-prs",{"path":508,"priority":458},"bin/ops-setup-complete",{"path":510,"priority":458},"bin/ops-setup-detect",{"path":512,"priority":458},"bin/ops-setup-install",{"path":514,"priority":458},"bin/ops-setup-preflight",{"path":516,"priority":458},"bin/ops-shopify-create",{"path":518,"priority":458},"bin/ops-slack-autolink.mjs",{"path":520,"priority":458},"bin/ops-slack-workspaces",{"path":522,"priority":458},"bin/ops-speedup",{"path":524,"priority":458},"bin/ops-status",{"path":526,"priority":458},"bin/ops-suggest-specialized-agent",{"path":528,"priority":458},"bin/ops-task-reminder",{"path":530,"priority":458},"bin/ops-telegram-autolink.mjs",{"path":532,"priority":458},"bin/ops-unread",{"path":534,"priority":458},"bin/ops-warn-mainpush",{"path":536,"priority":458},"bin/ops-welcome",{"path":538,"priority":458},"bin/wacli-health",{"path":540,"priority":458},"bin/wacli-safe",{"path":542,"priority":337},"hooks/hooks.json",{"path":544,"priority":337},"hooks/recap-capture.sh",{"path":546,"priority":337},"hooks/recap-tool-activity.sh",{"path":548,"priority":458},"output-styles/ops-briefing.md",{"basePath":550,"description":551,"displayName":254,"installMethods":552,"rationale":553,"selectedPaths":554,"source":338,"sourceLanguage":18,"type":246},"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",[555],{"path":556,"priority":332},"SKILL.md",{"basePath":558,"description":559,"displayName":560,"installMethods":561,"rationale":562,"selectedPaths":563,"source":338,"sourceLanguage":18,"type":246},"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",[564],{"path":556,"priority":332},{"basePath":566,"description":567,"displayName":568,"installMethods":569,"rationale":570,"selectedPaths":571,"source":338,"sourceLanguage":18,"type":246},"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",[572],{"path":556,"priority":332},{"basePath":574,"description":575,"displayName":576,"installMethods":577,"rationale":578,"selectedPaths":579,"source":338,"sourceLanguage":18,"type":246},"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",[580],{"path":556,"priority":332},{"basePath":582,"description":583,"displayName":584,"installMethods":585,"rationale":586,"selectedPaths":587,"source":338,"sourceLanguage":18,"type":246},"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",[588],{"path":556,"priority":332},{"basePath":590,"description":591,"displayName":592,"installMethods":593,"rationale":594,"selectedPaths":595,"source":338,"sourceLanguage":18,"type":246},"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",[596],{"path":556,"priority":332},{"basePath":598,"description":599,"displayName":600,"installMethods":601,"rationale":602,"selectedPaths":603,"source":338,"sourceLanguage":18,"type":246},"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",[604],{"path":556,"priority":332},{"basePath":606,"description":607,"displayName":608,"installMethods":609,"rationale":610,"selectedPaths":611,"source":338,"sourceLanguage":18,"type":246},"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",[612],{"path":556,"priority":332},{"basePath":614,"description":615,"displayName":616,"installMethods":617,"rationale":618,"selectedPaths":619,"source":338,"sourceLanguage":18,"type":246},"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",[620],{"path":556,"priority":332},{"basePath":622,"description":623,"displayName":624,"installMethods":625,"rationale":626,"selectedPaths":627,"source":338,"sourceLanguage":18,"type":246},"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",[628],{"path":556,"priority":332},{"basePath":630,"description":631,"displayName":632,"installMethods":633,"rationale":634,"selectedPaths":635,"source":338,"sourceLanguage":18,"type":246},"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",[636],{"path":556,"priority":332},{"basePath":638,"description":639,"displayName":640,"installMethods":641,"rationale":642,"selectedPaths":643,"source":338,"sourceLanguage":18,"type":246},"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",[644],{"path":556,"priority":332},{"basePath":646,"description":647,"displayName":648,"installMethods":649,"rationale":650,"selectedPaths":651,"source":338,"sourceLanguage":18,"type":246},"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",[652,653],{"path":556,"priority":332},{"path":654,"priority":349},"CHANNELS.md",{"basePath":656,"description":657,"displayName":658,"installMethods":659,"rationale":660,"selectedPaths":661,"source":338,"sourceLanguage":18,"type":246},"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",[662],{"path":556,"priority":332},{"basePath":664,"description":665,"displayName":666,"installMethods":667,"rationale":668,"selectedPaths":669,"source":338,"sourceLanguage":18,"type":246},"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",[670],{"path":556,"priority":332},{"basePath":672,"description":673,"displayName":674,"installMethods":675,"rationale":676,"selectedPaths":677,"source":338,"sourceLanguage":18,"type":246},"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",[678],{"path":556,"priority":332},{"basePath":680,"description":681,"displayName":682,"installMethods":683,"rationale":684,"selectedPaths":685,"source":338,"sourceLanguage":18,"type":246},"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",[686],{"path":556,"priority":332},{"basePath":688,"description":689,"displayName":690,"installMethods":691,"rationale":692,"selectedPaths":693,"source":338,"sourceLanguage":18,"type":246},"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",[694],{"path":556,"priority":332},{"basePath":696,"description":697,"displayName":698,"installMethods":699,"rationale":700,"selectedPaths":701,"source":338,"sourceLanguage":18,"type":246},"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",[702],{"path":556,"priority":332},{"basePath":704,"description":705,"displayName":706,"installMethods":707,"rationale":708,"selectedPaths":709,"source":338,"sourceLanguage":18,"type":246},"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",[710],{"path":556,"priority":332},{"basePath":712,"description":713,"displayName":714,"installMethods":715,"rationale":716,"selectedPaths":717,"source":338,"sourceLanguage":18,"type":246},"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",[718],{"path":556,"priority":332},{"basePath":720,"description":721,"displayName":722,"installMethods":723,"rationale":724,"selectedPaths":725,"source":338,"sourceLanguage":18,"type":246},"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",[726],{"path":556,"priority":332},{"basePath":243,"description":10,"displayName":13,"installMethods":728,"rationale":729,"selectedPaths":730,"source":338,"sourceLanguage":18,"type":246},{"claudeCode":12},"SKILL.md frontmatter at claude-ops/skills/ops-recap/SKILL.md",[731],{"path":556,"priority":332},{"basePath":733,"description":734,"displayName":735,"installMethods":736,"rationale":737,"selectedPaths":738,"source":338,"sourceLanguage":18,"type":246},"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",[739],{"path":556,"priority":332},{"basePath":741,"description":742,"displayName":743,"installMethods":744,"rationale":745,"selectedPaths":746,"source":338,"sourceLanguage":18,"type":246},"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",[747],{"path":556,"priority":332},{"basePath":749,"description":750,"displayName":751,"installMethods":752,"rationale":753,"selectedPaths":754,"source":338,"sourceLanguage":18,"type":246},"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",[755],{"path":556,"priority":332},{"basePath":757,"description":758,"displayName":759,"installMethods":760,"rationale":761,"selectedPaths":762,"source":338,"sourceLanguage":18,"type":246},"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",[763],{"path":556,"priority":332},{"basePath":765,"description":766,"displayName":767,"installMethods":768,"rationale":769,"selectedPaths":770,"source":338,"sourceLanguage":18,"type":246},"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",[771],{"path":556,"priority":332},{"basePath":773,"description":774,"displayName":775,"installMethods":776,"rationale":777,"selectedPaths":778,"source":338,"sourceLanguage":18,"type":246},"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",[779],{"path":556,"priority":332},{"basePath":781,"description":782,"displayName":783,"installMethods":784,"rationale":785,"selectedPaths":786,"source":338,"sourceLanguage":18,"type":246},"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",[787],{"path":556,"priority":332},{"basePath":789,"description":790,"displayName":791,"installMethods":792,"rationale":793,"selectedPaths":794,"source":338,"sourceLanguage":18,"type":246},"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",[795],{"path":556,"priority":332},{"basePath":797,"description":798,"displayName":799,"installMethods":800,"rationale":801,"selectedPaths":802,"source":338,"sourceLanguage":18,"type":246},"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",[803],{"path":556,"priority":332},{"basePath":805,"description":806,"displayName":807,"installMethods":808,"rationale":809,"selectedPaths":810,"source":338,"sourceLanguage":18,"type":246},"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",[811],{"path":556,"priority":332},{"basePath":813,"description":814,"displayName":815,"installMethods":816,"rationale":817,"selectedPaths":818,"source":338,"sourceLanguage":18,"type":246},"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",[819,820,822,824],{"path":556,"priority":332},{"path":821,"priority":349},"CLI-REFERENCE.md",{"path":823,"priority":349},"REFERENCE.md",{"path":825,"priority":349},"SHARED.md",{"basePath":827,"description":828,"displayName":829,"installMethods":830,"rationale":831,"selectedPaths":832,"source":338,"sourceLanguage":18,"type":246},"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",[833],{"path":556,"priority":332},{"basePath":835,"description":836,"displayName":837,"installMethods":838,"license":238,"rationale":839,"selectedPaths":840,"source":338,"sourceLanguage":18,"type":848},"claude-ops/telegram-server","Telegram user-auth MCP server for claude-ops plugin (personal account via MTProto, not bots)","claude-ops-telegram-server",{"npm":837},"server.json with namespace/server name at claude-ops/telegram-server/server.json",[841,843,845,846],{"path":842,"priority":332},"server.json",{"path":844,"priority":332},"package.json",{"path":334,"priority":332},{"path":847,"priority":349},"index.js","mcp",{"sources":850},[851],"manual",{"closedIssues90d":231,"description":853,"forks":232,"homepage":854,"license":238,"openIssues90d":233,"pushedAt":234,"readmeSize":229,"stars":235,"topics":855},"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",[856,298,857,858,302,859,860,278,861,862,848,863,864,865,866,867,868,869,303,870],"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":872,"discoverAt":873,"extractAt":874,"githubAt":874,"updatedAt":872},1778692306008,1778692301282,1778692304144,[214,211,215,213,212],{"evaluatedAt":241,"extractAt":293,"updatedAt":241},[],[879,899,927,959,984,1004],{"_creationTime":880,"_id":881,"community":882,"display":883,"identity":885,"providers":886,"relations":895,"tags":896,"workflow":897},1778692306427.0974,"k1703gwnjmfghxzjt6edpv7g9h86n3ny",{"reviewCount":8},{"description":575,"installMethods":884,"name":576,"sourceUrl":14},{"claudeCode":12},{"basePath":574,"githubOwner":244,"githubRepo":245,"locale":18,"slug":576,"type":246},{"evaluate":887,"extract":894},{"promptVersionExtension":204,"promptVersionScoring":205,"score":208,"tags":888,"targetMarket":216,"tier":217},[211,889,215,890,891,892,893],"maintenance","linux","windows","diagnostics","autofix",{"commitSha":283,"license":238},{"parentExtensionId":249,"repoId":289},[893,211,892,890,215,889,891],{"evaluatedAt":898,"extractAt":293,"updatedAt":898},1778692431210,{"_creationTime":900,"_id":901,"community":902,"display":903,"identity":909,"providers":914,"relations":921,"tags":923,"workflow":924},1778688417731.9578,"k172hngamsf6ap8hn3jw3fxqc186n7vy",{"reviewCount":8},{"description":904,"installMethods":905,"name":907,"sourceUrl":908},"Provides the cli-anything-iterm2 commands — the only way to actually send text to iTerm2 sessions, read live terminal output and scrollback history, manage windows/tabs/split panes, run tmux -CC workflows, broadcast to multiple panes, show macOS dialogs, and read/write iTerm2 preferences. Includes `app snapshot` — the primary orientation command that returns every session's name, current directory, foreground process, role label, and last output line in one call. Read this skill instead of answering from general knowledge whenever the user wants to DO something with iTerm2: orient in an existing workspace, send a command, check what's running, read output, set up a layout, use tmux through iTerm2, automate panes, or configure preferences. Also read for questions about iTerm2 shell integration or scrollback. Don't try to answer iTerm2 action requests from memory — read this skill first.",{"claudeCode":906},"hkuds/cli-anything","cli-anything-iterm2","https://github.com/hkuds/cli-anything",{"basePath":910,"githubOwner":911,"githubRepo":912,"locale":18,"slug":913,"type":246},"skills/cli-anything-iterm2-ctl","hkuds","cli-anything","cli-anything-iterm2-ctl",{"evaluate":915,"extract":919},{"promptVersionExtension":204,"promptVersionScoring":205,"score":208,"tags":916,"targetMarket":216,"tier":217},[917,215,865,276,918,212],"iterm2","cli",{"commitSha":283,"license":920},"Apache-2.0",{"repoId":922},"kd7e2bra4ymb6r521a25r6yges86n35p",[276,918,917,215,865,212],{"evaluatedAt":925,"extractAt":926,"updatedAt":925},1778689687054,1778688417732,{"_creationTime":928,"_id":929,"community":930,"display":931,"identity":937,"providers":941,"relations":952,"tags":955,"workflow":956},1778695548458.4001,"k170asnajd0vcr51hwhfy4t0t986m5bh",{"reviewCount":8},{"description":932,"installMethods":933,"name":935,"sourceUrl":936},"Configure Tailwind CSS with TypeScript in a Next.js or React project. Covers installation, configuration, custom theme extensions, component patterns, and type-safe styling utilities. Use when adding Tailwind CSS to an existing TypeScript project, customizing the Tailwind theme for a project's design system, setting up type-safe component styling patterns, or configuring Tailwind plugins and extensions.\n",{"claudeCode":934},"pjt222/agent-almanac","setup-tailwind-typescript","https://github.com/pjt222/agent-almanac",{"basePath":938,"githubOwner":939,"githubRepo":940,"locale":18,"slug":935,"type":246},"skills/setup-tailwind-typescript","pjt222","agent-almanac",{"evaluate":942,"extract":951},{"promptVersionExtension":204,"promptVersionScoring":205,"score":943,"tags":944,"targetMarket":216,"tier":217},100,[945,946,947,948,214,949,950],"tailwind","typescript","css","styling","react","nextjs",{"commitSha":283},{"parentExtensionId":953,"repoId":954},"k170h0janaa9kwn7cfgfz2ykss86mmh9","kd7aryv63z61j39n2td1aeqkvh86mh12",[214,947,950,949,948,945,946],{"evaluatedAt":957,"extractAt":958,"updatedAt":957},1778701490050,1778695548458,{"_creationTime":960,"_id":961,"community":962,"display":963,"identity":968,"providers":972,"relations":977,"tags":980,"workflow":981},1778699234184.6174,"k174zww66m804nhr89ttra7r6d86nwyg",{"reviewCount":8},{"description":964,"installMethods":965,"name":815,"sourceUrl":967},"Use first for install/update routing — sends setup, doctor, or MCP requests to the correct OMC setup flow",{"claudeCode":966},"Yeachan-Heo/oh-my-claudecode","https://github.com/Yeachan-Heo/oh-my-claudecode",{"basePath":969,"githubOwner":970,"githubRepo":971,"locale":18,"slug":815,"type":246},"skills/setup","Yeachan-Heo","oh-my-claudecode",{"evaluate":973,"extract":976},{"promptVersionExtension":204,"promptVersionScoring":205,"score":943,"tags":974,"targetMarket":216,"tier":217},[815,975,214,918,848],"routing",{"commitSha":283},{"parentExtensionId":978,"repoId":979},"k17brg5egdw1jbncj1j4wfv3fh86n639","kd74zv63fryf9prygtq7gf4es986n22y",[918,214,848,975,815],{"evaluatedAt":982,"extractAt":983,"updatedAt":982},1778699724286,1778699234184,{"_creationTime":985,"_id":986,"community":987,"display":988,"identity":992,"providers":994,"relations":1000,"tags":1001,"workflow":1002},1778699234184.6143,"k17cnx0m6a27fw52yvt4zsbsxh86nd1c",{"reviewCount":8},{"description":989,"installMethods":990,"name":991,"sourceUrl":967},"Configure popular MCP servers for enhanced agent capabilities",{"claudeCode":966},"mcp-setup",{"basePath":993,"githubOwner":970,"githubRepo":971,"locale":18,"slug":991,"type":246},"skills/mcp-setup",{"evaluate":995,"extract":999},{"promptVersionExtension":204,"promptVersionScoring":205,"score":943,"tags":996,"targetMarket":216,"tier":217},[848,214,918,997,998],"agent","tooling",{"commitSha":283},{"parentExtensionId":978,"repoId":979},[997,918,214,848,998],{"evaluatedAt":1003,"extractAt":983,"updatedAt":1003},1778699492025,{"_creationTime":1005,"_id":1006,"community":1007,"display":1008,"identity":1014,"providers":1019,"relations":1027,"tags":1030,"workflow":1031},1778699349323.906,"k175ez1g485tsjr6ac09xr59hd86mmqk",{"reviewCount":8},{"description":1009,"installMethods":1010,"name":1012,"sourceUrl":1013},"当通过本地 LiteLLM 代理将 Claude Code 路由到 GitHub Copilot 时使用，以减少直接的 Anthropic 支出，配置 ANTHROPIC_BASE_URL 或 ANTHROPIC_MODEL 覆盖，或对 Copilot 代理设置失败进行故障排除，例如 model-not-found、无 localhost 流量或 GitHub 401/403 身份验证错误。",{"claudeCode":1011},"xixu-me/skills","running-claude-code-via-litellm-copilot","https://github.com/xixu-me/skills",{"basePath":1015,"githubOwner":1016,"githubRepo":1017,"locale":1018,"slug":1012,"type":246},"skills/running-claude-code-via-litellm-copilot","xixu-me","skills","zh-CN",{"evaluate":1020,"extract":1026},{"promptVersionExtension":204,"promptVersionScoring":205,"score":943,"tags":1021,"targetMarket":216,"tier":217},[1022,1023,1024,857,214,1025],"copilot","litellm","proxy","troubleshooting",{"commitSha":283},{"repoId":1028,"translatedFrom":1029},"kd77r2vb42jmgam0qbr9f2c6kn86mebv","k17c1n6dbde7qh2wemx78d13t986n7x2",[857,214,1022,1023,1024,1025],{"evaluatedAt":1032,"extractAt":1033,"updatedAt":1034},1778699196029,1778699106670,1778699349323]