[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"extension-skill-Lifecycle-Innovations-Limited-ops-settings-en":3,"guides-for-Lifecycle-Innovations-Limited-ops-settings":880,"similar-k17834yp34czyp25kgtsqcq6wh86mg1z-en":881},{"_creationTime":4,"_id":5,"children":6,"community":7,"display":9,"evaluation":15,"identity":246,"isFallback":241,"parentExtension":251,"providers":319,"relations":323,"repo":324,"tags":878,"workflow":879},1778692306427.103,"k17834yp34czyp25kgtsqcq6wh86mg1z",[],{"reviewCount":8},0,{"description":10,"installMethods":11,"name":13,"sourceUrl":14},"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.",{"claudeCode":12},"Lifecycle-Innovations-Limited/claude-ops","ops-settings","https://github.com/Lifecycle-Innovations-Limited/claude-ops",{"_creationTime":16,"_id":17,"extensionId":5,"locale":18,"result":19,"trustSignals":227,"workflow":244},1778692935697.024,"kn74e8gn7zc7kq13etqrt6yzrn86m8t8","en",{"checks":20,"evaluatedAt":192,"extensionSummary":193,"features":194,"nonGoals":200,"practices":205,"prerequisites":206,"promptVersionExtension":208,"promptVersionScoring":209,"purpose":210,"rationale":211,"score":212,"summary":213,"tags":214,"targetMarket":220,"tier":221,"useCases":222},[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,112,116,120,123,126,129,132,135,138,142,146,150,153,157,160,163,166,169,173,176,179,182,185,189],{"category":22,"check":23,"severity":24,"summary":25},"Practical Utility","Problem relevance","pass","The description clearly states the problem of managing credentials post-setup and offers a solution for updating them individually without rerunning the full setup.",{"category":22,"check":27,"severity":24,"summary":28},"Unique selling proposition","The skill provides a valuable and specific utility by allowing granular credential updates and including smoke tests, going beyond basic LLM capabilities for credential management.",{"category":22,"check":30,"severity":24,"summary":31},"Production readiness","The skill covers the complete lifecycle of credential management, including setup, status checking, updating, and smoke testing, making it suitable for production use.",{"category":33,"check":34,"severity":24,"summary":35},"Scope","Single responsibility principle","The skill focuses specifically on managing credentials and integration status, a single coherent domain, without extending into unrelated areas.",{"category":33,"check":37,"severity":24,"summary":38},"Description quality","The description is concise, accurate, and accurately reflects the skill's functionality of managing credentials and integration status post-setup.",{"category":40,"check":41,"severity":24,"summary":42},"Invocation","Scoped tools","The skill utilizes scoped tools like `Read`, `Write`, `Edit`, `AskUserQuestion`, and `Bash` for specific operations, avoiding a single generalist execution tool.",{"category":44,"check":45,"severity":24,"summary":46},"Documentation","Configuration & parameter reference","The SKILL.md provides a clear CLI/API reference for operations like listing keys and updating values, and frontmatter defines argument hints.",{"category":33,"check":48,"severity":24,"summary":49},"Tool naming","Tool names like `ask_user_question`, `write`, `read`, and `edit` are descriptive and relevant to the skill's domain.",{"category":33,"check":51,"severity":24,"summary":52},"Minimal I/O surface","Inputs like integration names and credential values are handled through structured arguments or prompts, and outputs are focused on status and success/failure messages.",{"category":54,"check":55,"severity":24,"summary":56},"License","License usability","The extension is licensed under MIT, 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 latest commit was on 2026-05-13, indicating recent maintenance.",{"category":58,"check":62,"severity":24,"summary":63},"Dependency Management","The `claude-ops` repository includes a lockfile (`package-lock.json` likely, based on context), and dependencies are managed by standard package managers, with specific versions often declared or implied.",{"category":65,"check":66,"severity":24,"summary":67},"Security","Secret Management","The skill handles secrets securely by masking them in output, using user-provided values from secure sources, and not echoing resolved secrets.",{"category":65,"check":69,"severity":24,"summary":70},"Injection","The skill treats external data as untrusted, uses `jq` for safe JSON manipulation, and relies on specific arguments rather than executing arbitrary downloaded content.",{"category":65,"check":72,"severity":24,"summary":73},"Transitive Supply-Chain Grenades","The skill does not fetch remote code or data at runtime; all necessary scripts and configurations are bundled.",{"category":65,"check":75,"severity":24,"summary":76},"Sandbox Isolation","The skill operates within the designated plugin data directory (`${CLAUDE_PLUGIN_DATA_DIR}`) and uses relative paths for operations.",{"category":65,"check":78,"severity":24,"summary":79},"Sandbox escape primitives","No detached process spawns or retry loops around denied tool calls were found in the script.",{"category":65,"check":81,"severity":24,"summary":82},"Data Exfiltration","The skill manages credentials locally and does not submit confidential data to third parties without explicit user configuration.",{"category":65,"check":84,"severity":24,"summary":85},"Hidden Text Tricks","Bundled content appears free of hidden text tricks, HTML comments, or invisible Unicode characters designed to manipulate the model.",{"category":87,"check":88,"severity":24,"summary":89},"Hooks","Opaque code execution","The bundled script is plain Bash and does not use obfuscation techniques like base64 decoding or `eval`.",{"category":91,"check":92,"severity":24,"summary":93},"Portability","Structural Assumption","The skill makes reasonable assumptions about the `$HOME/.claude/plugins/data/` path and uses `jq` for safe JSON manipulation, with fallback for missing preferences.",{"category":95,"check":96,"severity":24,"summary":97},"Trust","Issues Attention","In the last 90 days, 2 issues were opened and 6 closed, indicating active maintenance and responsiveness.",{"category":99,"check":100,"severity":24,"summary":101},"Versioning","Release Management","The project declares version `2.0.0` in the README and `v1.7.0` in the changelog, indicating meaningful versioning.",{"category":103,"check":104,"severity":24,"summary":105},"Code Execution","Validation","Input arguments for integration names and values are handled through prompts and scripts, and JSON manipulation with `jq` is safe.",{"category":65,"check":107,"severity":24,"summary":108},"Unguarded Destructive Operations","The skill modifies a local preference file but does so through explicit `jq` operations, not destructive shell commands without gates.",{"category":103,"check":110,"severity":24,"summary":111},"Error Handling","The script includes error handling for reading preferences (`cat ... || echo '{}'`) and uses `jq` which provides error feedback on malformed JSON.",{"category":103,"check":113,"severity":114,"summary":115},"Logging","not_applicable","The skill is primarily interactive and focuses on user feedback, not extensive logging of actions to a persistent audit file.",{"category":117,"check":118,"severity":24,"summary":119},"Compliance","GDPR","The skill handles local configuration and credentials, not personal data submitted to third parties.",{"category":117,"check":121,"severity":24,"summary":122},"Target market","The skill operates on local configuration and does not exhibit regional limitations; targetMarket is global.",{"category":91,"check":124,"severity":24,"summary":125},"Runtime stability","The script uses standard Bash utilities and `jq`, and relies on the `CLAUDE_PLUGIN_DATA_DIR` environment variable, ensuring cross-platform compatibility.",{"category":44,"check":127,"severity":24,"summary":128},"README","The README provides a comprehensive overview of the `claude-ops` project, including its purpose, features, and installation instructions.",{"category":33,"check":130,"severity":114,"summary":131},"Tool surface size","This skill primarily uses a few core tools like `cat`, `jq`, and `curl`, rather than exposing a large number of distinct commands.",{"category":40,"check":133,"severity":24,"summary":134},"Overlapping near-synonym tools","The tools used (`cat`, `jq`, `curl`, `read`, `write`, `edit`) have distinct purposes and do not overlap significantly.",{"category":44,"check":136,"severity":24,"summary":137},"Phantom features","All advertised features related to credential management and status checking are implemented and verifiable through the SKILL.md and provided scripts.",{"category":139,"check":140,"severity":24,"summary":141},"Install","Installation instruction","The README provides clear, step-by-step installation instructions and examples for adding the marketplace and installing the plugin.",{"category":143,"check":144,"severity":24,"summary":145},"Errors","Actionable error messages","Error paths, such as missing preference files, are handled gracefully with clear feedback to the user.",{"category":147,"check":148,"severity":24,"summary":149},"Execution","Pinned dependencies","The script uses standard system utilities and `jq`, and the broader `claude-ops` project indicates dependency management practices.",{"category":33,"check":151,"severity":114,"summary":152},"Dry-run preview","The skill's primary operations involve reading and updating local configuration, not state-changing operations that would necessitate a dry-run mode.",{"category":154,"check":155,"severity":114,"summary":156},"Protocol","Idempotent retry & timeouts","The skill operates locally on configuration files and does not involve remote calls or state-changing operations requiring 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.', confirming a lack of telemetry.",{"category":40,"check":161,"severity":24,"summary":162},"Precise Purpose","The skill clearly defines its purpose as a post-setup credential manager and specifies its use cases (updating credentials, checking status) and boundaries (not re-running full setup).",{"category":40,"check":164,"severity":24,"summary":165},"Concise Frontmatter","The frontmatter is concise and effectively summarizes the skill's core capability and argument hints.",{"category":44,"check":167,"severity":24,"summary":168},"Concise Body","The SKILL.md body is reasonably concise, delegating deeper material to other sections and files within the `claude-ops` project.",{"category":170,"check":171,"severity":24,"summary":172},"Context","Progressive Disclosure","The SKILL.md outlines the main functionality and refers to external files (like `preferences.json`) for detailed configuration, indicating progressive disclosure.",{"category":170,"check":174,"severity":114,"summary":175},"Forked exploration","This skill is a direct credential management tool and does not involve deep exploration or code review that would require forked context.",{"category":22,"check":177,"severity":24,"summary":178},"Usage examples","The SKILL.md provides clear examples for displaying status, updating specific integrations, and command-line usage.",{"category":22,"check":180,"severity":24,"summary":181},"Edge cases","The skill handles edge cases like missing `preferences.json` and provides clear feedback for actions like updating credentials and running smoke tests.",{"category":103,"check":183,"severity":114,"summary":184},"Tool Fallback","This skill primarily uses bundled scripts and does not rely on external MCP servers or tools that would require fallback mechanisms.",{"category":186,"check":187,"severity":24,"summary":188},"Safety","Halt on unexpected state","The skill gracefully handles unexpected states like a missing preferences file and provides clear reporting on update success or failure.",{"category":91,"check":190,"severity":24,"summary":191},"Cross-skill coupling","The `ops-settings` skill operates independently and does not implicitly rely on other skills within the `claude-ops` project.",1778692935371,"This skill manages integration credentials and configuration locally, allowing users to check status, update individual credentials, and run smoke tests without rerunning the full setup wizard.",[195,196,197,198,199],"Post-setup credential management","Check integration status (configured/missing/expired)","Update individual credentials","Run smoke tests after updates","Manage local preferences.json",[201,202,203,204],"Initial setup of all integrations from scratch","Managing credentials for services not explicitly supported","Replacing a full secrets management system for sensitive applications","Automating complex workflows beyond credential updates and status checks",[],[207],"Claude Code 1.0+","3.0.0","4.4.0","To streamline the management of integration credentials after initial setup, providing a way to check status, update individual credentials, and verify them with smoke tests.","The extension exhibits excellent quality across all checks, with a minor informational finding on logging and several 'not applicable' statuses due to its focused, local operation.",97,"A high-quality skill for managing integration credentials post-setup, offering granular updates and status checks.",[215,216,217,218,219],"credentials","configuration","management","setup","integrations","global","verified",[223,224,225,226],"Updating an expired API key for a service like Stripe or GitHub","Checking the status of all configured integrations at a glance","Adding or removing credentials for a specific integration without full re-setup","Verifying that updated credentials are live and functional via smoke tests",{"codeQuality":228,"collectedAt":230,"documentation":231,"maintenance":234,"security":240,"testCoverage":243},{"hasLockfile":229},true,1778692917020,{"descriptionLength":232,"readmeSize":233},214,22118,{"closedIssues90d":235,"forks":236,"hasChangelog":229,"openIssues90d":237,"pushedAt":238,"stars":239},6,4,2,1778673878000,9,{"hasNpmPackage":241,"license":242,"smitheryVerified":241},false,"MIT",{"hasCi":229,"hasTests":229},{"updatedAt":245},1778692935697,{"basePath":247,"githubOwner":248,"githubRepo":249,"locale":18,"slug":13,"type":250},"claude-ops/skills/ops-settings","Lifecycle-Innovations-Limited","claude-ops","skill",{"_creationTime":252,"_id":253,"community":254,"display":255,"identity":259,"parentExtension":261,"providers":298,"relations":315,"tags":316,"workflow":317},1778692306427.0964,"k17d0t6ns7y6t377pfprg128hd86nm89",{"reviewCount":8},{"description":256,"installMethods":257,"name":258,"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":258},"ops",{"basePath":249,"githubOwner":248,"githubRepo":249,"locale":18,"slug":249,"type":260},"plugin",{"_creationTime":262,"_id":263,"community":264,"display":265,"identity":269,"providers":272,"relations":292,"tags":294,"workflow":295},1778692306427.0962,"k177xmnsm26p2wbrkfkwqgm2b986m2w8",{"reviewCount":8},{"description":266,"installMethods":267,"name":268,"sourceUrl":14},"Local marketplace for claude-ops plugin",{"claudeCode":12},"ops-marketplace",{"basePath":270,"githubOwner":248,"githubRepo":249,"locale":18,"slug":249,"type":271},"","marketplace",{"evaluate":273,"extract":286},{"promptVersionExtension":274,"promptVersionScoring":209,"score":275,"tags":276,"targetMarket":220,"tier":221},"3.1.0",96,[277,278,279,280,281,282,283,284,285],"operations","business","dashboard","automation","productivity","aws","slack","whatsapp","monitoring",{"commitSha":287,"marketplace":288,"plugin":290},"HEAD",{"name":268,"pluginCount":289},1,{"mcpCount":8,"provider":291,"skillCount":8},"classify",{"repoId":293},"kd7d52tcek2e34r805zs06b10d86n39v",[280,282,278,279,285,277,281,283,284],{"evaluatedAt":296,"extractAt":297,"updatedAt":296},1778692330594,1778692306427,{"evaluate":299,"extract":312},{"promptVersionExtension":208,"promptVersionScoring":209,"score":300,"tags":301,"targetMarket":220,"tier":311},85,[302,280,303,304,305,306,307,308,309,285,310],"business-operations","ai-agents","communications","project-management","devops","marketing","finance","e-commerce","voice","community",{"commitSha":287,"license":242,"plugin":313},{"mcpCount":8,"provider":291,"skillCount":314},35,{"parentExtensionId":263,"repoId":293},[303,280,302,304,306,309,308,307,285,305,310],{"evaluatedAt":318,"extractAt":297,"updatedAt":318},1778692342046,{"evaluate":320,"extract":322},{"promptVersionExtension":208,"promptVersionScoring":209,"score":212,"tags":321,"targetMarket":220,"tier":221},[215,216,217,218,219],{"commitSha":287,"license":242},{"parentExtensionId":253,"repoId":293},{"_creationTime":325,"_id":293,"identity":326,"providers":327,"workflow":874},1778692301282.087,{"githubOwner":248,"githubRepo":249,"sourceUrl":14},{"classify":328,"discover":852,"github":855},{"commitSha":287,"extensions":329},[330,343,553,561,569,577,585,593,601,609,617,625,633,641,649,659,667,675,683,691,699,707,715,723,731,739,747,755,763,768,776,784,792,800,808,816,829,837],{"basePath":270,"description":266,"displayName":268,"installMethods":331,"rationale":332,"selectedPaths":333,"source":342,"sourceLanguage":18,"type":271},{"claudeCode":12},"marketplace.json at .claude-plugin/marketplace.json",[334,337,339],{"path":335,"priority":336},".claude-plugin/marketplace.json","mandatory",{"path":338,"priority":336},"README.md",{"path":340,"priority":341},"LICENSE","high","rule",{"basePath":249,"description":256,"displayName":258,"installMethods":344,"license":242,"rationale":345,"selectedPaths":346,"source":342,"sourceLanguage":18,"type":260},{"claudeCode":258},"plugin manifest at claude-ops/.claude-plugin/plugin.json",[347,349,350,351,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,458,460,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,549,551],{"path":348,"priority":336},".claude-plugin/plugin.json",{"path":338,"priority":336},{"path":340,"priority":341},{"path":352,"priority":353},"skills/ops/SKILL.md","medium",{"path":355,"priority":353},"skills/ops-comms/SKILL.md",{"path":357,"priority":353},"skills/ops-credentials/SKILL.md",{"path":359,"priority":353},"skills/ops-daemon/SKILL.md",{"path":361,"priority":353},"skills/ops-dash/SKILL.md",{"path":363,"priority":353},"skills/ops-deploy/SKILL.md",{"path":365,"priority":353},"skills/ops-deploy-fix/SKILL.md",{"path":367,"priority":353},"skills/ops-doctor/SKILL.md",{"path":369,"priority":353},"skills/ops-ecom/SKILL.md",{"path":371,"priority":353},"skills/ops-fires/SKILL.md",{"path":373,"priority":353},"skills/ops-go/SKILL.md",{"path":375,"priority":353},"skills/ops-gtm/SKILL.md",{"path":377,"priority":353},"skills/ops-inbox/SKILL.md",{"path":379,"priority":353},"skills/ops-integrate/SKILL.md",{"path":381,"priority":353},"skills/ops-linear/SKILL.md",{"path":383,"priority":353},"skills/ops-marketing/SKILL.md",{"path":385,"priority":353},"skills/ops-merge/SKILL.md",{"path":387,"priority":353},"skills/ops-monitor/SKILL.md",{"path":389,"priority":353},"skills/ops-next/SKILL.md",{"path":391,"priority":353},"skills/ops-orchestrate/SKILL.md",{"path":393,"priority":353},"skills/ops-package/SKILL.md",{"path":395,"priority":353},"skills/ops-projects/SKILL.md",{"path":397,"priority":353},"skills/ops-recap/SKILL.md",{"path":399,"priority":353},"skills/ops-revenue/SKILL.md",{"path":401,"priority":353},"skills/ops-rotate/SKILL.md",{"path":403,"priority":353},"skills/ops-rotate-setup/SKILL.md",{"path":405,"priority":353},"skills/ops-settings/SKILL.md",{"path":407,"priority":353},"skills/ops-speedup/SKILL.md",{"path":409,"priority":353},"skills/ops-status/SKILL.md",{"path":411,"priority":353},"skills/ops-triage/SKILL.md",{"path":413,"priority":353},"skills/ops-voice/SKILL.md",{"path":415,"priority":353},"skills/ops-whatsapp-biz/SKILL.md",{"path":417,"priority":353},"skills/ops-yolo/SKILL.md",{"path":419,"priority":353},"skills/setup/SKILL.md",{"path":421,"priority":353},"skills/uninstall/SKILL.md",{"path":423,"priority":336},".mcp.json",{"path":425,"priority":341},"agents/build-fixer.md",{"path":427,"priority":341},"agents/comms-scanner.md",{"path":429,"priority":341},"agents/daemon-agent.md",{"path":431,"priority":341},"agents/dependency-auditor.md",{"path":433,"priority":341},"agents/deploy-fixer.md",{"path":435,"priority":341},"agents/doctor-agent.md",{"path":437,"priority":341},"agents/general-purpose.md",{"path":439,"priority":341},"agents/infra-monitor.md",{"path":441,"priority":341},"agents/marketing-optimizer.md",{"path":443,"priority":341},"agents/memory-extractor.md",{"path":445,"priority":341},"agents/monitor-agent.md",{"path":447,"priority":341},"agents/project-scanner.md",{"path":449,"priority":341},"agents/revenue-tracker.md",{"path":451,"priority":341},"agents/triage-agent.md",{"path":453,"priority":341},"agents/yolo-ceo.md",{"path":455,"priority":341},"agents/yolo-cfo.md",{"path":457,"priority":341},"agents/yolo-coo.md",{"path":459,"priority":341},"agents/yolo-cto.md",{"path":461,"priority":462},"bin/ops-autofix","low",{"path":464,"priority":462},"bin/ops-ci",{"path":466,"priority":462},"bin/ops-credentials",{"path":468,"priority":462},"bin/ops-dash",{"path":470,"priority":462},"bin/ops-deploy-fix-build-trigger",{"path":472,"priority":462},"bin/ops-deploy-fix-merge-trigger",{"path":474,"priority":462},"bin/ops-discord",{"path":476,"priority":462},"bin/ops-discover-external",{"path":478,"priority":462},"bin/ops-doctor",{"path":480,"priority":462},"bin/ops-ecom-health",{"path":482,"priority":462},"bin/ops-external",{"path":484,"priority":462},"bin/ops-gather",{"path":486,"priority":462},"bin/ops-git",{"path":488,"priority":462},"bin/ops-gsd-states",{"path":490,"priority":462},"bin/ops-infra",{"path":492,"priority":462},"bin/ops-marketing-dash",{"path":494,"priority":462},"bin/ops-merge-scan",{"path":496,"priority":462},"bin/ops-no-rm-rf-anchor",{"path":498,"priority":462},"bin/ops-post-session-cleanup",{"path":500,"priority":462},"bin/ops-post-update-migrate",{"path":502,"priority":462},"bin/ops-pretool-wacli-health",{"path":504,"priority":462},"bin/ops-pretool-whatsapp-bridge-health",{"path":506,"priority":462},"bin/ops-prevent-secret-commit",{"path":508,"priority":462},"bin/ops-projects",{"path":510,"priority":462},"bin/ops-prs",{"path":512,"priority":462},"bin/ops-setup-complete",{"path":514,"priority":462},"bin/ops-setup-detect",{"path":516,"priority":462},"bin/ops-setup-install",{"path":518,"priority":462},"bin/ops-setup-preflight",{"path":520,"priority":462},"bin/ops-shopify-create",{"path":522,"priority":462},"bin/ops-slack-autolink.mjs",{"path":524,"priority":462},"bin/ops-slack-workspaces",{"path":526,"priority":462},"bin/ops-speedup",{"path":528,"priority":462},"bin/ops-status",{"path":530,"priority":462},"bin/ops-suggest-specialized-agent",{"path":532,"priority":462},"bin/ops-task-reminder",{"path":534,"priority":462},"bin/ops-telegram-autolink.mjs",{"path":536,"priority":462},"bin/ops-unread",{"path":538,"priority":462},"bin/ops-warn-mainpush",{"path":540,"priority":462},"bin/ops-welcome",{"path":542,"priority":462},"bin/wacli-health",{"path":544,"priority":462},"bin/wacli-safe",{"path":546,"priority":341},"hooks/hooks.json",{"path":548,"priority":341},"hooks/recap-capture.sh",{"path":550,"priority":341},"hooks/recap-tool-activity.sh",{"path":552,"priority":462},"output-styles/ops-briefing.md",{"basePath":554,"description":555,"displayName":258,"installMethods":556,"rationale":557,"selectedPaths":558,"source":342,"sourceLanguage":18,"type":250},"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",[559],{"path":560,"priority":336},"SKILL.md",{"basePath":562,"description":563,"displayName":564,"installMethods":565,"rationale":566,"selectedPaths":567,"source":342,"sourceLanguage":18,"type":250},"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",[568],{"path":560,"priority":336},{"basePath":570,"description":571,"displayName":572,"installMethods":573,"rationale":574,"selectedPaths":575,"source":342,"sourceLanguage":18,"type":250},"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",[576],{"path":560,"priority":336},{"basePath":578,"description":579,"displayName":580,"installMethods":581,"rationale":582,"selectedPaths":583,"source":342,"sourceLanguage":18,"type":250},"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",[584],{"path":560,"priority":336},{"basePath":586,"description":587,"displayName":588,"installMethods":589,"rationale":590,"selectedPaths":591,"source":342,"sourceLanguage":18,"type":250},"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",[592],{"path":560,"priority":336},{"basePath":594,"description":595,"displayName":596,"installMethods":597,"rationale":598,"selectedPaths":599,"source":342,"sourceLanguage":18,"type":250},"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",[600],{"path":560,"priority":336},{"basePath":602,"description":603,"displayName":604,"installMethods":605,"rationale":606,"selectedPaths":607,"source":342,"sourceLanguage":18,"type":250},"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",[608],{"path":560,"priority":336},{"basePath":610,"description":611,"displayName":612,"installMethods":613,"rationale":614,"selectedPaths":615,"source":342,"sourceLanguage":18,"type":250},"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",[616],{"path":560,"priority":336},{"basePath":618,"description":619,"displayName":620,"installMethods":621,"rationale":622,"selectedPaths":623,"source":342,"sourceLanguage":18,"type":250},"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",[624],{"path":560,"priority":336},{"basePath":626,"description":627,"displayName":628,"installMethods":629,"rationale":630,"selectedPaths":631,"source":342,"sourceLanguage":18,"type":250},"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",[632],{"path":560,"priority":336},{"basePath":634,"description":635,"displayName":636,"installMethods":637,"rationale":638,"selectedPaths":639,"source":342,"sourceLanguage":18,"type":250},"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",[640],{"path":560,"priority":336},{"basePath":642,"description":643,"displayName":644,"installMethods":645,"rationale":646,"selectedPaths":647,"source":342,"sourceLanguage":18,"type":250},"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",[648],{"path":560,"priority":336},{"basePath":650,"description":651,"displayName":652,"installMethods":653,"rationale":654,"selectedPaths":655,"source":342,"sourceLanguage":18,"type":250},"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",[656,657],{"path":560,"priority":336},{"path":658,"priority":353},"CHANNELS.md",{"basePath":660,"description":661,"displayName":662,"installMethods":663,"rationale":664,"selectedPaths":665,"source":342,"sourceLanguage":18,"type":250},"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",[666],{"path":560,"priority":336},{"basePath":668,"description":669,"displayName":670,"installMethods":671,"rationale":672,"selectedPaths":673,"source":342,"sourceLanguage":18,"type":250},"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",[674],{"path":560,"priority":336},{"basePath":676,"description":677,"displayName":678,"installMethods":679,"rationale":680,"selectedPaths":681,"source":342,"sourceLanguage":18,"type":250},"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",[682],{"path":560,"priority":336},{"basePath":684,"description":685,"displayName":686,"installMethods":687,"rationale":688,"selectedPaths":689,"source":342,"sourceLanguage":18,"type":250},"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",[690],{"path":560,"priority":336},{"basePath":692,"description":693,"displayName":694,"installMethods":695,"rationale":696,"selectedPaths":697,"source":342,"sourceLanguage":18,"type":250},"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",[698],{"path":560,"priority":336},{"basePath":700,"description":701,"displayName":702,"installMethods":703,"rationale":704,"selectedPaths":705,"source":342,"sourceLanguage":18,"type":250},"claude-ops/skills/ops-next","Business-level \"what should I do next\". Priority stack — fires > unread comms > ready-to-merge PRs > Linear sprint > revenue-generating GSD work. Uses pre-gathered data and routes to the right skill.","ops-next",{"claudeCode":12},"SKILL.md frontmatter at claude-ops/skills/ops-next/SKILL.md",[706],{"path":560,"priority":336},{"basePath":708,"description":709,"displayName":710,"installMethods":711,"rationale":712,"selectedPaths":713,"source":342,"sourceLanguage":18,"type":250},"claude-ops/skills/ops-orchestrate","Autonomous multi-project orchestration engine. Audits all registered projects, structures work into dependency-wired tasks, dispatches parallel agents (subagents or Agent Teams), audits completions, and ships PRs. Registry-driven — works for any user with a configured project registry.","ops-orchestrate",{"claudeCode":12},"SKILL.md frontmatter at claude-ops/skills/ops-orchestrate/SKILL.md",[714],{"path":560,"priority":336},{"basePath":716,"description":717,"displayName":718,"installMethods":719,"rationale":720,"selectedPaths":721,"source":342,"sourceLanguage":18,"type":250},"claude-ops/skills/ops-package","Ship parcels via any configured carrier — MyParcel, Sendcloud, DHL Parcel NL, PostNL, DPD, UPS, FedEx. Auto-selects the first carrier whose credentials are configured, or pass --carrier \u003Cname> to override. Verbs: ship, label, track, list, carriers.","ops-package",{"claudeCode":12},"SKILL.md frontmatter at claude-ops/skills/ops-package/SKILL.md",[722],{"path":560,"priority":336},{"basePath":724,"description":725,"displayName":726,"installMethods":727,"rationale":728,"selectedPaths":729,"source":342,"sourceLanguage":18,"type":250},"claude-ops/skills/ops-projects","Portfolio dashboard for all GSD-tracked projects. Scans ~/Projects and ~/gsd-workspaces for .planning/ directories, shows phase status, git state, blockers, and next actions for every project. Run /ops projects to see the full portfolio.","ops-projects",{"claudeCode":12},"SKILL.md frontmatter at claude-ops/skills/ops-projects/SKILL.md",[730],{"path":560,"priority":336},{"basePath":732,"description":733,"displayName":734,"installMethods":735,"rationale":736,"selectedPaths":737,"source":342,"sourceLanguage":18,"type":250},"claude-ops/skills/ops-recap","Manage the multi-session recap marquee daemon — a background process that synthesizes a one-line digest across all parallel Claude Code sessions and shell activity, displayed in tmux status-right. Subcommands status/tail/configure/restart.","ops-recap",{"claudeCode":12},"SKILL.md frontmatter at claude-ops/skills/ops-recap/SKILL.md",[738],{"path":560,"priority":336},{"basePath":740,"description":741,"displayName":742,"installMethods":743,"rationale":744,"selectedPaths":745,"source":342,"sourceLanguage":18,"type":250},"claude-ops/skills/ops-revenue","Revenue and costs tracker. AWS spend via aws ce, credits tracker, project revenue stages. Shows burn rate, runway estimate, credits expiring.","ops-revenue",{"claudeCode":12},"SKILL.md frontmatter at claude-ops/skills/ops-revenue/SKILL.md",[746],{"path":560,"priority":336},{"basePath":748,"description":749,"displayName":750,"installMethods":751,"rationale":752,"selectedPaths":753,"source":342,"sourceLanguage":18,"type":250},"claude-ops/skills/ops-rotate","Multi-account Claude Max rotator. Status, manual rotation, account list, add-account wizard. Requires account_rotation_enabled=true in plugin settings.","ops-rotate",{"claudeCode":12},"SKILL.md frontmatter at claude-ops/skills/ops-rotate/SKILL.md",[754],{"path":560,"priority":336},{"basePath":756,"description":757,"displayName":758,"installMethods":759,"rationale":760,"selectedPaths":761,"source":342,"sourceLanguage":18,"type":250},"claude-ops/skills/ops-rotate-setup","Interactive OAuth init wizard for the multi-account Claude rotator. Walks through every account in the rotation config, runs the Playwright magic-link flow for any account missing a keychain token, and writes verified tokens to `Claude-Rotation-\u003Caccount_id>`. Re-runnable any time. Standalone alias of the same step inside `/ops:setup`.","ops-rotate-setup",{"claudeCode":12},"SKILL.md frontmatter at claude-ops/skills/ops-rotate-setup/SKILL.md",[762],{"path":560,"priority":336},{"basePath":247,"description":10,"displayName":13,"installMethods":764,"rationale":765,"selectedPaths":766,"source":342,"sourceLanguage":18,"type":250},{"claudeCode":12},"SKILL.md frontmatter at claude-ops/skills/ops-settings/SKILL.md",[767],{"path":560,"priority":336},{"basePath":769,"description":770,"displayName":771,"installMethods":772,"rationale":773,"selectedPaths":774,"source":342,"sourceLanguage":18,"type":250},"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",[775],{"path":560,"priority":336},{"basePath":777,"description":778,"displayName":779,"installMethods":780,"rationale":781,"selectedPaths":782,"source":342,"sourceLanguage":18,"type":250},"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",[783],{"path":560,"priority":336},{"basePath":785,"description":786,"displayName":787,"installMethods":788,"rationale":789,"selectedPaths":790,"source":342,"sourceLanguage":18,"type":250},"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",[791],{"path":560,"priority":336},{"basePath":793,"description":794,"displayName":795,"installMethods":796,"rationale":797,"selectedPaths":798,"source":342,"sourceLanguage":18,"type":250},"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",[799],{"path":560,"priority":336},{"basePath":801,"description":802,"displayName":803,"installMethods":804,"rationale":805,"selectedPaths":806,"source":342,"sourceLanguage":18,"type":250},"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",[807],{"path":560,"priority":336},{"basePath":809,"description":810,"displayName":811,"installMethods":812,"rationale":813,"selectedPaths":814,"source":342,"sourceLanguage":18,"type":250},"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",[815],{"path":560,"priority":336},{"basePath":817,"description":818,"displayName":218,"installMethods":819,"rationale":820,"selectedPaths":821,"source":342,"sourceLanguage":18,"type":250},"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.",{"claudeCode":12},"SKILL.md frontmatter at claude-ops/skills/setup/SKILL.md",[822,823,825,827],{"path":560,"priority":336},{"path":824,"priority":353},"CLI-REFERENCE.md",{"path":826,"priority":353},"REFERENCE.md",{"path":828,"priority":353},"SHARED.md",{"basePath":830,"description":831,"displayName":832,"installMethods":833,"rationale":834,"selectedPaths":835,"source":342,"sourceLanguage":18,"type":250},"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",[836],{"path":560,"priority":336},{"basePath":838,"description":839,"displayName":840,"installMethods":841,"license":242,"rationale":842,"selectedPaths":843,"source":342,"sourceLanguage":18,"type":851},"claude-ops/telegram-server","Telegram user-auth MCP server for claude-ops plugin (personal account via MTProto, not bots)","claude-ops-telegram-server",{"npm":840},"server.json with namespace/server name at claude-ops/telegram-server/server.json",[844,846,848,849],{"path":845,"priority":336},"server.json",{"path":847,"priority":336},"package.json",{"path":338,"priority":336},{"path":850,"priority":353},"index.js","mcp",{"sources":853},[854],"manual",{"closedIssues90d":235,"description":856,"forks":236,"homepage":857,"license":242,"openIssues90d":237,"pushedAt":238,"readmeSize":233,"stars":239,"topics":858},"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",[859,302,860,861,306,862,863,282,864,865,851,866,867,868,869,870,871,872,307,873],"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":875,"discoverAt":876,"extractAt":877,"githubAt":877,"updatedAt":875},1778692306008,1778692301282,1778692304144,[216,215,219,217,218],{"evaluatedAt":245,"extractAt":297,"updatedAt":245},[],[882,909,936,960,987,1014],{"_creationTime":883,"_id":884,"community":885,"display":886,"identity":891,"providers":895,"relations":902,"tags":905,"workflow":906},1778699234184.6174,"k174zww66m804nhr89ttra7r6d86nwyg",{"reviewCount":8},{"description":887,"installMethods":888,"name":218,"sourceUrl":890},"Use first for install/update routing — sends setup, doctor, or MCP requests to the correct OMC setup flow",{"claudeCode":889},"Yeachan-Heo/oh-my-claudecode","https://github.com/Yeachan-Heo/oh-my-claudecode",{"basePath":892,"githubOwner":893,"githubRepo":894,"locale":18,"slug":218,"type":250},"skills/setup","Yeachan-Heo","oh-my-claudecode",{"evaluate":896,"extract":901},{"promptVersionExtension":208,"promptVersionScoring":209,"score":897,"tags":898,"targetMarket":220,"tier":221},100,[218,899,216,900,851],"routing","cli",{"commitSha":287},{"parentExtensionId":903,"repoId":904},"k17brg5egdw1jbncj1j4wfv3fh86n639","kd74zv63fryf9prygtq7gf4es986n22y",[900,216,851,899,218],{"evaluatedAt":907,"extractAt":908,"updatedAt":907},1778699724286,1778699234184,{"_creationTime":910,"_id":911,"community":912,"display":913,"identity":919,"providers":923,"relations":928,"tags":931,"workflow":932},1778694149049.347,"k1798fc1hmtx3bmdgwyn3fet2d86mzt5",{"reviewCount":8},{"description":914,"installMethods":915,"name":917,"sourceUrl":918},"Guide users through configuring key MongoDB MCP server options. Use this skill when a user has the MongoDB MCP server installed but hasn't configured the required environment variables, or when they ask about connecting to MongoDB/Atlas and don't have the credentials set up.",{"claudeCode":916},"mongodb/agent-skills","mongodb-mcp-setup","https://github.com/mongodb/agent-skills",{"basePath":920,"githubOwner":921,"githubRepo":922,"locale":18,"slug":917,"type":250},"skills/mongodb-mcp-setup","mongodb","agent-skills",{"evaluate":924,"extract":927},{"promptVersionExtension":208,"promptVersionScoring":209,"score":897,"tags":925,"targetMarket":220,"tier":221},[921,851,216,218,926,900],"authentication",{"commitSha":287},{"parentExtensionId":929,"repoId":930},"k170hje3xzpy2mbkn00agzm38x86mkbz","kd74vahs1zbjqzqbert490xyrd86nfv5",[926,900,216,851,921,218],{"evaluatedAt":933,"extractAt":934,"updatedAt":935},1778694262565,1778694149049,1778694462010,{"_creationTime":937,"_id":938,"community":939,"display":940,"identity":946,"providers":949,"relations":954,"tags":956,"workflow":957},1778687183932.1943,"k1728svzyq5wfc93gjyntemgnh86m6d9",{"reviewCount":8},{"description":941,"installMethods":942,"name":944,"sourceUrl":945},"Set up gbrain for this coding agent: install the CLI, initialize a\nlocal PGLite or Supabase brain, register MCP, capture per-remote trust\npolicy. One command from zero to \"gbrain is running, and this agent\ncan call it.\" Use when: \"setup gbrain\", \"connect gbrain\", \"start\ngbrain\", \"install gbrain\", \"configure gbrain for this machine\". (gstack)\n",{"claudeCode":943},"garrytan/gstack","setup-gbrain","https://github.com/garrytan/gstack",{"basePath":944,"githubOwner":947,"githubRepo":948,"locale":18,"slug":944,"type":250},"garrytan","gstack",{"evaluate":950,"extract":953},{"promptVersionExtension":208,"promptVersionScoring":209,"score":897,"tags":951,"targetMarket":220,"tier":221},[952,218,216,859,900,851],"gbrain",{"commitSha":287},{"repoId":955},"kd73s35xh97m9mmc5nz3pb1f3n86m0an",[859,900,216,952,851,218],{"evaluatedAt":958,"extractAt":959,"updatedAt":958},1778688428238,1778687183932,{"_creationTime":961,"_id":962,"community":963,"display":964,"identity":970,"providers":974,"relations":981,"tags":983,"workflow":984},1778687399826.023,"k175w6tzg3xbq4vjvpf758vq5986nrzz",{"reviewCount":8},{"description":965,"installMethods":966,"name":968,"sourceUrl":969},"Creates, reads, updates, and deletes Arize AI integrations that store LLM provider credentials used by evaluators and other Arize features. Supports any LLM provider (e.g. OpenAI, Anthropic, Azure OpenAI, AWS Bedrock, Vertex AI, Gemini, NVIDIA NIM). Use when the user mentions AI integration, LLM provider credentials, create integration, list integrations, update credentials, delete integration, or connecting an LLM provider to Arize.",{"claudeCode":967},"github/awesome-copilot","arize-ai-provider-integration","https://github.com/github/awesome-copilot",{"basePath":971,"githubOwner":972,"githubRepo":973,"locale":18,"slug":968,"type":250},"skills/arize-ai-provider-integration","github","awesome-copilot",{"evaluate":975,"extract":980},{"promptVersionExtension":208,"promptVersionScoring":209,"score":897,"tags":976,"targetMarket":220,"tier":221},[977,978,215,979,217],"arize","llm","integration",{"commitSha":287},{"repoId":982},"kd7dsmv976w8rtkqnjjfdtfgks86nnmw",[977,215,979,978,217],{"evaluatedAt":985,"extractAt":986,"updatedAt":985},1778689070267,1778687399826,{"_creationTime":988,"_id":989,"community":990,"display":991,"identity":997,"providers":1001,"relations":1007,"tags":1010,"workflow":1011},1778683100520.298,"k17eypn07wxmddywcwrap9snrx86mg9f",{"reviewCount":8},{"description":992,"installMethods":993,"name":995,"sourceUrl":996},"Sets up or edits the plugin configuration file interactively. Use on first-time setup, when config is missing, or when the user wants to change settings.",{"claudeCode":994},"bitwize-music-studio/claude-ai-music-skills","configure","https://github.com/bitwize-music-studio/claude-ai-music-skills",{"basePath":998,"githubOwner":999,"githubRepo":1000,"locale":18,"slug":995,"type":250},"skills/configure","bitwize-music-studio","claude-ai-music-skills",{"evaluate":1002,"extract":1006},{"promptVersionExtension":208,"promptVersionScoring":209,"score":897,"tags":1003,"targetMarket":220,"tier":221},[216,218,217,1004,1005],"yaml","plugins",{"commitSha":287},{"parentExtensionId":1008,"repoId":1009},"k1754vkdjckrkqvz9x7tjrvhzn86n1gc","kd70cgrajsrnk5gmq60rhq30zd86nyc0",[216,217,1005,218,1004],{"evaluatedAt":1012,"extractAt":1013,"updatedAt":1012},1778683305457,1778683100520,{"_creationTime":1015,"_id":1016,"community":1017,"display":1018,"identity":1024,"providers":1028,"relations":1038,"tags":1041,"workflow":1042},1778695548458.4001,"k170asnajd0vcr51hwhfy4t0t986m5bh",{"reviewCount":8},{"description":1019,"installMethods":1020,"name":1022,"sourceUrl":1023},"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":1021},"pjt222/agent-almanac","setup-tailwind-typescript","https://github.com/pjt222/agent-almanac",{"basePath":1025,"githubOwner":1026,"githubRepo":1027,"locale":18,"slug":1022,"type":250},"skills/setup-tailwind-typescript","pjt222","agent-almanac",{"evaluate":1029,"extract":1037},{"promptVersionExtension":208,"promptVersionScoring":209,"score":897,"tags":1030,"targetMarket":220,"tier":221},[1031,1032,1033,1034,216,1035,1036],"tailwind","typescript","css","styling","react","nextjs",{"commitSha":287},{"parentExtensionId":1039,"repoId":1040},"k170h0janaa9kwn7cfgfz2ykss86mmh9","kd7aryv63z61j39n2td1aeqkvh86mh12",[216,1033,1036,1035,1034,1031,1032],{"evaluatedAt":1043,"extractAt":1044,"updatedAt":1043},1778701490050,1778695548458]