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

/ 聚焦搜索框
正在使用 AI 进行语义搜索...
24,962
总 Skills
106.0M
总安装量
2,600
贡献者
# Skill 仓库 描述 安装量
14401 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
14402 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
14403 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
14404 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
14405 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
14406 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
14407 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
14408 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
14409 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
14410 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
14411 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
14412 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
14413 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
14414 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
14415 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
14416 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
14417 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
14418 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
14419 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
14420 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
14421 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
14422 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
14423 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
14424 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
14425 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
14426 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
14427 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
14428 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
14429 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
14430 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
14431 landing-page-design omer-metin/skills-for-antigravity
Install the belt CLI skill: npx skills add belt-sh/cli Landing Page Design Design high-converting landing pages with AI-generated visuals via inference.sh CLI. Quick Start Requires inference.sh CLI ( belt ). Install instructions belt login Generate a hero image belt 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 phot...
97
14432 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
14433 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
14434 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
14435 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
14436 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
14437 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
14438 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
14439 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
14440 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
14441 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
14442 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
14443 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
14444 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
14445 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
14446 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
14447 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
14448 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
14449 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
14450 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