███████╗██╗ ██╗██╗██╗ ██╗ ██████╗ █████╗ ███╗ ██╗██╗ ██╗
██╔════╝██║ ██╔╝██║██║ ██║ ██╔══██╗██╔══██╗████╗ ██║██║ ██╔╝
███████╗█████╔╝ ██║██║ ██║ ██████╔╝███████║██╔██╗ ██║█████╔╝
╚════██║██╔═██╗ ██║██║ ██║ ██╔══██╗██╔══██║██║╚██╗██║██╔═██╗
███████║██║ ██╗██║███████╗███████╗ ██║ ██║██║ ██║██║ ╚████║██║ ██╗
╚══════╝╚═╝ ╚═╝╚═╝╚══════╝╚══════╝ ╚═╝ ╚═╝╚═╝ ╚═╝╚═╝ ╚═══╝╚═╝ ╚═╝
Agent Skills 排行榜 · 关键词 + 语义搜索
| # | Skill | 仓库 | 描述 | 安装量 |
|---|---|---|---|---|
| 851 | landing-page-design | skillssh/skills |
Landing Page Design Design high-converting landing pages with AI-generated visuals via inference.sh CLI. Quick Start Requires inference.sh CLI ( belt ). Install instructions belt login Generate a hero image belt app run falai/flux-dev-lora --input '{ "prompt": "professional person smiling while using a laptop showing a clean dashboard interface, bright modern office, natural lighting, warm and productive atmosphere, lifestyle marketing photography", "width": 1248, "height": 832 }' Research com...
|
11.4K |
| 852 | flutter-fix-layout-issues | flutter/skills |
Resolving Flutter Layout Errors Contents Constraint Violation Diagnostics Layout Error Resolution Workflow Examples Constraint Violation Diagnostics Flutter layout operates on a strict rule: Constraints go down. Sizes go up. Parent sets position. Layout errors occur when this negotiation fails, typically due to unbounded constraints or unconstrained children. Diagnose layout failures using the following error signatures: "Vertical viewport was given unbounded height" : Triggered when a scrollabl...
|
11.4K |
| 853 | firecrawl-shop | firecrawl/firecrawl-workflows |
No SKILL.md available for this skill. View on GitHub Installs 366 Repository firecrawl/firec…orkflows First Seen 1 day ago
|
11.4K |
| 854 | agent-pulse | jane-o-o-o-o/agent-pulse-skills |
No SKILL.md available for this skill. View on GitHub Installs 2.5K Repository jane-o-o-o-o/ag…e-skills GitHub Stars 1 First Seen 2 days ago
|
11.4K |
| 855 | terraform-module-library | wshobson/agents |
Terraform Module Library Production-ready Terraform module patterns for AWS, Azure, GCP, and OCI infrastructure. Purpose Create reusable, well-tested Terraform modules for common cloud infrastructure patterns across multiple cloud providers. When to Use Build reusable infrastructure components Standardize cloud resource provisioning Implement infrastructure as code best practices Create multi-cloud compatible modules Establish organizational Terraform standards Module Structure Show more
|
11.4K |
| 856 | nuget-manager | github/awesome-copilot |
NuGet Manager Overview This skill ensures consistent and safe management of NuGet packages across .NET projects. It prioritizes using the dotnet CLI to maintain project integrity and enforces a strict verification and restoration workflow for version updates. Prerequisites .NET SDK installed (typically .NET 8.0 SDK or later, or a version compatible with the target solution). dotnet CLI available on your PATH. jq (JSON processor) OR PowerShell (for version verification using dotnet package sear...
|
11.4K |
| 857 | fixing-metadata | ibelick/ui-skills |
No SKILL.md available for this skill. View on GitHub Installs 10.9K Repository ibelick/ui-skills GitHub Stars 1.8K First Seen Jan 22, 2026
|
11.4K |
| 858 | web-design-reviewer | github/awesome-copilot |
Web Design Reviewer This skill enables visual inspection and validation of website design quality, identifying and fixing issues at the source code level. Scope of Application Static sites (HTML/CSS/JS) SPA frameworks such as React / Vue / Angular / Svelte Full-stack frameworks such as Next.js / Nuxt / SvelteKit CMS platforms such as WordPress / Drupal Any other web application Prerequisites Required Target website must be running Local development server (e.g., http://localhost:3000) Stagin...
|
11.4K |
| 859 | gws-script | googleworkspace/cli |
script (v1) PREREQUISITE: Read ../gws-shared/SKILL.md for auth, global flags, and security rules. If missing, run gws generate-skills to create it. gws script < resource > < method > [ flags ] Helper Commands Command Description +push Upload local files to an Apps Script project API Resources processes list — List information about processes made by or on behalf of a user, such as process type and current status. listScriptProcesses — List information about a script's executed processes, such as...
|
11.4K |
| 860 | task-planning | supercent-io/skills-template |
Task Planning When to use this skill Feature development : Break down a new feature into small tasks Sprint Planning : Select work to include in the sprint Backlog Grooming : Clean up the backlog and set priorities Instructions Step 1: Write User Stories (INVEST) INVEST principles : I ndependent: Independent N egotiable: Negotiable V aluable: Valuable E stimable: Estimable S mall: Small T estable: Testable Template : User Story: [title] As a [user type] I want [feature] So that [value/rea...
|
11.3K |
| 861 | vercel-sandbox | vercel-labs/agent-browser |
Browser Automation with Vercel Sandbox Run agent-browser + headless Chrome inside ephemeral Vercel Sandbox microVMs. A Linux VM spins up on demand, executes browser commands, and shuts down. Works with any Vercel-deployed framework (Next.js, SvelteKit, Nuxt, Remix, Astro, etc.). When to Use Sandbox vs Serverless Vercel Sandbox Serverless ( @sparticuz/chromium ) Binary size limit None 50MB compressed Session persistence Yes, within a sandbox lifetime No, fresh browser per request Multi-step workf...
|
11.3K |
| 862 | firecrawl-browser | firecrawl/cli |
firecrawl interact (formerly browser) The browser command is deprecated. Use scrape + interact instead. Interact lets you scrape a page and then click, fill forms, and navigate without managing sessions manually. Interact with scraped pages in a live browser session. Scrape a page first, then use natural language prompts or code to click, fill forms, navigate, and extract data. When to use Content requires interaction: clicks, form fills, pagination, login scrape failed because content is behind...
|
11.3K |
| 863 | flutter-add-widget-test | flutter/skills |
Writing Flutter Widget Tests Contents Setup & Configuration Core Components Workflow: Implementing a Widget Test Interaction & State Management Examples Setup & Configuration Ensure the testing environment is properly configured before authoring widget tests. Add the flutter_test dependency to the dev_dependencies section of pubspec.yaml . Place all test files in the test/ directory at the root of the project. Suffix all test file names with _test.dart (e.g., widget_test.dart ). Core Components ...
|
11.3K |
| 864 | firecrawl-lead-gen | firecrawl/firecrawl-workflows |
No SKILL.md available for this skill. View on GitHub Installs 365 Repository firecrawl/firec…orkflows First Seen 1 day ago
|
11.3K |
| 865 | firecrawl-market-research | firecrawl/firecrawl-workflows |
No SKILL.md available for this skill. View on GitHub Installs 360 Repository firecrawl/firec…orkflows First Seen 1 day ago
|
11.3K |
| 866 | ai-elements | vercel/ai-elements |
AI Elements AI Elements is a component library and custom registry built on top of shadcn/ui to help you build AI-native applications faster. It provides pre-built components like conversations, messages and more. Installing AI Elements is straightforward and can be done in a couple of ways. You can use the dedicated CLI command for the fastest setup, or integrate via the standard shadcn/ui CLI if you've already adopted shadcn's workflow. IMPORTANT: Run all CLI commands using the project's packa...
|
11.3K |
| 867 | deployment-automation | supercent-io/skills-template |
Deployment Automation When to use this skill New Projects : Set up automated deployment from scratch Manual Deployment Improvement : Automate repetitive manual tasks Multi-Environment : Separate dev, staging, and production environments Scaling : Introduce Kubernetes to handle traffic growth Instructions Step 1: Docker Containerization Package the application as a Docker image. Dockerfile (Node.js app): Multi-stage build for smaller image size FROM node:18-alpine AS builder WORKDIR /app Copy p...
|
11.2K |
| 868 | testing-strategies | supercent-io/skills-template |
Testing Strategies When to use this skill New project : define a testing strategy Quality issues : bugs happen frequently Before refactoring : build a safety net CI/CD setup : automated tests Instructions Step 1: Understand the Test Pyramid /\ /E2E\ ← few (slow, expensive) /______\ / \ /Integration\ ← medium /____________\ / \ / Unit Tests \ ← many (fast, inexpensive) /________________\ Ratio guide : Unit: 70% Integration: 20% E2E: 10% Step 2: Unit testing st...
|
11.2K |
| 869 | responsive-design | supercent-io/skills-template |
Responsive Design Master modern responsive design techniques to create interfaces that adapt seamlessly across all screen sizes and device contexts. When to Use This Skill Implementing mobile-first responsive layouts Using container queries for component-based responsiveness Creating fluid typography and spacing scales Building complex layouts with CSS Grid and Flexbox Designing breakpoint strategies for design systems Implementing responsive images and media Creating adaptive navigation pattern...
|
11.2K |
| 870 | youtube-thumbnail-design | skillssh/skills |
YouTube Thumbnail Design Create high-CTR YouTube thumbnails with AI image generation via inference.sh CLI. Quick Start Requires inference.sh CLI ( belt ). Install instructions belt login Generate a thumbnail belt app run falai/flux-dev-lora --input '{ "prompt": "YouTube thumbnail style, close-up of a person with surprised excited expression looking at a glowing laptop screen, vibrant blue and orange color scheme, dramatic studio lighting, shallow depth of field, high contrast, cinematic", "widt...
|
11.2K |
| 871 | image-to-video | skillssh/skills |
Image-to-Video — Pro Pack on RunComfy runcomfy.com · HappyHorse I2V · Wan 2.7 · Seedance 2.0 Pro · GitHub Image-to-video, intent-routed. This skill doesn't lock you to one model — it picks the right i2v model in the RunComfy catalog based on what the user actually wants: portrait animation, custom-voiceover lip-sync, or multi-modal composition. npx skills add agentspace-so/runcomfy-skills --skill image-to-video -g Pick the right model for the user's intent User intent Model Why Animate a portrai...
|
11.2K |
| 872 | storyboard-creation | skillssh/skills |
Storyboard Creation Create visual storyboards with AI image generation via inference.sh CLI. Quick Start Requires inference.sh CLI ( belt ). Install instructions belt login Generate a storyboard panel belt app run falai/flux-dev-lora --input '{ "prompt": "storyboard panel, wide establishing shot of a modern city skyline at sunset, cinematic composition, slightly desaturated colors, film still style, 16:9 aspect ratio", "width": 1248, "height": 832 }' Stitch panels into a board belt app run inf...
|
11.2K |
| 873 | flutter-setup-declarative-routing | flutter/skills |
Implementing Routing and Deep Linking Contents Core Concepts Workflow: Initializing the Application and Router Workflow: Configuring Platform Deep Linking Workflow: Implementing Nested Navigation Examples Core Concepts Use the go_router package for declarative routing in Flutter. It provides a robust API for complex routing scenarios, deep linking, and nested navigation. GoRouter : The central configuration object defining the application's route tree. GoRoute : A standard route mapping a URL pa...
|
11.2K |
| 874 | flutter-add-integration-test | flutter/skills |
Implementing Flutter Integration Tests Contents Project Setup and Dependencies Interactive Exploration via MCP Test Authoring Guidelines Execution and Profiling Workflow: End-to-End Integration Testing Examples Project Setup and Dependencies Configure the project to support integration testing and Flutter Driver extensions. Add required development dependencies to pubspec.yaml : flutter pub add 'dev:integration_test:{"sdk":"flutter"}' flutter pub add 'dev:flutter_test:{"sdk":"flutter"}' Enable t...
|
11.2K |
| 875 | firecrawl-website-design-clone | firecrawl/firecrawl-workflows |
No SKILL.md available for this skill. View on GitHub Installs 373 Repository firecrawl/firec…orkflows First Seen 1 day ago
|
11.2K |
| 876 | firecrawl-deep-research | firecrawl/firecrawl-workflows |
No SKILL.md available for this skill. View on GitHub Installs 364 Repository firecrawl/firec…orkflows First Seen 1 day ago
|
11.2K |
| 877 | vercel-optimize | vercel-labs/agent-skills |
Vercel Optimize Run an observability-first Vercel optimization audit. Do not inspect source files until signals.json exists and a deterministic gate points to a route, file, or project setting. Core doctrine: read references/doctrine.md if any rule is unclear. Metrics first. Recommendations start from Vercel production signals, not repo-wide grep. Deterministic gates. scripts/gate-investigations.mjs decides what deserves investigation. Candidate-bound scope. Read only files named by a candidate ...
|
11.2K |
| 878 | firecrawl-knowledge-base | firecrawl/firecrawl-workflows |
No SKILL.md available for this skill. View on GitHub Installs 366 Repository firecrawl/firec…orkflows First Seen 1 day ago
|
11.2K |
| 879 | refactor-plan | github/awesome-copilot |
Refactor Plan Create a detailed plan for this refactoring task. Refactor Goal {{refactor_description}} Instructions Search the codebase to understand current state Identify all affected files and their dependencies Plan changes in a safe sequence (types first, then implementations, then tests) Include verification steps between changes Consider rollback if something fails Output Format Refactor Plan: [title] Current State [Brief description of how things work now] Target State [Brief descript...
|
11.2K |
| 880 | opencli-autofix | jackwener/opencli |
OpenCLI AutoFix — Automatic Adapter Self-Repair When an opencli command fails because a website changed its DOM, API, or response schema, automatically diagnose, fix the adapter, and retry — don't just report the error. Safety Boundaries Before starting any repair, check these hard stops: AUTH_REQUIRED (exit code 77) — STOP. Do not modify code. Tell the user to log into the site in Chrome. BROWSER_CONNECT (exit code 69) — STOP. Do not modify code. Tell the user to run opencli doctor . CAPTCHA / ...
|
11.2K |
| 881 | gws-script-push | googleworkspace/cli |
script +push PREREQUISITE: Read ../gws-shared/SKILL.md for auth, global flags, and security rules. If missing, run gws generate-skills to create it. Upload local files to an Apps Script project Usage gws script +push --script < ID > Flags Flag Required Default Description --script ✓ — Script Project ID --dir — — Directory containing script files (defaults to current dir) Examples gws script +push --script SCRIPT_ID gws script +push --script SCRIPT_ID --dir ./src Tips Supports .gs, .js, .html, an...
|
11.2K |
| 882 | web-access | eze-is/web-access |
web-access Skill 前置检查 在开始联网操作前,先检查 CDP 模式可用性: node " ${CLAUDE_SKILL_DIR} /scripts/check-deps.mjs" 未通过时引导用户完成设置: Node.js 22+ :必需(使用原生 WebSocket)。版本低于 22 可用但需安装 ws 模块。 Chrome remote-debugging :在 Chrome 地址栏打开 chrome://inspect/remote-debugging ,勾选 "Allow remote debugging for this browser instance" 即可,可能需要重启浏览器。 检查通过后并必须在回复中向用户直接展示以下须知,再启动 CDP Proxy 执行操作: 温馨提示:部分站点对浏览器自动化操作检测严格,存在账号封禁风险。已内置防护措施但无法完全避免,Agent 继续操作即视为接受。 浏览哲学 像人一样思考,兼顾高效与适应性的完成任务。 执行任务时不会过度依赖固有印象所规划的步骤,而是带着目标进入,边看边判断,遇到阻碍就解决,发现内容不够就深入——...
|
11.2K |
| 883 | git-workflow | supercent-io/skills-template |
Git Workflow When to use this skill Creating meaningful commit messages Managing branches Merging code Resolving conflicts Collaborating with team Git best practices Instructions Step 1: Branch management Create feature branch : Create and switch to new branch git checkout -b feature/feature-name Or create from specific commit git checkout -b feature/feature-name < commit-hash > Naming conventions : feature/description : New features bugfix/description : Bug fixes hotfix/description : Urgent f...
|
11.1K |
| 884 | copilot-coding-agent | supercent-io/skills-template |
GitHub Copilot Coding Agent — Issue → Draft PR automation If you add the ai-copilot label to an issue, GitHub Actions automatically assigns it to Copilot, and Copilot creates a branch → writes code → opens a Draft PR. When to use this skill When PMs/designers create issues and Copilot starts implementation without a developer When offloading backlog issues (refactors/docs/tests) to Copilot When delegating follow-up work created by Vibe Kanban / Conductor to Copilot When automating pipelines like...
|
11.1K |
| 885 | product-photography | skillssh/skills |
Product Photography Create professional product images with AI via inference.sh CLI. Quick Start Requires inference.sh CLI ( belt ). Install instructions belt login Clean studio packshot belt app run bytedance/seedream-4-5 --input '{ "prompt": "professional product photography, single premium wireless headphone on clean white background, soft studio lighting with subtle shadow, commercial e-commerce style, sharp focus, 4K quality", "size": "2K" }' Shot Types 1. Hero Shot (Primary Image) The mai...
|
11.1K |
| 886 | competitor-teardown | skillssh/skills |
Competitor Teardown Structured competitive analysis with research and screenshots via inference.sh CLI. Quick Start Requires inference.sh CLI ( belt ). Install instructions belt login Research competitor landscape belt app run tavily/search-assistant --input '{ "query": "top project management tools comparison 2024 market share" }' Screenshot competitor's website belt app run infsh/agent-browser --input '{ "url": "https://competitor.com", "action": "screenshot" }' Teardown Framework The 7-Laye...
|
11.1K |
| 887 | video-ad-specs | skillssh/skills |
Video Ad Specs Create platform-specific video ads via inference.sh CLI. Quick Start Requires inference.sh CLI ( belt ). Install instructions belt login Generate a vertical video ad scene belt app run bytedance/seedance-1-5-pro --input '{ "prompt": "vertical video, person excitedly unboxing a product, clean modern room, bright natural lighting, social media ad style, authentic feeling, 9:16 format" }' Platform Specifications TikTok Spec Value Aspect ratio 9:16 (vertical) Resolution 1080 x 1920 p...
|
11.1K |
| 888 | character-design-sheet | skillssh/skills |
Character Design Sheet Create consistent characters across multiple AI-generated images via inference.sh CLI. Quick Start Requires inference.sh CLI ( belt ). Install instructions belt login Generate a character concept belt app run falai/flux-dev-lora --input '{ "prompt": "character design reference sheet, front view of a young woman with short red hair, green eyes, wearing a blue jacket and white t-shirt, full body, white background, clean lines, concept art style, character turnaround", "widt...
|
11.1K |
| 889 | app-store-screenshots | skillssh/skills |
App Store Screenshots Create app store screenshots and preview videos via inference.sh CLI. Quick Start Requires inference.sh CLI ( belt ). Install instructions belt login Generate a device mockup scene belt app run falai/flux-dev-lora --input '{ "prompt": "iPhone 15 Pro showing a clean modern app interface with analytics dashboard, floating at slight angle, soft gradient background, professional product photography, subtle shadow, marketing mockup style", "width": 1024, "height": 1536 }' Platf...
|
11.1K |
| 890 | product-hunt-launch | skillssh/skills |
Product Hunt Launch Optimize your Product Hunt launch with research and visuals via inference.sh CLI. Quick Start Requires inference.sh CLI ( belt ). Install instructions belt login Generate gallery hero image belt app run falai/flux-dev-lora --input '{ "prompt": "clean product showcase, modern SaaS dashboard interface on laptop screen, floating UI elements around it, soft gradient background from blue to purple, professional marketing hero shot, minimal clean design", "width": 1248, "height": ...
|
11.1K |
| 891 | landing-page-design | inference-skills/skills |
Landing Page Design Design high-converting landing pages with AI-generated visuals via inference.sh CLI. Quick Start Requires inference.sh CLI ( belt ). Install instructions belt login Generate a hero image belt app run falai/flux-dev-lora --input '{ "prompt": "professional person smiling while using a laptop showing a clean dashboard interface, bright modern office, natural lighting, warm and productive atmosphere, lifestyle marketing photography", "width": 1248, "height": 832 }' Research com...
|
11.1K |
| 892 | flutter-implement-json-serialization | flutter/skills |
Serializing JSON Manually in Flutter Contents Core Guidelines Workflow: Implementing a Serializable Model Workflow: Fetching and Parsing JSON Examples Core Guidelines Import dart:convert : Utilize Flutter's built-in dart:convert library for manual JSON encoding ( jsonEncode ) and decoding ( jsonDecode ). Enforce Type Safety : Always cast the dynamic result of jsonDecode() to the expected type, typically Map<String, dynamic> for objects or List<dynamic> for arrays. Encapsulate Serialization Logic...
|
11.1K |
| 893 | antfu | antfu/skills |
This skill covers Anthony Fu's preferred tooling, configurations, and best practices for web development. This skill is opinionated. Quick Summary | Package Manager | pnpm | Language | TypeScript (strict mode) | Module System | ESM (`"type": "module"`) | Linting & Formatting | @antfu/eslint-config (no Prettier) | Testing | Vitest | Git Hooks | simple-git-hooks + lint-staged | Documentation | VitePress (in `docs/`) Core Stack Package Manager (pnpm) Use pnpm as the pack...
|
11.1K |
| 894 | clerk-setup | clerk/skills |
This skill sets up Clerk for authentication by following the official quickstart documentation. Quick Reference | 1. Detect framework | Check `package.json` dependencies | 2. Fetch quickstart | Use WebFetch on the appropriate docs URL | 3. Follow instructions | Execute the steps from the official guide | 4. Get API keys | From [dashboard.clerk.com](https://dashboard.clerk.com/last-active?path=api-keys) Framework Detection Check `package.json` to identify the framework: | `next`...
|
11.1K |
| 895 | expo ui jetpack compose | expo/skills |
The instructions in this skill apply to SDK 55 only. For other SDK versions, refer to the Expo UI Jetpack Compose docs for that version for the most accurate information. Installation npx expo install @expo/ui A native rebuild is required after installation ( npx expo run:android ). Instructions Expo UI's API mirrors Jetpack Compose's API. Use Jetpack Compose and Material Design 3 knowledge to decide which components or modifiers to use. If you need deeper Jetpack Compose or Material 3 guidance ...
|
11.1K |
| 896 | weread-skills | tencent/wechatreading |
WeRead — 微信读书助手 通过 Agent API Gateway 调用微信读书接口,提供搜索、书架、笔记、书评等能力。 支持的能力 能力 说明 用户示例 详细说明 搜索书籍 在书城搜索 "帮我搜一下三体" search.md 书籍信息 查看书籍详情、章节目录、阅读进度 "这本书有多少章" "我读到哪了" book.md 书架管理 查看书架 "看看我的书架" shelf.md 阅读统计 阅读时长、天数、偏好分析、阅读统计摘要 "我这个月读了多久" "今年读了几本书" readdata.md 笔记划线 查看个人笔记数量与内容,包括划线、想法/点评、书签数量 "看看我在三体里的笔记" "导出我的划线" "在这本书有多少笔记" notes.md 章节热门划线 查看书籍/章节热门划线、划线热度及划线下想法 "看看这章有什么热门划线" "这段话下面有什么想法" notes.md 书籍点评 查看书籍的公开点评 "三体这本书有什么点评?" "看看推荐的点评" review.md 推荐好书 个性化推荐/相似推荐 "给我推荐几本书" discover.md 根据用户意图参考对应说明文件了解接口参数...
|
11.1K |
| 897 | firecrawl-research-papers | firecrawl/firecrawl-workflows |
No SKILL.md available for this skill. View on GitHub Installs 364 Repository firecrawl/firec…orkflows First Seen 1 day ago
|
11.1K |
| 898 | sql-code-review | github/awesome-copilot |
SQL Code Review Perform a thorough SQL code review of ${selection} (or entire project if no selection) focusing on security, performance, maintainability, and database best practices. 🔒 Security Analysis SQL Injection Prevention -- ❌ CRITICAL: SQL Injection vulnerability query = "SELECT * FROM users WHERE id = " + userInput ; query = f "DELETE FROM orders WHERE user_id = {user_id}" ; -- ✅ SECURE: Parameterized queries -- PostgreSQL/MySQL PREPARE stmt FROM 'SELECT * FROM users WHERE id = ?' ; EXE...
|
11.1K |
| 899 | java-spring-boot | pluginagentmarketplace/custom-plugin-java |
Java Spring Boot Skill Build production-ready Spring Boot applications with modern best practices. Overview This skill covers Spring Boot development including REST APIs, security configuration, data access, actuator monitoring, and cloud integration. Follows Spring Boot 3.x patterns with emphasis on production readiness. When to Use This Skill Use when you need to: Create REST APIs with Spring MVC/WebFlux Configure Spring Security (OAuth2, JWT) Set up database access with Spring Data Enable mon...
|
11.1K |
| 900 | azure-devops-cli | github/awesome-copilot |
Azure DevOps CLI This Skill helps manage Azure DevOps resources using the Azure CLI with Azure DevOps extension. CLI Version: 2.81.0 (current as of 2025) Prerequisites Install Azure CLI and Azure DevOps extension: Install Azure CLI brew install azure-cli macOS curl -sL https://aka.ms/InstallAzureCLIDeb | sudo bash Linux pip install azure-cli via pip Verify installation az --version Install Azure DevOps extension az extension add --name azure-devops az extension show --name azure-...
|
11.1K |