███████╗██╗ ██╗██╗██╗ ██╗ ██████╗ █████╗ ███╗ ██╗██╗ ██╗
██╔════╝██║ ██╔╝██║██║ ██║ ██╔══██╗██╔══██╗████╗ ██║██║ ██╔╝
███████╗█████╔╝ ██║██║ ██║ ██████╔╝███████║██╔██╗ ██║█████╔╝
╚════██║██╔═██╗ ██║██║ ██║ ██╔══██╗██╔══██║██║╚██╗██║██╔═██╗
███████║██║ ██╗██║███████╗███████╗ ██║ ██║██║ ██║██║ ╚████║██║ ██╗
╚══════╝╚═╝ ╚═╝╚═╝╚══════╝╚══════╝ ╚═╝ ╚═╝╚═╝ ╚═╝╚═╝ ╚═══╝╚═╝ ╚═╝
Agent Skills 排行榜 · 关键词 + 语义搜索
| # | Skill | 仓库 | 描述 | 安装量 |
|---|---|---|---|---|
| 25101 | doc-vault-project | molechowski/claude-skills |
Vault Project Manage multi-note research projects in an Obsidian vault with phased subdirectory structure. Prerequisites Skill Required Purpose doc-obsidian Yes Vault CRUD via notesmd-cli + search via qmd Directory Structure projects/{project-slug}/ ├── _index.md MOC: status, component links, linked research ├── concept/ Problem definition, threat models, requirements ├── research/ Deep dives per component, tech evaluation ├── design/ Ar...
|
35 |
| 25102 | senior-backend-dev | codewithowais/senior-backend-dev |
Senior Backend Developer You are a Senior Backend Developer with 12+ years of experience shipping high-traffic, distributed systems. You think in trade-offs, not absolutes. You write code that other engineers want to maintain. You review code the way a great mentor does — firm, clear, and always teaching. Core Principles These principles govern every decision you make: Correctness first, then performance. A slow correct system beats a fast broken one. Optimize only after profiling. Explicit over...
|
35 |
| 25103 | code-review-checklist | erichowens/some_claude_skills |
Code Review Checklist Overview Provide a systematic checklist for conducting thorough code reviews. This skill helps reviewers ensure code quality, catch bugs, identify security issues, and maintain consistency across the codebase. When to Use This Skill Use when reviewing pull requests Use when conducting code audits Use when establishing code review standards for a team Use when training new developers on code review practices Use when you want to ensure nothing is missed in reviews Use when...
|
35 |
| 25104 | ai-generated-ut-code-review | openharmonyinsight/openharmony-skills |
AI UT Code Review Overview Review AI-generated unit tests for effectiveness, coverage, assertions, negative cases, determinism, and maintainability. Output a 0-10 score, a risk level, and a must-fix checklist. Overall line coverage must be >= 80% ; otherwise risk is at least High. When to Use AI-generated UT/test code review or quality evaluation Need scoring, risk level, or must-fix checklist Questions about coverage or assertion validity Workflow Confirm tests target the intended business code...
|
35 |
| 25105 | loop-agent | d-o-hub/rust-self-learning-memory |
Loop Agent Skill Execute workflow agents iteratively for refinement and progressive improvement until quality criteria are met. Quick Reference Modes - Loop termination modes (fixed, criteria, convergence, hybrid) Patterns - Common loop patterns (refinement, test-fix, optimization) Configuration - Loop setup and templates Examples - Complete loop examples When to Use Code needs iterative refinement until quality standards met Tests need repeated fix-validate cycles Performance requires progressi...
|
35 |
| 25106 | refactor:nestjs | snakeo/claude-debug-and-refactor-skills-plugin |
You are an elite NestJS/TypeScript refactoring specialist with deep expertise in writing clean, maintainable, and scalable server-side applications. Your mission is to transform code into exemplary NestJS implementations that follow industry best practices and SOLID principles. Core Refactoring Principles DRY (Don't Repeat Yourself) - Extract repeated code into reusable services, utilities, or custom decorators - Create shared DTOs for common request/response patterns - Use TypeScript gen...
|
35 |
| 25107 | nano-banana-pro-image-gen | wuchubuzai2018/expert-skills-hub |
图片生成与编辑 图片生成技能,可以通过自然语言帮助用户生成图片,通过API易国内代理服务访问,支持Node.js和Python两种运行环境。 使用指引 遵循以下步骤: 第1步:分析需求与参数提取 明确意图 :区分用户是需要【文生图】(生成新图片)还是【图生图】(编辑/修改现有图片)。 提示词(Prompt)分析 : 使用用户原始完整输入 :把用户输入的原始完整问题需求描述(原文)直接作为 -p 提示词的主体,避免自行改写、总结或二次创作,防止细节丢失。 需要补充时先确认 :如果信息不足(例如缺少风格、主体数量、镜头语言、场景细节、文字内容、禁止元素等),先向用户提问确认;用户确认后,再把补充内容 以“追加”的方式 拼接到原始提示词后。 样例: 用户输入:“帮我生成一张猫的图片,风格要可爱一点。” 正例说明:直接使用用户输入作为提示词: -p "帮我生成一张猫的图片,风格要可爱一点。" 反例说明:擅自改写为“生成一张可爱风格的猫的图片”会丢失用户原始输入的细节和语气。 如果需要补充细节(例如颜色、背景等),先提问确认:“你希望猫是什么颜色的?背景有什么要求吗?”用户回答后,再追加到提示词...
|
35 |
| 25108 | prompt-engineering | inference-sh/agent-skills |
Prompt Engineering Overview Use this skill to design prompt systems that are clear, testable, and reusable. It covers prompt drafting, optimization, evaluation, and production-oriented patterns for few-shot prompting, reasoning workflows, templates, and system prompts. Keep the main workflow in this file and load the targeted reference files only for the pattern you are applying. When to Use Use this skill when: A user asks to write, rewrite, or improve a prompt A prompt needs better structure, ...
|
35 |
| 25109 | test-coverage | luongnv89/skills |
Test Coverage Fix Fix test coverage for $ARGUMENTS (or the whole app if no argument is given). This skill enforces the 80% line coverage hard gate required for Flows app approval by finding AND fixing coverage gaps. Work through every step in order. Step 1 — Verify test framework and coverage tooling Check that the project has a working test framework with coverage configured: Check for vitest or jest in package.json grep -E "(vitest|jest)" package.json Check for coverage configuration cat vit...
|
35 |
| 25110 | background-worker-creator | jeremylongshore/claude-code-plugins-plus-skills |
Background Worker Creator Purpose This skill provides automated assistance for background worker creator tasks within the Backend Development domain. When to Use This skill activates automatically when you: Mention "background worker creator" in your request Ask about background worker creator patterns or best practices Need help with backend skills covering node.js, python, go, database design, caching, messaging, and microservices architecture. Capabilities Provides step-by-step guidance for b...
|
34 |
| 25111 | laravel:using-examples-in-prompts | jpcaparas/superpowers-laravel |
Using Examples in Prompts Examples clarify intent better than descriptions. Show the AI what you want, don't just tell it. Reference Existing Code Abstract "Create a service similar to the payment service" Concrete "Create OrderService following the pattern in app/Services/PaymentService.php : class PaymentService { public function __construct ( private PaymentGateway $gateway , private PaymentRepository $repository ) { } public function charge ( Order $order ) : Payment { // Implementation } } ...
|
34 |
| 25112 | optimize-plugin | fradser/dotclaude |
Plugin Optimization Execute plugin validation and optimization workflow. Target: $ARGUMENTS Background Knowledge Load plugin-optimizer:plugin-best-practices skill using the Skill tool for component templates, tool invocation rules, and type classification. Phase 1: Discovery & Validation Goal : Validate structure and detect issues. Orchestrator MUST NOT apply fixes. Actions : Resolve path with realpath and verify existence Validate .claude-plugin/plugin.json exists Find component directories: co...
|
34 |
| 25113 | positioning-and-messaging | oldwinter/skills |
Positioning & Messaging Category: Marketing Source: https://refoundai.com/lenny-skills/s/positioning-messaging Positioning & Messaging | Refound AI Lenny Skills Database SKILLS PLAYBOOKS GUESTS ABOUT SKILLS PLAYBOOKS GUESTS ABOUT Marketing 58 guests | 106 insights Positioning & Messaging Positioning defines the space your product occupies in the customer's mind and determines how they describe it to others. Weak positioning creates friction througho...
|
34 |
| 25114 | video-downloader | skillcreatorai/awesome-agent-skills |
video-downloader Curated from ComposioHQ awesome-claude-skills. What it does Download videos from YouTube and other platforms for offline viewing, editing, or archival with support for various formats and quality options. Source Upstream: https://github.com/ComposioHQ/awesome-claude-skills/tree/master/video-downloader Category: video-generation How to use This catalogue entry advertises the skill in Open Design so the agent discovers it during planning. To run the full upstream workflow with its...
|
34 |
| 25115 | fusion-skill-self-report-bug | equinor/fusion-skills |
Self-report Fusion Skill Bugs When to use Use this skill when a Fusion skill workflow fails and you need a consistent, triage-ready bug report draft. Treat this as the default failure handoff for any fusion-* skill execution. Typical triggers: "a fusion-* skill failed" "this skill run failed" "self-report this skill error" "create a bug from this workflow failure" "capture this automation failure for triage" When not to use Do not use this skill for: Feature requests or roadmap planning General ...
|
34 |
| 25116 | fluentd-config-generator | jeremylongshore/claude-code-plugins-plus-skills |
Fluentd Config Generator Purpose This skill provides automated assistance for fluentd config generator tasks within the DevOps Advanced domain. When to Use This skill activates automatically when you: Mention "fluentd config generator" in your request Ask about fluentd config generator patterns or best practices Need help with advanced devops skills covering kubernetes, terraform, advanced ci/cd, monitoring, and infrastructure as code. Capabilities Provides step-by-step guidance for fluentd conf...
|
34 |
| 25117 | claude-code-debug | 0xdarkmatter/claude-mods |
Claude Code Debug Troubleshoot extensions, hooks, and unexpected behavior. Quick Diagnostics Enable debug mode claude --debug Check loaded extensions /hooks View registered hooks /agents View available agents /memory View loaded memory files /config View current configuration Common Issues Symptom Quick Check Skill not activating Verify description has trigger keywords Hook not running Check chmod +x , run /hooks Agent not delegating Add "Use proactively" to description MCP connection fail...
|
34 |
| 25118 | plaid | raintree-technology/claude-starter |
PLAID — Product Led AI Development You are a product development advisor helping a founder go from idea to buildable spec. You are warm, direct, and opinionated. You treat the founder as capable and smart — you’re here to help them articulate what’s already in their head, not to lecture them. The full pipeline is: Vision → Strategy → Spec → Build. Modes PLAID has three modes. Pick the right one based on context: Starting fresh (no vision.json exists): Run the vision intake conversation. See “Vis...
|
34 |
| 25119 | scikit-learn | eyadsibai/ltk |
Scikit-learn Overview This skill provides comprehensive guidance for machine learning tasks using scikit-learn, the industry-standard Python library for classical machine learning. Use this skill for classification, regression, clustering, dimensionality reduction, preprocessing, model evaluation, and building production-ready ML pipelines. Installation Tested against scikit-learn 1.8.0 (stable; December 2025). Requires Python 3.11–3.14 (free-threaded CPython 3.14 wheels available in 1.8+). Inst...
|
34 |
| 25120 | security | travisjneuman/.claude |
Security Architecture Diagram Generator Quick Start: Define trust boundaries → Place identity/encryption/firewall icons → Connect with access flows → Group into security zones → Wrap in ```plantuml fence. ⚠️ IMPORTANT: Always use ```plantuml or ```puml code fence. NEVER use ```text — it will NOT render as a diagram. Critical Rules Every diagram starts with @startuml and ends with @enduml Use left to right direction for access flows (User → AuthN → AuthZ → Resource) Use mxgraph.aws4.* stencil syn...
|
34 |
| 25121 | spec-execute | zixun-github/aisdlc |
spec-execute(I2:执行 / plan.md SSOT) 概览 I2 的目标是把 {FEATURE_DIR}/implementation/plan.md 中的任务 按批次执行 ,并把执行状态与最小审计信息 只回写到 plan.md (作为唯一执行清单与状态 SSOT)。 本技能是 skills/executing-plans/SKILL.md 的 Spec 实现阶段版: 重度复用其“五步执行 + 批次检查点 + 遇阻塞即停”骨架 ,但将“计划文件”的语义替换为实现阶段 SOP(见 design/aisdlc_spec_implementation.md )的硬约束: plan.md 是 唯一 执行清单与状态来源(checkbox + 审计信息 + 验证结果摘要) 默认每批执行 前 3 个未完成任务 任何 NEEDS CLARIFICATION / 关键计划缺陷 / 阻塞: 立即停止并汇报 (禁止脑补推进) 若执行中产生决策/契约变更: 仅在 {FEATURE_DIR} 内草拟 ,并在 plan.md 追加 Merge-back 待办清单 (本阶段禁止直接更新 projec...
|
34 |
| 25122 | frontend-ux | austintgriffith/ethskills |
Frontend UX Rules What You Probably Got Wrong "The button works." Working is not the standard. Does it disable during the transaction? Does it show a spinner? Does it stay disabled until the chain confirms? Does it show an error if the user rejects? AI agents skip all of this, every time. "I used wagmi hooks." Wrong hooks. Scaffold-ETH 2 wraps wagmi with useTransactor which waits for transaction confirmation — not just wallet signing. Raw wagmi's writeContractAsync resolves the moment the user c...
|
34 |
| 25123 | k8s-security | eyadsibai/ltk |
Kubernetes Security Policies Implement defense-in-depth security for Kubernetes clusters. Pod Security Standards Restricted (Most Secure) apiVersion : v1 kind : Namespace metadata : name : restricted - ns labels : pod-security.kubernetes.io/enforce : restricted pod-security.kubernetes.io/audit : restricted pod-security.kubernetes.io/warn : restricted Secure Pod Configuration apiVersion : v1 kind : Pod metadata : name : secure - pod spec : securityContext : runAsNonRoot : true runAsUser : 1000 fs...
|
34 |
| 25124 | anime-story-creator | tippyentertainment/skills |
Provided by TippyEntertainment https://github.com/tippyentertainment/skills.git Anime Story Generator Skill Summary Generates original anime story concepts, including worldbuilding, characters, power systems, and multi‑episode arcs, tailored to the user’s preferences (genre, tone, length, target audience). This skill is designed for use on the Tasking.tech agent platform ( https://tasking.tech ) and is also compatible with assistant runtimes that accept skill-style handlers such as .claude, .ope...
|
34 |
| 25125 | database-design-patterns | nickcrew/claude-ctx-plugin |
Database Design Patterns Expert guidance for designing scalable database schemas, optimizing query performance, and implementing robust data persistence layers across relational and NoSQL databases. When to Use This Skill Designing database schemas for new applications Optimizing slow queries and database performance Choosing between normalization and denormalization strategies Implementing partitioning, sharding, or replication strategies Migrating between database technologies (SQL to NoSQL ...
|
34 |
| 25126 | git-commit | molechowski/claude-skills |
Git Commit with Conventional Commits Overview Create standardized, semantic git commits using the Conventional Commits specification. Analyze the actual diff to determine appropriate type, scope, and message. Conventional Commit Format <type>[optional scope]: <description> [optional body] [optional footer(s)] Commit Types Type Purpose feat New feature fix Bug fix docs Documentation only style Formatting/style (no logic) refactor Code refactor (no feature/fix) perf Performance improvement test Ad...
|
34 |
| 25127 | xint | 0xnyk/xint |
xint — X Intelligence CLI General-purpose agentic research over X/Twitter. Decompose any research question into targeted searches, iteratively refine, follow threads, deep-dive linked content, and synthesize into a sourced briefing. For X API details (endpoints, operators, response format): read references/x-api.md . Security Considerations This skill requires sensitive credentials. Follow these guidelines: Credentials X_BEARER_TOKEN : Required for X API. Treat as a secret - prefer exported envi...
|
34 |
| 25128 | dev-review-pr | molechowski/claude-skills |
Review PR Change-focused code review for diffs, staged changes, and GitHub PRs. Brutally honest, professionally delivered. Persona Strict tech lead with zero tolerance for sloppy changes. Focus on what CHANGED, not the entire codebase Judge changes in context of surrounding code Flag regressions and new risks introduced by the change No hedge words. Never use "might", "perhaps", "consider", "maybe" Default assumption: changes need scrutiny until proven sound Be specific: cite the diff line, expl...
|
34 |
| 25129 | elysia | epicenterhq/epicenter |
Elysia.js Patterns (v1.2+) When to Apply This Skill Use this pattern when you need to: Write or refactor Elysia handlers to use status() responses. Define per-status response schemas for Eden Treaty type safety. Migrate handlers away from set.status plus error-object returns. Compose Elysia plugins/guards for shared auth and route behavior. Choose between return status(...) and throw status(...) by control-flow context. The status() Helper (ALWAYS use this) Never use set.status + return object. ...
|
34 |
| 25130 | ai-discoverability-audit | brianrwagner/ai-marketing-skills |
AI Discoverability Audit You are an AI discoverability expert. Audit how a brand appears in AI search and recommendation systems, identify gaps, and produce an action plan with a re-audit schedule. Why This Matters: Traditional SEO optimizes for Google. AI discoverability optimizes for how LLMs understand, describe, and recommend a brand. If AI assistants can't describe you accurately, you're invisible to a growing segment of high-intent searchers. Mode Detect from context or ask: "Quick scan, f...
|
34 |
| 25131 | polyglot-rust-c | letta-ai/skills |
Polyglot Rust/C Programming This skill provides structured guidance for creating source files that compile and execute correctly as both Rust and C/C++ programs. Core Principle: Action Over Analysis The most critical lesson for polyglot tasks: start writing code immediately . Polyglot programming requires empirical validation through actual compilation. Mental reasoning alone cannot account for all syntax edge cases across languages. Recommended Workflow Phase 1: Establish Working Environment Cr...
|
34 |
| 25132 | leadership-stakeholder-management | pluginagentmarketplace/custom-plugin-product-manager |
Leadership & Stakeholder Management Skill Master the human side of product management. Align stakeholders, communicate effectively, resolve conflicts, and inspire teams toward shared vision. Stakeholder Mapping & Analysis Identify All Stakeholders ┌─────────────────┬──────────────────┐ │ DECISION │ INFLUENCE │ ← POWER │ MAKERS │ MAKERS │ │ │ │ │ CEO, Board │ VP Eng, Design │ ├─────────────────┼──────────────────┤ │ USERS...
|
34 |
| 25133 | ux-researcher | borghei/claude-skills |
UX Researcher Purpose Provides user experience research expertise specializing in qualitative and quantitative research methods to drive user-centered design. Uncovers user needs through interviews, usability testing, and data synthesis for actionable product insights. When to Use Planning and conducting user interviews or contextual inquiries Running usability tests (moderated or unmoderated) Analyzing qualitative data (thematic analysis, affinity mapping) Creating artifacts like Personas, User...
|
34 |
| 25134 | skill-creator | aaaaqwq/claude-code-skills |
Skill Creator A skill for creating new skills and iteratively improving them. At a high level, the process of creating a skill goes like this: Decide what you want the skill to do and roughly how it should do it Write a draft of the skill Create a few test prompts and run claude-with-access-to-the-skill on them Help the user evaluate the results both qualitatively and quantitatively While the runs happen in the background, draft some quantitative evals if there aren't any (if there are some, you...
|
34 |
| 25135 | worker | yeachan-heo/oh-my-codex |
Worker Skill This skill is for a Codex session that was started as an OMX Team worker (a tmux pane spawned by $team ). Identity You MUST be running with OMX_TEAM_WORKER set. It looks like: <team-name>/worker-<n> Example: alpha/worker-2 Load Worker Skill Path (Claude/Codex) When a worker inbox tells you to load this skill, resolve the first existing path: ${CODEX_HOME:-~/.codex}/skills/worker/SKILL.md ~/.codex/skills/worker/SKILL.md <leader_cwd>/.codex/skills/worker/SKILL.md <leader_cwd>/skills/w...
|
34 |
| 25136 | facebook-automation | aaaaqwq/claude-code-skills |
Facebook Automation via Rube MCP Automate Facebook operations through Composio's Facebook toolkit via Rube MCP. Prerequisites Rube MCP must be connected (RUBE_SEARCH_TOOLS available) Active Facebook connection via RUBE_MANAGE_CONNECTIONS with toolkit facebook Always call RUBE_SEARCH_TOOLS first to get current tool schemas Setup Get Rube MCP : Add https://rube.app/mcp as an MCP server in your client configuration. Verify Rube MCP is available by confirming RUBE_SEARCH_TOOLS responds Call RUBE_MAN...
|
34 |
| 25137 | openai-webhooks | hookdeck/webhook-skills |
OpenAI Webhooks When to Use This Skill Setting up OpenAI webhook handlers for async operations Debugging signature verification failures Handling fine-tuning job completion events Processing batch API completion notifications Handling realtime API incoming calls Essential Code (USE THIS) Express Webhook Handler const express = require ( 'express' ) ; const crypto = require ( 'crypto' ) ; const app = express ( ) ; // Standard Webhooks signature verification for OpenAI function verifyOpenAISignatu...
|
34 |
| 25138 | busirocket-tauri | busirocket/agents-skills |
Tauri Standards Tauri-specific conventions for desktop applications. Builds on busirocket-rust for language and module rules. When to Use Use this skill when: Creating or refactoring Tauri commands Registering commands in the invoke handler and permissions Structuring a Tauri project (src-tauri layout, sql, prompts) Non-Negotiables (MUST) When creating a Tauri command: (1) create command file, (2) register in invoke handler, (3) add to permissions allowlist. Rust code lives under src-tauri/src/ ...
|
34 |
| 25139 | remote-browser | shawnpana/browser-use |
Remote Browser Automation for Sandboxed Agents This skill is for agents running on sandboxed remote machines (cloud VMs, CI, coding agents) that need to control a browser. Install browser-use and drive a cloud browser — no local Chrome needed. Prerequisites Before using this skill, browser-use must be installed and configured. Run diagnostics to verify: browser-use doctor For more information, see https://github.com/browser-use/browser-use/blob/main/browser_use/skill_cli/README.md Core Workflow ...
|
34 |
| 25140 | search | htlin222/dotfiles |
Search Skill Search the web and get relevant results optimized for LLM consumption. Authentication The script uses OAuth via the Tavily MCP server. No manual setup required - on first run, it will: Check for existing tokens in ~/.mcp-auth/ If none found, automatically open your browser for OAuth authentication Note: You must have an existing Tavily account. The OAuth flow only supports login — account creation is not available through this flow. Sign up at tavily.com first if you don't have an a...
|
34 |
| 25141 | blink | openagentsinc/openagents |
Blink Skill Bitcoin Lightning wallet operations via the Blink API. Enables agents to check balances, receive payments via invoices, send payments over Lightning, swap between BTC and USD wallets, track transactions, and monitor prices. What is Blink? Blink is a custodial Bitcoin Lightning wallet with a GraphQL API. Key concepts: API Key — authentication token (format: blink_... ) with scoped permissions (Read, Receive, Write) BTC Wallet — balance denominated in satoshis USD Wallet — balance deno...
|
34 |
| 25142 | dart-cli-creator | mono0926/skills |
Dart CLI Creator Skill This skill provides guidelines and procedures for creating and improving top-quality Command-Line Interface (CLI) tools using Dart. As an agent, you must consistently follow these best practices when requested by the user to create or modify a Dart CLI. 🎯 Core Best Practices 1. Project Structure and Design bin/ directory : Place the entry point executable files for the CLI (e.g., bin/my_cli.dart ). Keep this as a thin wrapper that only calls top-level functions or classes ...
|
34 |
| 25143 | maplibre-mapbox-migration | maplibre/maplibre-agent-skills |
Mapbox to MapLibre Migration This skill guides you through migrating an application from Mapbox GL JS to MapLibre GL JS . The two libraries share a common ancestry (MapLibre forked from Mapbox GL JS v1.13 in December 2020), so the API is largely the same. The main changes are: swap the package, replace the namespace, remove the Mapbox access token, and choose a new tile source (MapLibre does not use mapbox:// styles). Primary reference: MapLibre official Mapbox migration guide . When to Use This...
|
34 |
| 25144 | torch-pipeline-parallelism | letta-ai/skills |
Torch Pipeline Parallelism Overview This skill provides guidance for implementing pipeline parallelism in PyTorch for distributed model training. Pipeline parallelism partitions a model across multiple devices/ranks, where each rank processes a subset of layers and communicates activations/gradients with neighboring ranks. Key Concepts Pipeline Parallelism Patterns AFAB (All-Forward-All-Backward) : Process all microbatch forwards first, cache activations, then process all backwards. This is the ...
|
34 |
| 25145 | azure-monitor-query-py | sickn33/antigravity-awesome-skills |
Azure Monitor Query SDK for Python Query logs and metrics from Azure Monitor and Log Analytics workspaces. Installation pip install azure-monitor-query Environment Variables Log Analytics AZURE_LOG_ANALYTICS_WORKSPACE_ID = < workspace-id > Metrics AZURE_METRICS_RESOURCE_URI = /subscriptions/ < sub > /resourceGroups/ < rg > /providers/ < provider > / < type > / < name > Authentication from azure . identity import DefaultAzureCredential credential = DefaultAzureCredential ( ) Logs Query Client B...
|
34 |
| 25146 | azure-mgmt-fabric-py | sickn33/antigravity-awesome-skills |
Azure Fabric Management SDK for Python Manage Microsoft Fabric capacities and resources programmatically. Installation pip install azure-mgmt-fabric pip install azure-identity Environment Variables AZURE_SUBSCRIPTION_ID = < your-subscription-id > AZURE_RESOURCE_GROUP = < your-resource-group > Authentication from azure . identity import DefaultAzureCredential from azure . mgmt . fabric import FabricMgmtClient import os credential = DefaultAzureCredential ( ) client = FabricMgmtClient ( credential...
|
34 |
| 25147 | lambda-function-generator | jeremylongshore/claude-code-plugins-plus-skills |
Lambda Function Generator Purpose This skill provides automated assistance for lambda function generator tasks within the AWS Skills domain. When to Use This skill activates automatically when you: Mention "lambda function generator" in your request Ask about lambda function generator patterns or best practices Need help with amazon web services skills covering compute, storage, networking, serverless, and aws-specific best practices. Capabilities Provides step-by-step guidance for lambda functi...
|
34 |
| 25148 | rag-pipeline-builder | patricio0312rev/skills |
RAG Pipeline Builder Design end-to-end RAG pipelines for accurate document retrieval and generation. Pipeline Architecture Documents → Chunking → Embedding → Vector Store → Retrieval → Reranking → Generation Chunking Strategy Semantic chunking (recommended) from langchain.text_splitter import RecursiveCharacterTextSplitter splitter = RecursiveCharacterTextSplitter( chunk_size=1000, Characters per chunk chunk_overlap=200, Overlap between chunks separators=["\n\n", "...
|
34 |
| 25149 | cert-manager-setup | jeremylongshore/claude-code-plugins-plus-skills |
Cert Manager Setup Purpose This skill provides automated assistance for cert manager setup tasks within the DevOps Advanced domain. When to Use This skill activates automatically when you: Mention "cert manager setup" in your request Ask about cert manager setup patterns or best practices Need help with advanced devops skills covering kubernetes, terraform, advanced ci/cd, monitoring, and infrastructure as code. Capabilities Provides step-by-step guidance for cert manager setup Follows industry ...
|
34 |
| 25150 | skills-discovery | kamalnrf/claude-plugins |
Skills Discovery You can extend your capabilities by discovering and installing Agent Skills from the claude-plugins.dev registry. Skills provide specialized knowledge, tools, and techniques for specific technologies, frameworks, and domains. When to search for skills First, check if an installed skill matches the task. If not, search the registry—specialized skills may exist that you haven't installed yet. Before starting any non-trivial task, ask yourself: Do I have a skill for this? → Use it ...
|
34 |