Co-Pilot / 辅助式
更新于 a month ago

cosmosdb-agent-kit

AAzureCosmosDB
0.0k
azurecosmosdb/cosmosdb-agent-kit
78
Agent 评分

💡 摘要

一组技能,帮助AI代理优化和管理Azure Cosmos DB的交互。

🎯 适合人群

软件开发人员数据工程师数据库管理员云架构师技术团队负责人

🤖 AI 吐槽:看起来很能打,但别让配置把人劝退。

安全分析中风险

风险:Medium。建议检查:是否执行 shell/命令行指令;是否发起外网请求(SSRF/数据外发)。以最小权限运行,并在生产环境启用前审计代码与依赖。

cosmosdb-agent-kit

A collection of skills for AI coding agents working with Azure Cosmos DB. Skills are packaged instructions and scripts that extend agent capabilities.

Skills follow the Agent Skills format.

Available Skills

cosmosdb-best-practices

Azure Cosmos DB performance optimization guidelines containing 45+ rules across 8 categories, prioritized by impact.

Use when:

  • Writing new code that interacts with Cosmos DB
  • Designing data models or choosing partition keys
  • Reviewing code for performance issues
  • Optimizing queries or throughput configuration

Categories covered:

  • Data Modeling (Critical)
  • Partition Key Design (Critical)
  • Query Optimization (High)
  • SDK Best Practices (High)
  • Indexing Strategies (Medium-High)
  • Throughput & Scaling (Medium)
  • Global Distribution (Medium)
  • Monitoring & Diagnostics (Low-Medium)

Installation

npx add-skill AzureCosmosDB/cosmosdb-agent-kit

Usage

Skills are automatically available once installed. The agent will use them when relevant tasks are detected.

Examples:

Review my Cosmos DB data model
Help me choose a partition key for my orders collection
Optimize this Cosmos DB query

Skill Structure

Each skill contains:

  • SKILL.md - Instructions for the agent (triggers activation)
  • AGENTS.md - Compiled rules (what agents read)
  • rules/ - Individual rule files
  • metadata.json - Version and metadata

Compatibility

Works with Claude Code, GitHub Copilot, Gemini CLI, and other Agent Skills-compatible tools.

Contributing

See CONTRIBUTING.md for contribution guidelines.

License

MIT

五维分析
清晰度8/10
创新性7/10
实用性9/10
完整性7/10
可维护性8/10
优缺点分析

优点

  • 全面的性能优化指南。
  • 支持多种AI编码代理。
  • 结构化,便于集成。

缺点

  • 仅限于Azure Cosmos DB。
  • 需要对AI代理有一定了解。
  • 安装可能需要额外设置。

相关技能

ccmp

A
toolCo-Pilot / 辅助式
86/ 100

“看起来很能打,但别让配置把人劝退。”

claude-mods

A
toolCo-Pilot / 辅助式
86/ 100

“看起来很能打,但别让配置把人劝退。”

agentic-qe

A
toolCo-Pilot / 辅助式
86/ 100

“看起来很能打,但别让配置把人劝退。”

免责声明:本内容来源于 GitHub 开源项目,仅供展示和评分分析使用。

版权归原作者所有 AzureCosmosDB.