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

/ 聚焦搜索框
正在使用 AI 进行语义搜索...
27,443
总 Skills
161.7M
总安装量
2,742
贡献者
# Skill 仓库 描述 安装量
21801 backend-development aaaaqwq/claude-code-skills
Backend Development Skill Production-ready backend development with modern technologies, best practices, and proven patterns. When to Use Designing RESTful, GraphQL, or gRPC APIs Building authentication/authorization systems Optimizing database queries and schemas Implementing caching and performance optimization OWASP Top 10 security mitigation Designing scalable microservices Testing strategies (unit, integration, E2E) CI/CD pipelines and deployment Monitoring and debugging production system...
51
21802 ui-animation travisjneuman/.claude
UI Animation Core rules Animate to clarify cause/effect or add deliberate delight. Keep interactions fast (200-300ms; up to 1s only for illustrative motion). Never animate keyboard interactions (arrow-key navigation, shortcut responses, tab/focus). Prefer CSS; use WAAPI or JS only when needed. Make animations interruptible and input-driven. Honor prefers-reduced-motion (reduce or disable). What to animate For movement and spatial change, animate only transform and opacity . For simple state feed...
51
21803 newt blueprint generator rknall/claude-skills
Expert assistance for creating, validating, and managing Pangolin Newt blueprint configurations. When to Use This Skill This skill should be triggered when: - Creating Pangolin blueprint configurations - Generating YAML configuration files for Newt - Creating Docker Compose files with Pangolin labels - Configuring proxy resources (HTTP, TCP, UDP) - Setting up client resources for Olm - Configuring authentication (SSO, basic auth, pincode, password) - Validating blueprint configurations...
51
21804 email-sequence kimny1143/claude-code-template
Email Sequence Design You are an expert in email marketing and automation. Your goal is to create email sequences that nurture relationships, drive action, and move people toward conversion. 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 creating ...
51
21805 pennant-development laravel/boost
Pennant Features When to Apply Activate this skill when: Creating or checking feature flags Managing feature rollouts Implementing A/B testing Documentation Use search-docs for detailed Pennant patterns and documentation. Basic Usage Defining Features use Laravel \ Pennant \ Feature ; Feature :: define ( 'new-dashboard' , function ( User $user ) { return $user -> isAdmin ( ) ; } ) ; Checking Features if ( Feature :: active ( 'new-dashboard' ) ) { // Feature is active } // With scope if ( Feature...
51
21806 terraform-tasks josiahsiegel/claude-plugin-marketplace
Terraform Tasks Skill 🚨 CRITICAL GUIDELINES Windows File Path Requirements MANDATORY: Always Use Backslashes on Windows for File Paths When using Edit or Write tools on Windows, you MUST use backslashes (\) in file paths, NOT forward slashes (/). Examples: ❌ WRONG: D:/repos/project/file.tsx ✅ CORRECT: D:\repos\project\file.tsx This applies to: Edit tool file_path parameter Write tool file_path parameter All file operations on Windows systems Documentation Guidelines NEVER create new docum...
51
21807 monitoring-setup eddiebe147/claude-settings
Monitoring Setup Expert Overview This skill enables AI assistants to set up comprehensive monitoring for NestJS and Next.js applications, including Sentry for error tracking and Google Analytics for user analytics. When to Use This Skill This skill activates when users: Need to set up error tracking (Sentry) Want to configure Google Analytics Need monitoring for production applications Want to track application errors and user behavior Sentry Setup NestJS Backend Install: npm install @sentry/nod...
51
21808 release automattic/wordpress-activitypub
Release Workflow This skill provides a systematic workflow for creating and publishing releases for the linear-cli project. It handles changelog management, version bumping, testing, and tagging. When to Use Use this skill when preparing to release a new version of linear-cli. The workflow ensures all changes are documented, tests pass, and versions are properly tagged before publishing. Prerequisites Ensure the following tools are available: changelog skill for changelog management svbump for v...
51
21809 problem-management groeimetai/snow-flow
Problem Management identifies root causes of incidents and implements permanent solutions. Problem Lifecycle ``` New (1) ↓ Assess (2) ↓ Root Cause Analysis (3) ↓ Fix in Progress (4) ← Known Error Database ↓ Resolved (5) ↓ Closed (6) Cancelled (7) ← Can occur from any state ``` Key Tables | `problem` | Problem records | `problem_task` | Problem investigation tasks | `known_error` | Known Error Database (KEDB) | `incident` | Related incidents Creating Probl...
51
21810 prompt-master huangserva/skill-prompt-generator
PRIMACY ZONE — Identity, Hard Rules, Output Lock Who you are You are a prompt engineer. You take the user's rough idea, identify the target AI tool, extract their actual intent, and output a single production-ready prompt — optimized for that specific tool, with zero wasted tokens. You NEVER discuss prompting theory unless the user explicitly asks. You NEVER show framework names in your output. You build prompts. One at a time. Ready to paste. Hard rules — NEVER violate these NEVER output a prom...
51
21811 env-validation andrelandgraf/fullstackrecipes
Build-Time Environment Variable Validation Validate environment variables on server start and before builds. Catch missing or invalid variables early with clear error messages. Implement Environment Validation Validate environment variables on server start and before builds. Catch missing or invalid variables early with clear error messages. See: Resource: env-validation in Fullstack Recipes URL: https://fullstackrecipes.com/recipes/env-validation Validating Configs on Server Start Some en...
51
21812 es5-compliance groeimetai/snow-flow
ES5 Compliance for ServiceNow ServiceNow runs on Mozilla Rhino engine which only supports ES5 JavaScript (2009 standard). All server-side scripts MUST use ES5 syntax. Forbidden Syntax (WILL CAUSE SyntaxError) ES6+ Syntax ES5 Alternative const x = 5 var x = 5 let items = [] var items = [] () => {} function() {} `Hello ${name}` 'Hello ' + name for (x of arr) for (var i = 0; i < arr.length; i++) {a, b} = obj var a = obj.a; var b = obj.b; [a, b] = arr var a = arr[0]; var b = arr[1]; ...spread Use Ar...
51
21813 e-commerce manager eddiebe147/claude-settings
E-commerce Manager Comprehensive e-commerce operations and optimization system designed for online retailers, store managers, product managers, and digital marketers. This skill provides product listing optimization, conversion rate analysis, customer journey mapping, pricing strategy, inventory management guidance, and multi-channel retail coordination. The E-commerce Manager excels at writing compelling product descriptions, optimizing product pages for conversion, analyzing sales data to iden...
51
21814 fal-image-edit ilkerzg/agent-skills
fal-image-edit Curated from the fal.ai community team. What it does AI-powered image editing with style transfer, background removal, object removal, and inpainting via fal.ai hosted models. Source Upstream: https://github.com/fal-ai-community/skills Category: image-generation How to use This catalogue entry advertises the skill in Open Design so the agent discovers it during planning. To run the full upstream workflow with its original assets, scripts, and references, install the upstream bundl...
51
21815 uview-pro-vue3 teachingai/full-stack-skills
When to use this skill Use this skill whenever the user wants to: Install and set up uView Pro in a uni-app project Use uView Pro components in Vue 3 / uni-app applications Configure uView Pro (theme, i18n, etc.) Use form components (Button, Input, Form, etc.) Use data display components (List, Card, etc.) Use feedback components (Toast, Modal, etc.) Use navigation components (Tabs, NavBar, etc.) Use uView Pro tools and utilities Use uView Pro layout templates Customize component styles and th...
51
21816 ln-004-agent-config-sync 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. Agent Sync (Standalone Utility) Type: Standalone Utility Category: 0XX Shared Synchronizes skills and MCP server configurations from Claude Code (source of truth) to Gemini CLI and Codex CLI. Creates symlinks for skills, copies/converts MCP settings. When to Use This Skill After adding/removing MCP servers in Claude Code se...
51
21817 seo tech-leads-club/agent-skills
SEO optimization Search engine optimization based on Lighthouse SEO audits and Google Search guidelines. Focus on technical SEO, on-page optimization, and structured data. SEO fundamentals Search ranking factors (approximate influence): Factor Influence This Skill Content quality & relevance ~40% Partial (structure) Backlinks & authority ~25% ✗ Technical SEO ~15% ✓ Page experience (Core Web Vitals) ~10% See Core Web Vitals On-page SEO ~10% ✓ Technical SEO Crawlability robots.txt: /robots.txt Us...
51
21818 sveltia-cms secondsky/claude-skills
Sveltia CMS Skill Complete skill for integrating Sveltia CMS into static site projects. Current Versions @sveltia/cms: 0.128.5 (verified January 2026) Status: Public Beta (v1.0 expected early 2026) Maturity: Production-ready (270+ issues solved from predecessor) When to Use This Skill ✅ Use Sveltia CMS When: Git-based workflow desired (content as Markdown/YAML/TOML/JSON in repository) Lightweight solution required (<500 KB vs 1.5-2.6 MB for competitors) Migrating from Decap/Netlify CMS (drop-i...
51
21819 tailwindcss-v4 tlq5l/tailwindcss-v4-skill
Tailwind CSS v4 Skill CSS-first configuration, new directives, migration from v3. Quick Reference v4 Entry Point @import "tailwindcss"; NOT the v3 way: /* ❌ These cause errors in v4 */ @tailwind base; @tailwind components; @tailwind utilities; Key Directives Directive Purpose @theme Define design tokens (colors, spacing, fonts) @utility Create custom utility classes @variant Define custom variants (hover, focus, etc.) @source Control class detection and safelisting @reference Import for @a...
51
21820 webgpu-specs gfx-rs/wgpu
Run sh .claude/skills/webgpu-specs/download.sh to download the WebGPU and WGSL specifications if they are not present or if they have been updated. You do not need to change directory before running the script. After the specs are downloaded, you can search in target/claude/webgpu-spec.bs and target/claude/wgsl-spec.bs for relevant sections of the specification. When referencing the specifications, prefer to use named anchors rather than line numbers. For example, to reference the "Object Descri...
51
21821 google-gemini-file-search secondsky/claude-skills
Google Gemini File Search Setup Overview Google Gemini File Search is a fully managed RAG system. Upload documents (100+ formats: PDF, Word, Excel, code) and query with natural language—automatic chunking, embeddings, semantic search, and citations. What This Skill Provides: Complete @google/genai File Search API setup 8 documented errors with prevention strategies Chunking best practices for optimal retrieval Cost optimization ($0.15/1M tokens indexing, 3x storage multiplier) Cloudflare Work...
51
21822 configure-dockerfile laurigates/claude-plugins
/configure:dockerfile Check and configure Dockerfile against project standards with emphasis on minimal images , non-root users , and multi-stage builds . When to Use This Skill Use this skill when... Use another approach when... Checking Dockerfile compliance with standards Just viewing Dockerfile (use Read tool) Creating Dockerfile from template Dockerfile already follows all standards Validating image size, security, multi-stage builds Need container runtime config (use /configure:container )...
51
21823 prowler-changelog prowler-cloud/prowler
Changelog Locations Component File Version Prefix Current Version UI ui/CHANGELOG.md None 1.x.x API api/CHANGELOG.md None 1.x.x MCP Server mcp_server/CHANGELOG.md None 0.x.x SDK prowler/CHANGELOG.md None 5.x.x Format Rules (keepachangelog.com) Section Order (ALWAYS this order) [X.Y.Z] (Prowler vA.B.C) OR (Prowler UNRELEASED) Added Changed Deprecated Removed Fixed Security Emoji Prefixes (REQUIRED for ALL components) Section Emoji Usage Added 🚀 Added New features, checks, endpoints Chan...
51
21824 security-operations groeimetai/snow-flow
Security Operations (SecOps) integrates security tools and automates incident response. SecOps Architecture ``` Security Sources (SIEM, EDR, Vuln Scanners) ↓ Security Events/Vulnerabilities ↓ Security Incidents / Vuln Items ↓ Investigation & Response ↓ Remediation & Closure ``` Key Tables | `sn_si_incident` | Security incidents | `sn_vul_vulnerable_item` | Vulnerable items | `sn_si_alert` | Security alerts | `sn_ti_indicator` | Threat indicators (IOCs) | `sn_si...
51
21825 agent-browser eyadsibai/ltk
Browser Automation with agent-browser The CLI uses Chrome/Chromium via CDP directly. Install via npm i -g agent-browser , brew install agent-browser , or cargo install agent-browser . Run agent-browser install to download Chrome. Core Workflow Every browser automation follows this pattern: Navigate : agent-browser open <url> Snapshot : agent-browser snapshot -i (get element refs like @e1 , @e2 ) Interact : Use refs to click, fill, select Re-snapshot : After navigation or DOM changes, get fresh r...
51
21826 kani-proof workersio/spec
Kani Formal Verification Kani is a bounded model checker — it explores ALL possible values of symbolic inputs within bounds, making proofs exhaustive (not sampled like fuzzing). Critical Rules These rules prevent the most common proof failures. Violating any one will likely cause the proof to fail. No [kani::unwind] or [kani::solver] on first attempt. Omit both decorators entirely. Only add [kani::unwind(N)] after getting an "unwinding assertion" error, and only add [kani::solver(kissat)] after ...
51
21827 doc-review vladm3105/aidoc-flow-framework
doc-review Description : Multi-agent documentation quality review system that analyzes a single file or all files in a folder for data inconsistencies, reference errors, typos, and unclear terminology. Category : Quality Assurance Complexity : High (multi-agent coordination) Purpose Comprehensive documentation quality review using specialized sub-agents to detect: Data inconsistencies : Contradictory information, wrong data, confusing content Reference errors : Broken links, invalid cross-refere...
51
21828 nlp pipeline builder eddiebe147/claude-settings
NLP Pipeline Builder The NLP Pipeline Builder skill guides you through designing and implementing natural language processing pipelines that transform raw text into structured, actionable insights. From preprocessing to advanced analysis, this skill covers the full spectrum of NLP tasks and helps you choose the right approach for your specific needs. Modern NLP offers multiple paradigms: rule-based approaches, classical ML, and deep learning/LLMs. This skill helps you navigate these options, bui...
51
21829 mailchimp membranedev/application-skills
Mailchimp Mailchimp is a marketing automation platform primarily used for email marketing. It helps businesses manage mailing lists, create email campaigns, and automate marketing tasks. Marketers and small business owners commonly use Mailchimp to reach their target audiences. Official docs: https://mailchimp.com/developer/ Mailchimp Overview Campaigns Campaign Content Lists List Segments List Members Templates Reports Campaign Reports Automations Files Landing Pages Use action names and parame...
51
21830 skill-evolution heyvhuang/ship-faster
Enables skills to automatically improve based on usage patterns, user edits, and success rates. Provides version control with safe rollback capability. Overview - Reviewing how skills are performing across sessions - Identifying patterns in user edits to skill outputs - Applying learned improvements to skill templates - Rolling back problematic skill changes - Tracking skill version history and success rates Quick Reference | `/ork:skill-evolution` | Show evolution report for all skil...
51
21831 email-subject-line-optimizer onewave-ai/claude-skills
Email Subject Line Optimizer A/B test subject line variations using proven copywriting frameworks. Predict open rates based on historical performance. Instructions You are an expert at email marketing and copywriting. Create high-performing subject lines, predict open rates, and provide A/B testing recommendations. Output Format Email Subject Line Optimizer Output Generated: {timestamp} --- Results [Your formatted output here] --- Recommendations [Actionable next steps] Best Prac...
51
21832 growth-strategy openclaudia/openclaudia-skills
Growth Strategy Comprehensive growth strategy combining technical SEO/SMO/CRO implementation with strategic growth frameworks. Quick Reference Situation Use This Skill For SEO/SMO/CRO implementation Technical Optimization Building growth engines Growth Loops Framework Strategic growth planning Strategy & Frameworks Distribution strategy Channel & Platform Strategy Network effects Product-Led Growth Part 1: Core Principles Foundational Truths Growth follows product-market fit, never precedes it R...
51
21833 slot-rpc cartridge-gg/docs
Slot RPC Cartridge provides dedicated RPC endpoints for Starknet with authentication and CORS support. Endpoints Mainnet : https://api.cartridge.gg/x/starknet/mainnet Sepolia : https://api.cartridge.gg/x/starknet/sepolia Pricing Free for up to 1M requests/month. Additional requests: $5/1M, charged to the team. Authentication Methods API Token curl https://api.cartridge.gg/x/starknet/mainnet \ -H "Authorization: Bearer YOUR_API_TOKEN" \ -H "Content-Type: application/json" \ -d '{ "jsonrpc": "2.0"...
51
21834 booking-notify terrylica/cc-skills
Booking Notifications (Dual-Channel) Automated booking notifications via two channels: Channel Delivery Format Use Case Telegram Scheduled HTML Interactive commands, daily digest, search Pushover Real-time Plain text Emergency alerts with custom sound (dune) Mandatory Preflight Step 1: Check Sync Script Exists ls -la " $HOME /.claude/plugins/marketplaces/cc-skills/plugins/calcom-commander/scripts/sync.ts" 2 > /dev/null || echo "SCRIPT_NOT_FOUND" Step 2: Verify Environment (Required) echo "CALCOM...
51
21835 mvp planner eddiebe147/claude-settings
MVP Planner Scope and plan minimum viable products with feature prioritization When to Use This Skill Use this skill when you need to: Improve business operations and strategy Make data-driven business decisions Optimize processes and outcomes Not recommended for: Tasks requiring creative design work technical coding Quick Reference Action Command/Trigger Create mvp planner mvp planning Review and optimize review mvp planner Get best practices mvp planner best practices Core Workflows Workflow 1...
51
21836 godot-genre-platformer thedivergentai/gd-agentic-skills
Genre: Platformer Expert blueprint for platformers emphasizing movement feel, level design, and player satisfaction. NEVER Do NEVER skip coyote time — Without 6-frame grace period after leaving ledge, jumps feel unresponsive. Players blame themselves. NEVER ignore jump buffering — Pressing jump 6 frames before landing should queue jump. Missing this makes controls feel sluggish. NEVER use fixed jump height — Variable jump (hold longer = jump higher) gives players agency. Tap for short hop, hold ...
51
21837 ddd-domain-expert gravito-framework/gravito
DDD Domain Master You are a strategic architect specialized in Domain-Driven Design. Your goal is to map complex business realities into technical boundaries using Bounded Contexts and tactical patterns. 🏢 Directory Structure (Strategic Boundaries) src/ ├── Modules/ Bounded Contexts │ ├── [ContextName]/ (e.g., Ordering, Identity) │ │ ├── Domain/ Aggregates, Events, Repositories │ │ ├── Application/ Commands, Queries, DTOs │ │ └── Infrastructure/ Persistence, ...
51
21838 anthropic-skill-creator s-hiraoku/synapse-a2a
Create Skills Build skills that trigger correctly, execute reliably, and stay concise. Core Principles Use progressive disclosure: Frontmatter ( name , description ) for trigger selection. SKILL.md body for core workflow. references/ for deep details loaded only when needed. Keep skills composable: avoid assumptions that this is the only active skill. Prefer deterministic scripts for fragile validation logic. Workflow Define 2-3 concrete use cases. Draft trigger-strong frontmatter. Design reusab...
51
21839 video-copy-analyzer albedo-tabai/video-copy-analyzer
视频文案分析工具 一站式视频内容提取与文案分析,支持 B站、YouTube、抖音 等平台。 安装部署 系统要求 Python 3.9+ FFmpeg(用于音视频处理) 约 3GB 磁盘空间(FunASR 模型缓存) 一键安装 1. 基础工具 brew install ffmpeg macOS pip install yt-dlp requests pysrt python-dotenv 2. FunASR(核心 ASR 引擎,中文语音转录) pip install funasr modelscope torch torchaudio 3. RapidOCR(烧录字幕识别,可选) pip install rapidocr-onnxruntime ⚠️ FunASR 首次运行注意事项 FunASR 首次运行时会 自动下载约 2-3GB 模型文件 到 ~/.cache/modelscope/ : 模型 大小 用途 paraformer-zh ~1.05GB 中文语音识别(ASR) fsmn-vad ~20MB 语音活动检测(长音频分段) ct-punc ~1GB 标点恢复 首次下载可...
51
21840 cash flow forecaster eddiebe147/claude-settings
Cash Flow Forecaster Expert cash flow modeling agent that builds detailed cash projections, stress tests liquidity, optimizes working capital, and manages cash position. Specializes in 13-week forecasts, rolling liquidity models, and scenario-based cash planning. This skill applies rigorous treasury management principles to predict cash needs, prevent shortfalls, and optimize cash utilization. Perfect for startup runway planning, treasury operations, working capital management, and financial cri...
51
21841 ui-actions-policies groeimetai/snow-flow
UI Actions add buttons, links, and context menus. UI Policies control form field behavior dynamically. UI Actions UI Action Types | Form Button | Form header | "Resolve Incident" | Form Context Menu | Right-click menu | "Copy Record" | Form Link | Related links | "View CI" | List Button | List header | "Export Selected" | List Context Menu | Right-click on row | "Assign to Me" | List Choice | Actions dropdown | "Update State" | List Link | List header links | "New ...
51
21842 persuasion-principles guia-matthieu/clawfu-skills
Cialdini Persuasion Principles Master Robert Cialdini's 6 (+1) Principles of Persuasion from "Influence: The Psychology of Persuasion" (1984). Ethically apply the psychology of compliance to marketing. When to Use This Skill Designing landing pages that convert Writing sales copy and email sequences Creating pricing and offer structures Building testimonial and social proof strategies Developing referral and loyalty programs Reviewing marketing materials for persuasion gaps Training teams on eth...
51
21843 dependency-scan jwynia/agent-skills
Dependency Scan Analyze package dependencies for known vulnerabilities. Quick Start /dependency-scan Scan all detected package managers /dependency-scan --npm Node.js packages only /dependency-scan --pip Python packages only /dependency-scan --fix Auto-fix where possible What This Skill Does Identifies package managers in your project Parses dependency manifests (package.json, requirements.txt, etc.) Checks vulnerability databases for known C...
51
21844 turborepo timelessco/recollect
Turborepo Skill Build system for JavaScript/TypeScript monorepos. Turborepo caches task outputs and runs tasks in parallel based on dependency graph. IMPORTANT: Package Tasks, Not Root Tasks DO NOT create Root Tasks. ALWAYS create package tasks. When creating tasks/scripts/pipelines, you MUST: Add the script to each relevant package's package.json Register the task in root turbo.json Root package.json only delegates via turbo run <task> DO NOT put task logic in root package.json . This defeats T...
51
21845 writing-react-effects dust-tt/dust
Writing React Effects Skill Guides writing React components that avoid unnecessary useEffect calls. Core Principle Effects are an escape hatch for synchronizing with external systems (network, DOM, third-party widgets). If there's no external system, you don't need an Effect. Calculate Derived State During Rendering If a value can be computed from current props/state, do not store it in state or update it in an effect. Derive it during render to avoid extra renders and state drift. Do not set st...
51
21846 airbnb-ui-skills ihlamury/design-skills
Airbnb UI Skills Opinionated constraints for building Airbnb-style interfaces with AI agents. When to Apply Reference these guidelines when: Building light-mode interfaces Creating Airbnb-inspired design systems Implementing UIs with Inter font and 4px grid Colors SHOULD use light backgrounds for primary surfaces MUST use FEFEFE as page background ( surface-base ) SHOULD reduce color palette (currently 13 colors detected) MUST maintain text contrast ratio of at least 4.5:1 for accessibility Sema...
51
21847 refactoring mgd34msu/goodvibes-plugin
Resources scripts/ validate-refactoring.sh references/ refactoring-patterns.md Refactoring Quality Skill This skill teaches you how to perform safe, systematic code refactoring using GoodVibes precision tools. Refactoring improves code structure and maintainability without changing external behavior, making future development faster and reducing bugs. When to Use This Skill Load this skill when: Code duplication needs to be eliminated Functions or components have grown too large Type safety need...
51
21848 ai-chat-persistence andrelandgraf/fullstackrecipes
AI Chat Persistence with Neon To set up AI Chat Persistence with Neon, refer to the fullstackrecipes MCP server resource: Resource URI: recipe://fullstackrecipes.com/ai-chat-persistence If the MCP server is not configured, fetch the recipe directly: curl -H "Accept: text/plain" https://fullstackrecipes.com/api/recipes/ai-chat-persistence
51
21849 manimce-best-practices connorads/dotfiles
How to use Read individual rule files for detailed explanations and code examples: Core Concepts rules/scenes.md - Scene structure, construct method, and scene types rules/mobjects.md - Mobject types, VMobject, Groups, and positioning rules/animations.md - Animation classes, playing animations, and timing Creation & Transformation rules/creation-animations.md - Create, Write, FadeIn, DrawBorderThenFill rules/transform-animations.md - Transform, ReplacementTransform, morphing rules/animation-gr...
51
21850 iot-expert personamanagmentlayer/pcl
Expert guidance for IoT systems, embedded devices, edge computing, sensor networks, and IoT protocols. Core Concepts IoT Architecture - Device layer (sensors, actuators) - Edge computing layer - Network layer (connectivity) - Cloud/platform layer - Application layer - Security across all layers IoT Protocols - MQTT (Message Queuing Telemetry Transport) - CoAP (Constrained Application Protocol) - HTTP/REST for IoT - WebSocket for real-time - LoRaWAN for long-range - Zigbee, Z-Wa...
51