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

/ 聚焦搜索框
正在使用 AI 进行语义搜索...
27,417
总 Skills
160.1M
总安装量
2,739
贡献者
# Skill 仓库 描述 安装量
1951 connector-googlecalendar caffeinelabs/skills
Google Calendar Connector Google Calendar integration for Caffeine AI . Orchestrator routing notes Treat Google Calendar-as-the-user as a first-class, supported platform feature. The googlecalendar-client + google-oauth connector pair is the only supported path; raw ic.http_request to oauth2.googleapis.com or www.googleapis.com/calendar/v3 is a forbidden anti-pattern. Any build spec that mentions Google Calendar MUST name googlecalendar-client and google-oauth as dependencies and reference this ...
8.6K
1952 istio-traffic-management wshobson/agents
Istio Traffic Management Comprehensive guide to Istio traffic management for production service mesh deployments. When to Use This Skill Configuring service-to-service routing Implementing canary or blue-green deployments Setting up circuit breakers and retries Load balancing configuration Traffic mirroring for testing Fault injection for chaos engineering Core Concepts 1. Traffic Management Resources Resource Purpose Scope VirtualService Route traffic to destinations Host-based DestinationRul...
8.6K
1953 polyglot-test-agent github/awesome-copilot
Polyglot Test Generation Skill An AI-powered skill that generates comprehensive, workable unit tests for any programming language using a coordinated multi-agent pipeline. When to Use This Skill Use this skill when you need to: Generate unit tests for an entire project or specific files Improve test coverage for existing codebases Create test files that follow project conventions Write tests that actually compile and pass Add tests for new features or untested code How It Works This skill coordi...
8.5K
1954 frontend-design-system supercent-io/skills-template
Frontend Design System 프로덕션 수준의 UI 디자인을 위한 스킬입니다. 명확한 디자인 토큰, 레이아웃 규칙, 모션 가이드라인, 접근성 체크를 통해 일관되고 확장 가능한 프론트엔드 개발을 지원합니다. When to use this skill 프로덕션 품질 UI 필요: 프롬프트에서 고품질 UI 생성 일관된 디자인 언어: 화면 간 일관된 시각적 언어 타이포그래피/레이아웃/모션 가이드: 체계적인 디자인 시스템 Instructions Step 1: Define Design Tokens // design-tokens.ts export const tokens = { // Colors colors: { primary: { 50: 'EFF6FF', 100: 'DBEAFE', 500: '3B82F6', 600: '2563EB', 700: '1D4ED8', }, secondary: { 50...
8.5K
1955 model-recommendation github/awesome-copilot
AI Model Recommendation for Copilot Chat Modes and Prompts Mission Analyze .agent.md or .prompt.md files to understand their purpose, complexity, and required capabilities, then recommend the most suitable AI model(s) from GitHub Copilot's available options. Provide rationale based on task characteristics, model strengths, cost-efficiency, and performance trade-offs. Scope & Preconditions Input : Path to a .agent.md or .prompt.md file Available Models : GPT-4.1, GPT-5, GPT-5 mini, GPT-5 Codex, C...
8.5K
1956 winapp-cli github/awesome-copilot
Windows App Development CLI The Windows App Development CLI ( winapp ) is a command-line interface for managing Windows SDKs, MSIX packaging, generating app identity, manifests, certificates, and using build tools with any app framework. It bridges the gap between cross-platform development and Windows-native capabilities. When to Use This Skill Use this skill when you need to: Initialize a Windows app project with SDK setup, manifests, and certificates Create MSIX packages from application dire...
8.5K
1957 flutter-improving-accessibility flutter/skills
Implementing Flutter Accessibility Contents UI Design and Styling Accessibility Widgets Web Accessibility Adaptive and Responsive Design Workflows Examples UI Design and Styling Design layouts to accommodate dynamic scaling and high visibility. Flutter automatically calculates font sizes based on OS-level accessibility settings. Font Scaling: Ensure layouts provide sufficient room to render all contents when font sizes are increased to their maximum OS settings. Avoid hardcoding fixed heights on...
8.5K
1958 flutter-improving-accessibility flutter/agent-plugins
Implementing Flutter Accessibility Contents UI Design and Styling Accessibility Widgets Web Accessibility Adaptive and Responsive Design Workflows Examples UI Design and Styling Design layouts to accommodate dynamic scaling and high visibility. Flutter automatically calculates font sizes based on OS-level accessibility settings. Font Scaling: Ensure layouts provide sufficient room to render all contents when font sizes are increased to their maximum OS settings. Avoid hardcoding fixed heights on...
8.5K
1959 nft-standards wshobson/agents
NFT Standards Master ERC-721 and ERC-1155 NFT standards, metadata best practices, and advanced NFT features. When to Use This Skill Creating NFT collections (art, gaming, collectibles) Implementing marketplace functionality Building on-chain or off-chain metadata Creating soulbound tokens (non-transferable) Implementing royalties and revenue sharing Developing dynamic/evolving NFTs ERC-721 (Non-Fungible Token Standard) // SPDX-License-Identifier: MIT pragma solidity ^0.8.0; import "@openzeppe...
8.5K
1960 mtls-configuration wshobson/agents
mTLS Configuration Comprehensive guide to implementing mutual TLS for zero-trust service mesh communication. When to Use This Skill Implementing zero-trust networking Securing service-to-service communication Certificate rotation and management Debugging TLS handshake issues Compliance requirements (PCI-DSS, HIPAA) Multi-cluster secure communication Core Concepts 1. mTLS Flow ┌─────────┐ ┌─────────┐ │ Service │ │ Service │ │ A │ ...
8.5K
1961 code-review anthropics/knowledge-work-plugins
Two-axis review of the diff between HEAD and a fixed point the user supplies: Standards — does the code conform to this repo's documented coding standards? Spec — does the code faithfully implement the originating issue / PRD / spec? Both axes run as parallel sub-agents so they don't pollute each other's context, then this skill aggregates their findings. The issue tracker should have been provided to you — run /setup-matt-pocock-skills if docs/agents/issue-tracker.md is missing. Process 1. Pin ...
8.5K
1962 text-to-lottie diffusionstudio/lottie
Writing a renderable Lottie for this project This app renders Lottie with Skia's Skottie module (via canvaskit-wasm ), not the JS lottie-web runtime. Follow the rules below and verify the result. This skill covers the mechanics — the JSON shape Skottie needs. For the craft (timing, easing, choreography, Disney animation principles), see LottieFiles' motion-design skill . Its guidance is in milliseconds; convert to frames with frames = ms / 1000 * fr . Setting up the project The deliverable is no...
8.5K
1963 jpa-patterns affaan-m/ecc
JPA/Hibernate Patterns Use for data modeling, repositories, and performance tuning in Spring Boot. When to Activate Designing JPA entities and table mappings Defining relationships (@OneToMany, @ManyToOne, @ManyToMany) Optimizing queries (N+1 prevention, fetch strategies, projections) Configuring transactions, auditing, or soft deletes Setting up pagination, sorting, or custom repository methods Tuning connection pooling (HikariCP) or second-level caching Entity Design Show more Installs 1.5K Re...
8.5K
1964 twitter-automation whytryharder/superpowers
Install the belt CLI skill: npx skills add belt-sh/cli Twitter/X Automation Automate Twitter/X via inference.sh CLI. Quick Start Requires inference.sh CLI ( belt ). Install instructions belt login Post a tweet belt app run x/post-tweet --input '{"text": "Hello from inference.sh!"}' Show more Installs 117.7K Repository skills-101/superpowers GitHub Stars 6 First Seen 6 days ago Security Audits Gen Agent Trust Hub Pass Socket Warn Snyk Pass
8.5K
1965 linkerd-patterns wshobson/agents
Linkerd Patterns Production patterns for Linkerd service mesh - the lightweight, security-first service mesh for Kubernetes. When to Use This Skill Setting up a lightweight service mesh Implementing automatic mTLS Configuring traffic splits for canary deployments Setting up service profiles for per-route metrics Implementing retries and timeouts Multi-cluster service mesh Core Concepts 1. Linkerd Architecture ┌─────────────────────────────────────────────┐ │ Control Plane ...
8.5K
1966 devops-engineer jeffallan/claude-skills
DevOps Engineer Senior DevOps engineer specializing in CI/CD pipelines, infrastructure as code, and deployment automation. Role Definition You are a senior DevOps engineer with 10+ years of experience. You operate with three perspectives: Build Hat: Automating build, test, and packaging Deploy Hat: Orchestrating deployments across environments Ops Hat: Ensuring reliability, monitoring, and incident response When to Use This Skill Setting up CI/CD pipelines (GitHub Actions, GitLab CI, Jenkins...
8.5K
1967 verification-loop affaan-m/ecc
Verification Loop Skill A comprehensive verification system for Claude Code sessions. When to Use Invoke this skill: After completing a feature or significant code change Before creating a PR When you want to ensure quality gates pass After refactoring Verification Phases Show more Installs 1.6K Repository affaan-m/ecc GitHub Stars 239.2K First Seen May 19, 2026 Security Audits Gen Agent Trust Hub Pass Socket Pass Snyk Pass
8.5K
1968 cpp-testing affaan-m/ecc
C++ Testing (Agent Skill) Agent-focused testing workflow for modern C++ (C++17/20) using GoogleTest/GoogleMock with CMake/CTest. When to Use Writing new C++ tests or fixing existing tests Designing unit/integration test coverage for C++ components Adding test coverage, CI gating, or regression protection Configuring CMake/CTest workflows for consistent execution Investigating test failures or flaky behavior Enabling sanitizers for memory/race diagnostics When NOT to Use Implementing new product ...
8.5K
1969 csharp-mcp-server-generator github/awesome-copilot
Generate C MCP Server Create a complete Model Context Protocol (MCP) server in C with the following specifications: Requirements Project Structure : Create a new C console application with proper directory structure NuGet Packages : Include ModelContextProtocol (prerelease) and Microsoft.Extensions.Hosting Logging Configuration : Configure all logs to stderr to avoid interfering with stdio transport Server Setup : Use the Host builder pattern with proper DI configuration Tools : Create at least ...
8.4K
1970 flutter-interoperating-with-native-apis flutter/skills
Integrating Platform-Specific Code in Flutter Contents Core Concepts & Terminology Binding to Native C/C++ Code (FFI) Implementing Platform Channels & Pigeon Hosting Native Platform Views Integrating Web Content & Wasm Workflows Core Concepts & Terminology FFI (Foreign Function Interface): The dart:ffi library used to bind Dart directly to native C/C++ APIs. Platform Channel: The asynchronous message-passing system ( MethodChannel , BasicMessageChannel ) connecting the Dart client (UI) to the ho...
8.4K
1971 flutter-adding-home-screen-widgets flutter/skills
Implementing Flutter Home Screen Widgets Contents Architecture & Data Flow Flutter Integration Workflow iOS Implementation Workflow Android Implementation Workflow Advanced Techniques Examples Architecture & Data Flow Home Screen Widgets require native UI implementation (SwiftUI for iOS, XML/Kotlin for Android). The Flutter app communicates with these native widgets via shared local storage ( UserDefaults on iOS, SharedPreferences on Android) using the home_widget package. Data Write: Flutter ap...
8.4K
1972 springboot-patterns affaan-m/everything-claude-code
Spring Boot Development Patterns Spring Boot architecture and API patterns for scalable, production-grade services. When to Activate Building REST APIs with Spring MVC or WebFlux Structuring controller → service → repository layers Configuring Spring Data JPA, caching, or async processing Adding validation, exception handling, or pagination Setting up profiles for dev/staging/production environments Implementing event-driven patterns with Spring Events or Kafka REST API Structure Show more Insta...
8.4K
1973 flutter-interoperating-with-native-apis flutter/agent-plugins
Integrating Platform-Specific Code in Flutter Contents Core Concepts & Terminology Binding to Native C/C++ Code (FFI) Implementing Platform Channels & Pigeon Hosting Native Platform Views Integrating Web Content & Wasm Workflows Core Concepts & Terminology FFI (Foreign Function Interface): The dart:ffi library used to bind Dart directly to native C/C++ APIs. Platform Channel: The asynchronous message-passing system ( MethodChannel , BasicMessageChannel ) connecting the Dart client (UI) to the ho...
8.4K
1974 flutter-adding-home-screen-widgets flutter/agent-plugins
Implementing Flutter Home Screen Widgets Contents Architecture & Data Flow Flutter Integration Workflow iOS Implementation Workflow Android Implementation Workflow Advanced Techniques Examples Architecture & Data Flow Home Screen Widgets require native UI implementation (SwiftUI for iOS, XML/Kotlin for Android). The Flutter app communicates with these native widgets via shared local storage ( UserDefaults on iOS, SharedPreferences on Android) using the home_widget package. Data Write: Flutter ap...
8.4K
1975 api-security-best-practices sickn33/agentic-awesome-skills
API Security Best Practices Overview Guide developers in building secure APIs by implementing authentication, authorization, input validation, rate limiting, and protection against common vulnerabilities. This skill covers security patterns for REST, GraphQL, and WebSocket APIs. When to Use This Skill Use when designing new API endpoints Use when securing existing APIs Use when implementing authentication and authorization Use when protecting against API attacks (injection, DDoS, etc.) Use when ...
8.4K
1976 baoyu-wechat-summary jimliu/baoyu-skills
WeChat Group Summary 群聊精华提取专家。把零散的微信群聊记录提炼成结构化、可读性强的简报,并维护跨次运行的群聊历史与群友画像。底层依赖外部 wx-cli 二进制( wx 命令),不打包脚本。 ⚠️ Sandbox restriction wx-cli reads from ~/.wx-cli/ (config, cache, daemon socket) and from WeChat's data directory ( ~/Library/Containers/com.tencent.xinWeChat/ on macOS). Both paths are outside Claude Code's default sandbox. Every wx command in this skill needs to run with dangerouslyDisableSandbox: true from the start — don't waste a sandbox attempt first. The user can use /sandbox to vie...
8.4K
1977 clickhouse-io affaan-m/ecc
ClickHouse Analytics Patterns ClickHouse-specific patterns for high-performance analytics and data engineering. When to Activate Designing ClickHouse table schemas (MergeTree engine selection) Writing analytical queries (aggregations, window functions, joins) Optimizing query performance (partition pruning, projections, materialized views) Ingesting large volumes of data (batch inserts, Kafka integration) Migrating from PostgreSQL/MySQL to ClickHouse for analytics Implementing real-time dashboar...
8.4K
1978 ai-video-generation whytryharder/superpowers
AI Video Generation Generate videos with the full RunComfy video-model catalog through one CLI — text-to-video, image-to-video, and Veo's video-extend. This skill picks the right model for the user's intent and ships the documented prompt patterns + the exact runcomfy run invoke for each. runcomfy.com · Video models · CLI docs Powered by the RunComfy CLI 1. Install (see runcomfy-cli skill for details) npm i -g @runcomfy/cli or: npx -y @runcomfy/cli --version 2. Sign in runcomfy login or in ...
8.4K
1979 ai-avatar-video whytryharder/superpowers
AI Avatar & Talking Head Video Put words in a face. This skill routes across RunComfy's audio-driven avatar models — OmniHuman, Wan 2-7 with audio_url, HappyHorse, Seedance v2 — picking the right path for the user's intent and shipping the documented prompts + the exact runcomfy run invoke for each. runcomfy.com · Lip-sync feature · CLI docs Powered by the RunComfy CLI 1. Install (see runcomfy-cli skill for details) npm i -g @runcomfy/cli or: npx -y @runcomfy/cli --version 2. Sign in runcomf...
8.4K
1980 codebase-onboarding affaan-m/ecc
Codebase Onboarding Systematically analyze an unfamiliar codebase and produce a structured onboarding guide. Designed for developers joining a new project or setting up Claude Code in an existing repo for the first time. When to Use First time opening a project with Claude Code Joining a new team or repository User asks "help me understand this codebase" User asks to generate a CLAUDE.md for a project User says "onboard me" or "walk me through this repo" How It Works Phase 1: Reconnaissance Gath...
8.4K
1981 rust-testing affaan-m/ecc
Rust Testing Patterns Comprehensive Rust testing patterns for writing reliable, maintainable tests following TDD methodology. When to Use Writing new Rust functions, methods, or traits Adding test coverage to existing code Creating benchmarks for performance-critical code Implementing property-based tests for input validation Following TDD workflow in Rust projects How It Works Show more Installs 1.6K Repository affaan-m/ecc GitHub Stars 239.2K First Seen May 19, 2026 Security Audits Gen Agent T...
8.4K
1982 deep-research affaan-m/ecc
Deep Research Core System Instructions Purpose: Deliver citation-backed, verified research reports through 8-phase pipeline (Scope → Plan → Retrieve → Triangulate → Synthesize → Critique → Refine → Package) with source credibility scoring and progressive context management. Context Strategy: This skill uses 2025 context engineering best practices: Static instructions cached (this section) Progressive disclosure (load references only when needed) Avoid "loss in the middle" (critical info at start...
8.4K
1983 ui-animation mblode/agent-skills
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...
8.4K
1984 search-first affaan-m/ecc
/search-first — Research Before You Code Systematizes the "search for existing solutions before implementing" workflow. Trigger Use this skill when: Starting a new feature that likely has existing solutions Adding a dependency or integration The user asks "add X functionality" and you're about to write code Before creating a new utility, helper, or abstraction Workflow Show more Installs 1.6K Repository affaan-m/ecc GitHub Stars 239.2K First Seen May 19, 2026 Security Audits Gen Agent Trust Hub ...
8.4K
1985 nature-citation yuan1z0825/nature-skills
Nature Citation Use this skill to turn manuscript text into a defensible citation export: segmented text with citation candidates for each segment a reference-manager import file in .enw , .ris , or Zotero .rdf conservative evidence notes explaining whether each candidate truly supports the segment Chinese-user operating mode When the user writes in Chinese, asks for "Nature系列", "CNS及其子刊", "支撑文献", "补引用", "自动给出引用", "分段引用", "导出EndNote", "RIS", "Zotero", "RDF", or provides Chinese manuscript text: ...
8.4K
1986 remotion-video-production supercent-io/skills-template
Remotion Video Production Remotion을 사용한 프로그래머블 비디오 제작 스킬입니다. 텍스트 지침에서 자동화된 비디오를 생성하고, 일관된 브랜드 비디오를 대규모로 제작합니다. When to use this skill 자동화된 비디오 생성: 텍스트 지침에서 비디오 생성 브랜드 비디오 제작: 일관된 스타일의 대규모 비디오 프로그래머블 콘텐츠: 내레이션, 비주얼, 애니메이션 통합 마케팅 콘텐츠: 제품 소개, 온보딩, 프로모션 비디오 Instructions Step 1: Define the Video Spec video_spec: audience: [타겟 오디언스] goal: [비디오 목적] duration: [총 길이 - 30s, 60s, 90s] aspect_ratio: "16:9" | "1:1" | "9:16" tone: "fast" | "calm" | "cinematic" voice: style: [내레이션 스타일] la...
8.3K
1987 flutter-building-plugins flutter/skills
Developing Flutter Plugins Contents Architecture & Design Patterns Workflow: Creating a New Plugin Workflow: Implementing Android Platform Code Workflow: Implementing Windows Platform Code Workflow: Adding Platforms to an Existing Plugin Examples Architecture & Design Patterns Federated Plugins Implement federated plugins to split a plugin's API across multiple packages, allowing independent teams to build platform-specific implementations. Structure federated plugins into three distinct compone...
8.3K
1988 flutter-embedding-native-views flutter/skills
Integrating Platform Views and Web Content Contents Platform Views Architecture Web Embedding Architecture Workflow: Implementing Android Platform Views Workflow: Implementing iOS Platform Views Workflow: Embedding Flutter in Web Applications Examples Platform Views Architecture Platform Views allow embedding native views (Android, iOS, macOS) directly into a Flutter application, enabling the application of transforms, clips, and opacity from Dart. Android Implementations (API 23+) Choose the ap...
8.3K
1989 continuous-learning-v2 affaan-m/everything-claude-code
Continuous Learning v2 - Instinct-Based Architecture An advanced learning system that turns your Claude Code sessions into reusable knowledge through atomic "instincts" - small learned behaviors with confidence scoring. What's New in v2 Feature v1 v2 Observation Stop hook (session end) PreToolUse/PostToolUse (100% reliable) Analysis Main context Background agent (Haiku) Granularity Full skills Atomic "instincts" Confidence None 0.3-0.9 weighted Evolution Direct to skill Instincts → cluster → s...
8.3K
1990 flutter-building-plugins flutter/agent-plugins
Developing Flutter Plugins Contents Architecture & Design Patterns Workflow: Creating a New Plugin Workflow: Implementing Android Platform Code Workflow: Implementing Windows Platform Code Workflow: Adding Platforms to an Existing Plugin Examples Architecture & Design Patterns Federated Plugins Implement federated plugins to split a plugin's API across multiple packages, allowing independent teams to build platform-specific implementations. Structure federated plugins into three distinct compone...
8.3K
1991 flutter-embedding-native-views flutter/agent-plugins
Integrating Platform Views and Web Content Contents Platform Views Architecture Web Embedding Architecture Workflow: Implementing Android Platform Views Workflow: Implementing iOS Platform Views Workflow: Embedding Flutter in Web Applications Examples Platform Views Architecture Platform Views allow embedding native views (Android, iOS, macOS) directly into a Flutter application, enabling the application of transforms, clips, and opacity from Dart. Android Implementations (API 23+) Choose the ap...
8.3K
1992 swiftui-performance-audit dimillian/skills
SwiftUI Performance Audit Overview Audit SwiftUI view performance end-to-end, from instrumentation and baselining to root-cause analysis and concrete remediation steps. Workflow Decision Tree If the user provides code, start with "Code-First Review." If the user only describes symptoms, ask for minimal code/context, then do "Code-First Review." If code review is inconclusive, go to "Guide the User to Profile" and ask for a trace or screenshots. 1. Code-First Review Collect: Target view/featu...
8.3K
1993 configure-ecc affaan-m/ecc
Configure Everything Claude Code Run a conversational wizard inside the current harness. Inventory first, collect only supported choices, preview, confirm once, apply non-interactively, verify, and show the welcome only after success. Never clone ECC into a temporary directory or copy plugin components by hand. For a human-operated terminal, the canonical entry points are ecc setup and npx ecc-universal setup . Inside a harness, use the explicit non-interactive commands below instead. Route by t...
8.3K
1994 academic-paper imbad0202/academic-research-skills
Academic Paper — Academic Paper Writing Agent Team A general-purpose academic paper writing tool — 12-agent pipeline covering all disciplines, with higher education domain as the default reference. v2.5 adds two writing quality features: Style Calibration (intake Step 10, optional) — Provide 3+ past papers and the pipeline learns your writing voice (sentence rhythm, vocabulary preferences, citation integration style). Applied as a soft guide during drafting; discipline conventions always take pr...
8.3K
1995 trading-signal binance/binance-skills-hub
Trading Signal Skill Overview This skill retrieves on-chain Smart Money trading signals to help users track professional investors: Get smart money buy/sell signals Compare signal trigger price with current price Analyze max gain and exit rate of signals Get token tags (e.g., Pumpfun, DEX Paid) API Endpoint Get Smart Money Signals Method : POST URL : https://web3.binance.com/bapi/defi/v1/public/wallet-direct/buw/wallet/web/signal/smart-money Request Headers : Content-Type: application/json Accep...
8.3K
1996 iterative-retrieval affaan-m/ecc
Iterative Retrieval Pattern Solves the "context problem" in multi-agent workflows where subagents don't know what context they need until they start working. When to Activate Spawning subagents that need codebase context they cannot predict upfront Building multi-agent workflows where context is progressively refined Encountering "context too large" or "missing context" failures in agent tasks Designing RAG-like retrieval pipelines for code exploration Optimizing token usage in agent orchestrati...
8.3K
1997 superdesign superdesigndev/superdesign-skill
SuperDesign helps you (1) find design inspirations/styles and (2) generate/iterate design drafts on an infinite canvas. Core scenarios (what this skill handles) Help me design X (feature/page/flow) Set design system Help me improve design of X How it works Fetch fresh guidelines below: https://raw.githubusercontent.com/superdesigndev/superdesign-skill/main/skills/superdesign/SUPERDESIGN.md Action accordingly based on instruction in the guidelines Superdesign CLI npm install -g @superdesign...
8.3K
1998 threejs-geometry cloudai-x/threejs-skills
Three.js Geometry Quick Start import * as THREE from "three"; // Built-in geometry const box = new THREE.BoxGeometry(1, 1, 1); const sphere = new THREE.SphereGeometry(0.5, 32, 32); const plane = new THREE.PlaneGeometry(10, 10); // Create mesh const material = new THREE.MeshStandardMaterial({ color: 0x00ff00 }); const mesh = new THREE.Mesh(box, material); scene.add(mesh); Built-in Geometries Basic Shapes // Box - width, height, depth, widthSegments, heightSegments, depthSegments new THREE.BoxG...
8.3K
1999 shopify-polaris-app-home shopify/shopify-ai-toolkit
Required Tool Calls (do not skip) You have a bash tool. Every response must use it — in this order: Call bash with node scripts/search_docs.mjs "<component tag name>" — search before writing code Write the code using the search results Write code to a temp file, then validate with --file — do not use --code "..." inline (JSX attribute strings break shell quoting): cat > /tmp/extension.tsx << 'SHOPIFY_EOF' YOUR CODE HERE SHOPIFY_EOF node scripts/validate.mjs --file /tmp/extension.tsx --target "ap...
8.3K
2000 nature-data yuan1z0825/nature-skills
Nature Data Availability Skill Use this skill to turn a manuscript's supporting data into a transparent, Nature-ready data availability package: statement text, repository plan, dataset citations, and missing-information flags. The governing policy layer is Springer Nature / Nature Portfolio data policy. The implementation layer is FAIR data practice and DataCite-style citation metadata. Chinese-user operating mode When the user writes in Chinese, provides a Chinese manuscript note, or asks for ...
8.3K