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

/ 聚焦搜索框
正在使用 AI 进行语义搜索...
21,681
总 Skills
38.9M
总安装量
2,457
贡献者
# Skill 仓库 描述 安装量
11651 video-engineer 404kidwiz/claude-supercode-skills
Provides expertise in video processing, encoding, streaming, and infrastructure. Specializes in FFmpeg automation, adaptive streaming protocols, real-time communication, and building scalable video delivery systems. When to Use - Implementing video encoding and transcoding pipelines - Setting up HLS or DASH streaming infrastructure - Building WebRTC applications for real-time video - Automating video processing with FFmpeg - Optimizing video quality and compression - Creating video thumb...
86
11652 session-management alinaqi/claude-bootstrap
Session Management Overview Implement comprehensive session management systems with secure token handling, session persistence, token refresh mechanisms, proper logout procedures, and CSRF protection across different backend frameworks. When to Use Implementing user authentication systems Managing session state and user context Handling JWT token refresh cycles Implementing logout functionality Protecting against CSRF attacks Managing session expiration and cleanup Instructions 1. JWT Token Ge...
86
11653 lead-generation-and-demand manojbajaj95/claude-gtm-plugin
Lead Generation & Demand Comprehensive demand generation playbook for B2B SaaS companies focused on pipeline creation, CAC optimization, and multi-channel lead acquisition. Quick Start Define ICP — Identify ideal customer profile (firmographics, psychographics, technographics) Map Funnel — TOFU → MOFU → BOFU stages with clear goals Select Channels — Prioritize by CAC, lead quality, and timeline Create Assets — Lead magnets, landing pages, nurturing sequences Launch & Optimize — Track, measure, i...
86
11654 playwright-e2e-init shipshitdev/library
Playwright E2E Testing Initialization Sets up Playwright for end-to-end testing in Next.js and React applications. When to Use This skill should be used when: Adding E2E tests to a Next.js project Setting up browser automation testing Creating user flow tests for critical paths Integrating E2E tests with CI/CD pipeline What It Does Installs Playwright and browsers Creates configuration (playwright.config.ts) Sets up test directory (e2e/) Creates example tests for common flows Adds npm script...
86
11655 langgraph bobmatnyc/claude-mpm-skills
LangGraph Role: LangGraph Agent Architect You are an expert in building production-grade AI agents with LangGraph. You understand that agents need explicit structure - graphs make the flow visible and debuggable. You design state carefully, use reducers appropriately, and always consider persistence for production. You know when cycles are needed and how to prevent infinite loops. Capabilities Graph construction (StateGraph) State management and reducers Node and edge definitions Conditional ...
86
11656 appsec-expert martinholovsky/claude-skills-generator
Application Security Expert 0. Anti-Hallucination Protocol 🚨 MANDATORY: Read before implementing any code using this skill Verification Requirements When using this skill to implement security features, you MUST: Verify Before Implementing ✅ Check official documentation for all security APIs ✅ Confirm configuration options exist in target framework ✅ Validate OWASP guidance is current (2025 version) ❌ Never guess security method signatures ❌ Never invent configuration options ❌ Never assume...
86
11657 whatsapp-automation composiohq/awesome-claude-skills
WhatsApp Automation Automate WhatsApp Business communications including customer support, notifications, chatbots, and broadcast messaging. Based on n8n's WhatsApp integration templates. Overview This skill covers: WhatsApp Business API setup Automated chatbot flows Order/shipping notifications Customer support automation Broadcast messaging Setup & Configuration WhatsApp Business API setup_requirements : 1. meta_business_account : - Create at business.facebook.com - Verify business 2. whatsapp_...
86
11658 zabbix julianobarbosa/claude-code-skills
This skill provides guidance for automating Zabbix monitoring operations via the API and official Python library `zabbix_utils`. Quick Start Installation ``` pip install zabbix-utils --break-system-packages ``` Authentication ``` from zabbix_utils import ZabbixAPI Option 1: Username/password api = ZabbixAPI(url="https://zabbix.example.com") api.login(user="Admin", password="zabbix") Option 2: API token (Zabbix 5.4+, preferred) api = ZabbixAPI(url="https://zabbix.example.com") api.lo...
86
11659 spec-product-demo zixun-github/aisdlc
spec-product-demo(R4:基于原型生成可交互 Demo) 概览 R4 的目标是把 {FEATURE_DIR}/requirements/prototype.md 的页面清单与交互说明落地为 可运行、可交互 的 Demo,用于走查/验证/对齐: 唯一页面来源 :只能来自 prototype.md/页面/弹窗清单(P-xxx…) (禁止自创页面) 共享工程模式 :默认落到 {REPO_ROOT}/demo/prototypes/{CURRENT_BRANCH}/ 先骨架后细节 :先跑通路由/导航/跳转链路,再补字段/状态/校验/错误处理 数据可 Mock :后端未就绪允许 Mock,但要把“真实数据接入”当作明确替换点 开始时宣布: 「我正在使用 spec-product-demo 技能基于 prototype.md 生成可交互 Demo。」 R4 的核心价值是“把线框变成可点可跑”,不是替代设计稿,也不是在 Demo 里自由发挥新增需求。 何时使用 / 不使用 使用时机 已完成 R3,且存在 {FEATURE_DIR}/requirements/prototype.md ...
86
11660 spider johnlindquist/claude
Web Spider Crawl and analyze websites. Prerequisites curl for fetching curl --version Gemini for analysis pip install google-generativeai export GEMINI_API_KEY=your_api_key Optional: better HTML parsing npm install -g puppeteer pip install beautifulsoup4 Basic Crawling Fetch Page Simple fetch curl -s "https://example.com" With headers curl -s -H "User-Agent: Mozilla/5.0" "https://example.com" Follow redirects curl -sL "https://example.com" Save to file curl -s "https://example.com...
86
11661 pdf-parser jeremylongshore/claude-code-plugins-plus-skills
Pdf Parser Purpose This skill provides automated assistance for pdf parser tasks within the Business Automation domain. When to Use This skill activates automatically when you: Mention "pdf parser" in your request Ask about pdf parser patterns or best practices Need help with business automation skills covering workflow automation, email processing, spreadsheet operations, and business process optimization. Capabilities Provides step-by-step guidance for pdf parser Follows industry best prac...
86
11662 youtube-video-analyst manojbajaj95/claude-gtm-plugin
YouTube Video Analyst You are a Viral Content Forensic Analyst - a former YouTube algorithm engineer turned content strategist who obsessively reverse-engineers videos that explode past 10M views. You've mapped the neural patterns behind 5,000+ viral videos across every niche and discovered that virality follows predictable formulas hidden in plain sight. You see what others miss: the micro-pauses that create tension, the specific word patterns that trigger shares, the invisible architecture th...
86
11663 langfuse-prompt-migration langfuse/skills
Langfuse Prompt Migration Migrate hardcoded prompts to Langfuse for version control, A/B testing, and deployment-free iteration. Prerequisites Verify credentials before starting: echo $LANGFUSE_PUBLIC_KEY pk-... echo $LANGFUSE_SECRET_KEY sk-... echo $LANGFUSE_HOST https://cloud.langfuse.com or self-hosted If not set, ask user to configure them first. Migration Flow 1. Scan codebase for prompts 2. Analyze templating compatibility 3. Propose structure (names, subprompts, vari...
86
11664 stride-analysis-patterns sickn33/antigravity-awesome-skills
STRIDE Analysis Patterns Systematic threat identification using the STRIDE methodology. When to Use This Skill Starting new threat modeling sessions Analyzing existing system architecture Reviewing security design decisions Creating threat documentation Training teams on threat identification Compliance and audit preparation Core Concepts 1. STRIDE Categories S - Spoofing → Authentication threats T - Tampering → Integrity threats R - Repudiation → Non-repudiation threats I - Info...
86
11665 filmmaker dylantarre/animation-principles
You are a filmmaker using animation to tell stories. Apply Disney's 12 principles to create emotionally resonant, visually compelling narratives. The 12 Principles for Cinematic Storytelling 1. Squash and Stretch Narrative Use: Emotional elasticity. Characters physically embody emotional states—deflated in sadness, inflated in joy. Objects reflect story weight. Cinematic Moment: The hero's shoulders compress under burden, then expand with resolve. 2. Anticipation Narrative Use: Build ten...
86
11666 bmad-bmm-analyst 404kidwiz/claude-supercode-skills
Business Analysis Expert Purpose Provides comprehensive business analysis expertise within the BMAD methodology, specializing in market research, competitive intelligence, requirements discovery, and strategic project scoping. Ensures projects are built on validated business assumptions with clear market fit and measurable success criteria. When to Use Project Initiation Scenarios New product ideas requiring market validation Feature expansion into new markets or segments Competitive responses...
86
11667 skill-authoring pproenca/dot-skills
Skill Authoring Guide This skill provides guidance for writing Agent Skills that comply with the agentskills.io specification . When to Use Creating a new skill for this repository Reviewing a skill PR for compliance Checking if an existing skill follows best practices Understanding token budgets and progressive disclosure Constraints name : 1-64 chars, lowercase + hyphens, match directory description : 1-1024 chars, ≤60 words, explain WHAT and WHEN Use WHEN: with quoted trigger phrases (preferr...
86
11668 neon-instagres davila7/claude-code-templates
You are an expert at provisioning instant, production-ready PostgreSQL databases using Neon's Instagres service. Core Command ``` npx get-db --yes --ref 4eCjZDz ``` This provisions a Neon Postgres database in 5 seconds and creates: - `DATABASE_URL` - Connection pooler (for app queries) - `DATABASE_URL_DIRECT` - Direct connection (for migrations) - `PUBLIC_INSTAGRES_CLAIM_URL` - Claim URL (72-hour window) Workflow 1. Check Existing Database ``` cat .env 2>/dev/null | grep DATABASE_UR...
86
11669 svelte5-runes-static bobmatnyc/claude-mpm-skills
Svelte 5 Runes with adapter-static (SvelteKit) Overview Build static-first SvelteKit applications with Svelte 5 runes without breaking hydration. Apply these patterns when using adapter-static (prerendering) and combining global stores with component-local runes. Related Skills svelte (Svelte 5 runes core patterns) sveltekit (adapters, deployment, SSR/SSG patterns) typescript-core (TypeScript patterns and validation) vitest (unit testing patterns) Core Expertise Building static-first Svelte 5...
86
11670 late-api getlate-dev/late-api
Late API Reference Schedule posts across 13 social media platforms with a single API. Base URL: https://getlate.dev/api/v1 Docs: getlate.dev/docs Quick Start 1. Create profile curl -X POST https://getlate.dev/api/v1/profiles \ -H "Authorization: Bearer YOUR_API_KEY" \ -d '{"name": "My Brand"}' 2. Connect account (opens OAuth) curl "https://getlate.dev/api/v1/connect/twitter?profileId=PROFILE_ID" \ -H "Authorization: Bearer YOUR_API_KEY" 3. Create post curl -X POST https://getlate....
86
11671 rest-api-design-patterns manutej/luxor-claude-marketplace
REST API Design Patterns A comprehensive skill for designing, implementing, and maintaining RESTful APIs. Master resource modeling, HTTP methods, versioning strategies, pagination, filtering, error handling, and best practices for building scalable, maintainable APIs using FastAPI, Express.js, and modern frameworks. When to Use This Skill Use this skill when: Designing a new RESTful API from scratch Building microservices with HTTP/REST interfaces Refactoring existing APIs for better design ...
86
11672 vant-vue3 teachingai/full-stack-skills
When to use this skill Use this skill whenever the user wants to: Build mobile Vue 3 applications with Vant components Use Vant UI components (Button, Cell, Form, Dialog, Toast, etc.) Create mobile-friendly interfaces Customize Vant theme Implement internationalization with Vant Use Vant with TypeScript Handle mobile gestures and interactions Implement mobile navigation patterns Use mobile form components Create mobile data display components How to use this skill This skill is organized to m...
86
11673 multi-tenant-platform-architecture mblode/agent-skills
Multi-Tenant Platform Architecture (Cloudflare · Vercel) Workflow (order matters) Choose platform Cloudflare : Workers for Platforms + dispatch namespaces for per-tenant code isolation; best when tenants run untrusted code or you need edge-first compute with D1/KV/DO primitives. Vercel : Next.js App Router + Middleware for shared-app multi-tenancy; best when tenants share one codebase and you need ISR, React Server Components, and managed deployment. Pick one; do not mix hosting. The remaining s...
86
11674 web-design-guidelines vercel-labs/claude-skills
Web Interface Guidelines Review files for compliance with Web Interface Guidelines. How It Works Fetch the latest guidelines from the source URL below Read the specified files (or prompt user for files/pattern) Check against all rules in the fetched guidelines Output findings in the terse file:line format Guidelines Source Fetch fresh guidelines before each review: https://raw.githubusercontent.com/vercel-labs/web-interface-guidelines/main/command.md Use WebFetch to retrieve the latest rules. Th...
86
11675 database-design vudovn/antigravity-kit
Database Design Learn to THINK, not copy SQL patterns. 🎯 Selective Reading Rule Read ONLY files relevant to the request! Check the content map, find what you need. File Description When to Read database-selection.md PostgreSQL vs Neon vs Turso vs SQLite Choosing database orm-selection.md Drizzle vs Prisma vs Kysely Choosing ORM schema-design.md Normalization, PKs, relationships Designing schema indexing.md Index types, composite indexes Performance tuning optimization.md N+1, EXPLAIN ANALYZE Que...
86
11676 senior-devops borghei/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...
86
11677 sales-and-revenue-operations manojbajaj95/claude-gtm-plugin
Sales & Revenue Operations Full-stack sales playbook: founder-led sales, team building, enterprise deals, RevOps, ICP definition, buyer personas, and compensation design. Quick Start Assess stage — Founder-led, first reps, or scaling? Define motion — Inbound, outbound, PLG, or hybrid? Build ICP — Who are you selling to? Design process — Discovery → Demo → Close Instrument RevOps — Lead lifecycle, scoring, routing ICP & Buyer Persona ICP Stack (build bottom-up) ┌─────────────────────────────┐ │ ...
86
11678 design-principles srbhr/resume-matcher
Design Principles You are an expert in crafting design principles that genuinely guide teams through decisions. What You Do You help teams articulate principles that are specific, actionable, and memorable. Qualities of Strong Principles Opinionated — takes a clear stance Actionable — resolves debates Memorable — short enough to recall Distinctive — reflects this product's values Testable — designs can be evaluated against it Prioritized — rank order for conflicts Principle Structure For each: t...
86
11679 database-migration bobmatnyc/claude-mpm-skills
Database Migration Master database schema and data migrations across ORMs (Sequelize, TypeORM, Prisma), including rollback strategies and zero-downtime deployments. When to Use This Skill Migrating between different ORMs Performing schema transformations Moving data between databases Implementing rollback procedures Zero-downtime deployments Database version upgrades Data model refactoring ORM Migrations Sequelize Migrations // migrations/20231201-create-users.js module . exports = { up : async ...
86
11680 analytics-engineer borghei/claude-skills
Analytics Engineer Expert-level analytics engineering for scalable data transformation. Core Competencies Data modeling dbt development SQL transformation Semantic layer design Data testing Documentation Performance optimization Pipeline orchestration Analytics Engineering Stack Modern Data Stack SOURCES → INGESTION → WAREHOUSE → TRANSFORMATION → SEMANTIC → BI │ │ │ │ │ │ ▼ ▼ ▼ ▼ ▼ ▼ APIs...
86
11681 stripe-payments eyadsibai/ltk
Stripe Payments Add Stripe payments to a web app. Covers the common patterns — one-time payments, subscriptions, webhooks, customer portal — with working code. No MCP server needed. Which Stripe API Do I Need? You want to... Use Complexity Accept a one-time payment Checkout Sessions Low — Stripe hosts the payment page Embed a payment form in your UI Payment Element + Payment Intents Medium — you build the form, Stripe handles the card Recurring billing / subscriptions Checkout Sessions (subscrip...
86
11682 prompt-injection-scanner jorgealves/agent_skills
Prompt Injection Scanner Purpose and Intent The prompt-injection-scanner is a security tool specifically for the AI agent era. It identifies weak points in agent instructions where a malicious user could potentially "hijack" the agent's behavior by inserting conflicting instructions into input fields. When to Use Skill Development : Run this every time you update the capabilities or instructions for an agent skill. Pre-deployment Security Review : Essential before making an agent accessible to u...
86
11683 google-analytics-automation composiohq/awesome-claude-skills
Google Analytics Automation via Rube MCP Automate Google Analytics 4 (GA4) reporting and property management through Composio's Google Analytics toolkit via Rube MCP. Toolkit docs : composio.dev/toolkits/google_analytics Prerequisites Rube MCP must be connected (RUBE_SEARCH_TOOLS available) Active Google Analytics connection via RUBE_MANAGE_CONNECTIONS with toolkit google_analytics Always call RUBE_SEARCH_TOOLS first to get current tool schemas Setup Get Rube MCP : Add https://rube.app/mcp as an...
86
11684 seo-and-aeo-strategy manojbajaj95/claude-gtm-plugin
SEO & AEO Strategy Traditional SEO gets pages ranked. AI search optimization (AEO/GEO) gets content cited . This skill covers both. SEO → Rank in traditional search results (blue links) AEO → Appear in featured snippets, AI Overviews, voice answers GEO → Get cited in generative AI responses (ChatGPT, Claude, Perplexity) 2025 reality: AI Overviews appear in ~47% of Google searches. 58% of queries end without a click. Optimize for citation, not just ranking. Initial Assessment Check for .claude...
86
11685 shadcn-code-review existential-birds/beagle
shadcn/ui Code Review Quick Reference Issue Type Reference className in CVA, missing VariantProps, compound variants references/cva-patterns.md asChild without Slot, missing Context, component composition references/composition.md Missing focus-visible, aria-invalid, disabled states references/accessibility.md Missing data-slot, incorrect CSS targeting references/data-slot.md Review Checklist cn() receives className, not CVA variants VariantProps<typeof variants> exported for consumers Compou...
86
11686 rust martinholovsky/claude-skills-generator
No SKILL.md available for this skill. View on GitHub
85
11687 airtable-automation composiohq/awesome-claude-skills
Airtable Automation Automate Airtable bases with views, automations, integrations, and cross-platform workflows. Based on n8n's Airtable integration templates. Overview This skill covers: Database design and views Built-in automations n8n integration workflows Formula and rollup design Reporting and dashboards Database Design Base Structure Template base : "Project Management" tables : Projects : fields : - Name : single_line_text (primary) - Status : single_select [ Planning , Active , On Hold ...
85
11688 pypict-skill sickn33/antigravity-awesome-skills
Pypict Skill Overview Pairwise test generation When to Use This Skill Use this skill when you need to work with pairwise test generation. Instructions This skill provides guidance and patterns for pairwise test generation. For more information, see the source repository .
85
11689 stacked-prs bobmatnyc/claude-mpm-skills
Stacked Pull Requests Overview Stacked PRs are dependent pull requests where each PR builds on the previous one. Use this pattern for complex features that need logical separation and parallel review. When to Use ✅ Use Stacked PRs When: User explicitly requests "stacked PRs" or "dependent PRs" Large feature needs to be split into logical phases Each phase has clear dependencies on previous phases User is comfortable with rebase workflows ❌ Use Main-Based PRs When (Default): Features are indepe...
85
11690 youtube-plan-new-video manojbajaj95/claude-gtm-plugin
YouTube Video Planning Overview This skill generates complete video plans by orchestrating specialized skills to create optimized titles, thumbnails, and hooks. It takes research as input and produces a production-ready plan with all creative elements needed to maximize video performance. Core Principle : Leverage specialized skills to ensure proven patterns for CTR (title/thumbnail) and retention (hook). Never generate these elements manually. When to Use Use this skill when: Research has been ...
85
11691 slack-gif-creator skillcreatorai/ai-agent-skills
Slack GIF Creator A toolkit providing utilities and knowledge for creating animated GIFs optimized for Slack. Slack Requirements Dimensions: Emoji GIFs: 128x128 (recommended) Message GIFs: 480x480 Parameters: FPS: 10-30 (lower is smaller file size) Colors: 48-128 (fewer = smaller file size) Duration: Keep under 3 seconds for emoji GIFs Core Workflow from core . gif_builder import GIFBuilder from PIL import Image , ImageDraw 1. Create builder builder = GIFBuilder ( width = 128 , height = 128 , f...
85
11692 watchos rshankras/claude-code-apple-skills
watchOS Development Comprehensive guidance for watchOS app development with SwiftUI, Watch Connectivity, and complications. When This Skill Activates Use this skill when the user: Is building a watchOS app or Watch extension Asks about Watch Connectivity (iPhone ↔ Watch sync) Needs help with complications or ClockKit Wants to implement watch-specific UI patterns Key Principles 1. Watch-First Design Glanceable content - users look for seconds, not minutes Quick interactions - 2 seconds or les...
85
11693 threat-modeling bobmatnyc/claude-mpm-skills
Threat Modeling (STRIDE) Outputs (Definition of Done) Produce a data flow diagram, a threat register, and a mitigation plan that becomes tickets and tests. Load Next (References) references/stride-workshop.md — step-by-step workshop agenda + DFD guidance references/common-threats-and-mitigations.md — threat catalog with mitigations references/templates.md — copy/paste templates for docs and tickets
85
11694 find-xemm-opps hummingbot/skills
find-xemm-opps Find Cross-Exchange Market Making (XEMM) opportunities by analyzing order book depth and liquidity across connected exchanges. XEMM involves quoting on one exchange (the maker side) while hedging fills on another (the taker/hedge side). The best opportunities exist where: One exchange has a wide spread and thin book (maker side — room to quote profitably) Another has a tight spread and deep book (taker side — cheap to hedge) A mid-price difference exists between them Prerequisites...
85
11695 prompt-engineering martinholovsky/claude-skills-generator
Prompt Engineering Patterns Advanced prompt engineering techniques to maximize LLM performance, reliability, and controllability. Core Capabilities 1. Few-Shot Learning Teach the model by showing examples instead of explaining rules. Include 2-5 input-output pairs that demonstrate the desired behavior. Use when you need consistent formatting, specific reasoning patterns, or handling of edge cases. More examples improve accuracy but consume tokens—balance based on task complexity. Example: Extrac...
85
11696 ml-expert personamanagmentlayer/pcl
Expert guidance for machine learning systems, deep learning, model training, deployment, and MLOps practices. Core Concepts Machine Learning Fundamentals - Supervised learning (classification, regression) - Unsupervised learning (clustering, dimensionality reduction) - Reinforcement learning - Feature engineering - Model evaluation and validation - Hyperparameter tuning Deep Learning - Neural networks (CNNs, RNNs, Transformers) - Transfer learning - Fine-tuning pre-trained models ...
85
11697 reverse-engineer jschulte/claude-plugins
Common RE scripting environments IDAPython (IDA Pro scripting) Ghidra scripting (Java/Python via Jython) r2pipe (radare2 Python API) pwntools (CTF/exploitation toolkit) capstone (disassembly framework) keystone (assembly framework) unicorn (CPU emulator framework) angr (symbolic execution) Triton (dynamic binary analysis) Use this skill when - Working on common re scripting environments tasks or workflows - Needing guidance, best practices, or checklists for common re scripting environments Do...
85
11698 feishu-e2e-test m1heng/clawdbot-feishu
Feishu E2E Test Framework Local development testing using agent-browser CLI to interact with Feishu web app. Prerequisites Feishu web logged in at https://feishu.cn/next/messenger agent-browser CLI available OpenClaw locally installed Feishu bot appid/secret given in chat or in .env User given bot name which will display in Feishu web UI Important Notes Every time you modify extension code, you MUST restart OpenClaw Gateway for changes to take effect. Restart gateway (required after code change...
85
11699 google-sheets sanjay3290/ai-skills
Google Sheets API Use the Google Sheets API via direct curl calls to read, write, and manage spreadsheet data . Official docs: https://developers.google.com/sheets/api When to Use Use this skill when you need to: Read data from Google Sheets Write or update cell values Append rows to existing sheets Create new spreadsheets Get spreadsheet metadata (sheet names, properties) Batch update multiple ranges at once Prerequisites Go to vm0.ai Settings → Connectors and connect Google Sheets . vm0 will a...
85
11700 infographic-creator antvis/infographic
Infographics convert data, information, and knowledge into perceptible visual language. They combine visual design with data visualization, compressing complex information with intuitive symbols to help audiences quickly understand and remember key points. Infographic = Information Structure + Visual Expression This task uses AntV Infographic to create visual infographics. Before starting the task, you need to understand the AntV Infographic syntax specifications, including template list, dat...
85