Agent Skills 排行榜 · 关键词 + 语义搜索

/ 聚焦搜索框
正在使用 AI 进行语义搜索...
27,443
总 Skills
161.7M
总安装量
2,742
贡献者
# Skill 仓库 描述 安装量
22001 thesys-generative-ui secondsky/claude-skills
Thesys Generative UI Last Updated : 2025-11-10 Quick Start import { generateUI } from 'thesys' ; const ui = await generateUI ( { prompt : 'Create a user profile card with avatar, name, and email' , schema : { type : 'component' , props : [ 'name' , 'email' , 'avatar' ] } } ) ; export default function Profile ( ) { return < div > { ui } < / div > ; } Core Features Natural Language : Describe UI in plain English Schema-Driven : Type-safe component generation React Components : Generate production-...
51
22002 video-metadata-inspector dkyazzentwatwa/chatgpt-skills
Extract and analyze comprehensive metadata from video files including duration, resolution, codec, frame rate, and technical specifications. Purpose Video metadata inspection for: - Format verification and compatibility checking - Quality assessment and validation - Transcoding planning and optimization - Video library cataloging - Technical specification reports Features - Basic Info: Duration, resolution, frame rate, file size - Codec Details: Video/audio codec, profile, bitrate -...
51
22003 acl-security groeimetai/snow-flow
ACL Security Patterns for ServiceNow Access Control Lists (ACLs) are the foundation of ServiceNow security. They control who can read, write, create, and delete records. ACL Evaluation Order ACLs are evaluated in this order (first match wins): Table.field - Most specific (e.g., incident.assignment_group) Table.*` - Table-level field wildcard Table - Table-level record ACL Parent table ACLs - If table extends another * - Global wildcard (catch-all) ACL Types Type Controls Example record Row-l...
51
22004 lightning-2025-features josiahsiegel/claude-plugin-marketplace
🚨 CRITICAL GUIDELINES Windows File Path Requirements MANDATORY: Always Use Backslashes on Windows for File Paths When using Edit or Write tools on Windows, you MUST use backslashes (\) in file paths, NOT forward slashes (/). Examples: ❌ WRONG: D:/repos/project/file.tsx ✅ CORRECT: D:\repos\project\file.tsx This applies to: Edit tool file_path parameter Write tool file_path parameter All file operations on Windows systems Documentation Guidelines NEVER create new documentation files unless ...
51
22005 ocr trpc-group/trpc-agent-go
OCR Skill Usage To extract text from an image or PDF, run: python3 "/Users/mrshaper/Library/Application Support/com.differentai.openwork/workspaces/starter/.opencode/skills/paddle-ocr/scripts/ocr.py" "/path/to/image.png" Options Option Description --prompt "text" Custom prompt (e.g., "Extract table as markdown") --fast Use faster PaddleOCR instead of DeepSeek-OCR --json Output as JSON format Examples Basic OCR python3 scripts/ocr.py image.png Extract table as markdown python3 scripts/ocr.py ta...
51
22006 ux-specification abhsin/designskills
Turn product requirements into concrete flows, screens, and interactions that coding agents can implement. Why This Exists Bridges the gap between product requirements and implementation by defining how the product looks and behaves. Input Requirements This skill expects: - PRD (from `prd-generation` or user-provided) - Any existing sketches, wireframes, or references (optional) - Design preferences or constraints (optional) Workflow Step 1: Ingest PRD Extract from the PRD: - User...
51
22007 agile-product-owner borghei/claude-skills
Agile Product Owner Complete toolkit for Product Owners to excel at backlog management and sprint execution. Core Capabilities INVEST-compliant user story generation Automatic acceptance criteria creation Sprint capacity planning Backlog prioritization Velocity tracking and metrics Key Scripts user_story_generator.py Generates well-formed user stories with acceptance criteria from epics. Usage : Generate stories: python scripts/user_story_generator.py Plan sprint: python scripts/user_story_gener...
51
22008 flow-nexus-swarm ruvnet/claude-flow
Flow Nexus Swarm & Workflow Orchestration Deploy and manage cloud-based AI agent swarms with event-driven workflow automation, message queue processing, and intelligent agent coordination. 📋 Table of Contents Overview Swarm Management Workflow Automation Agent Orchestration Templates & Patterns Advanced Features Best Practices Overview Flow Nexus provides cloud-based orchestration for AI agent swarms with: Multi-topology Support : Hierarchical, mesh, ring, and star architectures Event-driven Wor...
51
22009 neon-serverless neondatabase/ai-rules
Neon Serverless Skill Configures the Neon Serverless Driver for optimal performance in serverless and edge computing environments. When to Use Setting up connections for edge functions (Vercel Edge, Cloudflare Workers) Configuring serverless APIs (AWS Lambda, Google Cloud Functions) Optimizing for low-latency database access Implementing connection pooling for high-throughput apps Not recommended for: Complex multi-statement transactions (use WebSocket Pool), persistent servers (use native Po...
51
22010 fivem-dev melihbozkurt10/fivem-dev-plugin
FiveM Development Dynamic documentation orchestrator for FiveM resource development. Supports QBox, QBCore, ESX frameworks with Lua and NUI (JS/TS). Philosophy Fetch, don't memorize - Always get latest from authoritative sources Framework-agnostic thinking - Understand patterns, adapt to framework Performance-first - FiveM has strict tick budgets Security-aware - Server-side validation is non-negotiable CRITICAL: No Hallucination Policy NEVER invent or guess native functions, framework APIs, or ...
51
22011 case study writer eddiebe147/claude-settings
Case Study Writer Transform customer success stories into powerful case studies that demonstrate value and build credibility. This skill helps you create compelling narratives that showcase real results, overcome objections, and prove your solution works. Whether you're documenting client wins, showcasing product effectiveness, or building social proof for sales teams, this skill ensures your case studies follow proven frameworks that resonate with prospects. They balance storytelling with data ...
51
22012 chapter-evaluator panaversity/agentfactory
Chapter Evaluator Skill Evaluate educational chapters through dual lenses: the Student Experience (engagement, clarity, confidence) and the Teacher Perspective (pedagogy, objectives, assessment). Output structured analysis with ratings, gaps, and actionable improvements. When to Use Analyzing a chapter's overall quality before publication Identifying why content "feels off" (too short, boring, disconnected) Planning improvements to existing chapters Comparing chapters against quality standards U...
51
22013 idempotency-handling secondsky/claude-skills
Idempotency Handling Overview Implement idempotency to ensure operations produce the same result regardless of how many times they're executed. When to Use Payment processing API endpoints with retries Webhooks and callbacks Message queue consumers Distributed transactions Bank transfers Order creation Email sending Resource creation Implementation Examples 1. Express Idempotency Middleware import express from 'express'; import Redis from 'ioredis'; import crypto from 'crypto'; interface Idem...
51
22014 seo-audit kimny1143/claude-code-template
SEO Audit You are an expert in search engine optimization. Your goal is to identify SEO issues and provide actionable recommendations to improve organic search performance. Initial Assessment Check for product marketing context first: If .agents/product-marketing-context.md exists (or .claude/product-marketing-context.md in older setups), read it before asking questions. Use that context and only ask for information not already covered or specific to this task. Before auditing, understand: Site ...
51
22015 superhuman-ui-skills ihlamury/design-skills
Superhuman UI Skills Opinionated constraints for building Superhuman-style interfaces with AI agents. When to Apply Reference these guidelines when: Building light-mode interfaces Creating Superhuman-inspired design systems Implementing UIs with Inter font and 4px grid Colors SHOULD use light backgrounds for primary surfaces MUST use C9B7FD as page background ( surface-base ) MUST use BCBAFC for primary actions and focus states ( accent ) SHOULD reduce color palette (currently 24 colors detected...
51
22016 local-pois brave/brave-search-skills
Local POIs (Search API) Requires API Key : Get one at https://api.search.brave.com Plan : Included in the Search plan. See https://api-dashboard.search.brave.com/app/subscriptions/subscribe Two-step flow : This endpoint requires POI IDs from a prior web search. Call web-search with result_filter=locations to get POI IDs from locations.results[].id Pass those IDs to this endpoint to get full business details Quick Start (cURL) Get POI Details curl -s "https://api.search.brave.com/res/v1/local/poi...
51
22017 bun macros secondsky/claude-skills
Bun Macros Bun macros run JavaScript at bundle time and inline the results into the output. Quick Start // src/config.ts (macro file) export function getVersion ( ) { return "1.0.0" ; } export function getBuildTime ( ) { return new Date ( ) . toISOString ( ) ; } // src/index.ts (consumer) import { getVersion , getBuildTime } from "./config" with { type : "macro" } ; // At bundle time, these become: const version = "1.0.0" ; const buildTime = "2024-01-15T12:00:00.000Z" ; Macro Syntax // Import wi...
51
22018 processing-markdown harehare/mq
Processing Markdown with mq Quick Reference Selectors Selector Description .h All headings .h1 – .h6 Specific heading level .text Text nodes .code Code blocks .code_inline Inline code .strong Bold text .emphasis Italic text .delete Strikethrough .link Links .image Images .list List items .blockquote Block quotes .[][] Table cells .html or .<> HTML nodes .footnote Footnotes .math Math blocks .yaml , .toml Frontmatter Attribute Access .h.level Heading level (1-6) .h.depth Sam...
51
22019 slide deck designer eddiebe147/claude-settings
Slide Deck Designer Design effective presentation slide decks for PowerPoint, Keynote, and Google Slides When to Use This Skill Use this skill when you need to: Create visual assets and layouts Improve user experience Develop design systems Not recommended for: Tasks requiring copywriting data analysis Quick Reference Action Command/Trigger Create slide deck designer slide deck Review and optimize review slide deck designer Get best practices slide deck designer best practices Core Workflows Wor...
51
22020 team-assemble team-attention/workshop-upstage
Team Assemble 작업을 분석하여 전문가 팀을 동적으로 구성하고 TeamCreate 기반으로 즉시 실행하는 스킬. When to Use 독립적인 하위 작업 2개 이상으로 분해 가능한 복잡한 태스크 리서치 + 구현 + 검증처럼 역할 분리가 명확한 작업 병렬 실행으로 시간을 절약할 수 있는 작업 사용하지 말 것: 단일 파일 수정, 간단한 질문, 순차적으로만 가능한 작업 Workflow digraph team_assemble { rankdir = TB ; "사용자 입력" [ shape = doublecircle ] ; "Phase 1:\n작업 분석 & 팀 설계" [ shape = box ] ; "사용자 승인?" [ shape = diamond ] ; "Phase 2:\nTeamCreate & TaskCreate" [ shape = box ] ; "Phase 3:\nTeammate 실행" [ shape = box ] ; "Phase 4:\n결과 종합 & 정리" [ shape = bo...
51
22021 compliance-testing proffesor-for-testing/agentic-qe
<default_to_action> When validating regulatory compliance: - IDENTIFY applicable regulations (GDPR, HIPAA, PCI-DSS, etc.) - MAP requirements to testable controls - TEST data rights (access, erasure, portability) - VERIFY encryption and access logging - GENERATE audit-ready reports with evidence Quick Compliance Checklist: - Data subject rights work (access, delete, export) - PII is encrypted at rest and in transit - Access to sensitive data is logged - Consent is tracked with timestamp...
51
22022 kafka-expert personamanagmentlayer/pcl
Apache Kafka Expert Expert guidance for Apache Kafka, event streaming, Kafka Streams, and building event-driven architectures. Core Concepts Topics, partitions, and offsets Producers and consumers Consumer groups Kafka Streams Kafka Connect Exactly-once semantics Producer from kafka import KafkaProducer import json producer = KafkaProducer ( bootstrap_servers = [ 'localhost:9092' ] , value_serializer = lambda v : json . dumps ( v ) . encode ( 'utf-8' ) , acks = 'all' , Wait for all replicas ret...
51
22023 mcp kimny1143/claude-code-template
@json-render/mcp MCP Apps integration that serves json-render UIs as interactive MCP Apps inside Claude, ChatGPT, Cursor, VS Code, and other MCP-capable clients. Quick Start Server (Node.js) import { createMcpApp } from "@json-render/mcp" ; import { defineCatalog } from "@json-render/core" ; import { schema } from "@json-render/react/schema" ; import { shadcnComponentDefinitions } from "@json-render/shadcn/catalog" ; import { StdioServerTransport } from "@modelcontextprotocol/sdk/server/stdio.js...
51
22024 microsoft-guide josiahsiegel/claude-plugin-marketplace
Microsoft .NET Microservices Architecture Guide (v7.0) This skill provides access to the complete official Microsoft guide: ".NET Microservices Architecture for Containerized .NET Applications" (Edition v7.0 - Updated to ASP.NET Core 7.0). When to Use This Skill Invoke this skill when you need: Detailed technical information from the official Microsoft guide Specific implementation patterns or code examples In-depth explanations beyond your summarized knowledge Official Microsoft recommendat...
51
22025 copilotkit outlinedriven/odin-codex-plugin
Route to the appropriate sub-skill based on the user's task. If the task is ambiguous, ask one clarifying question before routing. Quickstart (default path) If the user wants to add CopilotKit to their project, or the request is general/unclear, route here: copilotkit-setup — Install packages, configure the runtime, wire up the provider, get a working chat UI. Routing Table Task Sub-skill Initial setup, installation, adding CopilotKit to a project copilotkit-setup Building features — frontend to...
51
22026 byreal-cli byreal-git/byreal-cli
Byreal LP Management Get Full Documentation Always run these commands first to get complete, up-to-date documentation: Complete documentation (commands, parameters, workflows, constraints) byreal-cli skill Structured capability discovery (all capabilities with params) byreal-cli catalog list Detailed parameter info for a specific capability byreal-cli catalog show < capability-id > Installation Check if already installed which byreal-cli && byreal-cli --version Install (one-time) npm instal...
51
22027 deal-review-framework onewave-ai/claude-skills
Deal Review Framework Structured deal assessment using MEDDIC, BANT. Risk scoring, required evidence by stage, red flag detection, coaching points. Instructions You are an expert sales methodology coach. Facilitate thorough deal reviews with structured frameworks and actionable next steps. Output Format Deal Review Framework Output Generated: {timestamp} --- Results [Your formatted output here] --- Recommendations [Actionable next steps] Best Practices Be Specific: Focus on concr...
51
22028 mid-server groeimetai/snow-flow
MID Server for ServiceNow MID Server enables ServiceNow to communicate with resources inside your network. MID Server Architecture ServiceNow Instance ↓ ECC Queue MID Server ├── Probes (Outbound) │ └── Commands sent TO MID ├── Sensors (Inbound) │ └── Results sent FROM MID └── Script Execution Key Tables Table Purpose ecc_agent MID Server records ecc_queue Input/Output queue discovery_probes Probe definitions discovery_sensors Sensor definitions sys_script_execution Script execution requests ...
51
22029 xauusd-trading huynguyen03dev/xauusd-trading
XAUUSD LLM Scalping Analysis Skill for small account scalping with tight stop losses (~5 points / $5). Philosophy You ARE the analyst. Your PRIMARY decision tool is price structure — where price is relative to support, resistance, swing points, and key levels. Indicators (RSI, MACD, Stoch, etc.) are context only — they confirm or deny what structure is telling you. Never take a trade purely because an indicator says so. Structure first, indicators second, TradingView rating last. Your priority s...
51
22030 config-schema-setup andrelandgraf/fullstackrecipes
Type-Safe Environment Configuration To set up Type-Safe Environment Configuration, refer to the fullstackrecipes MCP server resource: Resource URI: recipe://fullstackrecipes.com/config-schema-setup If the MCP server is not configured, fetch the recipe directly: curl -H "Accept: text/plain" https://fullstackrecipes.com/api/recipes/config-schema-setup
51
22031 rag pipeline builder eddiebe147/claude-settings
RAG Pipeline Builder The RAG Pipeline Builder skill guides you through designing and implementing Retrieval-Augmented Generation systems that enhance LLM responses with relevant context from your own data. RAG combines the power of large language models with the precision of information retrieval, reducing hallucinations and enabling AI to work with private, current, or domain-specific knowledge. This skill covers the complete RAG stack: document ingestion, chunking strategies, embedding generat...
51
22032 hr-service-delivery groeimetai/snow-flow
HR Service Delivery (HRSD) streamlines employee services through cases, lifecycle events, and self-service. HRSD Architecture ``` Employee Center (Portal) ├── HR Service Catalog │ ├── HR Catalog Items │ └── Requests → HR Cases ├── Knowledge Articles └── My HR Cases HR Cases (sn_hr_core_case) ├── Case Tasks ├── Lifecycle Events └── Document Requests ``` Key Tables | `sn_hr_core_case` | HR cases | `sn_hr_core_case_operation` | Case operations/tasks ...
51
22033 on-call-handoff-patterns oimiragieo/agent-studio
On-Call Handoff Patterns Effective patterns for on-call shift transitions, ensuring continuity, context transfer, and reliable incident response across shifts. When to Use This Skill Transitioning on-call responsibilities Writing shift handoff summaries Documenting ongoing investigations Establishing on-call rotation procedures Improving handoff quality Onboarding new on-call engineers Core Concepts 1. Handoff Components Component Purpose Active Incidents What's currently broken Ongoing Invest...
51
22034 custom-durable-agent andrelandgraf/fullstackrecipes
Custom Durable Agent To set up Custom Durable Agent, refer to the fullstackrecipes MCP server resource: Resource URI: recipe://fullstackrecipes.com/custom-durable-agent If the MCP server is not configured, fetch the recipe directly: curl -H "Accept: text/plain" https://fullstackrecipes.com/api/recipes/custom-durable-agent
51
22035 backend-reviewer olehsvyrydov/ai-development-team
Backend Code Reviewer Trigger Use this skill when: Reviewing Java/Kotlin backend code Checking code quality and style compliance Identifying code smells and anti-patterns Verifying security best practices Ensuring test coverage and quality Validating architecture patterns Running or configuring static analysis tools Context You are a Senior Backend Code Reviewer with 12+ years of Java experience and deep expertise in static analysis tools. You have configured and maintained code quality pipeline...
51
22036 azure-ai-contentsafety-ts sickn33/antigravity-awesome-skills
Azure AI Content Safety REST SDK for TypeScript Analyze text and images for harmful content with customizable blocklists. Installation npm install @azure-rest/ai-content-safety @azure/identity @azure/core-auth Environment Variables CONTENT_SAFETY_ENDPOINT = https:// < resource > .cognitiveservices.azure.com CONTENT_SAFETY_KEY = < api-key > Authentication Important : This is a REST client. ContentSafetyClient is a function , not a class. API Key import ContentSafetyClient from "@azure-rest/ai-con...
51
22037 contract analyzer eddiebe147/claude-settings
Contract Analyzer Navigate complex contracts by systematically identifying key terms, potential risks, and negotiation opportunities. Understand what you're agreeing to before you sign. Core Workflows Workflow 1: Contract Review Document Intake - Load contract and identify type Key Terms Extraction - Pull critical dates, amounts, parties Obligation Mapping - List what each party must do Risk Flagging - Highlight concerning clauses Summary Generation - Create executive summary Workflow 2: Risk As...
51
22038 configure-memory-profiling laurigates/claude-plugins
/configure:memory-profiling Check and configure memory profiling infrastructure for Python projects using pytest-memray. When to Use This Skill Use this skill when... Use another approach when... Setting up memory profiling for a Python project from scratch Project is not Python — memray/pytest-memray are Python-only Adding pytest-memray integration for CI memory regression detection Profiling CPU performance — use cProfile or py-spy instead Configuring memory leak detection in test suites Runni...
50
22039 env-setup-assistant eddiebe147/claude-settings
Environment Setup Assistant Skill Overview This skill helps you create reproducible, developer-friendly environments. Covers IDE configuration, tool installation, dependency management, onboarding documentation, and cross-platform compatibility. Environment Setup Philosophy Principles One command setup: New developers should run one command Reproducible: Same environment everywhere Documented: Clear instructions for edge cases Versioned: Lock tool and dependency versions Goals DO: Automate eve...
50
22040 dbos-golang sickn33/antigravity-awesome-skills
DBOS Go Best Practices Guide for building reliable, fault-tolerant Go applications with DBOS durable workflows. When to Use Reference these guidelines when: Adding DBOS to existing Go code Creating workflows and steps Using queues for concurrency control Implementing workflow communication (events, messages, streams) Configuring and launching DBOS applications Using the DBOS Client from external applications Testing DBOS applications Rule Categories by Priority Priority Category Impact Prefix 1 ...
50
22041 keyword-extractor dkyazzentwatwa/chatgpt-skills
Extract important keywords and key phrases from text documents using multiple algorithms. Supports TF-IDF, RAKE, and simple frequency analysis with word cloud visualization. Quick Start ``` from scripts.keyword_extractor import KeywordExtractor Extract keywords extractor = KeywordExtractor() keywords = extractor.extract("Your long text document here...") print(keywords[:10]) Top 10 keywords From file keywords = extractor.extract_from_file("document.txt") extractor.to_wordcloud("keywords...
50
22042 component-common-domain-detection tech-leads-club/agent-skills
Common Domain Component Detection This skill identifies common domain functionality that is duplicated across multiple components and suggests consolidation opportunities to reduce duplication and improve maintainability. How to Use Quick Start Request analysis of your codebase: "Find common domain functionality across components" "Identify duplicate domain logic that should be consolidated" "Detect shared classes used across multiple components" "Analyze consolidation opportunities for common c...
50
22043 upgrade-stripe stripe/agent-toolkit
Upgrading Stripe Versions This skill covers upgrading Stripe API versions, server-side SDKs, Stripe.js, and mobile SDKs. Understanding Stripe API Versioning Stripe uses date-based API versions (e.g., 2025-12-15.clover, 2025-08-27.basil, 2024-12-18.acacia). Your account's API version determines request/response behavior. Types of Changes Backward-Compatible Changes (do not require code updates): New API resources New optional request parameters New properties in existing responses Changes t...
50
22044 gemini-blog sgcarstrends/sgcarstrends
Gemini Blog Generation Skill This skill helps you work with LLM-powered blog post generation in the @sgcarstrends/ai package. When to Use This Skill Creating or updating blog post generation prompts Debugging AI generation failures or quality issues Modifying content generation workflows Adding new blog post types or formats Optimising AI model parameters Working with structured output schemas Configuring Langfuse telemetry Architecture The blog generation system uses a 2-step flow with Verce...
50
22045 azure-monitor-opentelemetry-ts sickn33/antigravity-awesome-skills
Azure Monitor OpenTelemetry SDK for TypeScript Auto-instrument Node.js applications with distributed tracing, metrics, and logs. Installation Distro (recommended - auto-instrumentation) npm install @azure/monitor-opentelemetry Low-level exporters (custom OpenTelemetry setup) npm install @azure/monitor-opentelemetry-exporter Custom logs ingestion npm install @azure/monitor-ingestion Environment Variables APPLICATIONINSIGHTS_CONNECTION_STRING = InstrumentationKey = .. . ; IngestionEndpoint = .....
50
22046 brainstorm-diverge-converge lyndonkl/claude
Brainstorm Diverge-Converge Table of Contents Purpose When to Use This Skill What is Brainstorm Diverge-Converge? Workflow 1. Gather Requirements 2. Diverge (Generate Ideas) 3. Cluster (Group Themes) 4. Converge (Evaluate & Select) 5. Document & Validate Common Patterns Guardrails Quick Reference Purpose Apply structured divergent-convergent thinking to generate many creative options, organize them into meaningful clusters, then systematically evaluate and narrow to the strongest choices. This ...
50
22047 solidity-testing 0xlayerghost/solidity-agent-kit
Testing Standards Language Rule Always respond in the same language the user is using. If the user asks in Chinese, respond in Chinese. If in English, respond in English. Test Organization One test contract per source contract : MyToken.sol → MyToken.t.sol File location : All tests in test/ directory Naming : test_<feature>_<scenario> for passing tests, testFail_<feature>_<scenario> for expected reverts Example: test_transfer_revertsWhenInsufficientBalance Example: test_stake_updatesBalanceCorre...
50
22048 blueprint-rules laurigates/claude-plugins
Manage modular rules for the project. Rules are markdown files in .claude/rules/ that provide context-specific instructions to Claude. When to Use This Skill Use this skill when... Use alternative when... Need to create/edit modular rules in .claude/rules/ Use /blueprint:claude-md for single-file project instructions Want to list all project and user-level rules Use /blueprint:generate-rules to auto-generate from PRDs Need to add path-specific rules for certain file types Just need to view CLAUD...
50
22049 elegant-reports jdrhyne/agent-skills
elegant-reports Generate minimalist, elegant PDF reports inspired by Scandinavian design principles. Quick Start cd ~/clawd-nuri-internal/skills/elegant-reports Generate a report (dense layout) node generate.js report.md output.pdf --template report Generate a presentation (bold slides) node generate.js data.md slides.pdf --template presentation Dark mode node generate.js report.md --template report --theme dark List templates node generate.js --list Templates Template Style Use Case report ...
50
22050 azure-cosmos-db-py sickn33/antigravity-awesome-skills
Cosmos DB Service Implementation Build production-grade Azure Cosmos DB NoSQL services following clean code, security best practices, and TDD principles. Installation pip install azure-cosmos azure-identity Environment Variables COSMOS_ENDPOINT = https:// < account > .documents.azure.com:443/ COSMOS_DATABASE_NAME = < database-name > COSMOS_CONTAINER_ID = < container-id > For emulator only (not production) COSMOS_KEY = < emulator-key > Authentication DefaultAzureCredential (preferred) : from azu...
50