[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"extension-skill-clickhouse-clickhousectl-cloud-deploy-en":3,"guides-for-clickhouse-clickhousectl-cloud-deploy":460,"similar-k170qjwkrhj3k8mt2rh6x7nhhn86ma0f-en":461},{"_creationTime":4,"_id":5,"children":6,"community":7,"display":9,"evaluation":15,"identity":247,"isFallback":237,"parentExtension":252,"providers":309,"relations":313,"repo":314,"tags":457,"workflow":458},1778683910609.902,"k170qjwkrhj3k8mt2rh6x7nhhn86ma0f",[],{"reviewCount":8},0,{"description":10,"installMethods":11,"name":13,"sourceUrl":14},"Use when a user wants to deploy ClickHouse to the cloud, go to production, use ClickHouse Cloud, host a managed ClickHouse service, or migrate from a local ClickHouse setup to ClickHouse Cloud.",{"claudeCode":12},"clickhouse/agent-skills","ClickHouse Cloud Deployer","https://github.com/clickhouse/agent-skills",{"_creationTime":16,"_id":17,"extensionId":5,"locale":18,"result":19,"trustSignals":228,"workflow":245},1778684131149.239,"kn7b9fnne33x4eb1hkh2yrjn5186ntwn","en",{"checks":20,"evaluatedAt":193,"extensionSummary":194,"features":195,"nonGoals":201,"practices":205,"prerequisites":206,"promptVersionExtension":209,"promptVersionScoring":210,"purpose":211,"rationale":212,"score":213,"summary":214,"tags":215,"targetMarket":221,"tier":222,"useCases":223},[21,26,29,33,37,41,45,48,52,56,60,63,66,69,73,76,79,82,85,88,92,96,99,103,106,109,112,115,118,121,125,128,133,137,141,144,147,150,154,157,160,163,166,169,172,176,180,183,186,190],{"category":22,"check":23,"severity":24,"summary":25},"Invocation","Precise Purpose","pass","The description clearly states the skill's purpose (deploying ClickHouse to the cloud) and provides specific use cases (production deployment, migration, service creation) along with implicit non-goals (not for local dev).",{"category":22,"check":27,"severity":24,"summary":28},"Concise Frontmatter","The frontmatter is concise and effectively summarizes the skill's core capability and trigger phrases within the recommended character limit.",{"category":30,"check":31,"severity":24,"summary":32},"Documentation","Concise Body","The SKILL.md body is well-structured and under the approximate line limit, delegating deeper material to other files as needed.",{"category":34,"check":35,"severity":24,"summary":36},"Context","Progressive Disclosure","The SKILL.md outlines the workflow steps clearly and links to relevant external resources or commands where necessary, avoiding embedding large blocks of bulk material.",{"category":34,"check":38,"severity":39,"summary":40},"Forked exploration","not_applicable","This skill is a procedural walkthrough and does not involve deep exploration or code review, thus `context: fork` is not applicable.",{"category":42,"check":43,"severity":24,"summary":44},"Practical Utility","Usage examples","Sufficient end-to-end examples are provided, demonstrating invocation and expected outcomes for key capabilities like authentication and service creation.",{"category":42,"check":46,"severity":24,"summary":47},"Edge cases","The skill addresses potential failure modes such as missing API keys or services not being ready, providing recovery steps like guiding the user to create an account or re-authenticate.",{"category":49,"check":50,"severity":39,"summary":51},"Code Execution","Tool Fallback","The skill only relies on the `clickhousectl` tool, which is assumed to be installed via the provided instructions, and does not depend on an external MCP server.",{"category":53,"check":54,"severity":24,"summary":55},"Safety","Halt on unexpected state","The skill explicitly instructs the user to wait for services to be ready and to re-authenticate if necessary, effectively halting the workflow on unexpected states.",{"category":57,"check":58,"severity":24,"summary":59},"Portability","Cross-skill coupling","The skill is self-contained and does not implicitly rely on other skills; any external tools like `clickhousectl` are clearly indicated and installable.",{"category":42,"check":61,"severity":24,"summary":62},"Problem relevance","The description directly addresses the user's need to deploy ClickHouse to the cloud and use managed services.",{"category":42,"check":64,"severity":24,"summary":65},"Unique selling proposition","This skill provides a structured, step-by-step workflow for ClickHouse Cloud deployment using `clickhousectl`, offering significant value over a generic prompt.",{"category":42,"check":67,"severity":24,"summary":68},"Production readiness","The skill covers the complete lifecycle from account setup and authentication to service creation, schema migration, and application configuration, making it suitable for production workflows.",{"category":70,"check":71,"severity":24,"summary":72},"Scope","Single responsibility principle","The skill focuses exclusively on deploying ClickHouse to the cloud and related setup tasks.",{"category":70,"check":74,"severity":24,"summary":75},"Description quality","The displayed description accurately reflects the skill's functionality and target use cases.",{"category":22,"check":77,"severity":24,"summary":78},"Scoped tools","The skill uses the `clickhousectl` CLI, which is assumed to provide scoped commands like `cloud org list` and `cloud service create`.",{"category":30,"check":80,"severity":24,"summary":81},"Configuration & parameter reference","Parameters like service name, API keys, and query files are clearly indicated within the bash commands and explained in the text.",{"category":70,"check":83,"severity":24,"summary":84},"Tool naming","The `clickhousectl` commands used are descriptive and follow a clear verb-noun pattern.",{"category":70,"check":86,"severity":24,"summary":87},"Minimal I/O surface","The skill's instructions focus on the necessary CLI arguments for each step, and the output references are limited to what's required for the workflow.",{"category":89,"check":90,"severity":24,"summary":91},"License","License usability","The license is Apache-2.0, as indicated in the frontmatter and LICENSE file, which is a permissive open-source license.",{"category":93,"check":94,"severity":24,"summary":95},"Maintenance","Commit recency","The repository has recent commits as of 2026-05-13, indicating active maintenance.",{"category":93,"check":97,"severity":39,"summary":98},"Dependency Management","The skill primarily relies on the `clickhousectl` CLI, which is installed via a script and not managed as a direct dependency of the skill itself.",{"category":100,"check":101,"severity":24,"summary":102},"Security","Secret Management","The skill correctly instructs the user to handle API keys securely and advises against hardcoding passwords, recommending environment variables or secrets managers.",{"category":100,"check":104,"severity":24,"summary":105},"Injection","The skill focuses on executing `clickhousectl` commands and does not involve loading or executing arbitrary third-party data or scripts.",{"category":100,"check":107,"severity":24,"summary":108},"Transitive Supply-Chain Grenades","The skill installs `clickhousectl` using a standard `curl | sh` command, which is a common and generally accepted practice for CLI installation, and does not fetch content at runtime to be executed as instructions.",{"category":100,"check":110,"severity":24,"summary":111},"Sandbox Isolation","The skill operates by invoking the `clickhousectl` CLI and does not perform any operations that would affect files outside the project directory.",{"category":100,"check":113,"severity":24,"summary":114},"Sandbox escape primitives","No detached-process spawns or deny-retry loops were found in the skill's instructions.",{"category":100,"check":116,"severity":24,"summary":117},"Data Exfiltration","The skill does not instruct the agent to read or submit confidential data to a third party, and emphasizes secure handling of API keys.",{"category":100,"check":119,"severity":24,"summary":120},"Hidden Text Tricks","The bundled content is free of hidden-steering tricks, and all descriptions are clean printable ASCII.",{"category":122,"check":123,"severity":24,"summary":124},"Hooks","Opaque code execution","The skill does not use obfuscated code, base64 payloads, or runtime script fetching.",{"category":57,"check":126,"severity":24,"summary":127},"Structural Assumption","The skill makes no assumptions about the user's project structure beyond expecting the `clickhousectl` CLI to be installed.",{"category":129,"check":130,"severity":131,"summary":132},"Trust","Issues Attention","info","2 issues opened, 0 closed in the last 90 days. The closure rate is 0%, indicating slow response to opened issues.",{"category":134,"check":135,"severity":24,"summary":136},"Versioning","Release Management","The skill has a declared version (`0.1.0`) in its frontmatter.",{"category":138,"check":139,"severity":24,"summary":140},"Execution","Validation","The skill relies on `clickhousectl` for command execution, assuming its internal validation handles input parameters.",{"category":100,"check":142,"severity":24,"summary":143},"Unguarded Destructive Operations","Destructive operations like service creation are guarded by user authentication and explicit commands, with clear instructions on API key requirements.",{"category":49,"check":145,"severity":24,"summary":146},"Error Handling","The skill provides clear instructions for handling errors, such as re-authenticating or waiting for services to be ready.",{"category":49,"check":148,"severity":39,"summary":149},"Logging","The skill does not perform destructive actions or outbound calls that would necessitate a local audit log beyond the standard CLI output.",{"category":151,"check":152,"severity":39,"summary":153},"Compliance","GDPR","The skill does not operate on personal data; it focuses on ClickHouse Cloud deployment and configuration.",{"category":151,"check":155,"severity":24,"summary":156},"Target market","The skill is globally applicable as it relates to a cloud service and standard CLI operations.",{"category":57,"check":158,"severity":24,"summary":159},"Runtime stability","The skill primarily uses standard bash commands and the `clickhousectl` CLI, ensuring broad compatibility across POSIX-like systems.",{"category":30,"check":161,"severity":24,"summary":162},"README","The README file exists and clearly states the extension's purpose and installation instructions.",{"category":70,"check":164,"severity":39,"summary":165},"Tool surface size","This skill is a procedural walkthrough and does not expose multiple distinct tools; it relies on the `clickhousectl` CLI.",{"category":22,"check":167,"severity":39,"summary":168},"Overlapping near-synonym tools","The skill utilizes the `clickhousectl` CLI, and does not expose its own tools that could have overlapping names.",{"category":30,"check":170,"severity":24,"summary":171},"Phantom features","All features described in the README and SKILL.md, such as account setup and service creation, have corresponding implementations via `clickhousectl` commands.",{"category":173,"check":174,"severity":24,"summary":175},"Install","Installation instruction","The README provides clear installation instructions for both `npx` and `clickhousectl`, including copy-pasteable commands and guidance on authentication.",{"category":177,"check":178,"severity":24,"summary":179},"Errors","Actionable error messages","The skill provides actionable guidance for potential errors, such as instructing the user to wait for services or re-authenticate with API keys.",{"category":138,"check":181,"severity":24,"summary":182},"Pinned dependencies","The skill guides the installation of `clickhousectl` using `curl -fsSL ... | sh`, which typically fetches the latest stable version, and the CLI itself likely manages its dependencies.",{"category":70,"check":184,"severity":39,"summary":185},"Dry-run preview","The skill focuses on guided CLI operations. While `clickhousectl` might have dry-run capabilities, the skill itself does not explicitly implement or document a dry-run mode.",{"category":187,"check":188,"severity":39,"summary":189},"Protocol","Idempotent retry & timeouts","The skill relies on the `clickhousectl` CLI, and does not involve remote calls or state-changing operations that require explicit idempotency handling or timeouts within the skill's logic.",{"category":151,"check":191,"severity":39,"summary":192},"Telemetry opt-in","The skill does not emit telemetry; it directs the user to perform actions via the `clickhousectl` CLI.",1778684131042,"This skill guides users through deploying ClickHouse to ClickHouse Cloud using the `clickhousectl` CLI. It covers account signup, CLI authentication (including API key requirements for mutations), service creation, schema migration, and provides example connection strings for applications.",[196,197,198,199,200],"Guided ClickHouse Cloud deployment workflow","ClickHouse CLI authentication (OAuth and API Key)","Cloud service creation and management","Schema migration to ClickHouse Cloud","Application configuration with cloud service endpoints",[202,203,204],"Local ClickHouse development or setup.","Troubleshooting non-deployment related ClickHouse issues.","Managing infrastructure outside of ClickHouse Cloud services.",[],[207,208],"A ClickHouse Cloud account","The `clickhousectl` CLI installed","3.0.0","4.4.0","To provide a step-by-step, guided workflow for deploying and managing ClickHouse services in the cloud, ensuring users follow best practices for setup and migration.","The skill is well-documented, covers the full deployment lifecycle, and has clear instructions. The only finding of note is the slow issue response time.",94,"A high-quality skill for deploying ClickHouse to the cloud, offering comprehensive guidance and secure practices.",[216,217,218,219,220],"clickhouse","cloud","deployment","migration","cli","global","verified",[224,225,226,227],"Deploying a new ClickHouse application to production in the cloud.","Migrating an existing local ClickHouse setup to ClickHouse Cloud.","Setting up ClickHouse Cloud for the first time.","Hosting ClickHouse as a managed cloud service.",{"codeQuality":229,"collectedAt":231,"documentation":232,"maintenance":235,"security":242,"testCoverage":244},{"hasLockfile":230},true,1778684108841,{"descriptionLength":233,"readmeSize":234},193,6756,{"closedIssues90d":8,"forks":236,"hasChangelog":237,"manifestVersion":238,"openIssues90d":239,"pushedAt":240,"stars":241},25,false,"0.1.0",2,1778669462000,425,{"hasNpmPackage":237,"license":243,"smitheryVerified":237},"Apache-2.0",{"hasCi":230,"hasTests":237},{"updatedAt":246},1778684131149,{"basePath":248,"githubOwner":216,"githubRepo":249,"locale":18,"slug":250,"type":251},"skills/clickhousectl-cloud-deploy","agent-skills","clickhousectl-cloud-deploy","skill",{"_creationTime":253,"_id":254,"community":255,"display":256,"identity":260,"parentExtension":263,"providers":294,"relations":304,"tags":305,"workflow":306},1778683910609.9004,"k171w0wat3qnkfpas7mn7yqtb986mfgf",{"reviewCount":8},{"description":257,"installMethods":258,"name":259,"sourceUrl":14},"28 best practice rules for ClickHouse schema design, query optimization, and data ingestion — prioritized by impact",{"claudeCode":259},"clickhouse-best-practices",{"basePath":261,"githubOwner":216,"githubRepo":249,"locale":18,"slug":249,"type":262},"","plugin",{"_creationTime":264,"_id":265,"community":266,"display":267,"identity":271,"providers":273,"relations":287,"tags":289,"workflow":290},1778683910609.9001,"k1790kh9nnyedb58t0bhb9k83s86mcna",{"reviewCount":8},{"description":268,"installMethods":269,"name":270,"sourceUrl":14},"Official ClickHouse best practices for Claude Code",{"claudeCode":12},"clickhouse-agent-skills",{"basePath":261,"githubOwner":216,"githubRepo":249,"locale":18,"slug":249,"type":272},"marketplace",{"evaluate":274,"extract":282},{"promptVersionExtension":275,"promptVersionScoring":210,"score":276,"tags":277,"targetMarket":221,"tier":222},"3.1.0",95,[216,278,279,280,281],"database","sql","data-analysis","developer-tools",{"commitSha":283,"marketplace":284,"plugin":285},"HEAD",{"name":270,"pluginCount":239},{"mcpCount":8,"provider":286,"skillCount":8},"classify",{"repoId":288},"kd7723v6kvsmj7pd0jntz17bkn86ne4f",[216,280,278,281,279],{"evaluatedAt":291,"extractAt":292,"updatedAt":293},1778683929817,1778683910609,1778684301942,{"evaluate":295,"extract":301},{"promptVersionExtension":209,"promptVersionScoring":210,"score":296,"tags":297,"targetMarket":221,"tier":222},97,[216,278,279,298,299,300],"python","devops","analytics",{"commitSha":283,"license":243,"plugin":302},{"mcpCount":8,"provider":286,"skillCount":303},6,{"parentExtensionId":265,"repoId":288},[300,216,278,299,298,279],{"evaluatedAt":307,"extractAt":292,"updatedAt":308},1778683955196,1778684302148,{"evaluate":310,"extract":312},{"promptVersionExtension":209,"promptVersionScoring":210,"score":213,"tags":311,"targetMarket":221,"tier":222},[216,217,218,219,220],{"commitSha":283,"license":243},{"parentExtensionId":254,"repoId":288},{"_creationTime":315,"_id":288,"identity":316,"providers":317,"workflow":453},1778683905800.361,{"githubOwner":216,"githubRepo":249,"sourceUrl":14},{"classify":318,"discover":445,"github":448},{"commitSha":283,"extensions":319},[320,333,354,364,382,398,415,424,432,437],{"basePath":261,"description":268,"displayName":270,"installMethods":321,"rationale":322,"selectedPaths":323,"source":332,"sourceLanguage":18,"type":272},{"claudeCode":12},"marketplace.json at .claude-plugin/marketplace.json",[324,327,329],{"path":325,"priority":326},".claude-plugin/marketplace.json","mandatory",{"path":328,"priority":326},"README.md",{"path":330,"priority":331},"LICENSE","high","rule",{"basePath":261,"description":257,"displayName":259,"installMethods":334,"license":243,"rationale":335,"selectedPaths":336,"source":332,"sourceLanguage":18,"type":262},{"claudeCode":259},"plugin manifest at .claude-plugin/plugin.json",[337,339,340,341,344,346,348,350,352],{"path":338,"priority":326},".claude-plugin/plugin.json",{"path":328,"priority":326},{"path":330,"priority":331},{"path":342,"priority":343},"skills/chdb-datastore/SKILL.md","medium",{"path":345,"priority":343},"skills/chdb-sql/SKILL.md",{"path":347,"priority":343},"skills/clickhouse-architecture-advisor/SKILL.md",{"path":349,"priority":343},"skills/clickhouse-best-practices/SKILL.md",{"path":351,"priority":343},"skills/clickhousectl-cloud-deploy/SKILL.md",{"path":353,"priority":343},"skills/clickhousectl-local-dev/SKILL.md",{"basePath":355,"description":356,"displayName":357,"installMethods":358,"rationale":359,"selectedPaths":360,"source":332,"sourceLanguage":18,"type":262},"skills/clickhouse-architecture-advisor","Workload-aware architecture decision skill for ClickHouse — ingestion strategies, partitioning, enrichment, upsert patterns, and pre-aggregation with explicit official/derived/field provenance","clickhouse-architecture-advisor",{"claudeCode":357},"inline plugin source from marketplace.json at skills/clickhouse-architecture-advisor",[361,362],{"path":328,"priority":326},{"path":363,"priority":331},"SKILL.md",{"basePath":365,"description":366,"displayName":367,"installMethods":368,"rationale":369,"selectedPaths":370,"source":332,"sourceLanguage":18,"type":251},"skills/chdb-datastore","Drop-in pandas replacement with ClickHouse performance. Use `import chdb.datastore as pd` (or `from datastore import DataStore`) and write standard pandas code — same API, 10-100x faster on large datasets. Supports 16+ data sources (MySQL, PostgreSQL, S3, MongoDB, ClickHouse, Iceberg, Delta Lake, etc.) and 10+ file formats (Parquet, CSV, JSON, Arrow, ORC, etc.) with cross-source joins. Use this skill when the user wants to analyze data with pandas-style syntax, speed up slow pandas code, query remote databases or cloud storage as DataFrames, or join data across different sources — even if they don't explicitly mention chdb or DataStore. Do NOT use for raw SQL queries, ClickHouse server administration, or non-Python languages.","chdb-datastore",{"claudeCode":12},"SKILL.md frontmatter at skills/chdb-datastore/SKILL.md",[371,372,373,376,378,380],{"path":363,"priority":326},{"path":328,"priority":331},{"path":374,"priority":375},"examples/examples.md","low",{"path":377,"priority":343},"references/api-reference.md",{"path":379,"priority":343},"references/connectors.md",{"path":381,"priority":375},"scripts/verify_install.py",{"basePath":383,"description":384,"displayName":385,"installMethods":386,"rationale":387,"selectedPaths":388,"source":332,"sourceLanguage":18,"type":251},"skills/chdb-sql","In-process ClickHouse SQL engine for Python — run ClickHouse SQL queries directly on local files, remote databases, and cloud storage without a server. Use when the user wants to write SQL queries against Parquet/CSV/ JSON files, use ClickHouse table functions (mysql(), s3(), postgresql(), iceberg(), deltaLake() etc.), build stateful analytical pipelines with Session, use parametrized queries, window functions, or other advanced ClickHouse SQL features. Also use when the user explicitly mentions chdb.query(), ClickHouse SQL syntax, or wants cross-source SQL joins. Do NOT use for pandas-style DataFrame operations — use chdb-datastore instead.","chdb-sql",{"claudeCode":12},"SKILL.md frontmatter at skills/chdb-sql/SKILL.md",[389,390,391,392,393,395,397],{"path":363,"priority":326},{"path":328,"priority":331},{"path":374,"priority":375},{"path":377,"priority":343},{"path":394,"priority":343},"references/sql-functions.md",{"path":396,"priority":343},"references/table-functions.md",{"path":381,"priority":375},{"basePath":355,"description":399,"displayName":357,"installMethods":400,"rationale":401,"selectedPaths":402,"source":332,"sourceLanguage":18,"type":251},"MUST USE when designing ClickHouse architectures, selecting between ingestion or modeling patterns, or translating best practices into workload-specific system designs. Complements clickhouse-best-practices with decision frameworks and explicit provenance labels.",{"claudeCode":12},"SKILL.md frontmatter at skills/clickhouse-architecture-advisor/SKILL.md",[403,404,405,407,409,411,413],{"path":363,"priority":326},{"path":328,"priority":331},{"path":406,"priority":343},"AGENTS.md",{"path":408,"priority":375},"examples/README.md",{"path":410,"priority":375},"examples/finserv-market-surveillance.md",{"path":412,"priority":375},"examples/observability-high-throughput.md",{"path":414,"priority":375},"examples/siem-security-analytics.md",{"basePath":416,"description":417,"displayName":259,"installMethods":418,"rationale":419,"selectedPaths":420,"source":332,"sourceLanguage":18,"type":251},"skills/clickhouse-best-practices","MUST USE when reviewing ClickHouse schemas, queries, or configurations. Contains 31 rules that MUST be checked before providing recommendations. Always read relevant rule files and cite specific rules in responses.",{"claudeCode":12},"SKILL.md frontmatter at skills/clickhouse-best-practices/SKILL.md",[421,422,423],{"path":363,"priority":326},{"path":328,"priority":331},{"path":406,"priority":343},{"basePath":425,"description":426,"displayName":427,"installMethods":428,"rationale":429,"selectedPaths":430,"source":332,"sourceLanguage":18,"type":251},"skills/clickhouse-client-js/clickhouse-js-node-troubleshooting","Troubleshoot and resolve common issues with the ClickHouse Node.js client (@clickhouse/client). Use this skill whenever a user reports errors, unexpected behavior, or configuration questions involving the Node.js client specifically — including socket hang-up errors, Keep-Alive problems, stream handling issues, data type mismatches, read-only user restrictions, proxy/TLS setup problems, or long-running query timeouts. Trigger even when the user hasn't precisely named the issue; vague symptoms like \"my inserts keep failing\" or \"connection drops randomly\" in a Node.js context are strong signals to use this skill. Do NOT use for browser/Web client issues.\n","clickhouse-js-node-troubleshooting",{"claudeCode":12},"SKILL.md frontmatter at skills/clickhouse-client-js/clickhouse-js-node-troubleshooting/SKILL.md",[431],{"path":363,"priority":326},{"basePath":248,"description":10,"displayName":250,"installMethods":433,"rationale":434,"selectedPaths":435,"source":332,"sourceLanguage":18,"type":251},{"claudeCode":12},"SKILL.md frontmatter at skills/clickhousectl-cloud-deploy/SKILL.md",[436],{"path":363,"priority":326},{"basePath":438,"description":439,"displayName":440,"installMethods":441,"rationale":442,"selectedPaths":443,"source":332,"sourceLanguage":18,"type":251},"skills/clickhousectl-local-dev","Use when a user wants to build an application with ClickHouse, set up a local ClickHouse development environment, install ClickHouse, create a local server, create tables, or start developing with ClickHouse. Covers the full flow from zero to a working local ClickHouse setup.","clickhousectl-local-dev",{"claudeCode":12},"SKILL.md frontmatter at skills/clickhousectl-local-dev/SKILL.md",[444],{"path":363,"priority":326},{"sources":446},[447],"manual",{"closedIssues90d":8,"description":449,"forks":236,"homepage":450,"license":243,"openIssues90d":239,"pushedAt":240,"readmeSize":234,"stars":241,"topics":451},"The official Agent Skills for ClickHouse and ClickHouse Cloud","https://clickhouse.ai",[452,216],"agents",{"classifiedAt":454,"discoverAt":455,"extractAt":456,"githubAt":456,"updatedAt":454},1778683910082,1778683905800,1778683908184,[220,216,217,218,219],{"evaluatedAt":246,"extractAt":292,"updatedAt":459},1778684303365,[],[462,494,523,545,577,605],{"_creationTime":463,"_id":464,"community":465,"display":466,"identity":472,"providers":476,"relations":487,"tags":490,"workflow":491},1778691344230.127,"k171ek0rpwqxg9vk3fqg7067jn86mq22",{"reviewCount":8},{"description":467,"installMethods":468,"name":470,"sourceUrl":471},"Designs cloud architectures, creates migration plans, generates cost optimization recommendations, and produces disaster recovery strategies across AWS, Azure, and GCP. Use when designing cloud architectures, planning migrations, or optimizing multi-cloud deployments. Invoke for Well-Architected Framework, cost optimization, disaster recovery, landing zones, security architecture, serverless design.",{"claudeCode":469},"jeffallan/claude-skills","cloud-architect","https://github.com/jeffallan/claude-skills",{"basePath":473,"githubOwner":474,"githubRepo":475,"locale":18,"slug":470,"type":251},"skills/cloud-architect","jeffallan","claude-skills",{"evaluate":477,"extract":486},{"promptVersionExtension":209,"promptVersionScoring":210,"score":478,"tags":479,"targetMarket":221,"tier":222},100,[217,480,481,482,483,219,484,485],"aws","azure","gcp","architecture","cost-optimization","disaster-recovery",{"commitSha":283},{"parentExtensionId":488,"repoId":489},"k177fx0q0bsftkws6j1av221j186ndt6","kd77w37et655xneae33d1p2d2n86ncxp",[483,480,481,217,484,485,482,219],{"evaluatedAt":492,"extractAt":493,"updatedAt":492},1778691534007,1778691344230,{"_creationTime":495,"_id":496,"community":497,"display":498,"identity":504,"providers":509,"relations":517,"tags":519,"workflow":520},1778695021936.561,"k1703ngx380xc9697a003dtgy186m90t",{"reviewCount":8},{"description":499,"installMethods":500,"name":502,"sourceUrl":503},"Deploy applications to Render by analyzing codebases, generating render.yaml Blueprints, and providing Dashboard deeplinks. Use when the user wants to deploy, host, publish, or set up their application on Render's cloud platform.",{"claudeCode":501},"openai/skills","Render Deploy","https://github.com/openai/skills",{"basePath":505,"githubOwner":506,"githubRepo":507,"locale":18,"slug":508,"type":251},"skills/.curated/render-deploy","openai","skills","render-deploy",{"evaluate":510,"extract":516},{"promptVersionExtension":209,"promptVersionScoring":210,"score":511,"tags":512,"targetMarket":221,"tier":222},99,[513,218,514,217,299,515],"render","iac","ci-cd",{"commitSha":283,"license":243},{"repoId":518},"kd75n2zj3yh472p25zffgycved86mnpx",[515,217,218,299,514,513],{"evaluatedAt":521,"extractAt":522,"updatedAt":521},1778695535578,1778695021936,{"_creationTime":524,"_id":525,"community":526,"display":527,"identity":531,"providers":533,"relations":541,"tags":542,"workflow":543},1778695021936.5552,"k172b680yjc5dekp4dw1ny02q186nnyk",{"reviewCount":8},{"description":528,"installMethods":529,"name":530,"sourceUrl":503},"Deploy applications and infrastructure to Cloudflare using Workers, Pages, and related platform services. Use when the user asks to deploy, host, publish, or set up a project on Cloudflare.",{"claudeCode":501},"cloudflare-deploy",{"basePath":532,"githubOwner":506,"githubRepo":507,"locale":18,"slug":530,"type":251},"skills/.curated/cloudflare-deploy",{"evaluate":534,"extract":540},{"promptVersionExtension":209,"promptVersionScoring":210,"score":511,"tags":535,"targetMarket":221,"tier":222},[217,218,536,537,538,539,281],"cloudflare","workers","pages","infrastructure",{"commitSha":283},{"repoId":518},[217,536,218,281,539,538,537],{"evaluatedAt":544,"extractAt":522,"updatedAt":544},1778695077986,{"_creationTime":546,"_id":547,"community":548,"display":549,"identity":555,"providers":560,"relations":570,"tags":573,"workflow":574},1778696691708.3274,"k170az7r02e9e2v47mpy80kx6n86nff3",{"reviewCount":8},{"description":550,"installMethods":551,"name":553,"sourceUrl":554},"Detect current market regime using npx neural-trader — bull/bear/ranging/volatile classification with recommended strategy",{"claudeCode":552},"ruvnet/ruflo","Trader Regime","https://github.com/ruvnet/ruflo",{"basePath":556,"githubOwner":557,"githubRepo":558,"locale":18,"slug":559,"type":251},"plugins/ruflo-neural-trader/skills/trader-regime","ruvnet","ruflo","trader-regime",{"evaluate":561,"extract":568},{"promptVersionExtension":209,"promptVersionScoring":210,"score":478,"tags":562,"targetMarket":221,"tier":222},[563,564,565,566,567,220],"finance","trading","market-analysis","ai","typescript",{"commitSha":283,"license":569},"MIT",{"parentExtensionId":571,"repoId":572},"k17drge8h1fgzchr0p4jaeg33n86mwmy","kd7ed28gj8n0y3msk5dzrp05zs86nqtc",[566,220,563,565,564,567],{"evaluatedAt":575,"extractAt":576,"updatedAt":575},1778701108877,1778696691708,{"_creationTime":578,"_id":579,"community":580,"display":581,"identity":587,"providers":591,"relations":598,"tags":601,"workflow":602},1778699234184.6174,"k174zww66m804nhr89ttra7r6d86nwyg",{"reviewCount":8},{"description":582,"installMethods":583,"name":585,"sourceUrl":586},"Use first for install/update routing — sends setup, doctor, or MCP requests to the correct OMC setup flow",{"claudeCode":584},"Yeachan-Heo/oh-my-claudecode","setup","https://github.com/Yeachan-Heo/oh-my-claudecode",{"basePath":588,"githubOwner":589,"githubRepo":590,"locale":18,"slug":585,"type":251},"skills/setup","Yeachan-Heo","oh-my-claudecode",{"evaluate":592,"extract":597},{"promptVersionExtension":209,"promptVersionScoring":210,"score":478,"tags":593,"targetMarket":221,"tier":222},[585,594,595,220,596],"routing","configuration","mcp",{"commitSha":283},{"parentExtensionId":599,"repoId":600},"k17brg5egdw1jbncj1j4wfv3fh86n639","kd74zv63fryf9prygtq7gf4es986n22y",[220,595,596,594,585],{"evaluatedAt":603,"extractAt":604,"updatedAt":603},1778699724286,1778699234184,{"_creationTime":606,"_id":607,"community":608,"display":609,"identity":613,"providers":616,"relations":626,"tags":627,"workflow":628},1778699234184.6157,"k177tdbfgqmwhtaqv771f2ych586nne9",{"reviewCount":8},{"description":610,"installMethods":611,"name":612,"sourceUrl":586},"Worktree-first dev environment manager for issues, PRs, and features with optional tmux sessions",{"claudeCode":584},"Project Session Manager",{"basePath":614,"githubOwner":589,"githubRepo":590,"locale":18,"slug":615,"type":251},"skills/project-session-manager","project-session-manager",{"evaluate":617,"extract":625},{"promptVersionExtension":209,"promptVersionScoring":210,"score":478,"tags":618,"targetMarket":221,"tier":222},[619,620,621,622,623,220,624],"git","development-environment","workflow","tmux","automation","developer-tool",{"commitSha":283,"license":569},{"parentExtensionId":599,"repoId":600},[623,220,624,620,619,622,621],{"evaluatedAt":629,"extractAt":604,"updatedAt":629},1778699613343]