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

/ 聚焦搜索框
正在使用 AI 进行语义搜索...
21,671
总 Skills
38.7M
总安装量
2,456
贡献者
# Skill 仓库 描述 安装量
11101 content-research-writer davepoon/buildwithclaude
Content Research Writer This skill acts as your writing partner, helping you research, outline, draft, and refine content while maintaining your unique voice and style. When to Use This Skill Writing blog posts, articles, or newsletters Creating educational content or tutorials Drafting thought leadership pieces Researching and writing case studies Producing technical documentation with sources Writing with proper citations and references Improving hooks and introductions Getting section-by-sect...
97
11102 coingecko 2025emma/vibe-coding-cn
CoinGecko CoinGecko provides comprehensive crypto market data including spot prices, OHLC candles, market cap, trending coins, sector performance, and global stats. When to Use CoinGecko Use CoinGecko for: Price queries - Current prices, historical prices, OHLC data Market overview - Market cap, volume, trending coins, top gainers/losers Coin information - Detailed coin data, tickers, trading pairs Exchange data - Exchange listings, volumes, trading pairs NFT data - NFT collections, floor prices...
97
11103 json-data-handling bobmatnyc/claude-mpm-skills
JSON Data Handling Working effectively with JSON data structures. Python Basic Operations import json Parse JSON string data = json.loads('{"name": "John", "age": 30}') Convert to JSON string json_str = json.dumps(data) Pretty print json_str = json.dumps(data, indent=2) Read from file with open('data.json', 'r') as f: data = json.load(f) Write to file with open('output.json', 'w') as f: json.dump(data, f, indent=2) Advanced Custom encoder for datetime from datetime import d...
97
11104 image-enhancer skillcreatorai/ai-agent-skills
Image Enhancer This skill takes your images and screenshots and makes them look better—sharper, clearer, and more professional. When to Use This Skill Improving screenshot quality for blog posts or documentation Enhancing images before sharing on social media Preparing images for presentations or reports Upscaling low-resolution images Sharpening blurry photos Cleaning up compressed images What This Skill Does Analyzes Image Quality : Checks resolution, sharpness, and compression artifacts Enhan...
97
11105 project-astrology-tarot-divination vasilyu1983/ai-agents-public
Tarot and Divination - Expert Advisor Act as an experienced Tarot reader and product advisor. Give psychologically grounded readings that support reflection and decision-making rather than deterministic prediction. Scope Use this skill to: Interpret Major/Minor Arcana (upright and reversed) Design or choose spreads (Celtic Cross, 3-card, custom) Deliver full readings and daily pulls using assets/ Explain card combinations and spread synthesis Integrate Tarot with light astrological timing (o...
97
11106 canghe-post-to-x freestylefly/canghe-skills
Post to X (Twitter) Posts text, images, videos, and long-form articles to X via real Chrome browser (bypasses anti-bot detection). Script Directory Important : All scripts are located in the scripts/ subdirectory of this skill. Agent Execution Instructions : Determine this SKILL.md file's directory path as SKILL_DIR Script path = ${SKILL_DIR}/scripts/<script-name>.ts Replace all ${SKILL_DIR} in this document with the actual path Script Reference : Script Purpose scripts/x-browser.ts Regular post...
97
11107 neo4j-cypher-guide tomasonjo/blogs
This skill helps generate Neo4j Cypher read queries using modern syntax patterns and avoiding deprecated features. It focuses on efficient query patterns for graph traversal and data retrieval. Quick Compatibility Check When generating Cypher queries, immediately avoid these REMOVED features: - ❌ `id()` function → Use `elementId()` - ❌ Implicit grouping keys → Use explicit WITH clauses - ❌ Pattern expressions for lists → Use pattern comprehension or COLLECT subqueries - ❌ Repeated relatio...
97
11108 akka-net-testing-patterns aaronontheweb/dotnet-skills
Use this skill when: - Writing unit tests for Akka.NET actors - Testing persistent actors with event sourcing - Verifying actor interactions and message flows - Testing actor supervision and lifecycle - Mocking external dependencies in actor tests - Testing cluster sharding behavior locally - Verifying actor state recovery and persistence Choosing Your Testing Approach ✅ Use Akka.Hosting.TestKit (Recommended for 95% of Use Cases) When: - Building modern .NET applications with `Micro...
97
11109 tailscale el-feo/ai-context
Tailscale Network Management Trigger Keywords: tailscale, tailnet, wireguard vpn, mesh vpn, tailscale ssh, exit node, subnet router, tailscale acl, magicDNS, tailscale serve, tailscale funnel What is Tailscale? A mesh VPN service built on WireGuard that creates secure, encrypted peer-to-peer connections between devices without complex configuration. Unlike traditional VPNs with central gateways, Tailscale creates direct connections between devices (or uses relay servers when needed). Key Bene...
97
11110 playdotfun opusgamelabs/skills
When to use Use this skill whenever users need to integrate a game with Play.fun or fetch data from Play.fun. You can also use this skill to help guide users through different workflows of Play.fun. How to use Read individual skill pages for specific use cases. Some may include code snippets, reference links, helpful information, scripts to call, and more. API Reference - Complete API endpoint reference for Play.fun. API Authentication - How to use HMAC-SHA256 authentication for the Play.fun API...
97
11111 whale-index senpi-ai/senpi-skills
Whale Index — Auto-Mirror Top Discovery Traders Scan the Discovery leaderboard, score traders, create mirror strategies, and rebalance daily. Set your risk level and budget — the agent handles selection, allocation, monitoring, and swaps. Skill Attribution When creating a strategy, include skill_name and skill_version in the call. See references/skill-attribution.md for details. 5-Step Flow Step 1: Onboard the User Collect: budget, risk tolerance (conservative/moderate/aggressive). Budget Slots ...
97
11112 canton-network-repos 0xbigboss/claude-code
Canton Network Open-Source Repositories This skill provides comprehensive knowledge about the Canton Network open-source ecosystem, repository relationships, and build processes. Activation Use this skill when: Working with Canton Network, DAML, or Splice repositories Investigating version compatibility issues Understanding enterprise vs community differences Debugging LF version or package ID mismatches Building Canton participants or Splice applications Repository Hierarchy ┌──────────────...
97
11113 vercel-react-best-practices vercel-labs/claude-skills
Vercel React Best Practices Comprehensive performance optimization guide for React and Next.js applications, maintained by Vercel. Contains 62 rules across 8 categories, prioritized by impact to guide automated refactoring and code generation. When to Apply Reference these guidelines when: Writing new React components or Next.js pages Implementing data fetching (client or server-side) Reviewing code for performance issues Refactoring existing React/Next.js code Optimizing bundle size or load tim...
97
11114 swift-expert 404kidwiz/claude-supercode-skills
Swift Expert Senior Swift developer with mastery of Swift 5.9+, Apple's development ecosystem, SwiftUI, async/await concurrency, and protocol-oriented programming. Role Definition You are a senior Swift engineer with 10+ years of Apple platform development. You specialize in Swift 5.9+, SwiftUI, async/await concurrency, protocol-oriented design, and server-side Swift. You build type-safe, performant applications following Apple's API design guidelines. When to Use This Skill Building iOS/mac...
97
11115 component-rendering tambo-ai/tambo
Component Rendering Handles streaming props and persistent component state. Quick Start const { streamStatus , propStatus } = useTamboStreamStatus < Props > ( ) ; if ( streamStatus . isPending ) return < Skeleton /> ; if ( streamStatus . isStreaming ) return < LoadingIndicator /> ; Stream Status Track overall and per-prop streaming status: import { useTamboStreamStatus } from "@tambo-ai/react" ; function MyComponent ( { title , items } : Props ) { const { streamStatus , propStatus } = useTamboSt...
97
11116 github-pull-request-description longbridge/gpui-component
Description We less than 150 words description for a PR changes, including new features, bug fixes, and improvements. And if there have APIs break changes (Only crates/ui changes) we should have a section called Breaking Changes to list them clearly. Breaking changes description When a pull request introduces breaking changes to a codebase, it's important to clearly communicate these changes to users and developers who rely on the code. A well-written breaking changes description helps ensur...
97
11117 shopify-polaris-web-components tamiror6/shopify-app-skills
Shopify Polaris Web Components Use this skill when building UI for Shopify App Home surfaces using Polaris Web Components. When to Use Building App Home pages (the app surface outside of Shopify Admin iframe) Creating UI with s-* custom elements Designing layouts with s-section, s-stack, s-box Building forms, modals, or lists for App Home Important : App Home uses Polaris Web Components ( s-* elements), NOT Polaris React ( @shopify/polaris ). These are different technologies. Polaris React vs We...
97
11118 apktool brownfinesecurity/iothackbot
Apktool - Android APK Unpacking and Resource Extraction You are helping the user reverse engineer Android APK files using apktool for security analysis, vulnerability discovery, and understanding app internals. Tool Overview Apktool is a tool for reverse engineering Android APK files. It can decode resources to nearly original form and rebuild them after modifications. It's essential for: Extracting readable AndroidManifest.xml Decoding resources (XML layouts, strings, images) Disassembling ...
97
11119 axiom-sf-symbols-ref charleswiltgen/axiom
SF Symbols — API Reference When to Use This Skill Use when: You need exact API signatures for rendering modes or symbol effects You need UIKit/AppKit equivalents for SwiftUI symbol APIs You need to check platform availability for a specific effect You need configuration options (weight, scale, variable values) You need to create custom symbols with proper template structure
97
11120 onchainkit bankrbot/openclaw-skills
OnchainKit Build production-ready onchain applications using Coinbase's comprehensive React component library and TypeScript utilities. Overview OnchainKit provides ready-to-use, full-stack components that abstract blockchain complexity, making it easy to build onchain applications without deep blockchain knowledge. It offers AI-friendly components that work automatically on Base, requires no backend infrastructure, and provides cost-effective transactions (< $0.01 fees). Quick Start New Project...
97
11121 akka-net-management aaronontheweb/dotnet-skills
Use this skill when: - Deploying Akka.NET clusters to Kubernetes or cloud environments - Replacing static seed nodes with dynamic service discovery - Configuring cluster bootstrap for auto-formation - Setting up health endpoints for load balancers - Integrating with Azure Table Storage, Kubernetes API, or config-based discovery Overview Akka.Management provides HTTP endpoints for cluster management and integrates with Akka.Cluster.Bootstrap to enable dynamic cluster formation using servi...
97
11122 senior-fullstack borghei/claude-skills
Senior Fullstack Complete toolkit for senior fullstack with modern tools and best practices. Quick Start Main Capabilities This skill provides three core capabilities through automated scripts: Script 1: Fullstack Scaffolder python scripts/fullstack_scaffolder.py [ options ] Script 2: Project Scaffolder python scripts/project_scaffolder.py [ options ] Script 3: Code Quality Analyzer python scripts/code_quality_analyzer.py [ options ] Core Capabilities 1. Fullstack Scaffolder Automated tool fo...
97
11123 google-calendar sanjay3290/ai-skills
Google Calendar Interact with Google Calendar for event management, scheduling, and availability checking. Installation Dependencies : pip install --user google-auth google-auth-oauthlib google-api-python-client keyring pyyaml Setup Verification After installation, verify the skill is properly configured: $SKILL_DIR /scripts/google-calendar.py check This will check: Python dependencies (google-auth, google-auth-oauthlib, google-api-python-client, keyring, pyyaml) Authentication configuration Con...
97
11124 react-specialist 404kidwiz/claude-supercode-skills
React Specialist Purpose Provides expert React development expertise specializing in React 18+, Next.js ecosystem, and modern React patterns. Builds performant, scalable React applications using hooks, concurrent features, state management solutions like Zustand, and data fetching with TanStack Query. When to Use Building React applications with modern patterns (React 18+) Implementing Server Components and SSR with Next.js Managing state with Zustand, TanStack Query, or other solutions Optimi...
97
11125 encore-go-getting-started encoredev/skills
Getting Started with Encore Go Instructions Install Encore CLI macOS brew install encoredev/tap/encore Linux/WSL curl -L https://encore.dev/install.sh | bash Windows (PowerShell) iwr https://encore.dev/install.ps1 | iex Create a New App Interactive - choose from templates encore app create my-app Or start with a blank Go app encore app create my-app --example=hello-world Project Structure A minimal Encore Go app: my-app/ ├── encore.app App configuration ├── go.mod ...
97
11126 plugin-settings aiskillstore/marketplace
Plugin Settings Pattern for Claude Code Plugins Overview Plugins can store user-configurable settings and state in .claude/plugin-name.local.md files within the project directory. This pattern uses YAML frontmatter for structured configuration and markdown content for prompts or additional context. Key characteristics: File location: .claude/plugin-name.local.md in project root Structure: YAML frontmatter + markdown body Purpose: Per-project plugin configuration and state Usage: Read from hooks,...
96
11127 babysit a5c-ai/babysitter
babysit Orchestrate .a5c/runs/<runId>/ through iterative execution. Use the SDK CLI to drive the orchestration loop. Dependencies Babysitter SDK and CLI make sure you have the latest version of the cli: npm i -g @a5c-ai/babysitter@latest @a5c-ai/babysitter-sdk@latest @a5c-ai/babysitter-breakpoints@latest then use the CLI alias: CLI="babysitter" Alternatively, use the CLI alias: CLI="npx -y @a5c-ai/babysitter-sdk@latest" jq make sure you have jq installed and available in the path. if not, instal...
96
11128 nextjs-on-vercel andrelandgraf/fullstackrecipes
Next.js on Vercel To set up Next.js on Vercel, refer to the fullstackrecipes MCP server resource: Resource URI: recipe://fullstackrecipes.com/nextjs-on-vercel If the MCP server is not configured, fetch the recipe directly: curl -H "Accept: text/plain" https://fullstackrecipes.com/api/recipes/nextjs-on-vercel
96
11129 generate-component-story longbridge/gpui-component
Instructions When creating component stories: Follow existing patterns: Base stories on the styles found in crates/story/src/stories (examples: tabs_story.rs, group_box_story.rs, etc.) Use sections: Organize the story with section! calls for each major part Comprehensive coverage: Include all options, variants, and usage examples of the component Examples A typical story structure includes: Basic usage examples Different variants and states Interactive examples Edge cases and error states
96
11130 multi-agent-coordinator 404kidwiz/claude-supercode-skills
Provides advanced multi-agent orchestration expertise for managing complex coordination of agents across distributed systems. Specializes in hierarchical control, dynamic scaling, intelligent resource allocation, and sophisticated conflict resolution for enterprise-level multi-agent environments. When to Use - Enterprise-level deployments with hundreds of specialized agents - Global operations requiring coordination across multiple time zones - Complex business processes with interdependent...
96
11131 php security patterns thebushidocollective/han
Security is paramount in PHP applications as they often handle sensitive user data, authentication, and financial transactions. PHP's flexibility and dynamic nature create opportunities for vulnerabilities if security best practices aren't followed. Common PHP security vulnerabilities include SQL injection, cross-site scripting (XSS), cross-site request forgery (CSRF), insecure password storage, session hijacking, and file inclusion attacks. Each can lead to data breaches, unauthorized access, ...
96
11132 openapi-spec-generation sickn33/antigravity-awesome-skills
OpenAPI Spec Generation Comprehensive patterns for creating, maintaining, and validating OpenAPI 3.1 specifications for RESTful APIs. Use this skill when Creating API documentation from scratch Generating OpenAPI specs from existing code Designing API contracts (design-first approach) Validating API implementations against specs Generating client SDKs from specs Setting up API documentation portals Do not use this skill when The task is unrelated to openapi spec generation You need a different d...
96
11133 senior-qa-engineer javalenciacai/qaskills
Senior QA Engineer You are a Senior QA Engineer with expertise across the entire software development and testing lifecycle. You apply systematic, professional QA practices from initial requirements through continuous improvement. Core Principle: Orchestrator-First Approach CRITICAL RULES: ALL tasks MUST use a skill - Never execute without an appropriate skill ALWAYS activate multi-agent-orchestration FIRST - It's the mandatory master coordinator Let orchestrator manage everything - Discovery, i...
96
11134 conventional-commits patricio0312rev/skills
Conventional Commits Write standardized, semantic commit messages that enable automated versioning and changelog generation. Core Workflow Analyze changes : Review staged files and modifications Determine type : Select appropriate commit type (feat, fix, etc.) Identify scope : Optional component/module affected Write description : Concise summary in imperative mood Add body : Optional detailed explanation Include footer : Breaking changes, issue references Commit Message Format <type>[optional s...
96
11135 mise-expert samhvw8/dotfiles
Mise Expert Skill Purpose Specialized skill for mise - a unified development environment manager combining tool version management (asdf replacement), environment variable management (direnv replacement), and task running (make/npm scripts replacement). When to Use This Skill Tool & Runtime Management Installing and managing runtime versions (node, python, go, ruby, rust, etc.) Setting up project-specific tool versions for reproducibility Switching between multiple language versions in polyglo...
96
11136 aspire-service-defaults aaronontheweb/dotnet-skills
Use this skill when: - Building Aspire-based distributed applications - Need consistent observability (logging, tracing, metrics) across services - Want shared health check configuration - Configuring HttpClient resilience and service discovery What is ServiceDefaults? ServiceDefaults is a shared project that provides common configuration for all services in an Aspire application: - OpenTelemetry - Logging, tracing, and metrics - Health Checks - Readiness and liveness endpoints - Servi...
96
11137 seo-specialist 404kidwiz/claude-supercode-skills
SEO Specialist Expert-level search engine optimization. Core Competencies Technical SEO On-page optimization Content SEO Link building Keyword research Local SEO Analytics and reporting Algorithm updates Technical SEO Site Audit Checklist Crawlability: Robots.txt properly configured XML sitemap submitted No crawl errors in Search Console Proper use of noindex/nofollow Canonical tags implemented Indexability: Important pages indexed Duplicate content resolved Thin content identified...
96
11138 agile-coach borghei/claude-skills
Agile Coach Expert-level agile coaching for team and organizational transformation. Core Competencies Agile transformation Team coaching Framework implementation Organizational design Change management Facilitation Metrics and improvement Leadership coaching Agile Frameworks Framework Comparison Aspect Scrum Kanban SAFe LeSS Roles SM, PO, Dev Flexible Many defined SM, PO, Dev Cadence Fixed sprints Continuous PI Planning Sprints Planning Sprint Planning On-demand PI Planning Sprint Planning Bes...
96
11139 imagemagick-conversion laurigates/claude-plugins
Project: Project-independent Gitignored: Yes Trigger Use this skill when users request image manipulation tasks including: - Converting between image formats (PNG, JPEG, WebP, GIF, TIFF, etc.) - Resizing images (dimensions, percentages, aspect ratios) - Batch processing multiple images - Adjusting image quality and compression - Creating thumbnails - Basic image transformations (rotate, flip, crop) Overview ImageMagick is a powerful command-line tool for image processing. This skill ...
96
11140 design-trends-2026 guia-matthieu/clawfu-skills
Design Trends 2026 Apply the 10 dominant graphic design aesthetics of 2026 to any creative project — based on Kittl × Savee's trend report, backed by Adobe, Figma, and Pinterest platform data. When to Use This Skill Briefing a designer or AI image generator — translate vague "make it modern" into precise style vocabulary Creating brand identity or visual refresh — pick aesthetics that match your audience and positioning Building mood boards — combine trends with intent, not just screenshots Desi...
96
11141 akka-hosting-actor-patterns aaronontheweb/dotnet-skills
Use this skill when: - Building entity actors that represent domain objects (users, orders, invoices, etc.) - Need actors that work in both unit tests (no clustering) and production (cluster sharding) - Setting up scheduled tasks with akka-reminders - Registering actors with Akka.Hosting extension methods - Creating reusable actor configuration patterns Core Principles - Execution Mode Abstraction - Same actor code runs locally (tests) or clustered (production) - GenericChildPerEntityPa...
96
11142 domain-name-brainstormer skillcreatorai/ai-agent-skills
Domain Name Brainstormer This skill helps you find the perfect domain name for your project by generating creative options and checking what's actually available to register. When to Use This Skill Starting a new project or company Launching a product or service Creating a personal brand or portfolio site Rebranding an existing project Registering a domain for a side project Finding available alternatives when your first choice is taken What This Skill Does Understands Your Project : Analyzes wh...
96
11143 cqrs-implementation sickn33/antigravity-awesome-skills
CQRS Implementation Comprehensive guide to implementing CQRS (Command Query Responsibility Segregation) patterns. When to Use This Skill Separating read and write concerns Scaling reads independently from writes Building event-sourced systems Optimizing complex query scenarios Different read/write data models needed High-performance reporting requirements Core Concepts 1. CQRS Architecture ┌─────────────┐ │ Client │ └──────┬──────┘ │ ┌────────────┴────────────┐ │ │ ▼...
96
11144 playwright-skill dedalus-erp-pas/foundation-skills
IMPORTANT - Path Resolution: This skill can be installed in different locations (plugin system, manual installation, global, or project-specific). Before executing any commands, determine the skill directory based on where you loaded this SKILL.md file, and use that path in all commands below. Replace $SKILL_DIR with the actual discovered path. Common installation paths: Plugin system: ~/.claude/plugins/marketplaces/playwright-skill/skills/playwright-skill Manual global: ~/.claude/skills/playwri...
96
11145 pine-backtester traderspost/pinescript-agents
Specialized in adding comprehensive testing and validation capabilities to Pine Script indicators and strategies. Core Responsibilities Strategy Performance Metrics - Win rate and profit factor - Maximum drawdown analysis - Sharpe and Sortino ratios - Risk-adjusted returns - Trade distribution analysis Indicator Accuracy Testing - Signal accuracy measurements - False positive/negative rates - Lag analysis - Divergence detection accuracy - Multi-timeframe validation Statistical ...
96
11146 wechat-publisher-yashu steelan9199/wechat-publisher
微信公众号文章发布工具 功能概述 将本地 Markdown 文章一键发布到微信公众号草稿箱。 如何获取微信开发者平台的 AppID 和 AppSecret(可选) 如果默认配置发布失败,或用户想使用自己的公众号,指导用户按以下步骤获取: 登录微信开发者平台(首页/公众号) https://developers.weixin.qq.com/platform 点击 前往控制台 点击 我的业务/公众号 公众号页面的 基础信息 下方就能看到"AppID" 公众号页面的 开发秘钥 下方就能看到"AppSecret" 工作流程 根据用户需求执行不同的操作流程: 场景一:预览主题效果 当用户说"我要预览主题"或类似表达时: 直接提供预览链接 : https://5g6pxtj3zg.coze.site/ 简单说明 :告知用户该网站提供了一个固定包含各种元素的 markdown 文章,用于展示不同主题的实际效果 无需执行任何本地操作 场景二:发布文章到公众号 当用户需要将 Markdown 文章发布到微信公众号时,按以下步骤执行: 1. 环境检查与准备 确保环境满足要求: Node.js >= 24....
96
11147 incident-response-incident-response sickn33/antigravity-awesome-skills
Use this skill when Working on incident response incident response tasks or workflows Needing guidance, best practices, or checklists for incident response incident response Do not use this skill when The task is unrelated to incident response incident response 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 ...
96
11148 xiaohongshu-publisher solar-luna/fully-automatic-article-generation-skill
小红书自动发布 Skill 自动将内容发布到小红书平台。 功能 格式转换 : 将文章内容转换为小红书格式(≤1000字,emoji风格) 智能压缩 : 将长文章压缩到1000字以内,提取核心要点 直接发布 : 通过xiaohongshu-mcp服务直接发布到小红书账号 使用场景 当用户说以下类似话术时使用此Skill: "发布到小红书" "推送到小红书" "小红书发布" "同步到小红书" "发一篇小红书" 使用方法 方法1:简化脚本发布(推荐,快速) cd ~/.claude/skills/xiaohongshu-publisher python3 simple_publish.py "标题" "内容内容" 示例 : python3 simple_publish.py \ "Gemini 3 Pro炸场了" \ "🔥 Gemini 3 Pro炸场了!核心亮点:🏆推理能力第一..." 方法2:完整功能发布 cd ~/.claude/skills/xiaohongshu-publisher python3 publisher.py \ --title "文章标题" \ --content ...
96
11149 tailwind-responsive-design thebushidocollective/han
Tailwind CSS - Responsive Design Tailwind CSS provides a mobile-first responsive design system using breakpoint prefixes that make it easy to build adaptive layouts. Key Concepts Mobile-First Approach Tailwind uses a mobile-first breakpoint system. Unprefixed utilities apply to all screen sizes, and breakpoint prefixes apply from that breakpoint and up: <!-- Mobile: full width, Tablet+: half width, Desktop+: third width --> <div class="w-full md:w-1/2 lg:w-1/3"> Responsive width </div> De...
96
11150 canghe-slide-deck freestylefly/canghe-skills
Slide Deck Generator Transform content into professional slide deck images. Usage /canghe-slide-deck path/to/content.md /canghe-slide-deck path/to/content.md --style sketch-notes /canghe-slide-deck path/to/content.md --audience executives /canghe-slide-deck path/to/content.md --lang zh /canghe-slide-deck path/to/content.md --slides 10 /canghe-slide-deck path/to/content.md --outline-only /canghe-slide-deck Then paste content Script Directory Agent Execution Instructions : Determine this SKILL.md...
96