搜索结果
全部能力
找到 2368 个相关结果 / 部署与云服务
软件工程 / 诊断修复
graphql-implementation
graphql-implementation
Builds GraphQL APIs with schema design, resolvers, error handling, and performance optimization using Apollo or Graphene. Use when creating flexible query…
软件工程 / 部署发布
gitlab-ci-generator
gitlab-ci-generator
Create, generate, or scaffold .gitlab-ci.yml pipelines, stages, and jobs.
软件工程 / 部署发布
API 响应优化
api-response-optimization
通过减少载荷、缓存策略和压缩技术优化 API 性能。用于提升 API 响应时间、降低带宽消耗…
软件工程 / 部署发布
hook-tactics
hook-tactics
Reference library of 35+ hook and headline tactic types. Use this when a user asks for hooks organized by tactic, wants to know which tactic to use for a given…
软件工程 / 部署发布
social-media-publisher
social-media-publisher
Prepare and, after explicit approval, publish social posts through the PostPlus platform-owned social publishing workspace.
软件工程 / 部署发布
阿里云网络 ESA
alicloud-network-esa
管理阿里云 ESA — 通过 Pages 部署 HTML/静态站点,使用 Edge Routines (ER) 管理边缘无服务器函数,使用 Edge KV 管理分布式键值存储…
软件工程 / 部署发布
admission-control
admission-control
Use when the user asks to "write a validator", "add validation", "implement admission control", "write a mutating webhook", "add a mutation handler", "validate…
软件工程 / 诊断修复
axiom-ios-ml
axiom-ios-ml
Use when deploying ANY machine learning model on-device, converting models to CoreML, compressing models, or implementing speech-to-text. Covers CoreML…
软件工程 / 诊断修复
axiom-location
axiom-location
Use when implementing location services, maps, geofencing, or debugging location/MapKit issues. Covers Core Location, CLMonitor, MapKit, annotations,…
软件工程 / 诊断修复
microservices-patterns
microservices-patterns
Design microservices architectures with service boundaries, event-driven communication, and resilience patterns. Use when building distributed systems,…
软件工程 / 部署发布
architecture-patterns
architecture-patterns
Software architecture patterns and best practices
软件工程 / 诊断修复
database-sharding
database-sharding
Database sharding for PostgreSQL/MySQL with hash/range/directory strategies. Use for horizontal scaling, multi-tenant isolation, billions of records, or…
软件工程 / 部署发布
makefile-generator
makefile-generator
Create, generate, or scaffold Makefiles with .PHONY targets and build automation.
软件工程 / 诊断修复
typegpu
typegpu
TypeGPU is type-safe WebGPU in TypeScript. Use whenever the user writes, debugs, or designs TypeGPU code: 'use gpu' shader functions, tgpu.fn, buffers, textures, bind groups, compute and render pipelines, vertex layouts, slots, accessors, and any TypeGPU API. Shader logic and CPU-side resources are tightly coupled - handle both sides here even if the user only mentions one (e.g. "how do I write a shader", "how do I create a buffer"). Trigger on any mention of typegpu, tgpu, "use gpu", TypedGPU, or WebGPU code written using TypeGPU's schema API (d.*, tgpu.*, std.*). Do NOT trigger for raw WebGPU (using GPUDevice/GPURenderPipeline directly without tgpu), WGSL-only questions, Three.js, Babylon.js, or WebGL.
软件工程 / 诊断修复
evaluation
evaluation
Build evaluation frameworks for agent systems. Use when testing agent performance systematically, validating context engineering choices, or measuring…
软件工程 / 部署发布
landing-page-vercel
landing-page-vercel
Scaffold a production-ready static landing page with working email capture form, analytics, and responsive design. Deploys instantly to Vercel.
软件工程 / 部署发布
sales-methodology-implementer
sales-methodology-implementer
Implement proven sales methodologies (MEDDIC, BANT, Sandler, Challenger, SPIN) across your team. Generate framework-specific questions, score deals, train…
软件工程 / 部署发布
shellcheck-configuration
shellcheck-configuration
Master ShellCheck static analysis configuration and usage for shell script quality. Use when setting up linting infrastructure, fixing code issues, or ensuring…
软件工程 / 诊断修复
axiom-storage
axiom-storage
Use when asking 'where should I store this data', 'should I use SwiftData or files', 'CloudKit vs iCloud Drive', 'Documents vs Caches', 'local or cloud…
软件工程 / 诊断修复
setup-timescaledb-hypertables
setup-timescaledb-hypertables
Use this skill when creating database schemas or tables for Timescale, TimescaleDB, TigerData, or Tiger Cloud, especially for time-series, IoT, metrics, events, or log data. Use this to improve the performance of any insert-heavy table. **Trigger when user asks to:** - Create or design SQL schemas/tables AND Timescale/TimescaleDB/TigerData/Tiger Cloud is available - Set up hypertables, compression, retention policies, or continuous aggregates - Configure partition columns, segment_by, order_by, or chunk intervals - Optimize time-series database performance or storage - Create tables for sensors, metrics, telemetry, events, or transaction logs **Keywords:** CREATE TABLE, hypertable, Timescale, TimescaleDB, time-series, IoT, metrics, sensor data, compression policy, continuous aggregates, columnstore, retention policy, chunk interval, segment_by, order_by Step-by-step instructions for hypertable creation, column selection, compression policies, retention, continuous aggregates, and indexes.