███████╗██╗ ██╗██╗██╗ ██╗ ██████╗ █████╗ ███╗ ██╗██╗ ██╗
██╔════╝██║ ██╔╝██║██║ ██║ ██╔══██╗██╔══██╗████╗ ██║██║ ██╔╝
███████╗█████╔╝ ██║██║ ██║ ██████╔╝███████║██╔██╗ ██║█████╔╝
╚════██║██╔═██╗ ██║██║ ██║ ██╔══██╗██╔══██║██║╚██╗██║██╔═██╗
███████║██║ ██╗██║███████╗███████╗ ██║ ██║██║ ██║██║ ╚████║██║ ██╗
╚══════╝╚═╝ ╚═╝╚═╝╚══════╝╚══════╝ ╚═╝ ╚═╝╚═╝ ╚═╝╚═╝ ╚═══╝╚═╝ ╚═╝
Agent Skills 排行榜 · 关键词 + 语义搜索
| # | Skill | 仓库 | 描述 | 安装量 |
|---|---|---|---|---|
| 6601 | ak-rss-digest | rookie-ricardo/erduo-skills |
AK RSS Digest Overview Use this skill to build a current reading list from the feed bundle in references/feeds.opml . Default to the most recent 7 days ending on the current date in Asia/Shanghai , and narrow to a single day only when the user explicitly asks for it. Workflow Run python3 scripts/fetch_today_feed_items.py --format json to collect entries from the configured feeds. This defaults to the most recent 7 days. Treat feed-level network failures as non-fatal. Continue with the feeds that...
|
131 |
| 6602 | ai-daily | geekjourneyx/mind-skills |
AI Daily News Fetch AI industry news from smol.ai RSS feed. Quick Start Basic queries 昨天AI资讯 今天的AI新闻 2026-01-13的资讯 Query Types Type Examples Description Relative date 昨天AI资讯 今天的新闻 前天 Yesterday, today, day before Absolute date 2026-01-13的新闻 YYYY-MM-DD format Date range 有哪些日期的新闻 Show available dates Workflow - [ ] Step 1: Parse date from user request - [ ] Step 2: Fetch RSS data - [ ] Step 3: Check content availability - [ ] Step 4: Format and display results Step 1: Parse Date User Input Target ...
|
131 |
| 6603 | context-management-context-save | sickn33/antigravity-awesome-skills |
Context Save Tool: Intelligent Context Management Specialist Use this skill when Working on context save tool: intelligent context management specialist tasks or workflows Needing guidance, best practices, or checklists for context save tool: intelligent context management specialist Do not use this skill when The task is unrelated to context save tool: intelligent context management specialist You need a different domain or tool outside this scope Instructions Clarify goals, constraints, and re...
|
131 |
| 6604 | knowledge-base-builder | onewave-ai/claude-skills |
Knowledge Base Builder FAQ identification from support tickets, step-by-step tutorial creation, screenshot/video script guidance, search optimization, and self-service deflection tracking. Instructions You are an expert knowledge management specialist. Analyze support tickets to identify recurring questions and create comprehensive knowledge base articles. Generate: FAQ sections, step-by-step tutorials with screenshots placement, video script guidance, search-optimized content, and self-service ...
|
131 |
| 6605 | molfeat | davila7/claude-code-templates |
Molfeat - Molecular Featurization Hub Overview Molfeat is a comprehensive Python library for molecular featurization that unifies 100+ pre-trained embeddings and hand-crafted featurizers. Convert chemical structures (SMILES strings or RDKit molecules) into numerical representations for machine learning tasks including QSAR modeling, virtual screening, similarity searching, and deep learning applications. Features fast parallel processing, scikit-learn compatible transformers, and built-in cachi...
|
131 |
| 6606 | dnanexus-integration | davila7/claude-code-templates |
DNAnexus Integration Overview DNAnexus is a cloud platform for biomedical data analysis and genomics. Build and deploy apps/applets, manage data objects, run workflows, and use the dxpy Python SDK for genomics pipeline development and execution. When to Use This Skill This skill should be used when: Creating, building, or modifying DNAnexus apps/applets Uploading, downloading, searching, or organizing files and records Running analyses, monitoring jobs, creating workflows Writing scripts usi...
|
131 |
| 6607 | axiom-storekit-ref | charleswiltgen/axiom |
StoreKit 2 — Complete API Reference Overview StoreKit 2 is Apple's modern in-app purchase framework with async/await APIs, automatic receipt validation, and SwiftUI integration. This reference covers every API, iOS 18.4 enhancements, and comprehensive WWDC 2025 code examples. Product Types Supported Consumable: Products that can be purchased multiple times Examples: coins, hints, temporary boosts Do NOT restore on new devices Non-Consumable: Products purchased once, owned forever Examples:...
|
130 |
| 6608 | react-modernization | sickn33/antigravity-awesome-skills |
React Modernization Master React version upgrades, class to hooks migration, concurrent features adoption, and codemods for automated transformation. When to Use This Skill Upgrading React applications to latest versions Migrating class components to functional components with hooks Adopting concurrent React features (Suspense, transitions) Applying codemods for automated refactoring Modernizing state management patterns Updating to TypeScript Improving performance with React 18+ features Versio...
|
130 |
| 6609 | github-actions-expert | cin12211/orca-q |
GitHub Actions Expert You are a specialized expert in GitHub Actions, GitHub's native CI/CD platform for workflow automation and continuous integration/continuous deployment. I provide comprehensive guidance on workflow optimization, security best practices, custom actions development, and advanced CI/CD patterns. My Expertise Core Areas Workflow Configuration & Syntax: YAML syntax, triggers, job orchestration, context expressions Job Orchestration & Dependencies: Complex job dependencies, mat...
|
130 |
| 6610 | pathml | davila7/claude-code-templates |
PathML Overview PathML is a comprehensive Python toolkit for computational pathology workflows, designed to facilitate machine learning and image analysis for whole-slide pathology images. The framework provides modular, composable tools for loading diverse slide formats, preprocessing images, constructing spatial graphs, training deep learning models, and analyzing multiparametric imaging data from technologies like CODEX and multiplex immunofluorescence. When to Use This Skill Apply this sk...
|
130 |
| 6611 | sap-abap | secondsky/sap-skills |
This skill includes 28 comprehensive reference files covering all aspects of ABAP development: Related Skills - sap-abap-cds: For CDS view development and ABAP Cloud data modeling - sap-btp-cloud-platform: For ABAP Environment setup and BTP deployment - sap-cap-capire: For CAP service integration and ABAP system connections - sap-fiori-tools: For Fiori application development with ABAP backends - sap-api-style: For API documentation standards and best practices Quick Access - Reference...
|
130 |
| 6612 | e2e-testing-patterns | sickn33/antigravity-awesome-skills |
E2E Testing Patterns Build reliable, fast, and maintainable end-to-end test suites that provide confidence to ship code quickly and catch regressions before users do. When to Use This Skill Implementing end-to-end test automation Debugging flaky or unreliable tests Testing critical user workflows Setting up CI/CD test pipelines Testing across multiple browsers Validating accessibility requirements Testing responsive designs Establishing E2E testing standards Core Concepts 1. E2E Testing Fundam...
|
130 |
| 6613 | azure-functions | davila7/claude-code-templates |
Azure Functions Patterns Isolated Worker Model (.NET) Modern .NET execution model with process isolation Node.js v4 Programming Model Modern code-centric approach for TypeScript/JavaScript Python v2 Programming Model Decorator-based approach for Python functions Anti-Patterns ❌ Blocking Async Calls ❌ New HttpClient Per Request ❌ In-Process Model for New Projects ⚠️ Sharp Edges Issue Severity Solution Issue high Use async pattern with Durable Functions Issue high Use IHttpClientFactory (R...
|
130 |
| 6614 | deployment-documentation | aj-geddes/useful-ai-prompts |
Deployment Documentation Overview Create comprehensive deployment documentation covering infrastructure setup, CI/CD pipelines, deployment procedures, and rollback strategies. When to Use Deployment guides Infrastructure documentation CI/CD pipeline setup Configuration management Container orchestration Cloud infrastructure docs Release procedures Rollback procedures Deployment Guide Template Deployment Guide Overview This document describes the deployment process for [Application Name]. ...
|
130 |
| 6615 | langchain-architecture | sickn33/antigravity-awesome-skills |
LangChain Architecture Master the LangChain framework for building sophisticated LLM applications with agents, chains, memory, and tool integration. Do not use this skill when The task is unrelated to langchain architecture 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/implementatio...
|
130 |
| 6616 | symfony:functional-tests | makfly/superpowers-symfony |
$ npx skills add https://github.com/makfly/superpowers-symfony --skill symfony:functional-tests<div
|
130 |
| 6617 | git:create-pr | neolabhq/context-engineering-kit |
How to Create a Pull Request Using GitHub CLI This guide explains how to create pull requests using GitHub CLI in our project. Important : All PR titles and descriptions should be written in English. Prerequisites Check if gh is installed, if not follow this instruction to install it: Install GitHub CLI if you haven't already: macOS brew install gh Windows winget install --id GitHub.cli Linux Follow instructions at https://github.com/cli/cli/blob/trunk/docs/install_linux.md Authenticate with...
|
130 |
| 6618 | ui/ux design review | rknall/claude-skills | 130 | |
| 6619 | zlibrary-to-notebooklm | zstmfhy/zlibrary-to-notebooklm |
Z-Library to NotebookLM Skill 让 Claude 帮你自动下载书籍并上传到 NotebookLM,实现"零幻觉"的 AI 对话式阅读。 🎯 核心功能 一键下载书籍(优先 PDF,自动降级 EPUB) 自动创建 NotebookLM 笔记本 上传文件并返回笔记本 ID 支持与 AI 进行基于书籍内容的对话 📋 激活条件(Triggers) 当用户提到以下需求时,使用此 Skill: 用户提供 Z-Library 书籍链接(包含 zlib.li、z-lib.org、zh.zlib.li 等域名) 用户说"帮我把这本书上传到 NotebookLM" 用户说"自动下载并读这本书" 用户说"用 Z-Library 链接创建 NotebookLM 知识库" 用户要求从特定 URL 下载书籍并分析 🔧 核心指令 当用户提供 Z-Library 链接时,按以下流程执行: Step 1: 提取信息 从用户提供的 URL 中提取: 书名 作者(如果有) 完整 URL 格式选项(PDF/EPUB/MOBI 等) Step 2: 自动下载 使用已保存的会话(~/....
|
130 |
| 6620 | axiom-foundation-models-ref | charleswiltgen/axiom |
Foundation Models Framework — Complete API Reference Overview The Foundation Models framework provides access to Apple's on-device Large Language Model (3 billion parameters, 2-bit quantized) with a Swift API. This reference covers every API, all WWDC 2025 code examples, and comprehensive implementation patterns. Model Specifications Technical Details: Parameters: 3 billion (3B) Quantization: 2-bit Context Window: 4096 tokens (combined input + output) Supported Languages: English + additiona...
|
130 |
| 6621 | obsidian-vault-management | julianobarbosa/claude-code-skills |
This vault uses a PARA-like organization: | `00 - Maps of Content` | Index notes linking related topics | `01 - Projects` | Active project notes | `02 - Areas` | Ongoing responsibilities | `03 - Resources` | Reference materials | `04 - Permanent` | Evergreen/zettelkasten notes | `05 - Fleeting` | Quick capture notes | `06 - Daily` | Daily notes (YYYY/MM/YYYYMMDD.md) | `07 - Archives` | Completed/inactive content | `08 - books` | Book notes and clippings | `99 - Meta` ...
|
130 |
| 6622 | labarchive-integration | davila7/claude-code-templates |
LabArchives Integration Overview LabArchives is an electronic lab notebook platform for research documentation and data management. Access notebooks, manage entries and attachments, generate reports, and integrate with third-party tools programmatically via REST API. When to Use This Skill This skill should be used when: Working with LabArchives REST API for notebook automation Backing up notebooks programmatically Creating or managing notebook entries and attachments Generating site reports...
|
130 |
| 6623 | exploratory data analysis | aj-geddes/useful-ai-prompts |
Exploratory Data Analysis (EDA) Overview Exploratory Data Analysis (EDA) is the critical first step in data science projects, systematically examining datasets to understand their characteristics, identify patterns, and assess data quality before formal modeling. Core Concepts Data Profiling : Understanding basic statistics and data types Distribution Analysis : Examining how variables are distributed Relationship Discovery : Identifying patterns between variables Anomaly Detection : Finding out...
|
130 |
| 6624 | commit | sickn33/antigravity-awesome-skills |
Sentry Commit Messages Follow these conventions when creating commits for Sentry projects. Prerequisites Before committing, always check the current branch: git branch --show-current If you're on main or master , you MUST create a feature branch first — unless the user explicitly asked to commit to main. Do not ask the user whether to create a branch; just proceed with branch creation. The create-branch skill will still propose a branch name for the user to confirm. Use the create-branch skill t...
|
130 |
| 6625 | axiom-extensions-widgets-ref | charleswiltgen/axiom |
Extensions & Widgets API Reference Overview This skill provides comprehensive API reference for Apple's widget and extension ecosystem: Standard Widgets (iOS 14+) — Home Screen, Lock Screen, StandBy widgets Interactive Widgets (iOS 17+) — Buttons and toggles with App Intents Live Activities (iOS 16.1+) — Real-time updates on Lock Screen and Dynamic Island Control Center Widgets (iOS 18+) — System-wide quick controls App Extensions — Shared data, lifecycle, entitlements What are widgets?: Widg...
|
130 |
| 6626 | threat-modeling-expert | sickn33/antigravity-awesome-skills |
Threat Modeling Expert Expert in threat modeling methodologies, security architecture review, and risk assessment. Masters STRIDE, PASTA, attack trees, and security requirement extraction. Use PROACTIVELY for security architecture reviews, threat identification, or building secure-by-design systems. Capabilities STRIDE threat analysis Attack tree construction Data flow diagram analysis Security requirement extraction Risk prioritization and scoring Mitigation strategy design Security control map...
|
130 |
| 6627 | talent-acquisition | borghei/claude-skills |
Talent Acquisition Expert-level talent acquisition for building high-performing teams. Core Competencies Recruiting strategy Candidate sourcing Interview design Offer management Employer branding Hiring analytics DEI in hiring Candidate experience Recruiting Framework Hiring Funnel SOURCING → SCREENING → INTERVIEWING → OFFER → ONBOARDING │ │ │ │ │ ▼ ▼ ▼ ▼ ▼ Inbound Resume Phone Extend 3...
|
130 |
| 6628 | synapse-a2a | s-hiraoku/synapse-a2a |
Inter-agent communication framework via Google A2A Protocol. Quick Reference | List agents (Rich TUI) | `synapse list` (event-driven refresh via file watcher with 10s fallback, ↑/↓ or 1-9 to select, Enter/j jump, k kill, / filter) | Send message | `synapse send <target> "<message>" --from <sender>` | Wait for reply | `synapse send <target> "<message>" --response --from <sender>` | Reply to last message | `synapse reply "<response>" --from <agent>` | Emergency stop | `synapse send...
|
130 |
| 6629 | bash-defensive-patterns | sickn33/antigravity-awesome-skills |
Bash Defensive Patterns Comprehensive guidance for writing production-ready Bash scripts using defensive programming techniques, error handling, and safety best practices to prevent common pitfalls and ensure reliability. When to Use This Skill Writing production automation scripts Building CI/CD pipeline scripts Creating system administration utilities Developing error-resilient deployment automation Writing scripts that must handle edge cases safely Building maintainable shell script libraries...
|
130 |
| 6630 | dart-test-fundamentals | kevmoo/dash_skills |
Dart Test Fundamentals When to use this skill Use this skill when: Writing new test files. structuring test suites with group . Configuring test execution via dart_test.yaml . Understanding test lifecycle methods. Core Concepts 1. Test Structure ( test and group ) test : The fundamental unit of testing. test ( 'description' , ( ) { // assertions } ) ; group : Used to organize tests into logical blocks. Groups can be nested. Descriptions are concatenated (e.g., "Group Description Test Description...
|
130 |
| 6631 | moltbook | sorcerai/moltbook-skill |
Moltbook Skill Social network for AI agents. Post, comment, upvote, search, and DM other moltys. ⚠️ Critical: Always Use www ✅ https://www.moltbook.com/api/v1/... ❌ https://moltbook.com/api/v1/... (strips Authorization header!) Authentication All requests need the API key: curl "https://www.moltbook.com/api/v1/..." \ -H "Authorization: Bearer $MOLTBOOK_API_KEY " Credentials stored at: ~/.config/moltbook/credentials.json Quick Reference Read Content Your personalized feed (subscribed submolts +...
|
130 |
| 6632 | slides-generator | hummingbot/skills |
slides-generator Create Hummingbot-branded presentation slides in PDF format from markdown content. Features two-column layouts and Mermaid diagram rendering for technical architecture and flowcharts. Workflow Step 1: Get Markdown Content Ask the user to provide a markdown file or paste markdown content. The content should follow this format: Presentation Title 1. First Slide Title Content for the first slide. Can include: - Bullet points - Bold text and * italic text * - Code blocks 2. Sec...
|
130 |
| 6633 | 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 ...
|
130 |
| 6634 | visual-qa | dylanfeltus/skills |
Visual QA Use vision models to self-review screenshots against design intent. Catch spacing issues, alignment problems, color inconsistencies, responsive bugs, and accessibility gaps before shipping. When to Use User asks to "review this design" or "check this screenshot" After building a page/component, before shipping User wants to compare implementation vs mockup/reference User asks "does this look right?" or "what's off about this?" Automated design QA step in a build workflow Core Philosoph...
|
130 |
| 6635 | seo-content-planner | sickn33/antigravity-awesome-skills |
Use this skill when Working on seo content planner tasks or workflows Needing guidance, best practices, or checklists for seo content planner Do not use this skill when The task is unrelated to seo content planner 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-playbook...
|
130 |
| 6636 | java-quarkus-development | mindrally/skills |
Java Quarkus Development Best Practices Core Principles Write clean, efficient, and well-documented Java code using Quarkus best practices Focus on fast startup and minimal memory footprint via GraalVM native builds Leverage Quarkus extensions for common functionality Design for containerized and serverless deployments Follow SOLID principles and microservices architecture patterns Development Workflow Quarkus Dev Mode Use quarkus dev for rapid iteration with live reload Leverage continuous test...
|
130 |
| 6637 | symfony:config-env-parameters | makfly/superpowers-symfony |
$ npx skills add https://github.com/makfly/superpowers-symfony --skill symfony:config-env-parameters<div
|
130 |
| 6638 | axiom-camera-capture-ref | charleswiltgen/axiom |
Camera Capture API Reference Quick Reference // SESSION SETUP import AVFoundation let session = AVCaptureSession() let sessionQueue = DispatchQueue(label: "camera.session") sessionQueue.async { session.beginConfiguration() session.sessionPreset = .photo guard let camera = AVCaptureDevice.default(.builtInWideAngleCamera, for: .video, position: .back), let input = try? AVCaptureDeviceInput(device: camera), session.canAddInput(input) else { return } session.ad...
|
130 |
| 6639 | wp-plugin-development | automattic/agent-skills |
WP Plugin Development When to use Use this skill for plugin work such as: creating or refactoring plugin structure (bootstrap, includes, namespaces/classes) adding hooks/actions/filters activation/deactivation/uninstall behavior and migrations adding settings pages / options / admin UI (Settings API) security fixes (nonces, capabilities, sanitization/escaping, SQL safety) packaging a release (build artifacts, readme, assets) Inputs required Repo root + target plugin(s) (path to plugin main file ...
|
130 |
| 6640 | retention-strategy | kostja94/marketing-skills |
Strategies: Retention Guides customer retention and churn prevention. Acquiring new customers costs 5–25× more than retaining; 5% retention improvement can increase profitability 25–95%. Use this skill when reducing churn, building retention programs, or identifying at-risk customers. 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 mai...
|
130 |
| 6641 | sqlmap database penetration testing | davila7/claude-code-templates |
SQLMap Database Penetration Testing Purpose Provide systematic methodologies for automated SQL injection detection and exploitation using SQLMap. This skill covers database enumeration, table and column discovery, data extraction, multiple target specification methods, and advanced exploitation techniques for MySQL, PostgreSQL, MSSQL, Oracle, and other database management systems. Inputs / Prerequisites Target URL : Web application URL with injectable parameter (e.g., ?id=1 ) SQLMap Installation...
|
130 |
| 6642 | philosopher-analyst | rysweet/amplihack |
Philosopher Analyst Skill Purpose Analyze fundamental questions, arguments, and concepts through the disciplinary lens of philosophy, applying established frameworks (logic, epistemology, metaphysics, phenomenology), multiple philosophical traditions (analytic, continental, Eastern), and rigorous analytical methods to clarify concepts, evaluate arguments, challenge assumptions, and explore deep questions about knowledge, reality, meaning, and value. When to Use This Skill Conceptual Analysis: ...
|
130 |
| 6643 | llm-application-dev | skillcreatorai/ai-agent-skills |
LLM Application Development Prompt Engineering Structured Prompts const systemPrompt = `You are a helpful assistant that answers questions about our product. RULES: - Only answer questions about our product - If you don't know, say "I don't know" - Keep responses concise (under 100 words) - Never make up information CONTEXT: {context}`; const userPrompt = `Question: {question}`; Few-Shot Examples const prompt = `Classify the sentiment of customer feedback. Examples: Input: "Love this produc...
|
130 |
| 6644 | wecom-notify | xueheng-li/openclaw-wechat |
WeCom Notify Send text, image, or file messages to WeCom (企业微信) using scripts/send_wecom.py . Usage Text message python3 scripts/send_wecom.py "消息内容" python3 scripts/send_wecom.py "消息内容" --to LiXueHeng Image message python3 scripts/send_wecom.py --image /path/to/photo.png python3 scripts/send_wecom.py --image /path/to/chart.jpg --to @all File message python3 scripts/send_wecom.py --file /path/to/report.pdf python3 scripts/send_wecom.py --file /path/to/data.xlsx --to LiXueHeng Default recipien...
|
130 |
| 6645 | tauri | hairyf/skills |
Tauri Desktop Framework Skill File Organization This skill uses a split structure for HIGH-RISK requirements: SKILL.md: Core principles, patterns, and essential security (this file) references/security-examples.md: Complete CVE details and OWASP implementations references/advanced-patterns.md: Advanced Tauri patterns and plugins references/threat-model.md: Attack scenarios and STRIDE analysis Validation Gates Gate 0.1: Domain Expertise Validation Status: PASSED Expertise Areas: IPC security, c...
|
130 |
| 6646 | symfony:api-platform-resources | makfly/superpowers-symfony |
$ npx skills add https://github.com/makfly/superpowers-symfony --skill symfony:api-platform-resources<div
|
130 |
| 6647 | axiom-memory-debugging | charleswiltgen/axiom |
Memory Debugging Overview Memory issues manifest as crashes after prolonged use. Core principle 90% of memory leaks follow 3 patterns (retain cycles, timer/observer leaks, collection growth). Diagnose systematically with Instruments, never guess. Example Prompts These are real questions developers ask that this skill is designed to answer: 1. "My app crashes after 10-15 minutes of use, but there are no error messages. How do I figure out what's leaking?" → The skill covers systematic Instru...
|
130 |
| 6648 | data-analysis | casper-studios/casper-marketplace |
Data Analysis When to use this skill Data exploration : Understand a new dataset Report generation : Derive data-driven insights Quality validation : Check data consistency Decision support : Make data-driven recommendations Instructions Step 1: Load and explore data Python (Pandas) : import pandas as pd import numpy as np Load CSV df = pd . read_csv ( 'data.csv' ) Basic info print ( df . info ( ) ) print ( df . describe ( ) ) print ( df . head ( 10 ) ) Check missing values print ( df . isnul...
|
130 |
| 6649 | high-perf-browser | wondelai/skills |
High Performance Browser Networking Framework A systematic approach to web performance optimization grounded in how browsers, protocols, and networks actually work. Apply these principles when building frontend applications, reviewing performance budgets, configuring servers, or diagnosing slow page loads. Core Principle Latency, not bandwidth, is the bottleneck. Most web performance problems stem from too many round trips, not too little throughput. A 5x bandwidth increase yields diminishing re...
|
130 |
| 6650 | heygen-best-practices | davila7/claude-code-templates |
When to use Use this skill whenever you are dealing with HeyGen API code to obtain domain-specific knowledge for creating AI avatar videos, managing avatars, handling video generation workflows, and integrating with HeyGen's services. How to use Read individual rule files for detailed explanations and code examples: Foundation rules/authentication.md - API key setup, X-Api-Key header, and authentication patterns rules/quota.md - Credit system, usage limits, and checking remaining quota rules/vid...
|
130 |