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

/ 聚焦搜索框
正在使用 AI 进行语义搜索...
21,459
总 Skills
36.0M
总安装量
2,444
贡献者
# Skill 仓库 描述 安装量
12001 svelte bobmatnyc/claude-mpm-skills
@json-render/svelte Svelte 5 renderer that converts json-render specs into Svelte component trees. Quick Start <JsonUIProvider> <Renderer {spec} {registry} /> </JsonUIProvider> Creating a Catalog import { defineCatalog } from "@json-render/core" ; import { schema } from "@json-render/svelte" ; import { z } from "zod" ; export const catalog = defineCatalog ( schema , { components : { Button : { props : z . object ( { label : z . string ( ) , variant : z . enum ( [ "primary" , "secondary" ] ) . n...
78
12002 nemo-evaluator-sdk davila7/claude-code-templates
NeMo Evaluator SDK evaluates LLMs across 100+ benchmarks from 18+ harnesses using containerized, reproducible evaluation with multi-backend execution (local Docker, Slurm HPC, Lepton cloud). Installation: ``` pip install nemo-evaluator-launcher ``` Set API key and run evaluation: ``` export NGC_API_KEY=nvapi-your-key-here Create minimal config cat > config.yaml << 'EOF' defaults: - execution: local - deployment: none - _self_ execution: output_dir: ./results target: api_endpoi...
78
12003 nextjs-15 prowler-cloud/prowler
App Router File Conventions app/ ├── layout.tsx Root layout (required) ├── page.tsx Home page (/) ├── loading.tsx Loading UI (Suspense) ├── error.tsx Error boundary ├── not-found.tsx 404 page ├── (auth)/ Route group (no URL impact) │ ├── login/page.tsx /login │ └── signup/page.tsx /signup ├── api/ │ └── route.ts API handler └── _components/ Private folder (not routed) Server Components (Default) // No directi...
78
12004 tailwind-capacitor cap-go/capgo-skills
Tailwind CSS for Capacitor Apps Build beautiful mobile apps with Tailwind CSS and Capacitor. When to Use This Skill User is using Tailwind in Capacitor app User asks about mobile styling User needs responsive mobile design User wants dark mode with Tailwind User needs safe area handling Getting Started Installation bun add -D tailwindcss postcss autoprefixer bunx tailwindcss init -p Configuration // tailwind.config.js / @type { import ( 'tailwindcss' ) . Config } */ export default { content : [ ...
78
12005 headlessui bobmatnyc/claude-mpm-skills
Headless UI - Accessible Component Primitives Overview Headless UI provides completely unstyled, fully accessible UI components designed to integrate beautifully with Tailwind CSS. Built by the Tailwind Labs team, it offers production-ready accessibility without imposing design decisions. Key Features: Fully unstyled - bring your own styles Complete keyboard navigation Screen reader tested Focus management ARIA attributes handled automatically TypeScript support React 18 and Vue 3 compatible ...
78
12006 tailwindcss-performance josiahsiegel/claude-plugin-marketplace
Tailwind CSS Performance Optimization v4 Performance Improvements Tailwind CSS v4 features a completely rewritten engine in Rust: Metric v3 v4 Full builds Baseline Up to 5x faster Incremental builds Milliseconds Microseconds (100x+) Engine JavaScript Rust JIT (Just-In-Time) Compilation How JIT Works JIT generates styles on-demand as classes are discovered in your files: Scans source files for class names Generates only the CSS you use Produces minimal, optimized output v4: Always JIT Unlike...
78
12007 content-brief-generator jamesrochabrun/skills
Content Brief Generator A comprehensive skill for creating detailed content briefs that guide writers, ensure consistency, and align content with business goals. What This Skill Does Helps you create professional content briefs for: Blog posts and articles - Thought leadership, tutorials, how-tos Technical documentation - API docs, guides, README files Marketing copy - Landing pages, email campaigns, ads Social media content - Posts, campaigns, threads Case studies - Customer success stories...
78
12008 server-actions davepoon/buildwithclaude
Next.js Server Actions Overview Server Actions are asynchronous functions that execute on the server. They can be called from Client and Server Components for data mutations, form submissions, and other server-side operations. Defining Server Actions In Server Components Use the 'use server' directive inside an async function: // app/page.tsx (Server Component) export default function Page ( ) { async function createPost ( formData : FormData ) { 'use server' const title = formData . get ( 'titl...
78
12009 metabolic-cultures jwynia/agent-skills
Metabolic Cultures: Closed-Loop Society Skill You help writers develop distinct cultures for closed-loop life support systems in space. The framework explores how the physical reality of recycled air, water, and biomass creates novel social structures, beliefs, and conflicts that diverge from planetary norms. Core Principle: Matter as Identity In closed-loop systems, the distinction between self and community dissolves at the molecular level. Within months, individuals literally become their...
78
12010 dockerfile-generator jeremylongshore/claude-code-plugins-plus-skills
Dockerfile Generator Purpose This skill provides automated assistance for dockerfile generator tasks within the DevOps Basics domain. When to Use This skill activates automatically when you: Mention "dockerfile generator" in your request Ask about dockerfile generator patterns or best practices Need help with foundational devops skills covering version control, containerization, basic ci/cd, and infrastructure fundamentals. Capabilities Provides step-by-step guidance for dockerfile generator...
78
12011 security-testing-patterns nickcrew/claude-ctx-plugin
Security Testing Patterns Expert guidance for implementing comprehensive security testing strategies including static analysis, dynamic testing, penetration testing, and vulnerability assessment. When to Use This Skill Implementing security testing pipelines in CI/CD Conducting security audits and vulnerability assessments Validating application security controls and defenses Performing penetration testing and security reviews Configuring SAST/DAST tools and interpreting results Testing authen...
78
12012 remotion-ads maartenlouis/remotion-ads
Remotion Ads - Instagram Video & Carousel Creation Complete toolkit for creating professional Instagram Reels and Carousel ads with Remotion. Quick Setup Before creating any videos, configure your brand: Copy rules/design-system-template.md to rules/design-system.md Fill in your brand colors, fonts, and asset paths Generate backgrounds: node scripts/generate-backgrounds.js Scan assets: node scripts/scan-instagram-assets.js See rules/setup.md for complete project setup. Rule Files Core Docu...
78
12013 strategic-narrative pmprompt/claude-plugin-product-management
Domain Context This skill implements a proven product management framework. The approach combines best practices from industry leaders and is designed for practical application in day-to-day PM work. Input Requirements Context about your product, feature, or problem Relevant data, research, or constraints (recommended but optional) Clear articulation of what you're trying to achieve Strategic Narrative What It Is Strategic Narrative is a framework for crafting the one story that drives everythin...
78
12014 release m1heng/clawdbot-feishu
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...
78
12015 mcp-builder vudovn/antigravity-kit
MCP Server Development Guide Overview Create MCP (Model Context Protocol) servers that enable LLMs to interact with external services through well-designed tools. The quality of an MCP server is measured by how well it enables LLMs to accomplish real-world tasks. Process 🚀 High-Level Workflow Creating a high-quality MCP server involves four main phases: Phase 1: Deep Research and Planning 1.1 Understand Modern MCP Design API Coverage vs. Workflow Tools: Balance comprehensive API endpoint coverag...
78
12016 growth-product-manager ncklrs/startup-os-skills
Growth Product Manager Strategic growth product management expertise for SaaS companies — from growth loops and activation to retention, monetization, and PLG strategies. Philosophy Growth isn't about hacks. It's about building compounding systems that create sustainable, defensible growth. The best growth product strategies: Systems over tactics — Growth loops compound; growth hacks don't Activation is everything — If users don't activate, nothing else matters Retention is growth — Churn kills;...
78
12017 stakeholder-update-generator pmprompt/claude-plugin-product-management
Domain Context This skill implements a proven product management framework. The approach combines best practices from industry leaders and is designed for practical application in day-to-day PM work. Input Requirements Context about your product, feature, or problem Relevant data, research, or constraints (recommended but optional) Clear articulation of what you're trying to achieve Stakeholder Update Generator When to Use Shipping a new feature or product update Need to communicate progress to ...
78
12018 alicloud-skill-creator cinience/alicloud-skills
Category: tool Alibaba Cloud Skill Creator Repository-specific skill engineering workflow for alicloud-skills . Use this skill when Creating a new skill under skills/ . Importing an external skill and adapting it to this repository. Updating skill trigger quality ( name and description in frontmatter). Adding or fixing smoke tests under tests/ . Running structured benchmark loops before merge. Do not use this skill when The user only needs to execute an existing product skill. The task is purely...
78
12019 base alinaqi/claude-bootstrap
No SKILL.md available for this skill. View on GitHub
78
12020 java-best-practices clostaunau/holiday-card
单例模式(枚举实现): ``` public enum Singleton { INSTANCE; public void doSomething() {} } ``` 工厂模式: ``` public class UserFactory { public static User createUser(String type) { return switch (type) { case "admin" -> new AdminUser(); case "guest" -> new GuestUser(); default -> new RegularUser(); }; } } ``` Builder 模式: ``` User user = User.builder() .name("张三") .age(25) .build(); ``` Stream API ``` List<String> names ...
78
12021 css-native dylantarre/animation-principles
CSS Native Animation Principles Implement all 12 Disney animation principles using CSS animations, transitions, and transforms. 1. Squash and Stretch @keyframes squash-stretch { 0%, 100% { transform: scaleX(1) scaleY(1); } 50% { transform: scaleX(1.2) scaleY(0.8); } } .ball { animation: squash-stretch 0.3s ease-in-out; } 2. Anticipation @keyframes anticipate-jump { 0% { transform: translateY(0); } 20% { transform: translateY(10px) scaleY(0.9); } /* wind up */ 100% { transform: trans...
78
12022 sveltekit mindrally/skills
SvelteKit - Full-Stack Svelte Framework Overview SvelteKit is the official full-stack framework for Svelte, providing file-based routing, server-side rendering (SSR), static site generation (SSG), form handling with progressive enhancement, and deployment adapters for any platform. Key Features: File-based routing: Automatic routes from src/routes/ directory structure Load functions: Type-safe data fetching (+page.ts, +page.server.ts) Form actions: Native form handling with progressive enhanc...
78
12023 fastapi-local-dev bobmatnyc/claude-mpm-skills
FastAPI Local Dev Dev: uvicorn app.main:app --reload Imports: run from repo root; use python -m uvicorn ... or PYTHONPATH=. WSL: WATCHFILES_FORCE_POLLING=true if reload misses changes Prod: gunicorn app.main:app -k uvicorn.workers.UvicornWorker -w <n> --bind :8000 Anti-patterns: --reload --workers > 1 PM2 watch: true for Python References: references/.
78
12024 monday-automation composiohq/awesome-claude-skills
Monday.com Automation via Rube MCP Automate Monday.com work management workflows including board creation, item management, column value updates, group organization, subitems, and update/comment threads through Composio's Monday toolkit. Toolkit docs : composio.dev/toolkits/monday Prerequisites Rube MCP must be connected (RUBE_SEARCH_TOOLS available) Active Monday.com connection via RUBE_MANAGE_CONNECTIONS with toolkit monday Always call RUBE_SEARCH_TOOLS first to get current tool schemas Setup ...
78
12025 social-selling-content-generator onewave-ai/claude-skills
Social Selling Content Generator Turn your LinkedIn into a lead generation machine with AI-powered content. Instructions You are an expert social selling strategist specializing in LinkedIn content that attracts B2B prospects. Your mission is to create thought leadership content that positions the user as an authority, engages their ideal customers, and generates inbound interest. Content Strategy Content Pillars (4-5 themes): Industry Insights - Trends, predictions, analysis Problem/Solution - ...
78
12026 axiom-xcode-mcp charleswiltgen/axiom
Xcode MCP Router You MUST use this skill for ANY Xcode MCP interaction — setup, tool usage, workflow patterns, or troubleshooting. Xcode 26.3 ships an MCP server ( xcrun mcpbridge ) that exposes 20 IDE tools to external AI clients. This router directs you to the right specialized skill. When to Use Use this router when: Setting up Xcode MCP for the first time Configuring xcrun mcpbridge for any MCP client Using any Xcode MCP tool (file ops, build, test, preview) Building, testing, or previewing ...
78
12027 shadcn-setup shipshitdev/library
shadcn/ui Setup Sets up shadcn/ui with proper Tailwind CSS v4 configuration. This skill ensures you get the modern CSS-first setup, not the deprecated v3 approach. Purpose IMPORTANT: shadcn/ui CLI and AI assistants often generate Tailwind v3 configs by default. This skill ensures: Tailwind v4 CSS-first configuration Proper @theme block with shadcn color tokens No deprecated tailwind.config.js files Correct dependency versions When to Use Setting up a new Next.js project with shadcn/ui Adding...
78
12028 work-delegator rysweet/amplihack
You are an expert work delegation specialist. You create rich, comprehensive delegation packages that provide coding agents with all context needed to execute work successfully. You analyze requirements, gather context, and generate clear instructions. When to Activate Activate when the user: - Wants to delegate work to a coding agent - Says "assign this to builder" or similar - Asks to create a delegation package - Needs to prepare context for an agent - Says "start work on BL-XXX" - W...
78
12029 alicloud-platform-devops cinience/alicloud-skills
Category: service Alibaba Cloud DevOps (Yunxiao) Purpose Use Alibaba Cloud DevOps OpenAPI to support: project, repository, and pipeline inventory work item and test resource inspection release and execution status checks metadata-driven API discovery before production changes Prerequisites Configure least-privilege Alibaba Cloud credentials. Install Python SDK dependencies for local scripts: python3 -m venv .venv . .venv/bin/activate python -m pip install -U alibabacloud_devops20210625 alibabacl...
78
12030 uml-diagram-design aaaaqwq/claude-code-skills
UML 图表设计 功能说明 此技能专门用于 UML(统一建模语言)图表的设计和绘制,包括: 系统架构设计 类图和对象图 时序图和协作图 用例图和活动图 状态图和部署图 组件图和包图 使用场景 "设计一个电商系统的类图" "绘制用户登录的时序图" "创建系统架构图" "设计数据库 ER 图" "绘制业务流程图" "创建用例图展示系统功能" UML 图表类型 1. 类图(Class Diagram) 用于展示系统中的类、属性、方法及其关系。 @startuml class User { - id: Long - username: String - email: String - password: String + login(): boolean + logout(): void + updateProfile(): void } class Order { - id: Long - orderNumber: String - totalAmount: Decimal - status: OrderStatus + create...
78
12031 swiftui-liquid-glass steipete/agent-scripts
SwiftUI Liquid Glass Overview Use this skill to build or review SwiftUI features that fully align with the iOS 26+ Liquid Glass API. Prioritize native APIs (glassEffect, GlassEffectContainer, glass button styles) and Apple design guidance. Keep usage consistent, interactive where needed, and performance aware. Workflow Decision Tree Choose the path that matches the request: 1) Review an existing feature Inspect where Liquid Glass should be used and where it should not. Verify correct modifie...
78
12032 outline sanjay3290/ai-skills
Outline Wiki Skill Search, read, create, and manage documents in any Outline wiki instance. Works with all AI clients supporting the Agent Skills Standard. Requirements Python 3.8+ Dependencies: pip install -r requirements.txt Setup Get your API key from your Outline wiki: Go to Settings > API Tokens Create a new token with appropriate permissions Configure the environment: cp .env.example .env Edit .env with your API key Set the environment variables: export OUTLINE_API_KEY=your-api-k...
78
12033 mlops-engineer 404kidwiz/claude-supercode-skills
Use this skill when Working on mlops engineer tasks or workflows Needing guidance, best practices, or checklists for mlops engineer Do not use this skill when The task is unrelated to mlops engineer 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.md . You are a...
78
12034 multi-repo rysweet/amplihack
Coordinate atomic changes across multiple repositories when features span repo boundaries. Track dependencies, manage linked PRs, and detect breaking changes before they propagate. When to Use This Skill USE FOR: - Changes that require coordinated updates across multiple repositories - Managing repository dependency graphs - Creating linked PRs that should merge together or in sequence - Detecting breaking changes that affect dependent repositories - Microservices or monorepo-alternative...
78
12035 prompt-analyzer huangserva/skill-prompt-generator
Prompt Analyzer - 提示词分析器 🎯 核心职责 专注于已生成Prompt的分析和洞察 ,不负责生成新Prompt。 提供以下5大功能: 查看详情 - 分析Prompt使用了哪些元素 对比分析 - 对比两个Prompt的差异 相似推荐 - 推荐相似的Prompt 元素统计 - 查询元素库统计信息 风格推荐 - 按风格推荐最佳元素组合 📋 功能1:查看Prompt详情 触发场景 用户说: "查看Prompt 5的详情" "分析一下Prompt 5用了哪些元素" "显示Prompt 5的完整信息" "Prompt 5包含什么?" SKILL处理流程 步骤1:识别意图 从用户输入中提取Prompt ID: 示例:用户说 "查看Prompt 5的详情" prompt_id = 5 步骤2:调用执行层 from prompt_analyzer import analyze_prompt_detail result = analyze_prompt_detail ( prompt_id = 5 ) 步骤3:检查结果 如果Prompt不存在: if 'error' in result...
78
12036 grafana-platform-dashboard boshu2/agentops
Grafana Platform Dashboard Design platform operations dashboards so operators see tenant-impacting risk first, then drill into service-specific health without overload. Quick Start Use this skill when the user asks for platform dashboard updates and reliability checks. Confirm dashboard target: oc --context < ctx > get grafanadashboard -A | rg -i '<dashboard-name-or-theme>' Export dashboard and JSON: skills/grafana-platform-dashboard/scripts/grafanadashboard_roundtrip.sh export \ --context < ctx...
78
12037 twitter-automation sickn33/antigravity-awesome-skills
Twitter/X Automation Automate Twitter/X via inference.sh CLI. Quick Start Requires inference.sh CLI ( infsh ). Get installation instructions: npx skills add inference-sh/skills@agent-tools infsh login Post a tweet infsh app run x/post-tweet --input '{"text": "Hello from inference.sh!"}' Available Apps App App ID Description Post Tweet x/post-tweet Post text tweets Create Post x/post-create Post with media Like Post x/post-like Like a tweet Retweet x/post-retweet Retweet a post Delete Post x/pos...
78
12038 linux-shell-scripting sickn33/antigravity-awesome-skills
Linux Production Shell Scripts Purpose Provide production-ready shell script templates for common Linux system administration tasks including backups, monitoring, user management, log analysis, and automation. These scripts serve as building blocks for security operations and penetration testing environments. Prerequisites Required Environment Linux/Unix system (bash shell) Appropriate permissions for tasks Required utilities installed (rsync, openssl, etc.) Required Knowledge Basic bash scripti...
78
12039 screenshot-analyzer notedit/happy-skills
Screenshot Analyzer (Multi-Agent) Extract product features from UI screenshots using a coordinated multi-agent analysis pipeline. Core principle: Describe WHAT to build (features/interactions), NOT HOW (no tech stack). Multi-Agent Architecture This skill orchestrates 5 specialized agents for comprehensive analysis: ┌─────────────────┐ │ Coordinator │ │ (this skill) │ └────────┬────────┘ ...
78
12040 japanese-webdesign ronantakizawa/japanese-webdesign
Japanese Web Design Skill Overview Japanese web design follows fundamentally different principles than Western design. What appears "cluttered" to Western eyes is optimized for Japanese cultural values, trust-building, and user expectations. Market Context: Rakuten Ichiba: ¥6+ trillion GMV, 494.8 million monthly visitors Yahoo Japan Shopping: 118.2 million monthly visitors 60%+ of Japanese web traffic is mobile Credit-card-only checkout loses up to 30% of buyers Reference Files reference/compone...
78
12041 remotion kimny1143/claude-code-template
Stitch to Remotion Walkthrough Videos You are a video production specialist focused on creating engaging walkthrough videos from app designs. You combine Stitch's screen retrieval capabilities with Remotion's programmatic video generation to produce smooth, professional presentations. Overview This skill enables you to create walkthrough videos that showcase app screens with professional transitions, zoom effects, and contextual text overlays. The workflow retrieves screens from Stitch projects ...
78
12042 e2e-testing ai-dashboad/flutter-skill
E2E Testing Patterns Comprehensive Playwright patterns for building stable, fast, and maintainable E2E test suites. Test File Organization tests/ ├── e2e/ │ ├── auth/ │ │ ├── login.spec.ts │ │ ├── logout.spec.ts │ │ └── register.spec.ts │ ├── features/ │ │ ├── browse.spec.ts │ │ ├── search.spec.ts │ │ └── create.spec.ts │ └── api/ │ └── endpoints.spec.ts ├── fixtures/ │ ├── auth.ts │ └── data.ts └── playwright.config.ts Page Object Model (POM) import { Pag...
78
12043 spring-boot-engineer 404kidwiz/claude-supercode-skills
Spring Boot Engineer Senior Spring Boot engineer with expertise in Spring Boot 3+, cloud-native Java development, and enterprise microservices architecture. Role Definition You are a senior Spring Boot engineer with 10+ years of enterprise Java experience. You specialize in Spring Boot 3.x with Java 17+, reactive programming, Spring Cloud ecosystem, and building production-grade microservices. You focus on creating scalable, secure, and maintainable applications with comprehensive testing and...
78
12044 varlock-claude-skill sickn33/antigravity-awesome-skills
Varlock Claude Skill Overview Secure environment variable management ensuring secrets are never exposed in Claude sessions, terminals, logs, or git commits When to Use This Skill Use this skill when you need to work with secure environment variable management ensuring secrets are never exposed in claude sessions, terminals, logs, or git commits. Instructions This skill provides guidance and patterns for secure environment variable management ensuring secrets are never exposed in claude sessions,...
78
12045 education-expert personamanagmentlayer/pcl
Expert guidance for education technology, learning management systems, online learning platforms, and educational software development. Core Concepts Educational Technology - Learning Management Systems (LMS) - Student Information Systems (SIS) - Assessment and evaluation tools - Adaptive learning platforms - Virtual classrooms - Content management Standards - SCORM (Sharable Content Object Reference Model) - xAPI (Experience API / Tin Can API) - LTI (Learning Tools Interoperabili...
78
12046 platform-engineer 404kidwiz/claude-supercode-skills
Provides Internal Developer Platform (IDP) expertise specializing in developer experience optimization, self-service infrastructure, and Golden Path templates. Builds platforms that reduce cognitive load for developers using Backstage, Crossplane, and GitOps. When to Use - Building an Internal Developer Platform (IDP) from scratch - Implementing a Service Catalog or Developer Portal (Backstage) - Creating "Golden Path" templates for microservices (Spring Boot, Node.js, Go) - Abstracting cl...
78
12047 nansen-perp-scan nansen-ai/nansen-cli
Perp Market Scan Answers: "What's the state of the Hyperliquid perp market right now?" nansen research perp screener --sort volume:desc --limit 20 → token_symbol, volume, buy/sell_volume, buy_sell_pressure, open_interest, funding, mark_price nansen research perp leaderboard --days 7 --limit 20 → trader_address, trader_address_label, total_pnl, roi, account_value nansen research smart-money perp-trades --limit 20 → token_symbol, side, action (Open/Close), value_usd, price_usd, trader_address_l...
78
12048 tailwind-patterns vudovn/antigravity-kit
Tailwind CSS Component Patterns Status : Production Ready ✅ Last Updated : 2026-01-14 Tailwind Compatibility : v3.x and v4.x Source : Production projects, shadcn/ui patterns Quick Start Essential Patterns // Section Container < section className = " max-w-7xl mx-auto px-4 sm:px-6 lg:px-8 py-16 sm:py-24 " > { /* content */ } </ section > // Card Base < div className = " bg-card text-card-foreground rounded-lg border border-border p-6 " > { /* content */ } </ div > // Button Primary < button class...
78
12049 ai-coding-agents xiaolai/vmark
AI Coding Agents Skill Expert knowledge for Codex CLI and Claude Code CLI — the two leading AI coding agents. Note: This skill documents both tools for reference. VMark development primarily uses Claude Code CLI . The Codex CLI sections are retained for completeness and cross-tool workflows. When to Use Orchestrating complex coding tasks via CLI Configuring MCP servers for either tool Setting up automation pipelines (CI/CD) Troubleshooting authentication or sandbox issues Comparing capabilities ...
78
12050 citycraft oil-oil/citycraft
Landing Page Builder 扩展 45 城:柏林、孟买、香港、里斯本、哈瓦那、迪拜、马拉喀什、斯德哥尔摩、布宜诺斯艾利斯、墨西哥城、雷克雅未克、新加坡、圣托里尼、拉各斯、棕榈泉、伊斯坦布尔、迈阿密、成都、哥本哈根、维也纳、开普敦、波哥大、阿姆斯特丹、贝鲁特、波特兰 / 上海 / 北京 / 重庆 / 西安 / 杭州 / 深圳夜 / 敦煌 / 苏州 / 拉萨 / 罗马 / 布拉格 / 墨尔本 / 雅典 / 卡萨布兰卡 / 釜山 / 巴厘岛 / 多伦多 / 特拉维夫 / 华沙 / 孟买夜 Philosophy This skill produces landing pages that are visually audacious — not the typical nested-container, card-grid, predictable web template. Every output should feel like a deliberate design artifact: 布局大胆 — Clip-path dividers instead of horizo...
78