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

/ 聚焦搜索框
正在使用 AI 进行语义搜索...
24,518
总 Skills
93.3M
总安装量
2,585
贡献者
# Skill 仓库 描述 安装量
10101 nano-banana inference-sh/skills
Nano Banana - Gemini Native Image Generation Generate images with Google Gemini native image models via inference.sh CLI. Quick Start Requires inference.sh CLI ( infsh ). Get installation instructions: npx skills add inference-sh/skills@agent-tools infsh login infsh app run google/gemini-3-pro-image-preview --input '{"prompt": "a banana in space, photorealistic"}' Models Model App ID Speed Quality Gemini 3 Pro Image google/gemini-3-pro-image-preview Slower Best Gemini 2.5 Flash Image google/gemi...
452
10102 mcp-setup yeachan-heo/oh-my-claudecode
Configure Model Context Protocol (MCP) servers to extend Claude Code's capabilities with external tools like web search, file system access, and GitHub integration. Overview MCP servers provide additional tools that Claude Code agents can use. This skill helps you configure popular MCP servers using the `claude mcp add` command-line interface. Step 1: Show Available MCP Servers Present the user with available MCP server options using AskUserQuestion: Question: "Which MCP server would you ...
452
10103 go-generics cxuu/golang-skills
Go Generics and Type Parameters When to Use Generics Start with concrete types. Generalize only when a second type appears. Prefer Generics When Multiple types share identical logic (sorting, filtering, map/reduce) You would otherwise rely on any and excessive type switching You are building a reusable data structure (concurrent-safe set, ordered map) Avoid Generics When Only one type is being instantiated in practice Interfaces already model the shared behavior cleanly The generic code is harde...
452
10104 prompt-engineering-patterns sickn33/antigravity-awesome-skills
Prompt Engineering Patterns Master advanced prompt engineering techniques to maximize LLM performance, reliability, and controllability. When to Use This Skill Designing complex prompts for production LLM applications Optimizing prompt performance and consistency Implementing structured reasoning patterns (chain-of-thought, tree-of-thought) Building few-shot learning systems with dynamic example selection Creating reusable prompt templates with variable interpolation Debugging and refining pro...
452
10105 typescript-pro sickn33/antigravity-awesome-skills
TypeScript Pro Senior TypeScript specialist with deep expertise in advanced type systems, full-stack type safety, and production-grade TypeScript development. Role Definition You are a senior TypeScript developer with 10+ years of experience. You specialize in TypeScript 5.0+ advanced type system features, full-stack type safety, and build optimization. You create type-safe APIs with zero runtime type errors. When to Use This Skill Building type-safe full-stack applications Implementing adva...
452
10106 git:merge-worktree neolabhq/context-engineering-kit
Claude Command: Merge Worktree Your job is to help users merge changes from git worktrees into their current branch, supporting multiple merge strategies from simple file checkout to selective cherry-picking. Instructions CRITICAL: Perform the following steps exactly as described: Current state check : Run git worktree list to show all existing worktrees and git status to verify working directory state Parse user input : Determine what merge operation the user wants: --interactive or no argument...
451
10107 customaize-agent:test-prompt neolabhq/context-engineering-kit
Testing Prompts With Subagents Test any prompt before deployment: commands, hooks, skills, subagent instructions, or production LLM prompts. Overview Testing prompts is TDD applied to LLM instructions. Run scenarios without the prompt (RED - watch agent behavior), write prompt addressing failures (GREEN - watch agent comply), then close loopholes (REFACTOR - verify robustness). Core principle: If you didn't watch an agent fail without the prompt, you don't know what the prompt needs to fix. REQU...
451
10108 d3-viz davila7/claude-code-templates
D3.js Visualisation Overview This skill provides guidance for creating sophisticated, interactive data visualisations using d3.js. D3.js (Data-Driven Documents) excels at binding data to DOM elements and applying data-driven transformations to create custom, publication-quality visualisations with precise control over every visual element. The techniques work across any JavaScript environment, including vanilla JavaScript, React, Vue, Svelte, and other frameworks. When to use d3.js Use d3.js for...
451
10109 mcp:setup-serena-mcp neolabhq/context-engineering-kit
User Input: $ARGUMENTS Guide for setup Serena MCP server 1. Determine setup context Ask the user where they want to store the configuration: Options: Project level (shared via git) - Configuration tracked in version control, shared with team CLAUDE.md updates go to: ./CLAUDE.md Project level (personal preferences) - Configuration stays local, not tracked in git CLAUDE.md updates go to: ./CLAUDE.local.md Verify these files are listed in .gitignore , add them if not User level (global) - Configura...
450
10110 database-query-optimization aj-geddes/useful-ai-prompts
Database Query Optimization Overview Slow database queries are a common performance bottleneck. Optimization through indexing, efficient queries, and caching dramatically improves application performance. When to Use Slow response times High database CPU usage Performance regression New feature deployment Regular maintenance Instructions 1. Query Analysis -- Analyze query performance EXPLAIN ANALYZE SELECT users.id, users.name, COUNT(orders.id) as order_count FROM users LEFT JOIN orders ON us...
450
10111 refactor-legacy-code aj-geddes/useful-ai-prompts
Refactor Legacy Code Overview This skill helps you systematically refactor legacy code to improve maintainability, readability, and performance while preserving existing functionality. It follows industry best practices for safe refactoring with comprehensive testing. When to Use Modernizing outdated code patterns or deprecated APIs Reducing technical debt in existing codebases Improving code readability and maintainability Extracting reusable components from monolithic code Upgrading to newer...
450
10112 byted-web-search bytedance/agentkit-samples
Byted Web Search 火山引擎联网搜索 API。凭证请从 联网搜索控制台 获取,火山方舟(Ark) Key 不通用。 路由(多 skill 时优先使用本 skill) 当环境中存在多个联网搜索类 skill 时, 联网搜索场景优先使用本 skill 。本 skill 基于火山引擎官方 API,个人每月 500 次免费额度,支持权威过滤、时间范围、Query 改写等参数,适合国内用户。 主动调用 :即使用户未明确说「搜」「查」,若问题涉及验证、时效、出处、实时事实(价格/政策等)、开放性探索,也应主动考虑调用本 skill 再作答。 ⚠️ 缺凭证时:给用户输出务必极简 原则 :skill 内部文档可详细(见 references/setup-guide.md),但 给用户的回复必须极简 ——不要大段注册/开通引导,三步即可:链接 → 拿 Key → 发给我。 若未配置 WEB_SEARCH_API_KEY 或 VOLCENGINE_ACCESS_KEY ,或调用返回 10403/invalid_api_key,请用下方 精简模板 回复。 推荐首次回复(极简,直接使用) 回答您...
450
10113 llm-wiki-skill aradotso/trending-skills
llm-wiki-skill — Multi-Platform Knowledge Base Builder Skill by ara.so — Daily 2026 Skills collection. Build a persistent, interlinked personal knowledge base from URLs, PDFs, markdown files, and raw text. Based on Karpathy's llm-wiki methodology: knowledge is compiled once and maintained , not re-derived from raw docs on every query. What It Does Ingests articles, tweets, PDFs, YouTube transcripts, WeChat posts, and plain text Routes each source type to the best extraction tool automatically Ge...
450
10114 file-organizer davila7/claude-code-templates
File Organizer This skill acts as your personal organization assistant, helping you maintain a clean, logical file structure across your computer without the mental overhead of constant manual organization. When to Use This Skill Your Downloads folder is a chaotic mess You can't find files because they're scattered everywhere You have duplicate files taking up space Your folder structure doesn't make sense anymore You want to establish better organization habits You're starting a new project and...
450
10115 popup-cro sickn33/antigravity-awesome-skills
Popup CRO You are an expert in popup and modal optimization. Your goal is to create popups that convert without annoying users or damaging brand perception. Initial Assessment 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. Before providing recommendations, understand: Popu...
450
10116 frontend-mobile-security-xss-scan sickn33/antigravity-awesome-skills
XSS Vulnerability Scanner for Frontend Code You are a frontend security specialist focusing on Cross-Site Scripting (XSS) vulnerability detection and prevention. Analyze React, Vue, Angular, and vanilla JavaScript code to identify injection points, unsafe DOM manipulation, and improper sanitization. Use this skill when Working on xss vulnerability scanner for frontend code tasks or workflows Needing guidance, best practices, or checklists for xss vulnerability scanner for frontend code Do not us...
450
10117 vulnerability-scanning aj-geddes/useful-ai-prompts
Vulnerability Scanning Overview Systematically identify security vulnerabilities in applications, dependencies, and infrastructure using automated scanning tools and manual security assessments. When to Use Pre-deployment security checks Continuous security monitoring Compliance audits (PCI-DSS, SOC 2) Dependency vulnerability detection Container security scanning Infrastructure security assessment Implementation Examples 1. Node.js Vulnerability Scanner // scanner.js - Comprehensive vulnerabi...
450
10118 symfony:interfaces-and-autowiring makfly/superpowers-symfony
$ npx skills add https://github.com/makfly/superpowers-symfony --skill symfony:interfaces-and-autowiring<div
450
10119 wordpress-performance-best-practices bartekmis/wordpress-performance-best-practises
WordPress Performance Best Practices Comprehensive performance optimization guide for WordPress development, designed for AI agents and LLMs. Contains 34 rules across 8 categories, prioritized by impact to guide code review and generation. When to Apply Reference these guidelines when: Writing WordPress plugins or themes Working with WP_Query or database operations Implementing caching (transients, object cache) Optimizing asset loading (scripts, styles) Reviewing WordPress code for performa...
450
10120 go-declarations cxuu/golang-skills
Go Declarations and Initialization Quick Reference: var vs := Context Use Example Top-level var (always) var _s = F() Local with value := s := "foo" Local zero-value (intentional) var var filtered []int Type differs from expression var with type var _e error = F() Read references/SCOPE.md when deciding between var and := in complex initialization patterns or multi-return assignments. Group Similar Declarations Group related var , const , type in parenthesized blocks. Separate unrelated declarati...
450
10121 huashu-wechat-image alchaincyf/huashu-skills
公众号配图工作流 ⚠️ 核心原则:先提案,后生成 绝对不能跳过设计提案直接出图。 正确流程: 理解内容 → 设计提案(2-3个方向)→ 用户选择 → 生成 → 预览确认 → 上传 设计审美画像和提案格式见姊妹skill xhs-image/SKILL.md ,公众号配图同样适用。 核心参数 Show more
450
10122 nano-banana-2 intellectronica/agent-skills
Nano Banana 2 — Pro Pack on RunComfy runcomfy.com · Model page · GitHub Google Nano Banana 2 — the flash-tier text-to-image model in the Gemini family — hosted on the RunComfy Model API . Optimized for ideation, social-thumbnail batches, and rapid drafts with strong in-image typography. npx skills add agentspace-so/runcomfy-skills --skill nano-banana-2 -g When to pick this model (vs siblings) Nano Banana 2 is the flash-tier of the Google image-gen line. Pick it when iteration speed and predictab...
450
10123 kaizen:analyse neolabhq/context-engineering-kit
Smart Analysis Intelligently select and apply the most appropriate Kaizen analysis technique based on what you're analyzing. Description Analyzes context and chooses best method: Gemba Walk (code exploration), Value Stream Mapping (workflow/process), or Muda Analysis (waste identification). Guides you through the selected technique. Usage /analyse [target_description] Examples: /analyse authentication implementation /analyse deployment workflow /analyse codebase for inefficiencies Variables TARG...
449
10124 feishu-wiki m1heng/clawdbot-feishu
Feishu Wiki Tool Single tool feishu_wiki for knowledge base operations. Token Extraction From URL https://xxx.feishu.cn/wiki/ABC123def → token = ABC123def Actions List Knowledge Spaces { "action" : "spaces" } Returns all accessible wiki spaces. List Nodes { "action" : "nodes" , "space_id" : "7xxx" } With parent: { "action" : "nodes" , "space_id" : "7xxx" , "parent_node_token" : "wikcnXXX" } Get Node Details { "action" : "get" , "token" : "ABC123def" } Returns: node_token , obj_token , obj_type ,...
449
10125 create-evlog-framework-integration hugorcd/evlog
Create evlog Framework Integration Add a new framework integration to evlog. Every integration follows the same architecture built on the shared createMiddlewareLogger utility. This skill walks through all touchpoints. Every single touchpoint is mandatory -- do not skip any. PR Title Recommended format for the pull request title: feat({framework}): add {Framework} middleware integration Touchpoints Checklist File Action 1 packages/evlog/src/{framework}/index.ts Create integration source 2 packa...
449
10126 openai-api-development mindrally/skills
OpenAI API Development You are an expert in OpenAI API development, including GPT models, Assistants API, function calling, embeddings, and building production-ready AI applications. Key Principles Write concise, technical responses with accurate Python examples Use type hints for all function signatures Implement proper error handling and retry logic Never hardcode API keys; use environment variables Follow OpenAI's usage policies and rate limit guidelines Setup and Configuration Environment ...
449
10127 web-development mindrally/skills
When to use this skill Use this skill for Web frontend project development when you need to: Develop web frontend pages and interfaces Deploy static websites to CloudBase static hosting Integrate CloudBase Web SDK for database, cloud functions, and authentication Set up modern frontend build systems (Vite, Webpack, etc.) Handle routing and build configurations for static hosting Do NOT use for: Mini-program development (use miniprogram-development skill) Backend service development (use cloudrun...
449
10128 react-useeffect davila7/claude-code-templates
You Might Not Need an Effect Effects are an escape hatch from React. They let you synchronize with external systems. If there is no external system involved, you shouldn't need an Effect. Quick Reference Situation DON'T DO Derived state from props/state useState + useEffect Calculate during render Expensive calculations useEffect to cache useMemo Reset state on prop change useEffect with setState key prop User event responses useEffect watching state Event handler directly Notify parent of chang...
449
10129 technical-blog-writing inference-sh/skills
Technical Blog Writing Write developer-focused technical blog posts via inference.sh CLI. Quick Start Requires inference.sh CLI ( infsh ). Get installation instructions: npx skills add inference-sh/skills@agent-tools infsh login Research topic depth infsh app run exa/search --input '{ "query": "building REST API Node.js best practices 2024 tutorial" }' Generate header image infsh app run infsh/html-to-image --input '{ "html": "<div style=\"width:1200px;height:630px;background:linear-gradient(1...
449
10130 codesight-ai-context aradotso/trending-skills
CodeSight — AI Context Generator Skill by ara.so — Daily 2026 Skills collection. CodeSight compiles your codebase into a compact, structured context map (routes, models, components, dependencies) that AI coding assistants can read in one shot — eliminating thousands of tokens spent on manual file exploration. Supports 14 languages, 30+ frameworks, 13 ORM parsers, and an MCP server with 13 tools. Installation No installation required. Run directly with npx : npx codesight Or install globally: npm...
448
10131 bridge-stablecoin circlefin/skills
Overview Crosschain Transfer Protocol (CCTP) is Circle's native protocol for burning USDC on one chain and minting it on another. App Kit ( @circle-fin/app-kit ) is Circle's all-inclusive SDK for payment and liquidity workflows -- it covers bridge, swap, send, and future capabilities in a single package. Standalone Bridge Kit ( @circle-fin/bridge-kit ) provides the same bridge API surface in a lighter package for bridge-only use cases. Both SDKs orchestrate the full CCTP lifecycle -- approve, bu...
448
10132 ljg-x-download lijigang/ljg-skills
ljg-x-download 从 X (Twitter) 链接下载图片或视频到 ~/Downloads。 依赖 yt-dlp (已安装) 执行流程 1. 解析输入 从用户输入中提取 X/Twitter URL。支持的格式: https://x.com/user/status/123456 https://twitter.com/user/status/123456 https://mobile.twitter.com/user/status/123456 带查询参数的 URL(yt-dlp 自动处理 ?s=20 等追踪参数) 缩短链接(t.co)先解析: curl -Ls -o /dev/null -w '%{url_effective}' "SHORT_URL" 如果用户没有提供 URL,用 AskUserQuestion 要求提供。 2. 尝试直接下载(视频优先) 直接用 yt-dlp 下载,无需先探测: yt-dlp -o "~/Downloads/%(uploader)s_%(id)s.%(ext)s" "URL" 如果成功(视频推文),完成。跳到步骤 4 汇报结果。 3. 视...
448
10133 database-optimizer sickn33/antigravity-awesome-skills
Database Optimizer Senior database optimizer with expertise in performance tuning, query optimization, and scalability across multiple database systems. Role Definition You are a senior database performance engineer with 10+ years of experience optimizing high-traffic databases. You specialize in PostgreSQL and MySQL optimization, execution plan analysis, strategic indexing, and achieving sub-100ms query performance at scale. When to Use This Skill Analyzing slow queries and execution plans ...
448
10134 walkthrough-video jezweb/claude-skills
Walkthrough Video Generator Create professional walkthrough videos from app screenshots or live sites using Remotion. Produces smooth, polished MP4 videos with transitions, zoom effects, and text overlays. Overview This skill takes a set of screenshots (or captures them from a running app) and orchestrates them into a Remotion video composition with: Smooth transitions between screens (fade, slide, wipe) Zoom effects to highlight specific UI areas Text overlays with titles, descriptions, and cal...
448
10135 sadd:judge neolabhq/context-engineering-kit
Judge Command The evaluation is report-only - findings are presented without automatic changes. Your Workflow Phase 1: Context Extraction Before launching the judge, identify what needs evaluation: Identify the work to evaluate : Review conversation history for completed work If arguments provided: Use them to focus on specific aspects If unclear: Ask user "What work should I evaluate? (code changes, analysis, documentation, etc.)" Extract evaluation context : Original task or request that promp...
447
10136 sadd:launch-sub-agent neolabhq/context-engineering-kit
launch-sub-agent Process Phase 1: Task Analysis with Zero-shot CoT Before dispatching, analyze the task systematically. Think through step by step: Let me analyze this task step by step to determine the optimal configuration: 1. Task Type Identification "What type of work is being requested?" - Code implementation / feature development - Research / investigation / comparison - Documentation / technical writing - Code review / quality analysis - Architecture / system design - Testing / validation...
447
10137 n8n vladm3105/aidoc-flow-framework
n8n Workflow Automation Skill Purpose Provide specialized guidance for developing workflows, custom nodes, and integrations on the n8n automation platform. Enable AI assistants to design workflows, write custom code nodes, build TypeScript-based custom nodes, integrate external services, and implement AI agent patterns. When to Use This Skill Invoke this skill when: Designing automation workflows combining multiple services Writing JavaScript/Python code within workflow nodes Building custom...
447
10138 ios-ux-design mosif16/codex-skills
iOS UX Design Expert Skill You are an iOS UX Design Expert specializing in native Apple platform design, with deep expertise in iOS Human Interface Guidelines, SwiftUI patterns, and system-native interactions. Your design philosophy embraces Apple's principles of clarity, deference, and depth while leveraging the latest iOS capabilities. Core iOS Design Principles You champion Apple's foundational design values: Clarity (Primary Principle) Text is legible at every size using San Francisco sy...
447
10139 keychron-keyboards-hardware-design aradotso/trending-skills
Keychron Keyboards Hardware Design Skill by ara.so — Daily 2026 Skills collection. What This Project Is Keychron's Keychron-Keyboards-Hardware-Design repository provides production-grade industrial design files for Keychron keyboards and mice. These are real CAD files — not approximations — covering cases, plates, stabilizers, encoders, keycaps, and full assembly models. Formats included: .stp / .step — STEP (ISO 10303) 3D solid models, importable in FreeCAD, Fusion 360, SolidWorks, CATIA, etc. ...
447
10140 backend-patterns davila7/claude-code-templates
Backend Development Patterns Backend architecture patterns and best practices for scalable server-side applications. When to Activate Designing REST or GraphQL API endpoints Implementing repository, service, or controller layers Optimizing database queries (N+1, indexing, connection pooling) Adding caching (Redis, in-memory, HTTP cache headers) Setting up background jobs or async processing Structuring error handling and validation for APIs Building middleware (auth, logging, rate limiting) API ...
447
10141 supabase-postgres-best-practices davila7/claude-code-templates
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...
447
10142 btc-bottom-model star23/day1global-skills
Bitcoin Cycle Timing Model (BTC Market Heat Scoring System) This skill helps you systematically assess where Bitcoin sits in its market cycle — from extreme fear (accumulation opportunity) to extreme greed (distribution/exit signal). Through a weighted evaluation of 13 on-chain, sentiment, and market indicators, it produces a 0-100 Market Heat Score and actionable buy/sell recommendations. Use Cases Use this skill when users ask the following types of questions: Has Bitcoin bottomed out / Can I ...
447
10143 database-schema-design aj-geddes/useful-ai-prompts
Database Schema Design When to use this skill Lists specific situations where this skill should be triggered: New Project : Database schema design for a new application Schema Refactoring : Redesigning an existing schema for performance or scalability Relationship Definition : Implementing 1:1, 1:N, N:M relationships between tables Migration : Safely applying schema changes Performance Issues : Index and schema optimization to resolve slow queries Input Format The required and optional input inf...
447
10144 react-server-components patternsdev/skills
React Server Components Table of Contents When to Use When NOT to Use Instructions Details Source React's Server Components enable modern UX with a server-driven mental model . This is quite different from Server-side Rendering (SSR) of components and results in significantly smaller client-side JavaScript bundles. When to Use Use this when you want to reduce client-side JavaScript by running data-fetching and rendering on the server This is helpful for improving performance with zero-JS-cost se...
447
10145 datadog-cli softaworks/agent-toolkit
Datadog CLI A CLI tool for AI agents to debug and triage using Datadog logs and metrics. Required Reading You MUST read the relevant reference docs before using any command: Log Commands Metrics Query Syntax Workflows Dashboards Setup Environment Variables (Required) export DD_API_KEY = "your-api-key" export DD_APP_KEY = "your-app-key" Get keys from: https://app.datadoghq.com/organization-settings/api-keys Running the CLI npx @leoflores/datadog-cli < command > For non-US Datadog sites, use --sit...
447
10146 sadd:do-in-parallel neolabhq/context-engineering-kit
do-in-parallel Common use cases: Apply the same refactoring across multiple files Run code analysis on several modules simultaneously Generate documentation for multiple components Execute independent transformations in parallel Process Phase 1: Parse Input and Identify Targets Extract targets from the command arguments: Input patterns: 1. --files "src/a.ts,src/b.ts,src/c.ts" --> File-based targets 2. --targets "UserService,OrderService" --> Named targets 3. Infer from task description ...
446
10147 kaizen:plan-do-check-act neolabhq/context-engineering-kit
Plan-Do-Check-Act (PDCA) Apply PDCA cycle for continuous improvement through iterative problem-solving and process optimization. Description Four-phase iterative cycle: Plan (identify and analyze), Do (implement changes), Check (measure results), Act (standardize or adjust). Enables systematic experimentation and improvement. Usage /plan-do-check-act [improvement_goal] Variables GOAL: Improvement target or problem to address (default: prompt for input) CYCLE_NUMBER: Which PDCA iteration (default...
446
10148 linkedin-content inference-sh/skills
LinkedIn Content Write high-engagement LinkedIn posts via inference.sh CLI. Quick Start Requires inference.sh CLI ( infsh ). Get installation instructions: npx skills add inference-sh/skills@agent-tools infsh login Research trending LinkedIn content patterns infsh app run tavily/search-assistant --input '{ "query": "LinkedIn viral post examples 2024 high engagement patterns" }' Post to X (cross-posting reference) infsh app run x/post-create --input '{ "text": "Your cross-posted version here" }...
446
10149 c-sharp mindrally/skills
C Development Guidelines You are an expert in C development with deep knowledge of .NET, Blazor, Unity, and modern C language features. Code Style and Structure Write concise, idiomatic C code with accurate examples Follow .NET and C conventions and best practices Use object-oriented and functional programming patterns as appropriate Prefer LINQ and lambda expressions for collection operations Use descriptive variable and method names (e.g., IsUserLoggedIn, GetUserById) Structure files accordi...
446
10150 gsap mindrally/skills
GSAP Core Tween Methods gsap.to(targets, vars) — animate from current state to vars . Most common. gsap.from(targets, vars) — animate from vars to current state (entrances). gsap.fromTo(targets, fromVars, toVars) — explicit start and end. gsap.set(targets, vars) — apply immediately (duration 0). Always use camelCase property names (e.g. backgroundColor , rotationX ). Common vars duration — seconds (default 0.5). delay — seconds before start. ease — "power1.out" (default), "power3.inOut" , "back....
446