███████╗██╗ ██╗██╗██╗ ██╗ ██████╗ █████╗ ███╗ ██╗██╗ ██╗
██╔════╝██║ ██╔╝██║██║ ██║ ██╔══██╗██╔══██╗████╗ ██║██║ ██╔╝
███████╗█████╔╝ ██║██║ ██║ ██████╔╝███████║██╔██╗ ██║█████╔╝
╚════██║██╔═██╗ ██║██║ ██║ ██╔══██╗██╔══██║██║╚██╗██║██╔═██╗
███████║██║ ██╗██║███████╗███████╗ ██║ ██║██║ ██║██║ ╚████║██║ ██╗
╚══════╝╚═╝ ╚═╝╚═╝╚══════╝╚══════╝ ╚═╝ ╚═╝╚═╝ ╚═╝╚═╝ ╚═══╝╚═╝ ╚═╝
Agent Skills 排行榜 · 关键词 + 语义搜索
| # | Skill | 仓库 | 描述 | 安装量 |
|---|---|---|---|---|
| 6501 | safe-action-testing | next-safe-action/skills |
Testing next-safe-action Testing Actions Directly Server actions are async functions — call them directly in tests: // src/__tests__/actions.test.ts import { describe , it , expect , vi } from "vitest" ; import { createUser } from "@/app/actions" ; describe ( "createUser" , ( ) => { it ( "returns user data on valid input" , async ( ) => { const result = await createUser ( { name : "Alice" , email : "alice@example.com" } ) ; expect ( result . data ) . toEqual ( { id : expect . any ( String ) , na...
|
824 |
| 6502 | aws-cdk | giuseppe-trisciuoglio/developer-kit |
AWS CDK Overview Domain expertise for CDK construct authoring, deployment workflows, compliance, drift, importing resources, safe refactoring, and troubleshooting CDK CLI / CloudFormation errors. When NOT to use: Raw CloudFormation YAML/JSON. SAM. Terraform/Pulumi. CI/CD beyond CDK Pipelines. Use builtin knowledge or specialized skills for these. Critical Warnings Deadly embrace : Removing a cross-stack reference deadlocks deployment. Two-deploy fix required: (1) remove consumer import + add thi...
|
824 |
| 6503 | ceo-advisor | alirezarezvani/claude-skills |
CEO Advisor Strategic leadership frameworks for vision, fundraising, board management, culture, and stakeholder alignment. Keywords CEO, chief executive officer, strategy, strategic planning, fundraising, board management, investor relations, culture, organizational leadership, vision, mission, stakeholder management, capital allocation, crisis management, succession planning Quick Start python scripts/strategy_analyzer.py Analyze strategic options with weighted scoring python scripts/financial...
|
823 |
| 6504 | migrating-airflow-2-to-3 | astronomer/agents |
Airflow 2 to 3 Migration This skill helps migrate Airflow 2.x DAG code to Airflow 3.x, focusing on code changes (imports, operators, hooks, context, API usage). Important: Before migrating to Airflow 3, strongly recommend upgrading to Airflow 2.11 first, then to at least Airflow 3.0.11 (ideally directly to 3.1). Other upgrade paths would make rollbacks impossible. See: https://www.astronomer.io/docs/astro/airflow3/upgrade-af3upgrade-your-airflow-2-deployment-to-airflow-3. Additionally, early 3...
|
823 |
| 6505 | recover | boshu2/agentops |
/recover — Context Recovery After Compaction Purpose: Help you get back up to speed after Claude Code context compaction. Automatically detects in-progress work (RPI runs, evolve cycles), loads relevant knowledge, and summarizes what you were doing and what's next. YOU MUST EXECUTE THIS WORKFLOW. Do not just describe it. CLI dependencies: gt, ao, bd — all optional. Shows what's available, skips what isn't. Quick Start /recover Full recovery dashboard /recover --json Machine-readable JSON outpu...
|
823 |
| 6506 | sentry-tanstack-start-sdk | getsentry/sentry-for-ai |
All Skills > SDK Setup > TanStack Start React SDK Sentry TanStack Start React SDK Opinionated wizard that scans your TanStack Start React project and guides you through complete Sentry setup for browser and server runtimes. Invoke This Skill When User asks to "add Sentry to TanStack Start" or "set up Sentry" in a TanStack Start React app User wants to install or configure @sentry/tanstackstart-react User wants error monitoring, tracing, session replay, logs, or user feedback for TanStack Start R...
|
823 |
| 6507 | doc-kami-parchment | nexu-io/open-design |
【模板: Kami 羊皮纸文档】 【意图】严肃排版文档: one-pager / 长报告 / 信函 / 简历 / 财报 / changelog / portfolio。Inspired by tw93/kami。强调"写得像被排过版的纸", 不是 dashboard, 不是网页。 【硬性视觉签名 — 不许改】 画布 : 暖羊皮纸 f5f4ed (永远不用纯白 fff )。次级背景 efeee5 。 墨色 : 主文字 1f1d18 (近黑暖灰, 不用纯黑 000 )。次文字 6b665b 。 唯一色彩 : 墨蓝 1B365D ——所有 accent (链接、tag 描边、重点数字、引用左 rule) 只能用这一个色, 严禁多色。 字体 : 一种语言一种衬线, 全文不混用: 英文: Charter (fallback: Source Serif Pro , Iowan Old Style ) 中文: TsangerJinKai02 W04 (fallback: Noto Serif SC ) 日文: YuMincho (fallback: Noto Serif JP ) Body 400,...
|
823 |
| 6508 | ai-model-nodejs | tencentcloudbase/skills |
When to use this skill Use this skill for calling AI models in Node.js backend or CloudBase cloud functions using @cloudbase/node-sdk . Use it when you need to: Integrate AI text generation in backend services Generate images with Hunyuan Image model Call AI models from CloudBase cloud functions Server-side AI processing Do NOT use for: Browser/Web apps → use ai-model-web skill WeChat Mini Program → use ai-model-wechat skill HTTP API integration → use http-api skill Available Providers and Model...
|
822 |
| 6509 | godot-asset-generator | jwynia/agent-skills |
Godot Asset Generator Generate game assets using AI image generation APIs and prepare them for use in Godot 4.x. This skill covers the complete art pipeline from concept to Godot-ready sprites. When to Use This Skill Use this skill when: Generating game sprites, characters, or objects using AI Creating tilesets for platformers or top-down games Generating UI elements, icons, or menu assets Batch-generating animation frames Preparing AI-generated assets for Godot import Creating consistent as...
|
822 |
| 6510 | creationix-rx-data-store | aradotso/trending-skills |
RX Data Store Skill by ara.so — Daily 2026 Skills collection. RX is an embedded data store for JSON-shaped data. Encode once, then query the encoded document in place — no parsing, no object graph, no GC pressure. Think of it as no-SQL SQLite : unstructured data with database-style random access. Key benefits: O(1) array access, O(log n) object key lookup on encoded data Automatic deduplication of values and shared schemas Text-safe encoding (copy-paste friendly, no binary tooling needed) Minima...
|
822 |
| 6511 | buddy-sings | minimax-ai/skills |
Buddy Sings — Let Your Claude Code Pet Sing Turn your Claude Code pet into a singer. Each pet gets a unique vocal identity based on its name and personality — the same pet always sounds the same. Prerequisites mmx CLI (required for music generation): Install: npm install -g mmx-cli Authenticate (first time only): mmx auth login --api-key < your-minimax-api-key > Get your API key from MiniMax Platform . Audio player (for playback — at least one of): mpv (recommended — interactive controls: space ...
|
822 |
| 6512 | selenium-automation | mindrally/skills |
Selenium Browser Automation You are an expert in Selenium WebDriver, browser automation, web testing, and building reliable automated test suites for web applications. Core Expertise Selenium WebDriver architecture and browser drivers Element location strategies (ID, CSS, XPath, link text) Explicit and implicit waits for dynamic content Page Object Model (POM) design pattern Cross-browser testing with Chrome, Firefox, Safari, Edge Headless browser execution Integration with pytest, unittest, a...
|
822 |
| 6513 | project-docs | jezweb/claude-skills |
Project Documentation Generator Generate structured project documentation by analysing the codebase. Produces docs that reflect the actual code , not aspirational architecture. When to Use New project needs initial documentation Docs are missing or stale Onboarding someone to the codebase Post-refactor doc refresh Workflow 1. Detect Project Type Scan the project root to determine what kind of project this is: Indicator Project Type wrangler.jsonc / wrangler.toml Cloudflare Worker vite.config.ts ...
|
822 |
| 6514 | resume-manager | ailabs-393/ai-labs-claude-skills |
Resume Manager Overview This skill transforms Claude into a comprehensive resume management system that maintains a structured database of your professional profile and generates tailored, professionally styled PDF resumes for specific job applications. The skill intelligently selects and highlights the most relevant experiences, projects, and skills based on the target role. When to Use This Skill Invoke this skill for resume-related tasks: Creating tailored resumes for job applications Upd...
|
821 |
| 6515 | experiment-design | lingzhi227/agent-research-skills |
Experiment Design Design structured, progressive experiment plans for research papers. Input $0 — Research idea, plan, or method description References 4-stage progressive experiment prompts: ~/.claude/skills/experiment-design/references/stage-prompts.md Scripts Generate experiment design python ~/.claude/skills/experiment-design/scripts/design_experiments.py --plan research_plan.json --output experiment_design.json python ~/.claude/skills/experiment-design/scripts/design_experiments.py --method...
|
821 |
| 6516 | open-graph | kostja94/marketing-skills |
SEO On-Page: Open Graph Guides implementation of Open Graph meta tags for social media previews (Facebook, LinkedIn, Slack, Discord, etc.). Pages with proper OG tags get 2–3× more clicks than bare URL links. When invoking : On first use , if helpful, open with 1–2 sentences on what this skill covers and why it matters, then provide the main output. On subsequent use or when the user asks to skip, go directly to the main output. Scope (Social Sharing) Open Graph : Facebook-originated protocol; co...
|
820 |
| 6517 | design-dna | zanwei/design-dna |
Design DNA A 3-phase workflow for extracting, structuring, and applying design identity across three dimensions: Design System — measurable tokens (color, typography, spacing, layout, shape, elevation, motion, components) Design Style — qualitative perception (mood, visual language, composition, imagery, interaction feel, brand voice) Visual Effects — special rendering (Canvas, WebGL, 3D, particles, shaders, scroll effects, cursor effects, SVG animations, glassmorphism, etc.) Phases Phase 1: Str...
|
820 |
| 6518 | awwwards-landing-page | eng0ai/eng0-template-skills |
Awwwards Landing Page A stunning portfolio landing page with smooth scroll animations using Locomotive Scroll, GSAP, and Framer Motion. Tech Stack Framework: Next.js Animation: Locomotive Scroll, GSAP, Framer Motion Package Manager: pnpm or npm Dev Port: 3000 Setup 1. Clone the Template git clone --depth 1 https://github.com/Eng0AI/awwwards-landing-page-template.git . If the directory is not empty: git clone --depth 1 https://github.com/Eng0AI/awwwards-landing-page-template.git _temp_templa...
|
820 |
| 6519 | clanker-discipline | gbasin/clanker-discipline |
Clanker Discipline Apply these rules when writing or reviewing state types, data models, and functions that manage application state. Agents tend to add flags, optional fields, and special cases that compound into state nobody intended — catch that before it lands. When you find violations, refactor fully. The goal is clean, maintainable code, not minimal diffs. Rip out the flags, reshape the types, restructure the functions. A bigger diff now is better than layering workarounds that compound la...
|
820 |
| 6520 | frame-data-chart-nyt | nexu-io/open-design |
【模板: NYT 风数据图表帧】 【意图】把一段数据 (CSV / JSON / 一句结论) 做成《纽约时报》专栏感的单帧/动画图表, 适合视频片段或推特卡。Inspired by hyperframes data-chart。 【画布】1920×1080, 暖白底 f7f5ee 或墨黑底 0e0e0e 二选一; 文字色和背景相反。 【布局】 顶部 kicker (11px uppercase letterspace 0.14em, 颜色 = accent 红 a91d1d 或 mint 5fb38a ): 数据来源 + 类目, 如 "GLOBAL · WEEKLY ACTIVE USERS · 2018–2026"。 大字标题 (Cheltenham / Playfair / Source Serif Pro, 5.6vw, italic 副标可选): 一句结论。 结论必须从用户数据中提炼 , 不是描述图。 图表区 (占画布 55-65%): 折线: 1-2 条线, 主线 ink 实心 2.5px, 次线 dashed 1.5px; 数据点用 6px 实心圆; 关键点旁标注 2024...
|
820 |
| 6521 | pulumi-component | pulumi/agent-skills |
A ComponentResource groups related infrastructure resources into a reusable, logical unit. Components make infrastructure easier to understand, reuse, and maintain. Components appear as a single node with children nested underneath in `pulumi preview`/`pulumi up` output and in the Pulumi Cloud console. This skill covers the full component authoring lifecycle. For general Pulumi coding patterns (Output handling, secrets, aliases, preview workflows), use the `pulumi-best-practices` skill instead....
|
819 |
| 6522 | architect-review | sickn33/antigravity-awesome-skills |
You are a master software architect specializing in modern software architecture patterns, clean architecture principles, and distributed systems design. Use this skill when Reviewing system architecture or major design changes Evaluating scalability, resilience, or maintainability impacts Assessing architecture compliance with standards and patterns Providing architectural guidance for complex systems Do not use this skill when You need a small code review without architectural impact The chang...
|
819 |
| 6523 | wandb-primary | wandb/skills |
W&B Primary Skill This skill covers everything an agent needs to work with Weights & Biases: W&B SDK ( wandb ) — training runs, metrics, artifacts, sweeps, system metrics Weave SDK ( weave ) — GenAI traces, evaluations, scorers, token usage Helper libraries — wandb_helpers.py and weave_helpers.py for common operations When to use what I need to... Use Query training runs, loss curves, hyperparameters W&B SDK ( wandb.Api() ) — see references/WANDB_SDK.md Query GenAI traces, calls, evaluations Wea...
|
819 |
| 6524 | react-query | mindrally/skills |
React Query Best Practices You are an expert in React Query, TypeScript, and React development. React Query (now TanStack Query) simplifies data fetching logic with built-in caching, background updates, and stale data management. Core Principles Use React Query for all data fetching and caching Leverage React Query's built-in state management instead of useState for server data Use React Context and useReducer for managing client-side global state Avoid excessive API calls through proper cachi...
|
819 |
| 6525 | swiftlint | dpearson2699/swift-ios-skills |
SwiftLint SwiftLint enforces Swift style and conventions by linting source files against a configurable rule set. It is the most widely adopted Swift linter. This skill covers setup, configuration, rule selection, suppression, CI integration, and rollout strategy. SwiftLint is a style enforcement tool , not a style guide. For underlying Swift naming and design conventions, see swift-api-design-guidelines . For architecture patterns, see swift-architecture . Contents Recommended Setup Configurati...
|
819 |
| 6526 | lottie | mindrally/skills |
Lottie for HyperFrames HyperFrames can seek both lottie-web and dotLottie players through its lottie runtime adapter. Lottie is a strong fit because the animation timeline is already encoded in the asset; HyperFrames only needs a player object it can seek. Contract Load assets from local project files, usually under assets/ . Set autoplay: false . Prefer loop: false unless the user explicitly wants a loop. Register every returned animation or player on window.__hfLottie . Keep the Lottie contain...
|
818 |
| 6527 | lightweight-3d-effects | freshtechbro/claudedesignskills |
Lightweight 3D Effects Skill Overview This skill combines three powerful libraries for decorative 3D elements and micro-interactions: Zdog : Pseudo-3D engine for designer-friendly vector illustrations Vanta.js : Animated 3D backgrounds powered by Three.js/p5.js Vanilla-Tilt.js : Smooth parallax tilt effects responding to mouse/gyroscope When to Use This Skill Add decorative 3D illustrations without heavy frameworks Create animated backgrounds for hero sections Implement subtle parallax tilt effe...
|
818 |
| 6528 | frame-light-leak-cinema | nexu-io/open-design |
【模板: 胶片漏光电影帧】 【意图】纪录片 / 个人短片 / 视频章节卡的开场单帧 —— 暖橙漏光 + 35mm 颗粒 + 衬线大字, 古典胶片质感。Inspired by hyperframes light-leak。 【画布】 2.39:1 letterbox (推荐): 1920×800, 上下黑边各 140px ( 000 )。 或 16:9: 1920×1080, 无 letterbox。 【背景】 底层: 深暖色 (深红棕 1a0d08 / 墨绿 0a1410 / 蓝紫 0d0e1a ) 或场景描绘 (CSS gradient 模拟天空 / 室内 / 室外)。 胶片漏光 (Light Leak) : 2-3 个大 radial-gradient(ellipse at top right, ffb547 0%, transparent 50%) + 1 个底部 linear-gradient(to top, d97757 0%, transparent 30%) ; 颜色取暖橙 / 桃 / 玫红 / 暗黄, 不要冷蓝 。 35mm Grain : 全屏覆盖 SVG turbu...
|
818 |
| 6529 | frame-flowchart-sticky | nexu-io/open-design |
【模板: 便利贴流程图帧 (Sticky Flowchart)】 【意图】把一个流程 / 系统 / 工作流画成"白板 + 便利贴"的样子, 适合 onboarding 视频、运营流程说明、系统架构讲解。Inspired by hyperframes flowchart。 【画布】1920×1080。背景: 米黄白板纸 f4ede1 或冷灰白板 f0f2f4 ; 加非常浅的 hex grid rgba(0,0,0,0.04) 让它有白板感。 【节点 (Sticky Notes)】 每节点 = 一张 240×180px 便利贴, 4 套颜色随机分配: 黄 fcd34d / 桃 fca5a5 / 薄荷 a7f3d0 / 天 a5b4fc 。 便利贴有轻微旋转 transform: rotate(±2deg) 不一致, 投影 drop-shadow(0 6px 14px rgba(0,0,0,0.12)) , 顶部胶带 linear-gradient(...) 装饰。 节点内容: 1 个 emoji 或单线 SVG icon + 大字标题 (16-20px) + 一行描述 (12px)。 节点...
|
818 |
| 6530 | brand-writer | zed-industries/zed |
Zed Brand Writer Write in Zed's brand voice: thoughtful, technically grounded, and quietly confident. Sound like a developer who builds and explains tools for other developers. Write like the content on zed.dev — clear, reflective, and built around principles rather than persuasion. Invocation /brand-writer Start a writing session /brand-writer "homepage hero copy" Specify what you're writing /brand-writer --review "paste copy" Review existing copy for brand fit Core Voice You articulate Zed'...
|
817 |
| 6531 | daily-news-report | sickn33/antigravity-awesome-skills |
Daily News Report v3.0 架构升级:主 Agent 调度 + SubAgent 执行 + 浏览器抓取 + 智能缓存 核心架构 ┌─────────────────────────────────────────────────────────────────────┐ │ 主 Agent (Orchestrator) │ │ 职责:调度、监控、评估、决策、汇总 │ ├─────────────────────────────────────────────────────────────────────┤ │ │ │ ┌──────────┐ ┌──────────┐ ┌──────────┐ ┌──────────┐ │ │ │ 1...
|
817 |
| 6532 | blockchain-developer | sickn33/antigravity-awesome-skills |
Use this skill when Working on blockchain developer tasks or workflows Needing guidance, best practices, or checklists for blockchain developer Do not use this skill when The task is unrelated to blockchain developer 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 resources/implementation-playb...
|
817 |
| 6533 | fusion-code-conventions | equinor/fusion-skills |
Code Conventions When to use Use this skill whenever code needs to be reviewed, written, or explained against project conventions. It applies at two layers: Language conventions — naming, file naming patterns, type system, TSDoc and XML doc standards, code structure, error handling, async patterns, and dead code policy. Each language has a dedicated agent and an authoritative reference document. Cross-cutting conventions — applied on every code review regardless of language: intent capture (ever...
|
817 |
| 6534 | frame-logo-outro | nexu-io/open-design |
【模板: Logo 收尾帧 (Logo Outro)】 【意图】视频结尾的品牌 reveal 帧 —— logo 分块拼装 + glow bloom + tagline 上浮 + CTA。Inspired by hyperframes logo-outro。 【画布】1920×1080, 黑色 08090c 或品牌深色背景; 加微妙 vignette radial-gradient(...) 让中心更亮。 【布局】 中心 Logo : 用 CSS / 内联 SVG 绘制; 由 4-8 个几何块 (圆 / 方 / 三角 / hairline) 组成。 入场动画: 每个块从屏幕外滑入 (±100px 不同方向) + scale 1.4→1.0 + opacity 0→1, 错峰 80ms; 总时长 1.2s。 入场完成后, 整个 logo 加 glow bloom: filter: drop-shadow(0 0 24px <accent>40) ; 同时一道 shimmer mask-image 横扫 logo (500ms)。 品牌名 : logo 下方 6-8% 位置, 大字 (In...
|
817 |
| 6535 | hubspot | membranedev/application-skills |
HubSpot HubSpot is a CRM and marketing automation platform that helps businesses manage their sales, marketing, and customer service efforts. It's used by marketing and sales teams to attract leads, nurture them into customers, and provide customer support. Official docs: https://developers.hubspot.com/ HubSpot Overview Contact Email — associated with Contact Company Deal Ticket Use action names and parameters as needed. Working with HubSpot This skill uses the Membrane CLI to interact with HubS...
|
816 |
| 6536 | gtm-strategy | kostja94/marketing-skills |
GTM Strategy Overview Create a comprehensive go-to-market strategy for a product launch. This skill covers marketing channels, messaging development, success metrics definition, and launch planning. When to Use Planning a product launch Creating a GTM plan from scratch Defining a launch strategy for a new market Developing product-to-market fit strategy Preparing a product go-live roadmap How It Works Step 1: Gather Research Data The system will help you load and analyze early research about you...
|
816 |
| 6537 | radix-ui-design-system | sickn33/antigravity-awesome-skills |
Radix UI Design System Build production-ready, accessible design systems using Radix UI primitives with full customization control and zero style opinions. Overview Radix UI provides unstyled, accessible components (primitives) that you can customize to match any design system. This skill guides you through building scalable component libraries with Radix UI, focusing on accessibility-first design, theming architecture, and composable patterns. Key Strengths: Headless by design : Full styling co...
|
816 |
| 6538 | goals | boshu2/agentops |
/goals — Fitness Goal Maintenance Maintain GOALS.yaml and GOALS.md fitness specifications. Use ao goals CLI for all operations. YOU MUST EXECUTE THIS WORKFLOW. Do not just describe it. Quick Start /goals Measure fitness (default) /goals init Bootstrap GOALS.md interactively /goals steer Manage directives /goals add Add a new goal /goals drift Compare snapshots for regressions /goals history Show measurement history /goals export Export snapshot as JSON for CI /goals meta Run meta-goals o...
|
816 |
| 6539 | frame-liquid-bg-hero | nexu-io/open-design |
【模板: 流体背景 Hero】 【意图】可作为视频片头帧、SaaS landing 顶部 hero、海报底图。WebGL 流体感, 但用 CSS / canvas 退化绘制, 确保单文件可双击打开。Inspired by hyperframes vfx-liquid-background。 【画布】1920×1080 (横) 或 1080×1920 (竖), 二选一。背景占满。 【流体背景 — 3 种实现, 按用户偏好选】 CSS 多层 radial-gradient 错位呼吸 (最稳, 默认推荐): 3-5 个大椭圆 radial-gradient(...) , 颜色取自调色板。 每个椭圆套 @keyframes 平移 + scale + hue-rotate, 周期 8-14s, 错峰; 整个画面叠 mix-blend-mode: screen 或 overlay 。 顶层加 1 层 backdrop-filter: blur(80px) 让边缘更糊。 Canvas + simple perlin noise (中阶): 80 行 inline JS, 用 requestAnima...
|
816 |
| 6540 | asc-cli-usage | rorkai/app-store-connect-cli-skills |
asc cli usage Use this skill when you need to run or design asc commands for App Store Connect. Command discovery Always use --help to discover commands and flags. asc --help asc builds --help asc builds list --help Flag conventions Use explicit long flags (e.g., --app , --output ). No interactive prompts; destructive operations require --confirm . Use --paginate when the user wants all pages. Output formats Default output is minified JSON. Use --output table or --output markdown only for human-...
|
816 |
| 6541 | devops | mrgoonie/claudekit-skills |
DevOps Skill Deploy and manage cloud infrastructure across Cloudflare, Docker, Google Cloud, and Kubernetes. When to Use Deploy serverless apps to Cloudflare Workers/Pages Containerize apps with Docker, Docker Compose Manage GCP with gcloud CLI (Cloud Run, GKE, Cloud SQL) Kubernetes cluster management (kubectl, Helm) GitOps workflows (Argo CD, Flux) CI/CD pipelines, multi-region deployments Security audits, RBAC, network policies Platform Selection Need Choose Sub-50ms latency globally Cloudfl...
|
815 |
| 6542 | frontend-developer | sickn33/antigravity-awesome-skills |
You are a frontend development expert specializing in modern React applications, Next.js, and cutting-edge frontend architecture. Use this skill when Building React or Next.js UI components and pages Fixing frontend performance, accessibility, or state issues Designing client-side data fetching and interaction flows Do not use this skill when You only need backend API architecture You are building native apps outside the web stack You need pure visual design without implementation guidance Instr...
|
815 |
| 6543 | senior-devops | alirezarezvani/claude-skills |
Senior Devops Complete toolkit for senior devops with modern tools and best practices. Quick Start Main Capabilities This skill provides three core capabilities through automated scripts: Script 1: Pipeline Generator python scripts/pipeline_generator.py [options] Script 2: Terraform Scaffolder python scripts/terraform_scaffolder.py [options] Script 3: Deployment Manager python scripts/deployment_manager.py [options] Core Capabilities 1. Pipeline Generator Automated tool for pipeline g...
|
815 |
| 6544 | earnings-preview | himself65/finance-skills |
Contains Shell Commands This skill contains shell command directives ( !`command` ) that may execute system commands. Review carefully before installing. Earnings Preview Skill Generates a pre-earnings briefing using Yahoo Finance data via yfinance . Pulls together upcoming earnings date, consensus estimates, historical accuracy, analyst sentiment, and key financial context — everything you need before an earnings call. Important : Data is for research and educational purposes only. Not financia...
|
815 |
| 6545 | ads-photoshoot | agricidaniel/claude-ads |
Ads Photoshoot: AI Product Photography Transforms a product image or description into professional ad-ready photography in 5 distinct visual styles. Each style generates at two sizes: 1:1 (Meta/LinkedIn) and 9:16 (TikTok/Reels/Stories). Quick Reference Command What it does /ads photoshoot Interactive: ask for product + styles /ads photoshoot --styles studio floating Generate only selected styles /ads photoshoot --product shoe.jpg Start with a product image file /ads photoshoot --all-platforms Ge...
|
815 |
| 6546 | docker-containerization | ailabs-393/ai-labs-claude-skills |
Docker Containerization Skill Overview Generate production-ready Docker configurations for modern web applications, particularly Next.js and Node.js projects. This skill provides Dockerfiles, docker-compose setups, bash scripts for container management, and comprehensive deployment guides for various orchestration platforms. Core Capabilities 1. Dockerfile Generation Create optimized Dockerfiles for different environments: Production ( assets/Dockerfile.production ): Multi-stage build reducing i...
|
815 |
| 6547 | agent-swarm | ruvnet/ruflo |
name: flow-nexus-swarm description: AI swarm orchestration and management specialist. Deploys, coordinates, and scales multi-agent swarms in the Flow Nexus cloud platform for complex task execution. color: purple You are a Flow Nexus Swarm Agent, a master orchestrator of AI agent swarms in cloud environments. Your expertise lies in deploying scalable, coordinated multi-agent systems that can tackle complex problems through intelligent collaboration. Your core responsibilities: Initialize and con...
|
815 |
| 6548 | rive-interactive | freshtechbro/claudedesignskills |
Rive Interactive - State Machine-Based Vector Animation Overview Rive is a state machine-based animation platform that enables designers to create interactive vector animations with complex logic and runtime interactivity. Unlike timeline-only animation tools (like Lottie), Rive supports state machines, input handling, and two-way data binding between application code and animations. Key Features : State machine system for complex interactive logic ViewModel API for two-way data binding Input ha...
|
815 |
| 6549 | frame-glitch-title | nexu-io/open-design |
【模板: 故障艺术标题帧 (Glitch Title)】 【意图】单帧 hero / 视频转场 / cyberpunk 风格标题。Inspired by hyperframes glitch。 【画布】1920×1080, 背景 070708 近黑或 CRT 暗灰 0d0e10 ; 加 56px 网格 (透明 5%) + scanlines 横线 (透明 8%, 2px 间隔)。 【主标题】 居中, 6-9vw, weight 800/900, 字体 Space Grotesk Bold / Inter Tight Black / JetBrains Mono Bold 。 颜色: 主层 f5f5f7 ; 后面套 2 层伪影: cyan 00f0ff translate( -3px , 1px )。 magenta ff2bd6 translate( 3px , -1px )。 整层加 clip-path 切片 5-8 段, 每段 @keyframes 随机 translateX -10px → 10px, 持续 80-160ms, 错峰播放, 营造 "data corruption"...
|
815 |
| 6550 | metrics | railwayapp/railway-skills |
Service Metrics Query resource usage metrics for Railway services. When to Use User asks "how much memory is my service using?" User asks about CPU usage, network traffic, disk usage User wants to debug performance issues User asks "is my service healthy?" (combine with service skill) Prerequisites Get environmentId and serviceId from linked project: railway status --json Extract: environment.id → environmentId service.id → serviceId (optional - omit to get all services) MetricMeasurement...
|
814 |