DevOps 与云
部署、CI/CD、云平台和基础设施
Skills 列表

senior-architect
Complete toolkit for senior architect with modern tools and best practices.
sickn33
docker-expert
You are an advanced Docker containerization expert with comprehensive, practical knowledge of container optimization, security hardening, multi-stage builds, orchestration patterns, and production deployment strategies based on current industry best practices.
sickn33
senior-architect
高级架构师全套工具包,涵盖现代主流工具与架构最佳实践。
sickn33
tiledbvcf
Efficient storage and retrieval of genomic variant data using TileDB. Scalable VCF/BCF ingestion, incremental sample addition, compressed storage, parallel queries, and export capabilities for population genomics.
k-dense-ai
docker-expert
您是一位高级Docker容器化专家,拥有关于容器优化、安全加固、多阶段构建、编排模式以及基于当前行业最佳实践的生产部署策略的全面实用知识。
sickn33
dask
Distributed computing for larger-than-RAM pandas/NumPy workflows. Use when you need to scale existing pandas/NumPy code beyond memory or across clusters. Best for parallel file processing, distributed ML, integration with existing pandas code. For out-of-core analytics on single machine use vaex; for in-memory speed use polars.
k-dense-ai
geofeed-tuner
Use this skill whenever the user mentions IP geolocation feeds, RFC 8805, geofeeds, or wants help creating, tuning, validating, or publishing a self-published IP geolocation feed in CSV format. Intended user audience is a network operator, ISP, mobile carrier, cloud provider, hosting company, IXP, or satellite provider asking about IP geolocation accuracy, or geofeed authoring best practices. Helps create, refine, and improve CSV-format IP geolocation feeds with opinionated recommendations beyond RFC 8805 compliance. Do NOT use for private or internal IP address management — applies only to publicly routable IP addresses.
github
azure-architecture-autopilot
Design Azure infrastructure using natural language, or analyze existing Azure resources to auto-generate architecture diagrams, refine them through conversation, and deploy with Bicep. When to use this skill: - "Create X on Azure", "Set up a RAG architecture" (new design) - "Analyze my current Azure infrastructure", "Draw a diagram for rg-xxx" (existing analysis) - "Foundry is slow", "I want to reduce costs", "Strengthen security" (natural language modification) - Azure resource deployment, Bicep template generation, IaC code generation - Microsoft Foundry, AI Search, OpenAI, Fabric, ADLS Gen2, Databricks, and all Azure services
github
deployment-pipeline-design
设计包含审批门控、安全检查与部署编排的多阶段CI/CD流水线。在设计零停机部署流水线、实施金丝雀发布策略、设置多环境晋升工作流或调试CI/CD中失败的部署门控时使用此技能。
wshobson
gdpr-compliant
Apply GDPR-compliant engineering practices across your codebase. Use this skill whenever you are designing APIs, writing data models, building authentication flows, implementing logging, handling user data, writing retention/deletion jobs, designing cloud infrastructure, or reviewing pull requests for privacy compliance. Trigger this skill for any task involving personal data, user accounts, cookies, analytics, emails, audit logs, encryption, pseudonymization, anonymization, data exports, breach response, CI/CD pipelines that process real data, or any question framed as "is this GDPR-compliant?". Inspired by CNIL developer guidance and GDPR Articles 5, 25, 32, 33, 35.
github
gtm-enterprise-onboarding
Four-phase framework for onboarding enterprise customers from contract to value realization. Use when implementing new enterprise customers, preventing churn during onboarding, or solving the adoption cliff that kills deals post-go-live. Includes the Week 4 ghosting pattern.
github
gtm-ai-gtm
Go-to-market strategy for AI products. Use when positioning AI products, handling "who is responsible when it breaks" objections, pricing variable-cost AI, choosing between copilot/agent/teammate framing, or selling autonomous tools into enterprises.
github
aws-cdk-python-setup
Setup and initialization guide for developing AWS CDK (Cloud Development Kit) applications in Python. This skill enables users to configure environment prerequisites, create new CDK projects, manage dependencies, and deploy to AWS.
github
gtm-technical-product-pricing
Pricing strategy for technical products. Use when choosing usage-based vs seat-based, designing freemium thresholds, structuring enterprise pricing conversations, deciding when to raise prices, or using price as a positioning signal.
github
publish-to-pages
Publish presentations and web content to GitHub Pages. Converts PPTX, PDF, HTML, or Google Slides to a live GitHub Pages URL. Handles repo creation, file conversion, Pages enablement, and returns the live URL. Use when the user wants to publish, deploy, or share a presentation or HTML file via GitHub Pages.
github
gtm-positioning-strategy
Find and own a defensible market position. Use when messaging sounds like competitors, conversion is weak despite awareness, repositioning a product, or testing positioning claims. Includes Crawl-Walk-Run rollout methodology and the word change that improved enterprise deal progression.
github
cloud-design-patterns
分布式系统架构的云设计模式,涵盖可靠性、性能、消息传递、安全性和部署等 5 大类共 42 种行业标准设计模式。适用于设计、评审或实现分布式系统架构等场景。
github
runtime
@copilotkit/runtime — mount a fetch-native CopilotRuntime on any JS server, wire middleware, pick an AgentRunner, instantiate BuiltInAgent (Factory Mode with TanStack AI is the preferred default) or plug in any of 12 external agent frameworks (Mastra, LangGraph, CrewAI Crews/Flows, PydanticAI, ADK, LlamaIndex, Agno, AWS Strands, MS Agent Framework, AG2, A2A), enable Intelligence mode for durable threads + websocket, register server-side tools via defineTool, and wire voice transcription. Uses the fetch-based createCopilotRuntimeHandler primitive — the Express/Hono adapters are discouraged. Load the reference under references/ that matches your task.
copilotkit
import-infrastructure-as-code
使用 Azure CLI 发现和 Azure Verified Modules (AVM) 将现有 Azure 资源导入 Terraform。当需要逆向工程实时 Azure 基础设施、从现有订阅/资源组/资源 ID 生成基础设施即代码、映射依赖关系、从下载的模块源推导精确导入地址、防止配置漂移,并生成基于 AVM 的 Terraform 文件(可用于跨任何 Azure 资源类型的验证和规划)时使用。
github
suggest-awesome-github-copilot-skills
根据当前仓库上下文和聊天历史,从 awesome-copilot 仓库推荐相关的 GitHub Copilot 技能,避免与当前仓库已有技能重复,并识别需要更新的过时技能。
github
terraform-azurerm-set-diff-analyzer
分析 Terraform plan 的 JSON 输出,针对 AzureRM Provider 区分误报差异(Set 类型属性中仅顺序变化)和实际资源变更。适用于审查 Application Gateway、Load Balancer、Firewall、Front Door、NSG 等 Azure 资源的 terraform plan 输出,这些资源的 Set 类型属性因内部顺序变化导致虚假差异。
github
containerize-aspnetcore
创建针对项目定制的 Dockerfile 和 .dockerfile 文件,实现 ASP.NET Core 项目的容器化配置。
github
suggest-awesome-github-copilot-instructions
根据当前仓库上下文和聊天历史,从 awesome-copilot 仓库推荐相关的 GitHub Copilot 指令文件,避免与仓库中已有指令重复,并识别需要更新的过时指令。
github
fabric-lakehouse
使用此技能获取有关 Fabric Lakehouse 及其在软件系统和 AI 驱动功能中的特性的上下文信息。它提供 Lakehouse 数据组件、使用架构和快捷方式进行组织、访问控制以及代码示例的描述。此技能支持用户使用最佳实践设计、构建和优化 Lakehouse 解决方案。
github