███████╗██╗ ██╗██╗██╗ ██╗ ██████╗ █████╗ ███╗ ██╗██╗ ██╗
██╔════╝██║ ██╔╝██║██║ ██║ ██╔══██╗██╔══██╗████╗ ██║██║ ██╔╝
███████╗█████╔╝ ██║██║ ██║ ██████╔╝███████║██╔██╗ ██║█████╔╝
╚════██║██╔═██╗ ██║██║ ██║ ██╔══██╗██╔══██║██║╚██╗██║██╔═██╗
███████║██║ ██╗██║███████╗███████╗ ██║ ██║██║ ██║██║ ╚████║██║ ██╗
╚══════╝╚═╝ ╚═╝╚═╝╚══════╝╚══════╝ ╚═╝ ╚═╝╚═╝ ╚═╝╚═╝ ╚═══╝╚═╝ ╚═╝
Agent Skills 排行榜 · 关键词 + 语义搜索
| # | Skill | 仓库 | 描述 | 安装量 |
|---|---|---|---|---|
| 11051 | outbound-optimizer | shipshitdev/library |
Outbound Optimizer - Cold Outreach Revenue Machine Overview You are an outbound sales strategist specializing in Alex Hormozi's outbound principles. You help indie founders transform cold outreach from spam into revenue by leading with value, proving personalization, and making zero-commitment offers. Your job is to execute an outreach transformation—not just advise—by diagnosing current messaging and creating high-converting templates. Hormozi's Core Principle: "Outbound is the fastest way to...
|
98 |
| 11052 | design system architect | daffy0208/ai-dev-standards |
Design System Architect A design system is a single source of truth that brings consistency at scale. Core Principle Design systems are not just component libraries—they're the shared language between design and engineering. A good design system: Accelerates product development (reusable components) Ensures consistency across products (unified brand) Improves accessibility (baked into components) Enables scalability (compound growth, not linear) Reduces technical debt (centralized maintenance) G...
|
98 |
| 11053 | convex migrations | waynesutton/convexskills |
Convex Migrations Evolve your Convex database schema safely with patterns for adding fields, backfilling data, removing deprecated fields, and maintaining zero-downtime deployments. Documentation Sources Before implementing, do not assume; fetch the latest documentation: Primary: https://docs.convex.dev/database/schemas Schema Overview: https://docs.convex.dev/database Migration Patterns: https://stack.convex.dev/migrate-data-postgres-to-convex For broader context: https://docs.convex.dev/llms.t...
|
98 |
| 11054 | automotive-expert | personamanagmentlayer/pcl |
Expert guidance for automotive systems, connected vehicles, fleet management, telematics, advanced driver assistance systems (ADAS), and automotive software development. Core Concepts Automotive Systems - Telematics and fleet management - Connected car platforms - Advanced Driver Assistance Systems (ADAS) - Electric Vehicle (EV) management - Vehicle-to-Everything (V2X) communication - Infotainment systems - Diagnostic systems (OBD-II) Technologies - CAN bus and automotive networks ...
|
98 |
| 11055 | odoo-oca-developer | miquelalzanillas/odoo-oca-convention-skill |
Odoo OCA Developer Expert assistant for Odoo module development following OCA conventions and best practices. Core Capabilities 1. Module Creation Create new Odoo modules from OCA template with proper structure and conventions. Quick Start: python scripts/init_oca_module.py my_module_name --path /path/to/addons --version 17.0 What this provides: Complete OCA-compliant directory structure Pre-configured __manifest__.py with required keys README structure following OCA guidelines Proper __init__.p...
|
98 |
| 11056 | developer-growth-analysis | skillcreatorai/ai-agent-skills |
Developer Growth Analysis This skill provides personalized feedback on your recent coding work by analyzing your Claude Code chat interactions and identifying patterns that reveal strengths and areas for growth. When to Use This Skill Use this skill when you want to: Understand your development patterns and habits from recent work Identify specific technical gaps or recurring challenges Discover which topics would benefit from deeper study Get curated learning resources tailored to your actual w...
|
98 |
| 11057 | ant-design-react | teachingai/full-stack-skills |
When to use this skill Use this skill whenever the user wants to: Build React applications with Ant Design components Use Ant Design UI components (Button, Form, Table, Input, Select, etc.) Customize Ant Design theme and styles Implement internationalization (i18n) with Ant Design Use Ant Design with TypeScript Create forms with validation Display data in tables and lists Implement navigation and layout Use Ant Design icons Handle user feedback (Modal, Message, Notification) Implement data vis...
|
98 |
| 11058 | snapshot-testing | aaronontheweb/dotnet-skills |
Use snapshot testing when: - Verifying rendered output (HTML emails, reports, generated code) - Approving public API surfaces for breaking change detection - Testing HTTP response bodies and headers - Validating serialization output - Catching unintended changes in complex objects What is Snapshot Testing? Snapshot testing captures output and compares it against a human-approved baseline: - First run: Test generates a `.received.` file with actual output - Human review: Developer appro...
|
98 |
| 11059 | search-layer | blessonism/openclaw-search-skills |
Search Layer v2.2 — 意图感知多源检索协议 四源同级:Brave ( web_search ) + Exa + Tavily + Grok。按意图自动选策略、调权重、做合成。 执行流程 用户查询 ↓ [Phase 1] 意图分类 → 确定搜索策略 ↓ [Phase 2] 查询分解 & 扩展 → 生成子查询 ↓ [Phase 3] 多源并行检索 → Brave + search.py (Exa + Tavily + Grok) ↓ [Phase 4] 结果合并 & 排序 → 去重 + 意图加权评分 ↓ [Phase 5] 知识合成 → 结构化输出 Phase 1: 意图分类 收到搜索请求后, 先判断意图类型 ,再决定搜索策略。不要问用户用哪种模式。 意图 识别信号 Mode Freshness 权重偏向 Factual "什么是 X"、"X 的定义"、"What is X" answer — 权威 0.5 Status "X 最新进展"、"X 现状"、"latest X" deep pw/pm 新鲜度 0.5 Comparison "X vs Y"、"X 和 Y 区别"...
|
98 |
| 11060 | scroll-animations | dylantarre/animation-principles |
Scroll Animations Apply Disney's 12 principles to scroll-triggered motion. Principle Application Squash & Stretch: Elements can compress slightly while scrolling fast, settle when stopped. Anticipation: Content should be slightly visible before full reveal. Start animations at 10-20% visibility. Staging: Reveal content in reading order. Top-to-bottom, left-to-right progression. Straight Ahead vs Pose-to-Pose: Define clear "hidden" and "revealed" poses. Scroll position interpolates between ...
|
98 |
| 11061 | user-feedback-synthesizer | 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 User Feedback Synthesizer When to Use After conducting user interviews or surveys When you have a backlog of suppo...
|
98 |
| 11062 | python backend architecture review | rknall/claude-skills |
This skill provides comprehensive architecture review capabilities for Python backend applications, covering all aspects of system design from infrastructure to code organization. When to Use This Skill Activate this skill when the user requests: - Review of a backend architecture design document - Feedback on system design for a Python application - Analysis of scalability patterns and approaches - Security review of backend architecture - Database design evaluation - API design assess...
|
98 |
| 11063 | github-actions-creator | davila7/claude-code-templates |
GitHub Actions Creator You are an expert at creating GitHub Actions workflows. When the user asks you to create a GitHub Action, follow this structured process to deliver a production-ready workflow file. Workflow Creation Process Step 1: Analyze the Project Before writing any YAML, scan the project to understand the stack: Check for language/framework indicators: package.json → Node.js (check for React, Next.js, Vue, Angular, Svelte, etc.) requirements.txt / pyproject.toml / setup.py → Python g...
|
98 |
| 11064 | deepseek | vm0-ai/vm0-skills |
DeepSeek API Use the DeepSeek API via direct curl calls to access powerful AI language models for chat, reasoning, and code generation. Official docs: https://api-docs.deepseek.com/ When to Use Use this skill when you need to: Chat completions with DeepSeek-V3.2 model Deep reasoning tasks using the reasoning model Code generation and completion (FIM - Fill-in-the-Middle) OpenAI-compatible API as a cost-effective alternative Prerequisites Sign up at DeepSeek Platform and create an account Go...
|
98 |
| 11065 | compensation-benchmarking | anthropics/knowledge-work-plugins |
Compensation Benchmarking Help benchmark compensation against market data for hiring, retention, and equity planning. Framework Components of Total Compensation Base salary : Cash compensation Equity : RSUs, stock options, or other equity Bonus : Annual target bonus, signing bonus Benefits : Health, retirement, perks (harder to quantify) Key Variables Role : Function and specialization Level : IC levels, management levels Location : Geographic pay adjustments Company stage : Startup vs. growth v...
|
98 |
| 11066 | obsidian-cli | jackal092927/obsidian-official-cli-skills |
Obsidian CLI Use the obsidian CLI to interact with a running Obsidian instance. Requires Obsidian to be open. Command reference Run obsidian help to see all available commands. This is always up to date. Full docs: https://help.obsidian.md/cli Syntax Parameters take a value with = . Quote values with spaces: obsidian create name = "My Note" content = "Hello world" Flags are boolean switches with no value: obsidian create name = "My Note" silent overwrite For multiline content use \n for newline ...
|
98 |
| 11067 | nlp-engineer | 404kidwiz/claude-supercode-skills |
Provides expertise in Natural Language Processing systems design and implementation. Specializes in text classification, named entity recognition, sentiment analysis, and integrating modern LLMs using frameworks like Hugging Face, spaCy, and LangChain. When to Use - Building text classification systems - Implementing named entity recognition (NER) - Creating sentiment analysis pipelines - Fine-tuning transformer models - Designing LLM-powered features - Implementing text preprocessing pi...
|
98 |
| 11068 | stock-qualitative-analysis | fakehank/stock_qualitative_analysis_skills |
Use this skill when a user asks for a qualitative stock analysis report (定性分析) that must be evidence-based and formatted as a structured report. This skill emphasizes strict citations and non-hallucination behavior. Inputs - Company name (required) - Ticker / exchange (optional but recommended) - Market context (US / HK / CN / other) - Time window (e.g., FY2015–FY2024; latest quarterly) - Language preference (Chinese default; English if requested) - Sources: User-provided filings (PDF o...
|
98 |
| 11069 | markdown-formatter | markpitt/claude-skills |
Markdown Formatter This skill provides modular, categorized formatting guidance for markdown documents. Load resources by formatting area as needed. Quick Reference: When to Load Which Resource Formatting Area Load Resource Common Issues Headers, document structure, hierarchy resources/headers-hierarchy.md Skipped levels, underline-style, spacing Lists, nesting, indentation resources/lists-nesting.md Inconsistent markers, wrong indentation Code blocks, inline code, emphasis resources/code-emph...
|
98 |
| 11070 | claude-memory | melvynx/aiblueprint |
<core_principle> Memory files consume tokens from the context window. ~100-150 instruction slots available for your customizations. Keep files minimal — only include what the agent cannot discover on its own. Two approaches: CLAUDE.md — Single file, best for small projects (< 100 lines) .claude/rules/ — Modular files with optional path-scoping, best for large projects </core_principle> <quick_start> Run /init to auto-generate a CLAUDE.md. Or create manually: Project Name Tech Stack - [Primary ...
|
98 |
| 11071 | quality-auditor | daffy0208/ai-dev-standards |
Quality Auditor You are a Quality Auditor - an expert in evaluating tools, frameworks, systems, and codebases against the highest industry standards. Core Competencies You evaluate across 12 critical dimensions: Code Quality - Structure, patterns, maintainability Architecture - Design, scalability, modularity Documentation - Completeness, clarity, accuracy Usability - User experience, learning curve, ergonomics Performance - Speed, efficiency, resource usage Security - Vulnerabilities, best ...
|
98 |
| 11072 | refactoring-specialist | 404kidwiz/claude-supercode-skills |
Refactoring Specialist Expert guidance on refactoring code to improve structure, readability, and maintainability while preserving functionality. When This Skill Activates Activates when you: Ask to refactor code Request cleanup or improvement Mention "technical debt" or "code smell" Want to improve code quality Refactoring Principles Preserve Behavior : Refactoring must not change external behavior Small Steps : Make small, incremental changes Test Coverage : Ensure tests pass before and after ...
|
98 |
| 11073 | visual designer | daffy0208/ai-dev-standards |
Visual Designer Great design is invisible - users notice when it's bad, not when it's good. Core Principle Consistency over creativity. Visual design serves the user experience. Every color, font, and spacing decision should have a purpose. Phase 1: Color Systems Color Theory Basics Color Wheel: Complementary: Opposite colors (blue + orange) - high contrast Analogous: Adjacent colors (blue + green + teal) - harmonious Triadic: Three evenly spaced colors - balanced Monochromatic: Shades of one co...
|
98 |
| 11074 | second-brain | sean-esk/second-brain-gtd |
Second Brain — Onboarding Wizard Set up a new Obsidian knowledge base using the LLM Wiki pattern. The LLM acts as librarian — reading raw sources, compiling them into a structured interlinked wiki, and maintaining it over time. Wizard Flow Guide the user through these 5 steps. Ask ONE question at a time. Each step has a sensible default — the user can accept it or provide their own value. Step 1: Vault Name Ask: "What would you like to name your knowledge base? This will be the folder name." Def...
|
98 |
| 11075 | supabase-audit-auth-config | yoanbernabeu/supabase-pentest-skills |
Authentication Configuration Audit 🔴 CRITICAL: PROGRESSIVE FILE UPDATES REQUIRED You MUST write to context files AS YOU GO , not just at the end. Write to .sb-pentest-context.json IMMEDIATELY after each setting analyzed Log to .sb-pentest-audit.log BEFORE and AFTER each test DO NOT wait until the skill completes to update files If the skill crashes or is interrupted, all prior findings must already be saved This is not optional. Failure to write progressively is a critical error. This skill anal...
|
98 |
| 11076 | modern-frontend-design | deveshpunjabi/modern-frontend-skill |
Modern Frontend Design You are not just writing code. You are a senior frontend developer, a UI/UX designer, a product designer, and a visual design strategist — all at once. Your mission is to transform any user prompt, idea, or product concept into a visually stunning, modern, premium-quality website or web application. Why this matters: most AI-generated frontends look generic, use dated patterns, and ignore the product context entirely. The result should resemble high-end SaaS products, mode...
|
98 |
| 11077 | seedance-video-creator | wwwzhouhui/skills_collection |
Seedance 2.0 分镜视频创作工具 将创意想法转化为专业分镜提示词,通过即梦 API 先生成参考图,再基于图片+提示词生成视频、自动下载。 前置条件 使用本技能前,确保以下服务可用: jimeng-free-api-all 服务运行中 (默认端口 8000) Docker 部署 docker run -it -d --init --name jimeng-free-api-all \ -p 8000 :8000 -e TZ = Asia/Shanghai \ wwwzhouhui569/jimeng-free-api-all:latest 获取 SessionID : 打开 https://jimeng.jianying.com 并登录 F12 → Application → Cookies → 复制 sessionid 值 环境变量 (可选,也可在交互中指定): JIMENG_API_URL :API 基础地址(默认 http://127.0.0.1:8000 ), 注意只填基础地址,不要包含路径部分 。如使用 duckcloud 服务则为 https://jimeng.d...
|
98 |
| 11078 | saas-platforms | miles990/claude-software-skills |
SaaS Platform Development Overview Building Software-as-a-Service applications with multi-tenancy, subscription billing, and user management. Multi-Tenancy Database Strategies // Strategy 1: Shared database with tenant_id column interface TenantEntity { tenantId: string; // ... other fields } // Middleware to inject tenant context function tenantMiddleware(req: Request, res: Response, next: NextFunction) { const tenantId = req.headers['x-tenant-id'] || req.user?.tenantId; if (!tenant...
|
98 |
| 11079 | reclaude | brianlovin/claude-config |
reclaude Refactor CLAUDE.md files to follow progressive disclosure principles. Prompt I want you to refactor my CLAUDE.md file to follow progressive disclosure principles. Follow these steps: Find contradictions: Identify any instructions that conflict with each other. For each contradiction, ask me which version I want to keep. Identify the essentials: Extract only what belongs in the root CLAUDE.md: One-sentence project description Package manager (if not npm) Non-standard build/typeche...
|
98 |
| 11080 | plugin-structure | aiskillstore/marketplace |
Plugin Structure for Claude Code Overview Claude Code plugins follow a standardized directory structure with automatic component discovery. Understanding this structure enables creating well-organized, maintainable plugins that integrate seamlessly with Claude Code. Key concepts: Conventional directory layout for automatic discovery Manifest-driven configuration in .claude-plugin/plugin.json Component-based organization (commands, agents, skills, hooks) Portable path references using ${CLAUDE_PL...
|
98 |
| 11081 | running-a-base-node | base/skills |
Running a Base Node For production apps requiring reliable, unlimited RPC access. Security Restrict RPC access — bind to 127.0.0.1 or a private interface, never expose RPC ports ( 8545 / 8546 ) to the public internet without authentication Firewall rules — only open ports 9222 (Discovery v5) and 30303 (P2P) to the public; block all other inbound traffic Run as a non-root user with minimal filesystem permissions Use TLS termination (reverse proxy with nginx/caddy) if exposing the RPC endpoint to ...
|
98 |
| 11082 | competitive-ads-extractor | skillcreatorai/ai-agent-skills |
Competitive Ads Extractor This skill extracts your competitors' ads from ad libraries and analyzes what's working—the problems they're highlighting, use cases they're targeting, and copy/creative that's resonating. When to Use This Skill Researching competitor ad strategies Finding inspiration for your own ads Understanding market positioning Identifying successful ad patterns Analyzing messaging that works Discovering new use cases or pain points Planning ad campaigns with proven concepts Wha...
|
97 |
| 11083 | stripe-best-practices | exceptionless/exceptionless |
Latest Stripe API version: 2026-02-25.clover . Always use the latest API version and SDK unless the user specifies otherwise. Integration routing Building... Recommended API Details One-time payments Checkout Sessions references/payments.md Custom payment form with embedded UI Checkout Sessions + Payment Element references/payments.md Saving a payment method for later Setup Intents references/payments.md Connect platform or marketplace Accounts v2 ( /v2/core/accounts ) references/connect.md Subs...
|
97 |
| 11084 | marketing-seo-complete | vasilyu1983/ai-agents-public |
SEO Technical and Marketing - Operational Skill This skill contains actionable, production-ready systems for traditional search engine optimization: Technical SEO auditing (Core Web Vitals, crawlability, structured data, mobile optimization) SEO marketing strategy (keyword research, content planning, competitive analysis, brand building) Operational workflows (cross-team collaboration, stakeholder alignment, SEO OKRs) Total Search Optimization (Google, YouTube, Reddit, TikTok, forums, social S...
|
97 |
| 11085 | embedding-strategies | sickn33/antigravity-awesome-skills |
Embedding Strategies Guide to selecting and optimizing embedding models for vector search applications. When to Use This Skill Choosing embedding models for RAG Optimizing chunking strategies Fine-tuning embeddings for domains Comparing embedding model performance Reducing embedding dimensions Handling multilingual content Core Concepts 1. Embedding Model Comparison (2026) Model Dimensions Max Tokens Best For voyage-3-large 1024 32000 Claude apps (Anthropic recommended) voyage-3 1024 32000 Claud...
|
97 |
| 11086 | canghe-post-to-wechat | freestylefly/canghe-skills |
Post to WeChat Official Account Language Match user's language : Respond in the same language the user uses. If user writes in Chinese, respond in Chinese. If user writes in English, respond in English. Script Directory Agent Execution : Determine this SKILL.md directory as SKILL_DIR , then use ${SKILL_DIR}/scripts/<name>.ts . Script Purpose scripts/wechat-browser.ts Image-text posts (图文) scripts/wechat-article.ts Article posting via browser (文章) scripts/wechat-api.ts Article posting via API (文章...
|
97 |
| 11087 | landing-page-design | omer-metin/skills-for-antigravity |
Landing Page Design Design high-converting landing pages with AI-generated visuals via inference.sh CLI. Quick Start Requires inference.sh CLI ( infsh ). Install instructions infsh login Generate a hero image infsh app run falai/flux-dev-lora --input '{ "prompt": "professional person smiling while using a laptop showing a clean dashboard interface, bright modern office, natural lighting, warm and productive atmosphere, lifestyle marketing photography", "width": 1248, "height": 832 }' Research ...
|
97 |
| 11088 | websocket | martinholovsky/claude-skills-generator |
WebSocket Security Skill File Organization SKILL.md: Core principles, patterns, essential security (this file) references/security-examples.md: CSWSH examples and authentication patterns references/advanced-patterns.md: Connection management, scaling patterns references/threat-model.md: Attack scenarios including CSWSH Validation Gates Gate 0.2: PASSED (5+ vulnerabilities documented) - CVE-2024-23898, CVE-2024-26135, CVE-2023-0957 1. Overview Risk Level: HIGH Justification: WebSocket connect...
|
97 |
| 11089 | team-collaboration-issue | sickn33/antigravity-awesome-skills |
GitHub Issue Resolution Expert You are a GitHub issue resolution expert specializing in systematic bug investigation, feature implementation, and collaborative development workflows. Your expertise spans issue triage, root cause analysis, test-driven development, and pull request management. You excel at transforming vague bug reports into actionable fixes and feature requests into production-ready code. Use this skill when Working on github issue resolution expert tasks or workflows Needing gui...
|
97 |
| 11090 | employee-handbook | anthropics/knowledge-work-plugins |
Employee Handbook Answer employee questions about policies, benefits, and procedures by searching connected knowledge bases or using provided handbook content. Common Topics PTO and Leave : Vacation, sick leave, parental leave, bereavement, sabbatical Benefits : Health insurance, dental, vision, 401k, HSA/FSA, wellness Compensation : Pay schedule, bonus timing, equity vesting, expense reimbursement Remote Work : WFH policy, remote locations, equipment stipend, coworking Travel : Booking policy, ...
|
97 |
| 11091 | axiom-spritekit-diag | charleswiltgen/axiom |
SpriteKit Diagnostics Systematic diagnosis for common SpriteKit issues with time-cost annotations. When to Use This Diagnostic Skill Use this skill when: Physics contacts never fire (didBegin not called) Objects pass through walls (tunneling) Frame rate drops below 60fps Touches don't register on nodes Memory grows continuously during gameplay Positions and coordinates seem wrong App crashes during scene transitions Mandatory First Step: Enable Debug Overlays Time cost : 10 seconds setup vs hour...
|
97 |
| 11092 | klaviyo | alinaqi/claude-bootstrap |
Klaviyo E-Commerce Marketing Skill Load with: base.md + (typescript.md or python.md) For integrating Klaviyo email/SMS marketing - customer profiles, event tracking, campaigns, flows, and segmentation. Sources: Klaviyo API Docs | API Reference Why Klaviyo Feature Benefit E-commerce Native Built for online stores, deep integrations Event-Based Trigger flows from any customer action Segmentation Advanced filtering on behavior + properties Email + SMS Unified platform for both channels Analytics Re...
|
97 |
| 11093 | shadcn-baseui | thunderboltdev/shadcn-baseui |
shadcn/ui + Base UI Guidelines A guide for using shadcn/ui components when working with Base UI. Prevents LLMs from incorrectly suggesting Radix UI patterns (asChild, etc.). ⚠️ CRITICAL: Before suggesting any code, verify this is a Base UI project by checking components.json . The style field should start with "base-" (e.g., "base-vega" , "base-nova" , "base-maia" , "base-lyra" , "base-mira" ). If it starts with something else, this skill does not apply. Ensure the @base-ui/react package is inst...
|
97 |
| 11094 | nextjs-use-search-params-suspense | wsimmonds/claude-nextjs-skills |
Next.js: useSearchParams with Suspense Pattern Pattern Overview The useSearchParams hook requires TWO things: Component must have 'use client' directive Component must be wrapped in a <Suspense> boundary This is a Next.js requirement, not optional! Why This Pattern? useSearchParams reads URL query parameters: /search?q=shoes → searchParams.get('q') returns "shoes" /products?category=electronics&sort=price → Read multiple params Why Suspense? Next.js uses React 18's Suspense to handle the ...
|
97 |
| 11095 | gsap-greensock | dylantarre/animation-principles |
GSAP Animation Principles Implement all 12 Disney animation principles using GSAP's powerful timeline and tween system. 1. Squash and Stretch gsap.to(".ball", { scaleX: 1.2, scaleY: 0.8, yoyo: true, repeat: 1, duration: 0.15, ease: "power2.inOut" }); 2. Anticipation const tl = gsap.timeline(); tl.to(".character", { y: 20, scaleY: 0.9, duration: 0.2 }) // wind up .to(".character", { y: -200, duration: 0.4, ease: "power2.out" }); // action 3. Staging gsap.to(".background", { filt...
|
97 |
| 11096 | aiogram-framework | narumiruna/telegram-bot |
Aiogram Framework Overview Use this skill to design or modify aiogram-based bots in this repository with v3 patterns and the local docs/examples. Workflow Choose update delivery (polling vs webhook) and note any scaling or multi-bot needs. See references/updates.md . Define dispatcher/router layout and handler registration. See references/quickstart.md and references/handlers-filters.md . Add filters and context injection (including custom filters) as needed. See references/handlers-filters.md a...
|
97 |
| 11097 | minimax-web-search | imsus/pi-extension-minimax-coding-plan-mcp |
MiniMax Web Search Skill Use this skill when you need to find current, real-time, or authoritative information that may have changed since my knowledge cutoff. How to Use Call the web_search tool directly with a query: web_search({ query: "your search query" }) When to Use Use web_search when: Current events : News, recent developments, latest releases Fact verification : Checking if information is still accurate Technical updates : New versions, patches, breaking changes Dynamic content : Price...
|
97 |
| 11098 | wagmi | 0xsardius/onchain-typescript-skills |
Wagmi Skill Version: Wagmi 3.x | Official Docs | Requires TypeScript 5.7.3+ Wagmi provides React hooks for Ethereum. This skill ensures correct patterns for provider setup, hooks usage, and React-specific pitfalls. Quick Setup (Wagmi v3) 1. Config Setup // config.ts import { http, createConfig } from 'wagmi' import { mainnet, polygon, arbitrum } from 'wagmi/chains' // v3: Install connectors separately: npm i @wagmi/connectors import { injected, coinbaseWallet, walletConnect } from '@wagmi/con...
|
97 |
| 11099 | tools-and-context | tambo-ai/tambo |
Tools and Context Gives Tambo access to data and capabilities through tools, MCP servers, and context. Quick Start // Custom tool Tambo can call const fetchUserTool = defineTool ( { name : "fetchUser" , description : "Fetch user by ID" , inputSchema : z . object ( { userId : z . string ( ) } ) , tool : async ( { userId } ) => fetchUser ( userId ) , } ) ; < TamboProvider tools = { [ fetchUserTool ] } > < App /> </ TamboProvider > ; Custom Tools Register JavaScript functions Tambo can call: import...
|
97 |
| 11100 | hummingbot-developer | hummingbot/skills |
hummingbot-developer Developer workflow skill for building and running the full Hummingbot stack from source. Commands (run as /hummingbot-developer <command> ): Command Description start Check dev environment status select-branches Pick branches for all 3 repos install-all Install all 3 repos in order build-all Build wheel + all Docker images verify-build Verify builds are correct + in sync run-dev-stack Start full stack from source setup-hummingbot Install Hummingbot from source run-hummingbot...
|
97 |