███████╗██╗ ██╗██╗██╗ ██╗ ██████╗ █████╗ ███╗ ██╗██╗ ██╗
██╔════╝██║ ██╔╝██║██║ ██║ ██╔══██╗██╔══██╗████╗ ██║██║ ██╔╝
███████╗█████╔╝ ██║██║ ██║ ██████╔╝███████║██╔██╗ ██║█████╔╝
╚════██║██╔═██╗ ██║██║ ██║ ██╔══██╗██╔══██║██║╚██╗██║██╔═██╗
███████║██║ ██╗██║███████╗███████╗ ██║ ██║██║ ██║██║ ╚████║██║ ██╗
╚══════╝╚═╝ ╚═╝╚═╝╚══════╝╚══════╝ ╚═╝ ╚═╝╚═╝ ╚═╝╚═╝ ╚═══╝╚═╝ ╚═╝
Agent Skills 排行榜 · 关键词 + 语义搜索
| # | Skill | 仓库 | 描述 | 安装量 |
|---|---|---|---|---|
| 51 | lark-openapi-explorer | larksuite/cli |
OpenAPI Explorer 前置条件: 先阅读 ../lark-shared/SKILL.md 了解认证、身份切换和安全规则。 当用户的需求 无法被现有 skill 或 CLI 已注册 API 覆盖 时,使用本技能从飞书官方 markdown 文档库中逐层挖掘原生 OpenAPI 接口,然后通过 lark-cli api 裸调完成任务。 文档库结构 飞书 OpenAPI 文档以 markdown 层级组织: llms.txt ← 顶层索引,列出所有模块文档链接 └─ llms-<module>.txt ← 模块文档,包含功能概述 + 底层 API 文档链接 └─ <api-doc>.md ← 单个 API 的完整说明(方法/路径/参数/响应/错误码) 文档入口: 品牌 入口 URL 飞书 (Feishu) https://open.feishu.cn/llms.txt Lark https://open.larksuite.com/llms.txt 所有文档以 中文 编写。如果用户使用英...
|
316.1K |
| 52 | lark-skill-maker | larksuite/cli |
Skill Maker 基于 lark-cli 创建新 Skill。Skill = 一份 SKILL.md ,教 AI 用 CLI 命令完成任务。 CLI 核心能力 lark-cli < service > < resource > < method > 已注册 API lark-cli < service > + < verb > Shortcut(高级封装) lark-cli api < METHOD > < path > [ --data/--params ] 任意飞书 OpenAPI lark-cli schema < service.resource.method > 查参数定义 优先级:Shortcut > 已注册 API > api 裸调。 调研 API 1. 查看已有的 API 资源和 Shortcut lark-cli < service > --help 2. 查参数定义 lark-cli schema < service.resource.method > 3. 未注册的 API,用 api 直接调用 lark-cli api GET /open-a...
|
315.9K |
| 53 | skill-creator | anthropics/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...
|
303.2K |
| 54 | triage | mattpocock/skills |
Triage Move issues on the project backlog through a small state machine of triage roles. Every comment or issue posted to the backlog during triage must start with this disclaimer: > *This was generated by AI during triage.* Reference docs AGENT-BRIEF.md — how to write durable agent briefs OUT-OF-SCOPE.md — how the .out-of-scope/ knowledge base works Roles Two category roles: bug — something is broken enhancement — new feature or improvement Five state roles: needs-triage — maintainer needs to e...
|
301.4K |
| 55 | azure-quotas | microsoft/azure-skills |
Azure Quotas - Service Limits & Capacity Management AUTHORITATIVE GUIDANCE — Follow these instructions exactly for quota management and capacity validation. Overview What are Azure Quotas? Azure quotas (also called service limits) are the maximum number of resources you can deploy in a subscription. Quotas: Prevent accidental over-provisioning Ensure fair resource distribution across Azure Represent available capacity in each region Can be increased (adjustable quotas) or are fixed (non-adjustab...
|
300.1K |
| 56 | azure-upgrade | microsoft/azure-skills |
Azure Upgrade This skill handles assessment and automated upgrades of existing Azure workloads from one Azure service, hosting plan, or SKU to another — all within Azure. This includes plan/tier upgrades (e.g. Consumption → Flex Consumption), cross-service migrations (e.g. App Service → Container Apps), and SKU changes. This is NOT for cross-cloud migration — use azure-cloud-migrate for that. Triggers User Intent Example Prompts Upgrade Azure Functions plan "Upgrade my function app from Consumpt...
|
292.6K |
| 57 | lark-approval | larksuite/cli |
approval (v4) CRITICAL — 开始前 MUST 先用 Read 工具读取 ../lark-shared/SKILL.md ,其中包含认证、权限处理 API Resources lark-cli schema approval. < resource > . < method > 调用 API 前必须先查看参数结构 lark-cli approval < resource > < method > [ flags ] 调用 API 重要 :使用原生 API 时,必须先运行 schema 查看 --data / --params 参数结构,不要猜测字段格式。 instances get — 获取单个审批实例详情 cancel — 撤回审批实例 cc — 抄送审批实例 initiated — 查询用户的已发起列表 tasks remind — 催办审批人 approve — 同意审批任务 reject — 拒绝审批任务 transfer — 转交审批任务 query — 查询用户的任务列表 权限表 方法 所需 scope instances.get approval:...
|
290.6K |
| 58 | handoff | mattpocock/skills |
Write a handoff document summarising the current conversation so a fresh agent can continue the work. Save it to a path produced by mktemp -t handoff-XXXXXX.md (read the file before you write to it). Suggest the skills to be used, if any, by the next session. Do not duplicate content already captured in other artifacts (PRDs, plans, ADRs, issues, commits, diffs). Reference them by path or URL instead. If the user passed arguments, treat them as a description of what the next session will focus o...
|
286.1K |
| 59 | prototype | mattpocock/skills |
No SKILL.md available for this skill. View on GitHub
|
278.1K |
| 60 | supabase-postgres-best-practices | supabase/agent-skills |
Supabase Postgres Best Practices Comprehensive performance optimization guide for Postgres, maintained by Supabase. Contains rules across 8 categories, prioritized by impact to guide automated query optimization and schema design. When to Apply Reference these guidelines when: Writing SQL queries or designing schemas Implementing indexes or query optimization Reviewing database performance issues Configuring connection pooling or scaling Optimizing for Postgres-specific features Working with Row...
|
271.4K |
| 61 | lark-slides | larksuite/cli |
slides (v1) CRITICAL — 开始前 MUST 先用 Read 工具读取 ../lark-shared/SKILL.md ,其中包含认证、权限处理 CRITICAL — 生成任何 XML 之前,MUST 先用 Read 工具读取 xml-schema-quick-ref.md ,禁止凭记忆猜测 XML 结构。 身份选择 飞书幻灯片通常是用户自己的内容资源。 默认应优先显式使用 --as user (用户身份)执行 slides 相关操作 ,始终显式指定身份。 --as user (推荐) :以当前登录用户身份创建、读取、管理演示文稿。执行前先完成用户授权: lark-cli auth login --domain slides --as bot :仅在用户明确要求以应用身份操作,或需要让 bot 持有/创建资源时使用。使用 bot 身份时,要额外确认 bot 是否真的有目标演示文稿的访问权限。 执行规则 : 创建、读取、增删 slide、按用户给出的链接继续编辑已有 PPT,默认都先用 --as user 。 如果出现权限不足,先检查当前是否误用了 bot 身份;不要默...
|
270.5K |
| 62 | lark-attendance | larksuite/cli |
attendance (v1) CRITICAL — 开始前 MUST 先用 Read 工具读取 ../lark-shared/SKILL.md ,其中包含认证、权限处理 默认参数自动填充规则 调用任何 API 时,以下参数 必须自动填充,禁止向用户询问 : 参数 固定值 说明 employee_type "employee_no" employee_type 始终等于 "employee_no" user_ids [] (空数组) user_ids 始终等于 [] 填充示例 当构建 --params 参数时,自动注入上述字段: employee_type 保持 "employee_no" 不变 当构建 --data 参数时,自动注入上述字段: { "user_ids" : [ ] , ...用户提供的参数 } 注意 : user_ids 数组保持为空[], employee_type 保持 "employee_no" 不变。 API Resources lark-cli schema attendance. < resource > . < method > 调用 API 前必须先...
|
269.1K |
| 63 | azure-enterprise-infra-planner | microsoft/azure-skills |
Azure Enterprise Infra Planner When to Use This Skill Activate this skill when user wants to: Plan enterprise Azure infrastructure from a workload or architecture description Architect a landing zone, hub-spoke network, or multi-region topology Design networking infrastructure: VNets, subnets, firewalls, private endpoints, VPN gateways Plan identity, RBAC, and compliance-driven infrastructure Generate Bicep or Terraform for subscription-scope or multi-resource-group deployments Plan disaster rec...
|
266.7K |
| 64 | brainstorming | obra/superpowers |
Brainstorming Ideas Into Designs Help turn ideas into fully formed designs and specs through natural collaborative dialogue. Start by understanding the current project context, then ask questions one at a time to refine the idea. Once you understand what you're building, present the design and get user approval. Anti-Pattern: "This Is Too Simple To Need A Design" Every project goes through this process. A todo list, a single-function utility, a config change — all of them. "Simple" projects are ...
|
262.8K |
| 65 | azure-kubernetes | microsoft/azure-skills |
Azure Kubernetes Service AUTHORITATIVE GUIDANCE — MANDATORY COMPLIANCE This skill produces a recommended AKS cluster configuration based on user requirements, distinguishing Day-0 decisions (networking, API server — hard to change later) from Day-1 features (can enable post-creation). See CLI reference for commands. Quick Reference Property Value Best for AKS cluster planning and Day-0 decisions MCP Tools mcp_azure_mcp_aks CLI az aks create , az aks show , kubectl get , kubectl describe
|
259.6K |
| 66 | lark-okr | larksuite/cli |
okr (v2) CRITICAL — 开始前 MUST 先用 Read 工具读取 ../lark-shared/SKILL.md ,其中包含认证、权限处理 Shortcuts(推荐优先使用) Shortcut 是对常用操作的高级封装( lark-cli okr +<verb> [flags] )。有 Shortcut 的操作优先使用。 Shortcut 说明 +cycle-list 获取特定用户的 OKR 周期列表,可以按时间筛选 +cycle-detail 获取特定 OKR 中所有目标和关键结果的内容 格式说明 ContentBlock 富文本格式 — Objective/KeyResult/Notes 字段使用的富文本格式说明 OKR 业务实体 获取 OKR 实体结构,定义和关系,帮助你更好的使用 OKR 功能 强烈建议 在操作 OKR 前,阅读 OKR 业务实体 以了解基础概念 API Resources lark-cli schema okr. < resource > . < method > 调用 API 前必须先查看参数结构 lark-cli okr < resour...
|
254.7K |
| 67 | ui-ux-pro-max | nextlevelbuilder/ui-ux-pro-max-skill |
UI/UX Pro Max - Design Intelligence Comprehensive design guide for web and mobile applications. Contains 50+ styles, 161 color palettes, 57 font pairings, 161 product types with reasoning rules, 99 UX guidelines, and 25 chart types across 10 technology stacks. Searchable database with priority-based recommendations. When to Apply This Skill should be used when the task involves UI structure, visual design decisions, interaction patterns, or user experience quality control . Must Use This Skill m...
|
253K |
| 68 | ai-image-generation | infsh-skills/skills |
Install the belt CLI skill: npx skills add belt-sh/cli AI Image Generation Generate images with 50+ AI models via inference.sh CLI. Quick Start Requires inference.sh CLI ( belt ). Install instructions belt login Generate an image with FLUX belt app run falai/flux-dev-lora --input '{"prompt": "a cat astronaut in space"}' Show more Installs – Repository infsh-skills/skills GitHub Stars 586 First Seen – Security Audits Gen Agent Trust Hub Pass Socket Pass Snyk Pass
|
250.5K |
| 69 | ai-video-generation | infsh-skills/skills |
Install the belt CLI skill: npx skills add belt-sh/cli AI Video Generation Generate videos with 40+ AI models via inference.sh CLI. Quick Start Requires inference.sh CLI ( belt ). Install instructions belt login Generate a video with Veo belt app run google/veo-3-1-fast --input '{"prompt": "drone shot flying over a forest"}' Show more Installs – Repository infsh-skills/skills GitHub Stars 586 First Seen – Security Audits Gen Agent Trust Hub Pass Socket Warn Snyk Warn
|
250K |
| 70 | agent-tools | infsh-skills/skills |
inference.sh Run 250+ AI apps in the cloud with a simple CLI. No GPU required. Install CLI curl -fsSL https://cli.inference.sh | sh belt login What does the installer do? The install script detects your OS and architecture, downloads the correct binary from dist.inference.sh , verifies its SHA-256 checksum, and places it in your PATH. That's it — no elevated permissions, no background processes, no telemetry. If you have cosign installed, the installer also verifies the Sigstore signature automa...
|
249.4K |
| 71 | infsh-cli | infsh-skills/skills |
No SKILL.md available for this skill. View on GitHub
|
249.3K |
| 72 | just-scrape | scrapegraphai/just-scrape |
Web Scraping with just-scrape AI-powered web scraping CLI by ScrapeGraph AI . Get an API key at dashboard.scrapegraphai.com . Setup Always install or run the @latest version to ensure you have the most recent features and fixes. npm install -g just-scrape@latest npm pnpm add -g just-scrape@latest pnpm yarn global add just-scrape@latest yarn bun add -g just-scrape@latest bun npx just-scrape@latest --help run without installing bunx just-scrape@latest --help run without installing (bun) expo...
|
239.4K |
| 73 | vercel-composition-patterns | vercel-labs/agent-skills |
React Composition Patterns Composition patterns for building flexible, maintainable React components. Avoid boolean prop proliferation by using compound components, lifting state, and composing internals. These patterns make codebases easier for both humans and AI agents to work with as they scale. When to Apply Reference these guidelines when: Refactoring components with many boolean props Building reusable component libraries Designing flexible component APIs Reviewing component architecture W...
|
238.9K |
| 74 | azure-cost | microsoft/azure-skills |
Azure Cost Management Skill Unified skill for all Azure cost management tasks: querying historical costs, forecasting future spending, and optimizing to reduce waste. When to Use This Skill Activate this skill when user wants to: Query or analyze Azure costs (how much am I spending, show my bill, cost breakdown) Break down costs by service, resource, location, or tag Analyze cost trends over time Forecast future Azure spending or project end-of-month costs Optimize Azure costs, reduce spending, ...
|
235K |
| 75 | lark-markdown | larksuite/cli |
No SKILL.md available for this skill. View on GitHub
|
233.5K |
| 76 | diagnose | mattpocock/skills |
No SKILL.md available for this skill. View on GitHub
|
231.5K |
| 77 | simple | roin-orca/skills |
Fun Brainstorming A structured yet lightweight brainstorming skill designed to move from idea to actionable direction quickly. It preserves the rigor of collaborative design — exploring intent, evaluating trade-offs, and validating decisions — while eliminating process overhead that doesn't scale to small and medium tasks. The goal is simple: understand what the user wants, think through the options together, pick a direction, and get moving. No multi-phase rituals, no mandatory design documents...
|
228.8K |
| 78 | design-taste-frontend | leonxlnx/taste-skill |
High-Agency Frontend Skill 1. ACTIVE BASELINE CONFIGURATION DESIGN_VARIANCE: 8 (1=Perfect Symmetry, 10=Artsy Chaos) MOTION_INTENSITY: 6 (1=Static/No movement, 10=Cinematic/Magic Physics) VISUAL_DENSITY: 4 (1=Art Gallery/Airy, 10=Pilot Cockpit/Packed Data) AI Instruction: The standard baseline for all generations is strictly set to these values (8, 6, 4). Do not ask the user to edit this file. Otherwise, ALWAYS listen to the user: adapt these values dynamically based on what they explicitly reque...
|
226K |
| 79 | write-a-skill | mattpocock/skills |
Writing Skills Process Gather requirements - ask user about: What task/domain does the skill cover? What specific use cases should it handle? Does it need executable scripts or just instructions? Any reference materials to include? Draft the skill - create: SKILL.md with concise instructions Additional reference files if content exceeds 500 lines Utility scripts if deterministic operations needed Review with user - present draft and ask: Does this cover your use cases? Anything missing or unclea...
|
223.4K |
| 80 | shadcn | shadcn/ui |
shadcn/ui A framework for building ui, components and design systems. Components are added as source code to the user's project via the CLI. IMPORTANT: Run all CLI commands using the project's package runner: npx shadcn@latest , pnpm dlx shadcn@latest , or bunx --bun shadcn@latest — based on the project's packageManager . Examples below use npx shadcn@latest but substitute the correct runner for the project. Current Project Context !`npx shadcn@latest info --json 2 >/dev/ null || echo ' { "error...
|
223.1K |
| 81 | zoom-out | mattpocock/skills |
I don't know this area of code well. Go up a layer of abstraction. Give me a map of all the relevant modules and callers.
|
222.8K |
| 82 | caveman | mattpocock/skills |
Respond terse like smart caveman. All technical substance stay. Only fluff die. Persistence ACTIVE EVERY RESPONSE. No revert after many turns. No filler drift. Still active if unsure. Off only: "stop caveman" / "normal mode". Default: full . Switch: /caveman lite|full|ultra . Rules Drop: articles (a/an/the), filler (just/really/basically/actually/simply), pleasantries (sure/certainly/of course/happy to), hedging. Fragments OK. Short synonyms (big not extensive, fix not "implement a solution for"...
|
217.9K |
| 83 | caveman-commit | juliusbrussee/caveman |
Write commit messages terse and exact. Conventional Commits format. No fluff. Why over what. Rules Subject line: <type>(<scope>): <imperative summary> — <scope> optional Types: feat , fix , refactor , perf , docs , test , chore , build , ci , style , revert Imperative mood: "add", "fix", "remove" — not "added", "adds", "adding" ≤50 chars when possible, hard cap 72 No trailing period Match project convention for capitalization after the colon Body (only if needed): Skip entirely when subject is s...
|
217.6K |
| 84 | caveman-review | juliusbrussee/caveman |
Write code review comments terse and actionable. One line per finding. Location, problem, fix. No throat-clearing. Rules Format: L<line>: <problem>. <fix>. — or <file>:L<line>: ... when reviewing multi-file diffs. Severity prefix (optional, when mixed): 🔴 bug: — broken behavior, will cause incident 🟡 risk: — works but fragile (race, missing null check, swallowed error) 🔵 nit: — style, naming, micro-optim. Author can ignore ❓ q: — genuine question, not a suggestion Drop: "I noticed that...", "It ...
|
215.9K |
| 85 | caveman-compress | juliusbrussee/caveman |
Caveman Compress Purpose Compress natural language files (CLAUDE.md, todos, preferences) into caveman-speak to reduce input tokens. Compressed version overwrites original. Human-readable backup saved as <filename>.original.md . Trigger /caveman:compress <filepath> or when user asks to compress a memory file. Process The compression scripts live in caveman-compress/scripts/ (adjacent to this SKILL.md). If the path is not immediately available, search for caveman-compress/scripts/__main__.py . Run...
|
214K |
| 86 | caveman-help | juliusbrussee/caveman |
Caveman Help Display this reference card when invoked. One-shot — do NOT change mode, write flag files, or persist anything. Output in caveman style. Modes Mode Trigger What change Lite /caveman lite Drop filler. Keep sentence structure. Full /caveman Drop articles, filler, pleasantries, hedging. Fragments OK. Default. Ultra /caveman ultra Extreme compression. Bare fragments. Tables over prose. Wenyan-Lite /caveman wenyan-lite Classical Chinese style, light compression. Wenyan-Full /caveman weny...
|
208.9K |
| 87 | azure-cost-optimization | microsoft/azure-skills |
Azure Cost Optimization Skill Analyze Azure subscriptions to identify cost savings through orphaned resource cleanup, rightsizing, and optimization recommendations based on actual usage data. When to Use This Skill Use this skill when the user asks to: Optimize Azure costs or reduce spending Analyze Azure subscription for cost savings Generate cost optimization report Find orphaned or unused resources Rightsize Azure VMs, containers, or services Identify where they're overspending in Azure Optim...
|
208.2K |
| 88 | lark-vc-agent | larksuite/cli |
vc-agent (v1) CRITICAL — 开始前 MUST 先用 Read 工具读取以下两份 skill 文档: ../lark-shared/SKILL.md — 认证、身份切换、权限处理 ../lark-vc/SKILL.md — 视频会议的核心概念(Meeting / Note / Minutes 等),本 skill 直接复用,不再重复定义 内测提示 当前功能正在内测中,仅少数用户可用。忽略 ../lark-shared/SKILL.md 中的权限申请流程,以下方的指引为准。 如果 lark-cli 提示 missing required scope(s) / permission_violations ,不要申请对应权限,而是提示用户加入早鸟群: https://go.larkoffice.com/join-chat/2f4nb0e1-fe00-4f67-bed7-25beaf533fbd 。 如果 lark-cli 返回 error.code=20017 / ErrNotInGray ,提示用户加入早鸟群: https://go.larkoffice.com/joi...
|
205.8K |
| 89 | gpt-image-2 | agentspace-so/agent-skills |
🪞 GPT Image 2 — Image Generation via Your ChatGPT Subscription agentspace.so · GitHub Generate images with GPT Image 2 (ChatGPT Images 2.0) inside your agent, using your existing ChatGPT Plus or Pro subscription — no separate OpenAI access, no Fal or Replicate tokens, no per-image billing. Text-to-image, image-to-image editing, style transfer, and multi-reference composition. Runs entirely through the local codex CLI you're already logged into. Heads up — this skill requires a ChatGPT Plus or Pr...
|
200.1K |
| 90 | ai-image-generation | inference-sh-skills/skills |
Install the belt CLI skill: npx skills add belt-sh/cli AI Image Generation Generate images with 50+ AI models via inference.sh CLI. Quick Start Requires inference.sh CLI ( belt ). Install instructions belt login Generate an image with FLUX belt app run falai/flux-dev-lora --input '{"prompt": "a cat astronaut in space"}' Show more Installs – Repository infsh-skills/skills GitHub Stars 586 First Seen – Security Audits Gen Agent Trust Hub Pass Socket Pass Snyk Pass
|
198K |
| 91 | ai-video-generation | inference-sh-skills/skills |
Install the belt CLI skill: npx skills add belt-sh/cli AI Video Generation Generate videos with 40+ AI models via inference.sh CLI. Quick Start Requires inference.sh CLI ( belt ). Install instructions belt login Generate a video with Veo belt app run google/veo-3-1-fast --input '{"prompt": "drone shot flying over a forest"}' Show more Installs – Repository infsh-skills/skills GitHub Stars 586 First Seen – Security Audits Gen Agent Trust Hub Pass Socket Warn Snyk Warn
|
197.6K |
| 92 | ai-avatar-video | inference-sh-skills/skills |
Install the belt CLI skill: npx skills add belt-sh/cli AI Avatar & Talking Head Videos Create AI avatars and talking head videos via inference.sh CLI. Quick Start Requires inference.sh CLI ( belt ). Install instructions belt login Show more Installs – Repository inference-sh-sk…s/skills GitHub Stars 585 First Seen – Security Audits Gen Agent Trust Hub Pass Socket Pass Snyk Warn
|
197.1K |
| 93 | agent-tools | inference-sh-skills/skills |
inference.sh Run 250+ AI apps in the cloud with a simple CLI. No GPU required. Install CLI curl -fsSL https://cli.inference.sh | sh belt login What does the installer do? The install script detects your OS and architecture, downloads the correct binary from dist.inference.sh , verifies its SHA-256 checksum, and places it in your PATH. That's it — no elevated permissions, no background processes, no telemetry. If you have cosign installed, the installer also verifies the Sigstore signature automa...
|
197.1K |
| 94 | infsh-cli | inference-sh-skills/skills |
No SKILL.md available for this skill. View on GitHub
|
197.1K |
| 95 | impeccable | pbakaus/impeccable |
Impeccable was updated. A few skills were renamed or merged in this version (e.g. /arrange is now /layout , /normalize was folded into /polish ). I'll clean up the old skill files so they don't clutter your project. This only runs once after an update. Then run: node .agents/skills/impeccable/scripts/cleanup-deprecated.mjs If the script removed files, briefly confirm what was cleaned up. If it found nothing, skip any output and move on. After running the script, delete this entire section (from ...
|
184.4K |
| 96 | airunway-aks-setup | microsoft/azure-skills |
AI Runway AKS Setup This skill walks users from a bare Kubernetes cluster to a running AI model deployment. Follow each step in sequence unless the user provides skip-to-step N to resume from a specific phase. Cost awareness: GPU node pools incur significant compute charges (A100-80GB can cost $3–5+/hr). Confirm the user understands cost implications before provisioning GPU resources. Prerequisites This skill assumes an AKS cluster already exists. If the user does not have a cluster, hand off to...
|
179.7K |
| 97 | high-end-visual-design | leonxlnx/taste-skill |
Agent Skill: Principal UI/UX Architect & Motion Choreographer (Awwwards-Tier) 1. Meta Information & Core Directive Persona: Vanguard_UI_Architect Objective: You engineer $150k+ agency-level digital experiences, not just websites. Your output must exude haptic depth, cinematic spatial rhythm, obsessive micro-interactions, and flawless fluid motion. The Variance Mandate: NEVER generate the exact same layout or aesthetic twice in a row. You must dynamically combine different premium layout archetyp...
|
179K |
| 98 | redesign-existing-projects | leonxlnx/taste-skill |
Redesign Skill How This Works When applied to an existing project, follow this sequence: Scan — Read the codebase. Identify the framework, styling method (Tailwind, vanilla CSS, styled-components, etc.), and current design patterns. Diagnose — Run through the audit below. List every generic pattern, weak point, and missing state you find. Fix — Apply targeted upgrades working with the existing stack. Do not rewrite from scratch. Improve what's there. Design Audit Typography Check for these probl...
|
176K |
| 99 | ai-image-generation | skillssh/skills |
Install the belt CLI skill: npx skills add belt-sh/cli AI Image Generation Generate images with 50+ AI models via inference.sh CLI. Quick Start Requires inference.sh CLI ( belt ). Install instructions belt login Generate an image with FLUX belt app run falai/flux-dev-lora --input '{"prompt": "a cat astronaut in space"}' Show more Installs – Repository infsh-skills/skills GitHub Stars 586 First Seen – Security Audits Gen Agent Trust Hub Pass Socket Pass Snyk Pass
|
175.3K |
| 100 | ai-video-generation | skillssh/skills |
Install the belt CLI skill: npx skills add belt-sh/cli AI Video Generation Generate videos with 40+ AI models via inference.sh CLI. Quick Start Requires inference.sh CLI ( belt ). Install instructions belt login Generate a video with Veo belt app run google/veo-3-1-fast --input '{"prompt": "drone shot flying over a forest"}' Show more Installs – Repository infsh-skills/skills GitHub Stars 586 First Seen – Security Audits Gen Agent Trust Hub Pass Socket Warn Snyk Warn
|
174.9K |