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

/ 聚焦搜索框
正在使用 AI 进行语义搜索...
24,549
总 Skills
94.3M
总安装量
2,587
贡献者
# Skill 仓库 描述 安装量
11101 model-pruning davila7/claude-code-templates
Model Pruning: Compressing LLMs When to Use This Skill Use Model Pruning when you need to: Reduce model size by 40-60% with <1% accuracy loss Accelerate inference using hardware-friendly sparsity (2-4× speedup) Deploy on constrained hardware (mobile, edge devices) Compress without retraining using one-shot methods Enable efficient serving with reduced memory footprint Key Techniques: Wanda (weights × activations), SparseGPT (second-order), structured pruning, N:M sparsity Papers: Wanda ICLR ...
339
11102 nansen-smart-money-alpha nansen-ai/nansen-cli
Alpha Discovery Answers: "What tokens is smart money accumulating before they pump?" CHAIN = solana nansen research token screener --chain $CHAIN --timeframe 24h --smart-money --limit 20 → token_symbol, price_usd, price_change, volume, buy_volume, market_cap_usd, fdv, liquidity, token_age_days nansen research smart-money netflow --chain $CHAIN --labels "Smart Trader" --limit 10 → token_symbol, net_flow_1h/24h/7d/30d_usd, trader_count Confirm SM flow on a specific token from screener results T...
339
11103 ln-761-secret-scanner levnikolaevich/claude-code-skills
Scans codebase for hardcoded secrets and credentials, returning structured findings for remediation. Purpose & Scope - Detect hardcoded secrets using available tools (gitleaks, trufflehog) or manual patterns - Classify findings by severity (Critical/High/Medium/Low) - Filter false positives via baseline and allowlists - Provide remediation guidance per finding type - Return normalized report to parent orchestrator (ln-760) When to Use - During project bootstrap (via ln-760-security-set...
339
11104 go-api-development mindrally/skills
Go API Development with Standard Library Core Principles Always use the latest stable version of Go (1.22 or newer) and be familiar with RESTful API design principles, net/http package, and the new ServeMux introduced in Go 1.22 Follow the user's requirements carefully and to the letter First think step-by-step - describe your plan for the API structure, endpoints, and data flow in pseudocode, written out in great detail Write correct, up-to-date, bug-free, fully functional, secure, and efficien...
339
11105 argocd-expert personamanagmentlayer/pcl
ArgoCD Expert You are an expert in ArgoCD with deep knowledge of GitOps workflows, application deployment, sync strategies, RBAC, and production operations. You design and manage declarative, automated deployment pipelines following GitOps best practices. Core Expertise ArgoCD Architecture Components: ArgoCD: ├── API Server (UI/CLI/API) ├── Repository Server (Git interaction) ├── Application Controller (K8s reconciliation) ├── Redis (caching) ├── Dex (SSO/RBAC) └── ApplicationSet Controller ...
339
11106 skill-creator dalestudy/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...
339
11107 cms-collection-setup webflow/webflow-skills
CMS Collection Setup Create a new CMS collection with custom fields, relationships, and proper configuration. Important Note ALWAYS use Webflow MCP tools for all operations: Use Webflow MCP's webflow_guide_tool to get best practices before starting Use Webflow MCP's data_sites_tool with action list_sites to identify available sites Use Webflow MCP's data_sites_tool with action get_site to retrieve site details and plan limits Use Webflow MCP's data_cms_tool with action get_collection_list to...
338
11108 cloudflare-durable-objects jezweb/claude-skills
Cloudflare Durable Objects Status: Production Ready ✅ Last Updated: 2026-01-21 Dependencies: cloudflare-worker-base (recommended) Latest Versions: wrangler@4.58.0, @cloudflare/workers-types@4.20260109.0 Official Docs: https://developers.cloudflare.com/durable-objects/ Recent Updates (2025): Oct 2025: WebSocket message size 1 MiB → 32 MiB, Data Studio UI for SQLite DOs (view/edit storage in dashboard) Aug 2025: getByName() API shortcut for named DOs June 2025: @cloudflare/actors library (beta)...
338
11109 security cognitedata/dune-skills
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...
338
11110 performance cognitedata/dune-skills
Performance optimization Deep performance optimization based on Lighthouse performance audits. Focuses on loading speed, runtime efficiency, and resource optimization. How it works Identify performance bottlenecks in code and assets Prioritize by impact on Core Web Vitals Provide specific optimizations with code examples Measure improvement with before/after metrics Performance budget Resource Budget Rationale Total page weight < 1.5 MB 3G loads in ~4s JavaScript (compressed) < 300 KB Parsing ...
338
11111 integrate-atlas-chat cognitedata/dune-skills
Integrate Atlas Agent Chat Add a streaming Atlas Agent chat UI to this Flows app. Agent external ID: $ARGUMENTS Dependencies The atlas-agent library files (copied in Step 2) require these npm packages: Package Version @sinclair/typebox ^0.33.0 ajv ^8.17.1 ajv-formats ^2.1.1 @cognite/sdk is assumed to already be present in Flows apps. Show more
338
11112 dune-app-review cognitedata/dune-skills
Dune App Review Fetch the official review command and follow it exactly: gh api repos/cognitedata/dune-app-reviews/contents/.claude/commands/dune-review.md \ --jq '.content' | base64 -d Adapt it for a local developer review : Treat the current workspace as the app under review. Skip all ticket, PR, overview, submodule, and reviews/<TICKET-ID>/... setup steps. If the upstream command asks for Jira ticket or PR input, ignore that requirement and continue with the local codebase. Use reviews/dune-a...
338
11113 integrate-todo-list cognitedata/dune-skills
Integrate Todo List Add a structured task-tracking feature to this Flows app. The agent will use a TodoWrite tool to create and update a task list as it works through multi-step queries, giving the user real-time visibility into what the agent is doing and why. Prerequisite: integrate-atlas-chat must already be complete — useAtlasChat must be wired (typically from ./atlas-agent/react ), src/atlas-agent/ must contain the vendored atlas-agent sources, and @sinclair/typebox , ajv , ajv-formats must...
338
11114 hive rllm-org/hive
Hive Experiment Loop You are an agent in a collaborative swarm. Multiple agents work on the same task. Results flow through the shared hive server. The goal is to improve the global best , not your local best. Read program.md for task-specific constraints (what to modify, metric, rules). Know Your Mode Check .hive/fork.json → mode field: fork (public tasks): You have your own repo copy. Any branch name works. branch (private tasks): You share a repo with other agents. Your branch must start with...
338
11115 here-be-git intellectronica/agent-skills
Here Be Git Initialise a git repository with optional configuration for agent workflows. Workflow Step 1: Initialise Git Repository Run git init in the current working directory. Confirm to the user that the repository has been initialised. Step 2: Agent Commit Instructions Ask the user: Would you like me to add instructions for the agent to always commit when it's done with a task? If the user confirms: Check if AGENTS.md exists in the current directory If it exists, append the commit i...
338
11116 ln-201-opportunity-discoverer levnikolaevich/claude-code-skills
Paths: File paths ( shared/ , references/ , ../ln-* ) are relative to skills repo root. If not found at CWD, locate this SKILL.md directory and go up one level for repo root. Opportunity Discoverer Traffic-First approach to finding next growth direction for existing product. Core Philosophy Anti-pattern: Idea → Surveys → Product → "where's traffic?" Correct: Traffic → Niche → MVP → Launch under existing demand The 90% Developer Bug Most fail because they: Invent idea with no analogs Ask 5 people...
338
11117 publish-skill camacho/ai-skills
When to invoke User says "publish skill", "update skill", "push skill changes", "/publish-skill" After editing a skill locally in .agents/skills/ Steps 1. Pre-flight Locate ai-skills path (in order): $AI_SKILLS_REPO env var ~/projects/camacho/ai-skills Ask user Then check it's clean: git -C " $AI_SKILLS_PATH " status --porcelain If non-empty: STOP. Tell user to commit or stash ai-skills changes first. Show more
338
11118 openclaw-mission-control 0xindiebruh/openclaw-mission-control-skill
Mission Control Coordinate a team of AI agents using a Kanban-style task board with HTTP API. Overview Mission Control lets you run multiple AI agents that collaborate on tasks: Team Lead : Creates and assigns tasks, reviews completed work Worker Agents : Poll for tasks via heartbeat, execute work, log progress Kanban Board : Visual task management at http://localhost:8080 HTTP API : Agents interact via REST endpoints Local Storage : All data stored in JSON files — no external database needed Qu...
338
11119 frontend-testing aj-geddes/useful-ai-prompts
Dify Frontend Testing Skill This skill enables Claude to generate high-quality, comprehensive frontend tests for the Dify project following established conventions and best practices. ⚠️ Authoritative Source: This skill is derived from web/testing/testing.md. Use Vitest mock/timer APIs (vi.*). When to Apply This Skill Apply this skill when the user: Asks to write tests for a component, hook, or utility Asks to review existing tests for completeness Mentions Vitest, React Testing Library, RT...
338
11120 repoprompt parcadei/continuous-claude-v3
RepoPrompt Skill When to Use Explore codebase structure (tree, codemaps) Search code with context lines Get code signatures without full file content (token-efficient) Read file slices (specific line ranges) Build context for tasks Token Optimization RepoPrompt is more token-efficient than raw file reads: structure → signatures only (not full content) read --start-line --limit → slices instead of full files search --context-lines → relevant matches with context CLI Usage If installed to PATH ...
338
11121 less-best-practices mindrally/skills
Less CSS Best Practices You are an expert in Less (Leaner Style Sheets), CSS architecture, and maintainable stylesheet development. Key Principles Write modular, reusable Less that leverages variables, mixins, and functions Follow consistent naming conventions and file organization Keep specificity low and avoid overly complex selectors Prioritize readability and maintainability File Organization Project Structure less/ ├── abstracts/ │ ├── variables.less Global variables │ ├── mixin...
338
11122 dart-drift madteacher/mad-agents-skills
Dart Drift Comprehensive guide for using drift database library in Dart applications. Overview Dart Drift skill provides complete guidance for implementing persistent storage in Dart applications (CLI tools, backend services, non-Flutter desktop apps) using the drift library. Drift is a reactive persistence library for Dart built on SQLite, with optional PostgreSQL support, offering type-safe queries, auto-updating streams, schema migrations, and cross-platform database connections. Quick St...
338
11123 vercel-react-best-practices davila7/claude-code-templates
Vercel React Best Practices Comprehensive performance optimization guide for React and Next.js applications, maintained by Vercel. Contains 62 rules across 8 categories, prioritized by impact to guide automated refactoring and code generation. When to Apply Reference these guidelines when: Writing new React components or Next.js pages Implementing data fetching (client or server-side) Reviewing code for performance issues Refactoring existing React/Next.js code Optimizing bundle size or load tim...
338
11124 test-driven-development davila7/claude-code-templates
Test-Driven Development (TDD) Overview Write the test first. Watch it fail. Write minimal code to pass. Core principle: If you didn't watch the test fail, you don't know if it tests the right thing. Violating the letter of the rules is violating the spirit of the rules. When to Use Always: New features Bug fixes Refactoring Behavior changes Exceptions (ask your human partner): Throwaway prototypes Generated code Configuration files Thinking "skip TDD just this once"? Stop. That's rationalization...
338
11125 executing-plans davila7/claude-code-templates
Executing Plans Overview Load plan, review critically, execute all tasks, report when complete. Announce at start: "I'm using the executing-plans skill to implement this plan." Note: Tell your human partner that Superpowers works much better with access to subagents. The quality of its work will be significantly higher if run on a platform with subagent support (such as Claude Code or Codex). If subagents are available, use superpowers:subagent-driven-development instead of this skill. The Proce...
338
11126 crewai davila7/claude-code-templates
CrewAI Role: CrewAI Multi-Agent Architect You are an expert in designing collaborative AI agent teams with CrewAI. You think in terms of roles, responsibilities, and delegation. You design clear agent personas with specific expertise, create well-defined tasks with expected outputs, and orchestrate crews for optimal collaboration. You know when to use sequential vs hierarchical processes. Capabilities Agent definitions (role, goal, backstory) Task design and dependencies Crew orchestration Pr...
338
11127 quiz readwiseio/readwise-skills
You are quizzing the user on documents they've recently read in Readwise Reader. Follow this process carefully. Readwise Access Check if Readwise MCP tools are available (e.g. mcp__readwise__reader_list_documents ). If they are, use them throughout. If not, use the equivalent readwise CLI commands instead (e.g. readwise list , readwise read <id> , readwise search <query> ). The instructions below reference MCP tool names — translate to CLI equivalents as needed. Setup Check for persona file. Rea...
338
11128 ghost mindrally/skills
Ghost CMS Theme Development You are an expert in Ghost CMS theme development, Handlebars templating, and modern frontend technologies. Core Principles Write semantic, accessible HTML Use Handlebars helpers effectively Optimize for performance and SEO Follow Ghost theme development best practices Create responsive, mobile-first designs Project Structure theme/ ├── assets/ │ ├── css/ │ │ └── screen.css │ ├── js/ │ │ └── main.js │ └── images/ ├── partials/ │ ├── header.hbs │ ├──...
338
11129 anthropic-claude-development mindrally/skills
Anthropic Claude API Development You are an expert in Anthropic Claude API development, including the Messages API, tool use, prompt engineering, and building production-ready applications with Claude models. Key Principles Write concise, technical responses with accurate Python examples Use type hints for all function signatures Follow Claude's usage policies and guidelines Implement proper error handling and retry logic Never hardcode API keys; use environment variables Setup and Configurati...
338
11130 error-diagnostics-smart-debug sickn33/antigravity-awesome-skills
Use this skill when Working on error diagnostics smart debug tasks or workflows Needing guidance, best practices, or checklists for error diagnostics smart debug Do not use this skill when The task is unrelated to error diagnostics smart debug You need a different domain or tool outside this scope Instructions Clarify goals, constraints, and required inputs. Apply relevant best practices and validate outcomes. Provide actionable steps and verification. If detailed examples are required, open res...
338
11131 gitea-workflow jwynia/agent-skills
Gitea Workflow Orchestrator A skill that guides agents through structured agile development workflows for Gitea repositories by intelligently invoking commands in sequence. Uses checkpoint-based flow control to auto-progress between steps while pausing at key decision points. When to Use This Skill Use this skill when: Working with a Gitea-hosted repository Starting work for the day ("run morning standup", "start my day") Working on a task ("implement next task", "continue working") Completing a...
338
11132 vercel-blob jezweb/claude-skills
Vercel Blob Last Updated: 2026-01-21 Version: @vercel/blob@2.0.0 Skill Version: 2.1.0 Quick Start Create Blob store: Vercel Dashboard → Storage → Blob vercel env pull .env.local Creates BLOB_READ_WRITE_TOKEN npm install @vercel/blob Server Upload: 'use server'; import { put } from '@vercel/blob'; export async function uploadFile(formData: FormData) { const file = formData.get('file') as File; const blob = await put(file.name, file, { access: 'public' }); return blob.url; } CRITI...
337
11133 alicloud-ai-multimodal-qwen-vl cinience/alicloud-skills
Category: provider Model Studio Qwen VL (Image Understanding) Validation mkdir -p output/alicloud-ai-multimodal-qwen-vl python -m py_compile skills/ai/multimodal/alicloud-ai-multimodal-qwen-vl/scripts/analyze_image.py && echo "py_compile_ok" > output/alicloud-ai-multimodal-qwen-vl/validate.txt Pass criteria: command exits 0 and output/alicloud-ai-multimodal-qwen-vl/validate.txt is generated. Output And Evidence Save raw model responses and normalized extraction results to output/alicloud-ai-mult...
337
11134 integrate-file-viewer cognitedata/dune-skills
Integrate CogniteFileViewer Add CogniteFileViewer to this Flows app to preview CDF files (PDF, image, text). Dependencies The file-viewer library files (copied in Step 2) require this npm package: Package Version react-pdf ^9.1.1 pdfjs-dist ships as a dependency of react-pdf at the correct version — do not install it separately. react and @cognite/sdk are assumed to already be present in Flows apps. Your job Show more
337
11135 reveal-3d cognitedata/dune-skills
Reveal 3D Viewer Add a Cognite Reveal 3D viewer to a Flows app by copying the bundled source into the target app. Renders CAD models from CDF, with support for model browsing, direct model/revision IDs, or FDM-linked assets. FDM instance to visualize: $ARGUMENTS Use This When The user wants to embed an interactive Cognite Reveal viewer for CDF 3D/CAD content in a Flows app. Do not use this skill for static diagrams, graph visualizations, or unrelated custom Three.js scenes. Prerequisites The app...
337
11136 setup-python-tools cognitedata/dune-skills
Set Up Python Tool Execution Add client-side Python tool execution via Pyodide to this Flows app. Target: $ARGUMENTS Prerequisite integrate-atlas-chat must already be complete: the app should have vendored atlas-agent code under src/atlas-agent/ (including react.ts for useAtlasChat ) and the peer dependencies from that skill ( @sinclair/typebox , ajv , ajv-formats ). Copy the Python-related modules from the integrate-atlas-chat skill code/ directory into src/atlas-agent/ when adding Pyodide ( py...
337
11137 nemo-curator davila7/claude-code-templates
NeMo Curator - GPU-Accelerated Data Curation NVIDIA's toolkit for preparing high-quality training data for LLMs. When to use NeMo Curator Use NeMo Curator when: Preparing LLM training data from web scrapes (Common Crawl) Need fast deduplication (16× faster than CPU) Curating multi-modal datasets (text, images, video, audio) Filtering low-quality or toxic content Scaling data processing across GPU cluster Performance: 16× faster fuzzy deduplication (8TB RedPajama v2) 40% lower TCO vs CPU al...
337
11138 supermemory-cli supermemoryai/skills
The Supermemory CLI is the complete interface to Supermemory from the terminal. It lets you add memories, search, manage documents, configure projects, connect external data sources, and administer teams — all programmatically. Installation & Auth Install globally npm install -g @supermemory/cli Authenticate (opens browser OAuth flow) supermemory login Or use an API key directly supermemory login --api-key sm_abc_xxx Check auth status supermemory whoami Configuration The CLI supports three c...
337
11139 hyva-cms-custom-field hyva-themes/hyva-ai-tools
Hyvä CMS Custom Field Type Creator Overview This skill guides the creation of custom field types and field handlers for Hyvä CMS components. Custom field types extend the built-in field types (text, textarea, select, etc.) with specialized input controls for the CMS editor interface. Two types of custom fields: Basic Custom Field Type : Custom input control with direct data entry (e.g., date range, color picker, custom validation) Field Handler : Enhanced UI with complex interactions (e.g., prod...
337
11140 amap-lbs-skill amap-web/amap-lbs-skill
高德地图综合服务 Skill 高德地图综合服务向开发者提供完整的地图数据服务,包括地点搜索、路径规划、旅游规划和数据可视化等功能。 功能特性 🔍 POI(地点)搜索功能 🏙️ 支持关键词搜索、城市限定、类型筛选 📍 支持周边搜索(基于坐标和半径) 🛣️ 路径规划(步行、驾车、骑行、公交) 🗺️ 智能旅游规划助手 🔥 热力图数据可视化 🔗 地图可视化链接生成 💾 配置本地持久化存储 🎯 自动管理高德 Web Service Key 首次配置 首次使用时需要配置高德 Web Service Key: 访问 高德开放平台 创建应用并获取 Key 设置环境变量: export AMAP_WEBSERVICE_KEY=your_key 或运行时自动提示输入并保存到本地配置文件 当用户想要搜索地址、地点、周边信息(如美食、酒店、景点等)、规划路线或可视化数据时,使用此 skill。 触发条件 用户表达了以下意图之一: 搜索某类地点或某个确定地点(如"搜美食"、"找酒店"、"天安门在哪") 基于某个位置搜索周边(如"西直门周边美食"、"北京南站附近酒店") 规划路线(如"从天安门到故宫怎么走"、"规...
337
11141 deployment-automation aj-geddes/useful-ai-prompts
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...
337
11142 accessibility-compliance aj-geddes/useful-ai-prompts
Accessibility Compliance Master accessibility implementation to create inclusive experiences that work for everyone, including users with disabilities. When to Use This Skill Implementing WCAG 2.2 Level AA or AAA compliance Building screen reader accessible interfaces Adding keyboard navigation to interactive components Implementing focus management and focus trapping Creating accessible forms with proper labeling Supporting reduced motion and high contrast preferences Building mobile accessibil...
337
11143 web-performance-optimization aj-geddes/useful-ai-prompts
Web Performance Optimization Overview Help developers optimize website and web application performance to improve user experience, SEO rankings, and conversion rates. This skill provides systematic approaches to measure, analyze, and improve loading speed, runtime performance, and Core Web Vitals metrics. When to Use This Skill Use when website or app is loading slowly Use when optimizing for Core Web Vitals (LCP, FID, CLS) Use when reducing JavaScript bundle size Use when improving Time to In...
337
11144 autogen-development mindrally/skills
AutoGen Multi-Agent Development You are an expert in Microsoft AutoGen, a framework for building multi-agent AI systems with Python, focusing on agent orchestration, tool integration, and scalable AI applications. Key Principles Write concise, technical responses with accurate Python examples Use async/await patterns for agent communication Implement proper error handling and logging Follow event-driven architecture patterns Use type hints for all function signatures Setup and Installation Env...
337
11145 image-enhancer davila7/claude-code-templates
Image Enhancer This skill takes your images and screenshots and makes them look better—sharper, clearer, and more professional. When to Use This Skill Improving screenshot quality for blog posts or documentation Enhancing images before sharing on social media Preparing images for presentations or reports Upscaling low-resolution images Sharpening blurry photos Cleaning up compressed images What This Skill Does Analyzes Image Quality : Checks resolution, sharpness, and compression artifacts Enhan...
337
11146 workos-widgets workos/skills
WorkOS Widgets Workflow Overview Identify widget target from the user request ( user-management , user-profile , admin-portal-sso-connection , admin-portal-domain-verification ). Scan project files in this order: package/dependency manifests framework/router entrypoints auth/token utilities styling/component patterns Detect stack, data-layer style, styling, component system, and package manager using references/detection.md . Check for AuthKit/WorkOS presence: if detected, continue; if not detec...
337
11147 paid-ads davila7/claude-code-templates
Paid Ads You are an expert performance marketer with direct access to ad platform accounts. Your goal is to help create, optimize, and scale paid advertising campaigns that drive efficient customer acquisition. Before Starting 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....
337
11148 openai-knowledge openai/openai-agents-python
OpenAI Knowledge Overview Use the OpenAI Developer Documentation MCP server to search and fetch exact docs (markdown), then base your answer on that text instead of guessing. Workflow 1) Check whether the Docs MCP server is available If the mcp__openaiDeveloperDocs__* tools are available, use them. If you are unsure, run codex mcp list and check for openaiDeveloperDocs. 2) Use MCP tools to pull exact docs Search first, then fetch the specific page or pages. mcp__openaiDeveloperDocs__search_...
337
11149 resume-handoff parcadei/continuous-claude-v3
Resume work from a handoff document You are tasked with resuming work from a handoff document through an interactive process. These handoffs contain critical context, learnings, and next steps from previous work sessions that need to be understood and continued. Initial Response When this command is invoked: If the path to a handoff document was provided: If a handoff document path was provided as a parameter, skip the default message Immediately read the handoff document FULLY Immediately ...
337
11150 proxmox-admin bastos/skills
Proxmox VE Administration Overview Proxmox VE is a server virtualization platform built on Debian. It manages KVM virtual machines and LXC containers through a web UI or CLI tools. This skill covers CLI-based administration using qm (VMs), pct (containers), and supporting utilities. When to Use Creating, configuring, or managing KVM virtual machines Spawning and administering LXC containers Managing Proxmox storage, networking, or clustering Automating VM/container provisioning via scripts Troub...
337