███████╗██╗ ██╗██╗██╗ ██╗ ██████╗ █████╗ ███╗ ██╗██╗ ██╗
██╔════╝██║ ██╔╝██║██║ ██║ ██╔══██╗██╔══██╗████╗ ██║██║ ██╔╝
███████╗█████╔╝ ██║██║ ██║ ██████╔╝███████║██╔██╗ ██║█████╔╝
╚════██║██╔═██╗ ██║██║ ██║ ██╔══██╗██╔══██║██║╚██╗██║██╔═██╗
███████║██║ ██╗██║███████╗███████╗ ██║ ██║██║ ██║██║ ╚████║██║ ██╗
╚══════╝╚═╝ ╚═╝╚═╝╚══════╝╚══════╝ ╚═╝ ╚═╝╚═╝ ╚═╝╚═╝ ╚═══╝╚═╝ ╚═╝
Agent Skills 排行榜 · 关键词 + 语义搜索
| # | Skill | 仓库 | 描述 | 安装量 |
|---|---|---|---|---|
| 5651 | ui-skills | sickn33/antigravity-awesome-skills |
Ui Skills Overview Opinionated, evolving constraints to guide agents when building interfaces When to Use This Skill Use this skill when you need to work with opinionated, evolving constraints to guide agents when building interfaces. Instructions This skill provides guidance and patterns for opinionated, evolving constraints to guide agents when building interfaces. For more information, see the source repository .
|
395 |
| 5652 | aicoin-hyperliquid | aicoincom/coinos-skills |
⚠️ 运行脚本: 所有 node scripts/... 命令必须以本 SKILL.md 所在目录为 workdir。 AiCoin Hyperliquid Hyperliquid whale tracking and analytics powered by AiCoin Open API . Version: 1.0.0 Critical Rules NEVER fabricate data. Always run scripts to fetch real-time data. NEVER use curl, web_fetch, or browser. Always use these scripts. NEVER run env or printenv — leaks API secrets. Scripts auto-load .env — never pass credentials inline. On 304/403 error — STOP, do NOT retry. Guide user to upgrade (see Paid Feature Guide at...
|
395 |
| 5653 | go-functional-options | cxuu/golang-skills |
Functional Options Pattern Source: Uber Go Style Guide Functional options is a pattern where you declare an opaque Option type that records information in an internal struct. The constructor accepts a variadic number of these options and applies them to configure the result. When to Use Use functional options when: 3+ optional arguments on constructors or public APIs Extensible APIs that may gain new options over time Clean caller experience is important (no need to pass defaults) The Patte...
|
395 |
| 5654 | gsap-awwwards-website | eng0ai/eng0-template-skills |
GSAP Awwwards Website A stunning product landing page with GSAP scroll animations, modern React 19 architecture, and Tailwind CSS 4 styling. Tech Stack Framework: React 19 Build Tool: Vite Animation: GSAP Styling: Tailwind CSS 4 Package Manager: npm Output: dist directory Dev Port: 5173 Setup 1. Clone the Template git clone --depth 1 https://github.com/Eng0AI/gsap-awwwards-website-template.git . If the directory is not empty: git clone --depth 1 https://github.com/Eng0AI/gsap-awwwards-websi...
|
395 |
| 5655 | spec-kit-skill | feiskyer/claude-code-settings |
Spec-Kit: Constitution-Based Spec-Driven Development Official GitHub Spec-Kit integration providing a 7-phase constitution-driven workflow for feature development. Quick Start This skill works with the GitHub Spec-Kit CLI to guide you through structured feature development: Constitution → Establish governing principles Specify → Define functional requirements Clarify → Resolve ambiguities Plan → Create technical strategy Tasks → Generate actionable breakdown Analyze → Validate consistency Implem...
|
395 |
| 5656 | react-pdf | molefrog/skills |
@json-render/react-pdf React PDF renderer that generates PDF documents from JSON specs using @react-pdf/renderer . Installation npm install @json-render/core @json-render/react-pdf Quick Start import { renderToBuffer } from "@json-render/react-pdf" ; import type { Spec } from "@json-render/core" ; const spec : Spec = { root : "doc" , elements : { doc : { type : "Document" , props : { title : "Invoice" } , children : [ "page" ] } , page : { type : "Page" , props : { size : "A4" } , children : [ "...
|
395 |
| 5657 | memory-intake | nhadaututtheky/neural-memory |
Memory Intake Agent You are a Memory Intake Specialist for NeuralMemory. Your job is to transform raw, unstructured input into high-quality structured memories. You act as a thoughtful librarian — clarifying, categorizing, and filing information so it can be recalled precisely when needed. Instruction Process the following input into structured memories: $ARGUMENTS Required Output Intake report — Summary of what was captured, categorized by type Memory batch — Each memory stored via nmem_remembe...
|
395 |
| 5658 | skill-creator | langchain-ai/deepagents |
Skill Creator A skill for creating new skills and iteratively improving them. At a high level, the process of creating a skill goes like this: Decide what you want the skill to do and roughly how it should do it Write a draft of the skill Create a few test prompts and run claude-with-access-to-the-skill on them Help the user evaluate the results both qualitatively and quantitatively While the runs happen in the background, draft some quantitative evals if there aren't any (if there are some, you...
|
395 |
| 5659 | elasticsearch-file-ingest | elastic/agent-skills |
Elasticsearch File Ingest Stream-based ingestion and transformation of large data files (NDJSON, CSV, Parquet, Arrow IPC) into Elasticsearch. Features & Use Cases Stream-based : Handle large files without running out of memory High throughput : 50k+ documents/second on commodity hardware Cross-version : Seamlessly migrate between ES 8.x and 9.x, or replicate across clusters Formats : NDJSON, CSV, Parquet, Arrow IPC Transformations : Apply custom JavaScript transforms during ingestion (enrich, sp...
|
395 |
| 5660 | architecture | davila7/claude-code-templates |
Architecture Diagram Generator Quick Start: Create HTML structure with flexible layout (single/double/triple column) → Define CSS styles for layers and grids → Add content with categorized panels → Use semantic colors for different layers. Critical Rules Rule 1: Direct HTML Embedding IMPORTANT : Write architecture diagrams as direct HTML in Markdown. NEVER use code blocks ( ```html ). The HTML should be embedded directly in the document without any fencing. Rule 2: No Empty Lines in HTML Structu...
|
394 |
| 5661 | plaid-fintech | sickn33/antigravity-awesome-skills |
Plaid Fintech Patterns Link Token Creation and Exchange Create a link_token for Plaid Link, exchange public_token for access_token. Link tokens are short-lived, one-time use. Access tokens don't expire but may need updating when users change passwords. Transactions Sync Use /transactions/sync for incremental transaction updates. More efficient than /transactions/get. Handle webhooks for real-time updates instead of polling. Item Error Handling and Update Mode Handle ITEM_LOGIN_REQUIRED erro...
|
394 |
| 5662 | chrome-extension | pproenca/dot-skills |
Comprehensive performance and code quality guide for Chrome Extensions (Manifest V3). Contains 67 rules across 12 categories, prioritized by impact to guide automated refactoring and code generation. When to Apply Reference these guidelines when: - Writing new Chrome extension code - Migrating from Manifest V2 to Manifest V3 - Optimizing service worker lifecycle and state management - Implementing content scripts for page interaction - Debugging performance issues in extensions Rule Ca...
|
394 |
| 5663 | yuque-personal-knowledge-connect | yuque/yuque-plugin |
Knowledge Connect — Discover Document Relationships & Build Knowledge Networks Help the user discover hidden connections between their documents, find related content, and build a knowledge network with bidirectional links across their personal Yuque knowledge base. When to Use User wants to find documents related to a specific topic User says "有哪些相关文档", "find related docs", "帮我建立知识关联" User wants to build a knowledge map or graph for a topic User says "这个主题还有哪些相关的", "帮我串联一下知识", "构建知识图谱" Required...
|
394 |
| 5664 | pinecone | davila7/claude-code-templates |
Pinecone - Managed Vector Database The vector database for production AI applications. When to use Pinecone Use when: Need managed, serverless vector database Production RAG applications Auto-scaling required Low latency critical (<100ms) Don't want to manage infrastructure Need hybrid search (dense + sparse vectors) Metrics: Fully managed SaaS Auto-scales to billions of vectors p95 latency <100ms 99.9% uptime SLA Use alternatives instead: Chroma: Self-hosted, open-source FAISS: Offline,...
|
394 |
| 5665 | project-overview | lobehub/lobe-chat |
LobeHub Project Overview Project Description Open-source, modern-design AI Agent Workspace: LobeHub (previously LobeChat). Supported platforms: Web desktop/mobile Desktop (Electron) Mobile app (React Native) - coming soon Logo emoji: 🤯 Complete Tech Stack Category Technology Framework Next.js 16 + React 19 Routing SPA inside Next.js with react-router-dom Language TypeScript UI Components @lobehub/ui , antd CSS-in-JS antd-style Icons lucide-react, @ant-design/icons i18n react-i18next State zustan...
|
394 |
| 5666 | jkvideo-bilibili-react-native | aradotso/trending-skills |
JKVideo Bilibili React Native Client Skill by ara.so — Daily 2026 Skills collection. JKVideo is a full-featured third-party Bilibili client built with React Native 0.83 + Expo SDK 55. It supports DASH adaptive streaming, real-time danmaku (bullet comments), WBI API signing, QR code login, live streaming with WebSocket danmaku, and a download manager with LAN QR sharing. Installation & Setup Prerequisites Node.js 18+ npm or yarn For Android: Android Studio + SDK For iOS: macOS + Xcode 15+ Quick S...
|
394 |
| 5667 | unsafe-checker | actionbook/rust-skills |
Display the following ASCII art exactly as shown. Do not modify spaces or line breaks: ⚠️ Unsafe Rust Checker Loaded * ^ * /◉\_~^~_/◉\ ⚡/ o \⚡ '_ _' / '-----' \ Unsafe Rust Checker When Unsafe is Valid Use Case Example FFI Calling C functions Low-level abstractions Implementing Vec, Arc Performance Measured bottleneck with safe alternative too slow NOT valid: Escaping borrow checker without understanding why. Required Documentation // SAFETY: <why this is sa...
|
394 |
| 5668 | nextjs-authentication | giuseppe-trisciuoglio/developer-kit |
Next.js Authentication Overview This skill provides comprehensive authentication patterns for Next.js 15+ applications using the App Router architecture and Auth.js 5. It covers the complete authentication lifecycle from initial setup to production-ready implementations with role-based access control. Key capabilities include: Auth.js 5 setup with Next.js App Router Protected routes using Middleware Session management in Server Components Authentication checks in Server Actions OAuth provider in...
|
394 |
| 5669 | llm-wiki | ar9av/obsidian-wiki |
LLM Wiki — Knowledge Distillation Pattern You are maintaining a persistent, compounding knowledge base. The wiki is not a chatbot — it is a compiled artifact where knowledge is distilled once and kept current, not re-derived on every query. Three-Layer Architecture Layer 1: Raw Sources (immutable) The user's original documents — articles, papers, notes, PDFs, conversation logs, bookmarks, and images (screenshots, whiteboard photos, diagrams, slide captures). These are never modified by the syste...
|
394 |
| 5670 | content-research-writer | davila7/claude-code-templates |
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...
|
393 |
| 5671 | doc-coauthoring | sickn33/antigravity-awesome-skills |
Doc Co-Authoring Workflow This skill provides a structured workflow for guiding users through collaborative document creation. Act as an active guide, walking users through three stages: Context Gathering, Refinement & Structure, and Reader Testing. When to Offer This Workflow Trigger conditions: User mentions writing documentation: "write a doc", "draft a proposal", "create a spec", "write up" User mentions specific doc types: "PRD", "design doc", "decision doc", "RFC" User seems to be starting...
|
393 |
| 5672 | code-refactoring-tech-debt | sickn33/antigravity-awesome-skills |
Technical Debt Analysis and Remediation You are a technical debt expert specializing in identifying, quantifying, and prioritizing technical debt in software projects. Analyze the codebase to uncover debt, assess its impact, and create actionable remediation plans. Use this skill when Working on technical debt analysis and remediation tasks or workflows Needing guidance, best practices, or checklists for technical debt analysis and remediation Do not use this skill when The task is unrelated to ...
|
393 |
| 5673 | three-best-practices | emalorenzo/three-agent-skills |
Three.js Best Practices Comprehensive performance optimization guide for Three.js applications. Contains 100+ rules across 17 categories, prioritized by impact. Based on official guidelines from Three.js llms branch maintained by mrdoob. When to Apply Reference these guidelines when: Setting up a new Three.js project Writing or reviewing Three.js code Optimizing performance or fixing memory leaks Working with custom shaders (GLSL or TSL) Implementing WebGPU features Building VR/AR experienc...
|
393 |
| 5674 | r3f-lighting | enzed/r3f-skills |
React Three Fiber Lighting Quick Start import { Canvas } from '@react-three/fiber' function Scene() { return ( <Canvas shadows> {/* Ambient fill */} <ambientLight intensity={0.5} /> {/* Main light with shadows */} <directionalLight position={[5, 5, 5]} intensity={1} castShadow shadow-mapSize={[2048, 2048]} /> {/* Objects */} <mesh castShadow receiveShadow> <boxGeometry /> <meshStandardMaterial colo...
|
393 |
| 5675 | swift-api-design-guidelines-skill | erikote04/swift-api-design-guidelines-agent-skill |
Swift API Design Guidelines Skill Overview Use this skill to design and review Swift APIs that are clear at the point of use, fluent in call sites, and aligned with established Swift naming and labeling conventions. Prioritize readability, explicit intent, and consistency across declarations, call sites, and documentation comments. Work Decision Tree 1) Review existing code Inspect declarations and call sites together, not declarations alone. Check naming clarity and fluency (see references/prom...
|
393 |
| 5676 | rust-refactor-helper | actionbook/rust-skills |
Rust Refactor Helper Perform safe refactoring with comprehensive impact analysis. Usage /rust-refactor-helper <action> <target> [--dry-run] Actions: rename <old> <new> - Rename symbol extract-fn <selection> - Extract to function inline <fn> - Inline function move <symbol> <dest> - Move to module Examples: /rust-refactor-helper rename parse_config load_config /rust-refactor-helper extract-fn src/main.rs:20-35 /rust-refactor-helper move UserService src/services/ LSP Operations Used Pre-Refa...
|
393 |
| 5677 | setup | everyinc/compound-engineering-plugin |
assistant-ui Setup CLI Commands Quick Decision Flow Existing Next.js app ( package.json exists): use npx assistant-ui@latest init Existing app in CI/agent/non-interactive shell: use npx assistant-ui@latest init --yes Existing app + force overwrite of conflicts: add --overwrite New app / empty directory: use npx assistant-ui@latest create <name> Need specific starter template: add -t <default|minimal|cloud|cloud-clerk|langgraph|mcp> Need a curated example: use npx assistant-ui@latest create <name...
|
392 |
| 5678 | python-pro | sickn33/antigravity-awesome-skills |
Python Pro Senior Python developer with 10+ years experience specializing in type-safe, async-first, production-ready Python 3.11+ code. Role Definition You are a senior Python engineer mastering modern Python 3.11+ and its ecosystem. You write idiomatic, type-safe, performant code across web development, data science, automation, and system programming with focus on production best practices. When to Use This Skill Writing type-safe Python with complete type coverage Implementing async/awai...
|
392 |
| 5679 | article-content | kostja94/marketing-skills |
Content: Article Content Guides creation of article body content —the actual text (intro, body, conclusion) for blog posts, guides, and long-form pieces. Focus on what to write . For where it goes (page structure, schema, metadata), see article-page-generator . For short conversion copy (ads, landing pages, CTAs), see copywriting . When invoking : On first use , if helpful, open with 1–2 sentences on what this skill covers and why it matters, then provide the main output. On subsequent use or wh...
|
392 |
| 5680 | weibo-hot-search | agentbay-ai/agentbay-skills |
微博热搜查询 依赖 python3 -m pip install wuying-agentbay-sdk 安装步骤 在使用此技能之前,请确保已安装必要的依赖包: python3 -m pip install wuying-agentbay-sdk 使用场景 用户想查询微博热搜榜单 用户想了解文娱类热搜话题 用户想筛选特定热度以上的热搜内容 使用方法 python3 scripts/browser-use.py "<任务执行步骤>" 快速示例 python3 scripts/browser-use.py " \ 1. 前往微博网站 https://weibo.com/ \ 2. 点击左侧菜单中的微博热搜下的文娱分类 \ 3. 你需要提取榜单中前十条热搜消息 \ 4. 以markdown格式返回所有符合条件的热搜信息 " 输出格式 微博热搜 - 文娱分类 热搜列表(热度 ≥ 50000) 1. 话题名称 - 热度: xxx - 排名: xxx 2. 话题名称 - 热度: xxx - 排名: xxx 统计信息 - 总计: xx条热搜 - 最高热度: xxxxx - 最低热度: ...
|
392 |
| 5681 | terminal-ui | pproenca/dot-skills |
DevEx Developer Experience TUI Best Practices Comprehensive developer experience guide for building TypeScript terminal user interfaces using Ink (React for CLIs) and Clack prompts. Contains 42 rules across 8 categories, prioritized by impact to guide automated refactoring and code generation. When to Apply Reference these guidelines when: Building CLI tools with interactive prompts using @clack/prompts Creating React-based terminal UIs with Ink Handling keyboard input and user interactions ...
|
392 |
| 5682 | core-web-vitals | kostja94/marketing-skills |
Core Web Vitals optimization Targeted optimization for the three Core Web Vitals metrics that affect Google Search ranking and user experience. The three metrics Metric Measures Good Needs work Poor LCP Loading ≤ 2.5s 2.5s – 4s > 4s INP Interactivity ≤ 200ms 200ms – 500ms > 500ms CLS Visual Stability ≤ 0.1 0.1 – 0.25 > 0.25 Google measures at the 75th percentile — 75% of page visits must meet "Good" thresholds. LCP: Largest Contentful Paint LCP measures when the largest visible content elem...
|
392 |
| 5683 | dd-docs | datadog-labs/agent-skills |
Datadog Docs Use this skill to locate Datadog documentation and limits. LLM-Friendly Documentation Datadog provides an LLM-optimized documentation index at: https://docs.datadoghq.com/llms.txt This file contains: Overview of all Datadog products organized by use case Full list of documentation pages with URLs and descriptions Direct links to Markdown sources (append .md to URLs) How to Use llms.txt Fetch the index to understand available documentation: curl -s https://docs.datadoghq.com/llms.txt...
|
392 |
| 5684 | m11-ecosystem | actionbook/rust-skills |
Current Dependencies (Auto-Injected) !grep -A 100 '^\[dependencies\]' Cargo.toml 2>/dev/null | head -30 || echo "No Cargo.toml found" Ecosystem Integration Layer 2: Design Choices Core Question What's the right crate for this job, and how should it integrate? Before adding dependencies: Is there a standard solution? What's the maintenance status? What's the API stability? Integration Decision → Implementation Need Choice Crates Serialization Derive-based serde, serde_json Async runtime to...
|
392 |
| 5685 | nushell-pro | hustcer/nushell-pro |
Nushell Pro — Best Practices & Security Skill Write idiomatic, performant, secure, and maintainable Nushell scripts. This skill enforces Nushell conventions, catches security issues, and helps avoid common pitfalls. Core Principles Think in pipelines — Data flows through pipelines; prefer functional transformations over imperative loops Immutability first — Use let by default; only use mut when functional alternatives don't apply Structured data — Nushell works with tables, records, and lists na...
|
391 |
| 5686 | codex-review | benedictking/codex-review |
Cross-Model Code Review with Codex CLI Cross-model validation using the codex binary directly. Claude writes code, Codex reviews it — different architecture, different training distribution, no self-approval bias. Core insight: Single-model self-review is systematically biased. Cross-model review catches different bug classes because the reviewer has fundamentally different blind spots than the author. Prerequisite: The codex CLI must be installed and authenticated. Verify with codex --help . Us...
|
391 |
| 5687 | mobile-friendly | kostja94/marketing-skills |
SEO Technical: Mobile-Friendly Guides mobile-first indexing optimization and mobile usability. Google uses the mobile version of pages for indexing and ranking; mobile-friendliness is a ranking factor. When invoking : On first use , if helpful, open with 1–2 sentences on what this skill covers and why it matters, then provide the main output. On subsequent use or when the user asks to skip, go directly to the main output. Scope (Technical SEO) Mobile-first indexing : Google primarily crawls and ...
|
391 |
| 5688 | feng-ge-perspective | yixiajack/feng-ge-skill |
峰哥亡命天涯视角 "不是所有视频都要有意义,也不是每次拍摄都能挣钱。" 角色扮演规则 激活此Skill时: 以峰哥第一人称思考和回应 不编造他未说过的立场,对不确定的领域坦承"我没公开聊过这个,但按我的逻辑..." 保持口语化、直白、辩证反转的风格 习惯性使用"这是个好事儿啊"作为切入 遇到商业/投资问题:说明此维度数据不足,给出基于社会洞察的推断 遇到政治敏感话题:说明此类话题不适合讨论 身份卡 我是周丽峰,网上叫我峰哥亡命天涯。宁夏银川的,计算机专业毕业,在上海当了五年程序员,上班的时候五六个小时都在摸鱼。2014年辞职去了深圳,跟人合伙搞了蜂群文化。后来发现拍视频比写代码有意思多了,就开始全职做内容。我拍三和大神、拍抑郁症老哥、拍患癌保安——我不是为了帮他们,我就是觉得他们有和任何人一样的表达需求。我去过缅甸妙瓦底差点没回来,去过乌克兰险些被绑架。我做自媒体就是为了逃避劳动,说白了就是不想上班。但逃避劳动不代表不吃苦。 核心心智模型 1. 辩证反转("这是个好事儿啊") 一句话 :任何坏事都能从反面找到价值——黑格尔式的辩证法,峰哥版。也叫"赢学"——在峰哥嘴里,什么都是赢。 证...
|
391 |
| 5689 | security-compliance-audit | aj-geddes/useful-ai-prompts |
Security Compliance Audit Overview Systematic evaluation of security controls, policies, and procedures to ensure compliance with industry standards and regulatory requirements. When to Use Annual compliance audits Pre-certification assessments Regulatory compliance validation Security posture evaluation Third-party audits Gap analysis Implementation Examples 1. Automated Compliance Checker compliance_auditor.py from dataclasses import dataclass, field from typing import List, Dict from enum ...
|
391 |
| 5690 | using-agentops | boshu2/agentops |
RPI Workflow You have access to workflow skills for structured development. The RPI Workflow Research → Plan → Implement → Validate ↑ │ └──── Knowledge Flywheel ────┘ Research Phase /research < topic > Deep codebase exploration ao search "<query>" Search existing knowledge ao lookup < id > Pull full content of specific learning ao lookup --query "x" Search knowledge by relevance Output: .agents/research/<topic>.md Plan Phase /pre-mortem < spec > Simulate failures ...
|
391 |
| 5691 | options-payoff | himself65/finance-skills |
Options Payoff Curve Skill Generates a fully interactive HTML widget (via visualize:show_widget ) showing: Expiry payoff curve (dashed gray line) — intrinsic value at expiration Theoretical value curve (solid colored line) — Black-Scholes price at current DTE/IV Dynamic sliders for all key parameters Real-time stats: max profit, max loss, breakevens, current P&L at spot Step 1: Extract Strategy From User Input When the user provides a screenshot or text, extract: Field Where to find it Default i...
|
391 |
| 5692 | git:load-issues | neolabhq/context-engineering-kit |
Load all open issues from the current GitHub repository and save them as markdown files in the ./specs/issues/ directory. Follow these steps: Use the gh CLI to list all open issues in the current repository: Run gh issue list --limit 100 to get all open issues For each open issue, fetch detailed information: Run gh issue view <number> --json number,title,body,state,createdAt,updatedAt,author,labels,assignees,url Extract all relevant metadata Create the issues directory: Run mkdir -p ./specs/issu...
|
391 |
| 5693 | market-researcher | 404kidwiz/claude-supercode-skills |
Provides comprehensive market research expertise specializing in market sizing, consumer behavior analysis, and strategic opportunity identification. Excels at quantitative market analysis, qualitative consumer insights, and strategic market positioning for business decision-making. When to Use - Sizing markets (TAM/SAM/SOM calculations) - Analyzing consumer behavior and purchase decisions - Conducting competitive market analysis - Identifying market opportunities and white spaces - Valid...
|
390 |
| 5694 | eachlabs-image-edit | eachlabs/skills |
EachLabs Image Edit Edit, transform, and enhance existing images using 130+ AI models via the EachLabs Predictions API. Authentication Header: X-API-Key: <your-api-key> Set the EACHLABS_API_KEY environment variable. Get your key at eachlabs.ai . Model Selection Guide General Image Editing Model Slug Best For Flux 2 Turbo Edit flux-2-turbo-edit Fast high quality editing Flux 2 Flash Edit flux-2-flash-edit Fastest editing Flux 2 Max Edit flux-2-max-edit Highest quality editing Flux 2 Pro Edit flux...
|
390 |
| 5695 | recover | boshu2/agentops |
/recover — Context Recovery After Compaction Purpose: Help you get back up to speed after Claude Code context compaction. Automatically detects in-progress work (RPI runs, evolve cycles), loads relevant knowledge, and summarizes what you were doing and what's next. YOU MUST EXECUTE THIS WORKFLOW. Do not just describe it. CLI dependencies: gt, ao, bd — all optional. Shows what's available, skips what isn't. Quick Start /recover Full recovery dashboard /recover --json Machine-readable JSON outpu...
|
390 |
| 5696 | 12306 | kirorab/12306-skill |
12306 Train Query Query train schedules and remaining tickets from China Railway 12306. Query Tickets node { baseDir } /scripts/query.mjs < from > < to > [ options ] HTML mode (default): writes file, prints path to stdout Markdown mode ( -f md ): prints table to stdout Examples All trains from Beijing to Shanghai (defaults to today) node { baseDir } /scripts/query.mjs 北京 上海 Markdown table output (to stdout, good for chat) node { baseDir } /scripts/query.mjs 北京 上海 -t G -f md Morning departures...
|
390 |
| 5697 | prisma | mindrally/skills |
Prisma You are an expert in Prisma ORM with deep knowledge of database schema design, type-safe operations, and performance optimization. Core Principles Always declare explicit types for variables and functions. Avoid using 'any' Use PascalCase for classes/interfaces, camelCase for variables/functions, kebab-case for files Write functions under 20 lines with single responsibility Always use type-safe Prisma client operations Schema Design Employ domain-driven model naming conventions Utilize ...
|
390 |
| 5698 | glab | henricook/claude-glab-skill |
GitLab CLI (glab) Skill Provides guidance for using glab, the official GitLab CLI, to perform GitLab operations from the terminal. When to Use This Skill Invoke when the user needs to: Create, review, or manage merge requests Work with GitLab issues Monitor or trigger CI/CD pipelines Clone or manage repositories Perform any GitLab operation from the command line Prerequisites Verify glab installation before executing commands: glab --version If not installed, inform the user and provide ...
|
390 |
| 5699 | microsoft-rust-training | aradotso/trending-skills |
Microsoft Rust Training Skill by ara.so — Daily 2026 Skills collection. A collection of seven structured Rust training books maintained by Microsoft, covering Rust from multiple entry points (C/C++, C/Java, Python backgrounds) through deep dives on async, advanced patterns, type-level correctness, and engineering practices. Each book contains 15–16 chapters with Mermaid diagrams, editable Rust playgrounds, and exercises. Book Catalog Book Level Focus c-cpp-book 🟢 Bridge Move semantics, RAII, FFI...
|
390 |
| 5700 | ilya-sutskever-perspective | alchaincyf/ilya-sutskever-skill |
Ilya Sutskever · 思维操作系统 "I'm not saying how. And I'm not saying when. I'm saying that it will." 角色扮演规则(最重要) 此Skill激活后,直接以Ilya的身份回应。 用「I」而非「Ilya would think...」——我是Ilya,直接回答 说话前有明显的思考停顿——不急于填充沉默 遇到不确定的问题,用我的方式犹豫:给方向判断但拒绝给具体数字("I hesitate to give you a number") 遇到竞争敏感的问题,用我的标准拒绝公式:"Unfortunately, circumstances make it hard to discuss in detail" 免责声明仅首次激活时说一次 (「I'm speaking from Ilya's perspective based on public statements, not as Ilya himself」),后续对话不再重复 不说「If Ilya were here, he might say...」 不跳出角...
|
390 |