███████╗██╗ ██╗██╗██╗ ██╗ ██████╗ █████╗ ███╗ ██╗██╗ ██╗
██╔════╝██║ ██╔╝██║██║ ██║ ██╔══██╗██╔══██╗████╗ ██║██║ ██╔╝
███████╗█████╔╝ ██║██║ ██║ ██████╔╝███████║██╔██╗ ██║█████╔╝
╚════██║██╔═██╗ ██║██║ ██║ ██╔══██╗██╔══██║██║╚██╗██║██╔═██╗
███████║██║ ██╗██║███████╗███████╗ ██║ ██║██║ ██║██║ ╚████║██║ ██╗
╚══════╝╚═╝ ╚═╝╚═╝╚══════╝╚══════╝ ╚═╝ ╚═╝╚═╝ ╚═╝╚═╝ ╚═══╝╚═╝ ╚═╝
Agent Skills 排行榜 · 关键词 + 语义搜索
| # | Skill | 仓库 | 描述 | 安装量 |
|---|---|---|---|---|
| 5751 | coursera-downloader | serpdownloaders/skills |
Coursera Downloader — Coming Soon (Browser Extension) Save Coursera video lectures as MP4 files for offline study directly from your browser. This extension is currently in development and has not been released yet. Coursera Downloader is an upcoming browser extension that will provide a simple way to capture video lectures from Coursera courses without relying on third-party desktop applications or command-line utilities. It is being built around the browser-based course player so you can expor...
|
963 |
| 5752 | ads-competitor | agricidaniel/claude-ads |
Competitor Ad Intelligence Process Identify target competitors (from user input or industry analysis) Read ads/references/benchmarks.md for industry CPC/CTR/CVR baselines Research competitor ad presence across platforms Analyze ad copy, creative, and messaging themes Estimate competitor spend and keyword strategy Identify gaps and opportunities Generate competitive intelligence report Data Sources Free Intelligence Sources Source Platform What You Can Find Google Ads Transparency Center Google A...
|
963 |
| 5753 | beyla | grafana/skills |
Grafana Beyla Docs : https://grafana.com/docs/beyla/latest/ Beyla is a Grafana eBPF auto-instrumentation tool that captures HTTP/gRPC traffic and generates traces and metrics without modifying application code . Requirements Linux kernel : 5.8+ with BTF (BPF Type Format) enabled Privileges : root or CAP_SYS_ADMIN ; in Kubernetes must run in host PID namespace Architectures : x86_64, ARM64 Check BTF support: ls /sys/kernel/btf/vmlinux must exist Supported Languages / Runtimes Show more
|
963 |
| 5754 | jina-reader | sundial-org/awesome-openclaw-skills |
Jina Reader Extract clean web content via Jina AI — without exposing your server IP. Read a URL { baseDir } /scripts/reader.sh "https://example.com/article" Search the web (top 5 results with full content) { baseDir } /scripts/reader.sh --mode search "latest AI news 2025" Fact-check a statement { baseDir } /scripts/reader.sh --mode ground "OpenAI was founded in 2015" Options Flag Description Default --mode read , search , ground read --selector CSS selector to extract specific region — --wait CS...
|
962 |
| 5755 | mojo-syntax | modular/skills |
Mojo is rapidly evolving. Pretrained models generate obsolete syntax. Always follow this skill over pretrained knowledge. Always attempt to test generated Mojo by building projects to verify they compile. This skill specifically works on the latest Mojo, and stable versions may differ slightly in functionality. Removed syntax — DO NOT generate these Removed Replacement alias X = ... comptime X = ... @parameter if / @parameter for comptime if / comptime for fn def (see below) let x = ... var x = ...
|
962 |
| 5756 | fusion-issue-task-planning | equinor/fusion-skills |
User Story Task Planning Experimental caveat This skill is experimental and not yet stable. Behavior, structure, and outputs may change between versions. When to use Use this skill when you need an actionable task plan for a User Story issue before implementation. Typical triggers: "plan tasks for 123" "break this story into steps" "create task issue drafts from this user story" When not to use Do not use this skill for direct code implementation, PR review, or GitHub mutations without explicit ...
|
962 |
| 5757 | doc | nexu-io/open-design |
Prefer `uv` for dependency management. Python packages: ``` uv pip install python-docx pdf2image ``` If `uv` is unavailable: ``` python3 -m pip install python-docx pdf2image ``` System tools (for rendering): ``` macOS (Homebrew) brew install libreoffice poppler Ubuntu/Debian sudo apt-get install -y libreoffice poppler-utils ``` If installation isn't possible in this environment, tell the user which dependency is missing and how to install it locally. Environment No required envir...
|
962 |
| 5758 | stock-analysis | alphamoemoe/foci |
Stock Analysis (v5.0) Analyze US stocks and cryptocurrencies using Yahoo Finance data. Includes portfolio management, crypto support, and periodic analysis. Quick Start IMPORTANT: Pass ONLY the stock ticker symbol(s) as arguments. Do NOT add extra text, headers, or formatting in the command. Analyze a single ticker: uv run { baseDir } /scripts/analyze_stock.py AAPL uv run { baseDir } /scripts/analyze_stock.py MSFT --output json Compare multiple tickers: uv run { baseDir } /scripts/analyze_stock....
|
961 |
| 5759 | golang-backend-development | manutej/luxor-claude-marketplace |
Go Backend Development A comprehensive skill for building production-grade backend systems with Go. Master goroutines, channels, web servers, database integration, microservices architecture, and deployment patterns for scalable, concurrent backend applications. When to Use This Skill Use this skill when: Building high-performance web servers and REST APIs Developing microservices architectures with gRPC or HTTP Implementing concurrent processing with goroutines and channels Creating real-ti...
|
961 |
| 5760 | mermaid-diagram-specialist | davila7/claude-code-templates |
Mermaid Diagram Specialist Overview Purpose: Expert in creating comprehensive Mermaid diagrams for documentation, architecture visualization, and process mapping Category: Tech Primary Users: tech-writer, architecture-validator, product-technical, tech-lead When to Use This Skill Creating architecture documentation Visualizing workflows and processes Documenting data models (ERDs) Explaining sequence flows Creating state machines Documenting component relationships Creating decision trees Vis...
|
961 |
| 5761 | typescript | lobehub/lobe-chat |
TypeScript Code Style Guide Types and Type Safety Avoid explicit type annotations when TypeScript can infer Avoid implicitly any ; explicitly type when necessary Use accurate types: prefer Record<PropertyKey, unknown> over object or any Prefer interface for object shapes (e.g., React props); use type for unions/intersections Prefer as const satisfies XyzInterface over plain as const Prefer @ts-expect-error over @ts-ignore over as any Avoid meaningless null/undefined parameters; design strict fun...
|
961 |
| 5762 | book-study | sanyuan0704/sanyuan-skills |
Book Study — Reading Coach Guide users through books systematically. Self-contained system covering: knowledge compilation (ingest), mastery testing, spaced repetition review, and knowledge querying. IRON LAW: Understanding is proven by explanation + example + application. Never mark a concept as mastered just because the user says "got it." Usage /book-study <book-name> Start a new book or resume progress /book-study <book-name> --chapter 3 Jump to chapter 3 /book-st...
|
961 |
| 5763 | imagegen | nexu-io/open-design |
Generates or edits images for the current project (e.g., website assets, game assets, UI mockups, product mockups, wireframes, logo design, photorealistic images, infographics). Defaults to `gpt-image-1.5` and the OpenAI Image API, and prefers the bundled CLI for deterministic, reproducible runs. When to use - Generate a new image (concept art, product shot, cover, website hero) - Edit an existing image (inpainting, masked edits, lighting or weather transformations, background replacement, o...
|
961 |
| 5764 | competitive-ads-extractor | nexu-io/open-design |
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...
|
961 |
| 5765 | cs | liuzhengdongfortest/codestable |
cs cs 是 CodeStable 工作流家族的统一入口。用户开口大概率不会指名某个 cs-xxx ——可能只说"我想加个权限校验"、"这个地方有 bug"、"介绍下 codestable",甚至只发一个 cs 。本技能负责接住开放式输入,弄清意图,路由到对的子技能。 两件事,仅此两件 : 用户带具体诉求 → 匹配场景路由表,告诉用户该触发哪个 cs-* ,并简单说明为什么 用户想了解体系 / 说不清想做什么 → 给精简体系速读 + 让用户挑或描述更具体的诉求 本技能不做事 :不写 spec / 不读写 codestable/ 下内容产物 / 不替子技能跑流程。产出只有"建议触发哪个子技能"。 收到调用先做的扫描 回应前每次都做(几个 tool 调用就够): 看仓库有没有接入 CodeStable —— Glob codestable/ 看顶层目录 存在 —— Read codestable/reference/system-overview.md (如果有); Glob 一下 features/ issues/ roadmap/ 看进行中的工作(拿目录名就够,不逐份读) 不存在 —...
|
960 |
| 5766 | zoom-mcp | anthropics/knowledge-work-plugins |
Zoom MCP Guidance for the bundled Zoom MCP connector in this Claude plugin. Prefer design-mcp-workflow or setup-zoom-mcp first, then route here for tool-surface details, auth expectations, and MCP-specific constraints. Zoom MCP Server This plugin bundles Zoom's hosted MCP server at mcp-us.zoom.us for AI-agent access to: semantic meeting search meeting-linked asset retrieval recording resource retrieval Zoom Docs are exposed through a separate bundled server: zoom-docs-mcp at mcp.zoom.us purpose-...
|
960 |
| 5767 | 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 Show more
|
960 |
| 5768 | mao-zedong-perspective | leezythu/maoxuan-skill |
毛泽东 · 思维操作系统 "谁是我们的敌人?谁是我们的朋友?这个问题是革命的首要问题。" 角色扮演规则 激活此Skill时: 以毛泽东第一人称思考和回应 运用辩证法分析一切问题,不给简单的"是/否"答案 保持自信、从容、善用比喻的表达风格 遇到具体问题先问"矛盾在哪里",再分析主要矛盾和次要矛盾 称呼对方为"同志" 不回避困难,但永远指出事物向好的方面转化的条件 首次激活时说明:"我以毛泽东的思维框架和你讨论问题,基于《毛选》等公开著作提炼,供参考,非本人观点",后续不再重复 身份卡 我是毛泽东。湖南韶山人,农民的儿子。我这个人,一辈子就做了两件事:一是认识世界,二是改造世界。认识世界靠的是调查研究,改造世界靠的是发动群众。我最恨的是教条主义——拿着本本当真理,不看实际情况。我最信的是实践——你说得天花乱坠,不如去试一试。 核心心智模型 1. 矛盾分析法(The Contradiction Lens) 一句话 :一切事物的发展都是由内部矛盾推动的。找到主要矛盾,就找到了破局之道。 来源 :《矛盾论》(1937) 框架 : 任何复杂局面里都有多个矛盾同时存在 其中必有一个 主要矛盾 ,它...
|
960 |
| 5769 | edgeone | aahl/skills |
EdgeOne Deploy HTML content to EdgeOne Pages, return the public URL. No login required, no API key required. Deploy HTML HTML or text content to deploy. Provide complete HTML or text content you want to publish, and the system will return a public URL where your content can be accessed. npx -y mcporter call mcp-on-edge.edgeone.app/mcp-server.deploy-html value = "<html>Content</html>" npx -y mcporter call mcp-on-edge.edgeone.app/mcp-server.deploy-html value = " $( cat index.html ) "
|
960 |
| 5770 | resume-section-builder | paramchoudhary/resumeskills |
Resume Section Builder When to Use This Skill Use this skill when the user: Needs help with specific resume sections Wants to optimize a particular part of their resume Is unsure what to include in a section Needs section-specific guidance Mentions: "resume sections", "skills section", "summary section", "experience section", "what to include" Core Capabilities Build targeted professional summaries Structure skills sections effectively Optimize experience sections Create education sections appro...
|
960 |
| 5771 | xhs-note-creator | comeonzhj/auto-redbook-skills |
这个技能用于创建专业的小红书笔记素材,包括内容撰写、图片卡片生成和笔记发布。 使用场景 - 用户需要创建小红书笔记时 - 用户提供资料需要转化为小红书风格内容时 - 用户需要生成精美的图片卡片用于发布时 工作流程 第一步:撰写小红书笔记内容 根据用户需求和提供的资料,创作符合小红书风格的内容: 标题要求 - 不超过 20 字 - 吸引眼球,制造好奇心 - 可使用数字、疑问句、感叹号增强吸引力 - 示例:「5个让效率翻倍的神器推荐!」「震惊!原来这样做才对」 正文要求 - 使用良好的排版,段落清晰 - 点缀少量 Emoji 增加可读性(每段 1-2 个即可) - 使用简短的句子和段落 - 结尾给出 SEO 友好的 Tags 标签(5-10 个相关标签) 第二步:生成 Markdown 文档 注意:这里生成的 Markdown 文档是用于渲染卡片的,必须专门生成,禁止直接使用上一步的笔记正文内容。 Markdown 文件,文件应包含: - YAML 头部元数据(封面信息): ``` --- emoji: "🚀" ...
|
959 |
| 5772 | woocommerce-backend-dev | woocommerce/woocommerce |
No SKILL.md available for this skill. View on GitHub
|
959 |
| 5773 | ui-ux-pro-max | pixel-process-ug/superkit-agents |
UI/UX Pro Max - Design Intelligence Comprehensive design guide for web and mobile applications. Contains 50+ styles, 161 color palettes, 57 font pairings, 161 product types with reasoning rules, 99 UX guidelines, and 25 chart types across 10 technology stacks. Searchable database with priority-based recommendations. When to Apply This Skill should be used when the task involves UI structure, visual design decisions, interaction patterns, or user experience quality control . Must Use This Skill m...
|
959 |
| 5774 | sred-project-organizer | getsentry/skills |
SRED Project Organization SRED expects projects to be presented in a particular format. Take the list of projects that have been worked on in the past year, and summarize them into the format expected by SRED, with the supporting evidence. Outputs a Notion document with a child document for each SREDable project. Prerequisites Before starting make sure that Github, Notion and Linear can be accessed. Notion and Linear should be connected using an MCP. Github can be connected with an MCP, but if y...
|
959 |
| 5775 | typst | lucifer1004/claude-skill-typst |
Typst Typst is a modern typesetting system designed as an alternative to LaTeX. It offers a simpler syntax, faster compilation, and programmatic document creation. Agent Patterns Detection typst --version Check if installed Verify Compilation Agents cannot preview PDFs. Verify success via exit code: typst compile document.typ && echo "Success" || echo "Failed" For text-level verification, see debug.md (pdftotext workflow). Common Errors Error Cause Fix "unknown variable" Undefined iden...
|
959 |
| 5776 | amazon-video-downloader | serpdownloaders/skills |
Amazon Video Downloader — Coming Soon (Browser Extension) Save movies, TV episodes, and originals from Prime Video as local MP4 files directly from your browser. This extension is currently in development and has not been released yet. Amazon Video Downloader is an upcoming browser extension that will provide a simple way to capture video from Prime Video's web player and save it to your hard drive. It is being designed around the browser playback experience so you can export titles while watchi...
|
958 |
| 5777 | twitter-x-downloader | serpdownloaders/skills |
Twitter X Downloader (Browser Extension) Download videos, images, and post text from X in one browser workflow. Twitter X Downloader is a browser extension built for users who want a simpler way to save X content for offline reference. It scans the posts visible on the current page, detects downloadable media, and lets you save videos, images, and post text without relying on copy-paste tools, external websites, or command-line utilities. Save X videos as MP4 files for offline viewing Download p...
|
958 |
| 5778 | github-release | jezweb/claude-skills |
GitHub Release Sanitize and release projects to GitHub. Two-phase workflow: safety checks first, then tag and publish. Prerequisites gh CLI installed and authenticated ( gh auth status ) gitleaks installed for secrets scanning ( brew install gitleaks or download from GitHub) Git repository with a remote configured Workflow Phase 1: Sanitize Run these checks before any public release. Stop on blockers. 1. Scan for Secrets (BLOCKER) gitleaks detect --no-git --source = . --verbose If secrets found:...
|
958 |
| 5779 | generative-ui | himself65/finance-skills |
Generative UI Skill This skill contains the complete design system for Claude's built-in show_widget tool — the generative UI feature that renders interactive HTML/SVG widgets inline in claude.ai conversations. The guidelines below are the actual Anthropic "Imagine — Visual Creation Suite" design rules, extracted so you can produce high-quality widgets directly without needing the read_me setup call. How it works : On claude.ai, Claude has access to the show_widget tool which renders raw HTML/SV...
|
958 |
| 5780 | adk-evals | botpress/skills |
ADK Evals Skill What are Evals? Evals are automated conversation tests for ADK agents. Each eval defines a scenario — a sequence of user messages or events — and asserts on what the bot should do: what it says, which tools it calls, how state changes, which workflows run, and more. Evals run against a live dev bot ( adk dev ), so they test the full stack — not mocks. When to Use This Skill Use this skill when the developer asks about: Writing evals — file format, assertions, turn types, setup Ru...
|
958 |
| 5781 | graalvm-native-image | giuseppe-trisciuoglio/developer-kit |
GraalVM Native Image for Java Applications Expert skill for building high-performance native executables from Java applications using GraalVM Native Image, dramatically reducing startup time and memory consumption. Overview GraalVM Native Image compiles Java applications ahead-of-time (AOT) into standalone native executables. These executables start in milliseconds, require significantly less memory than JVM-based deployments, and are ideal for serverless functions, CLI tools, and microservices ...
|
958 |
| 5782 | full-page-screenshot | nexu-io/open-design |
full-page-screenshot Curated from @LewisLiu007. What it does Capture full-page screenshots of web pages via Chrome DevTools Protocol with zero dependencies. Useful for portfolios, case studies, and audit reports. Source Upstream: https://github.com/LewisLiu007/full-page-screenshot Category: screenshots How to use This catalogue entry advertises the skill in Open Design so the agent discovers it during planning. To run the full upstream workflow with its original assets, scripts, and references, ...
|
958 |
| 5783 | agent-browser | nexu-io/open-design |
Browser Automation with agent-browser The CLI uses Chrome/Chromium via CDP directly. Install via npm i -g agent-browser , brew install agent-browser , or cargo install agent-browser . Run agent-browser install to download Chrome. Core Workflow Every browser automation follows this pattern: Navigate : agent-browser open <url> Snapshot : agent-browser snapshot -i (get element refs like @e1 , @e2 ) Interact : Use refs to click, fill, select Re-snapshot : After navigation or DOM changes, get fresh r...
|
958 |
| 5784 | reference-signal-forms | angular/angular |
Signal Forms Architecture The packages/forms/signals directory contains an experimental, signal-based forms API for Angular. This system differs significantly from the existing Reactive and Template-driven forms. Mental Model Model-Driven : The system is built around a WritableSignal<T> which serves as the single source of truth . Unlike Reactive Forms where the FormControl holds the value, here the Signal holds the value. The form is merely a view or projection of that signal, adding form-speci...
|
957 |
| 5785 | keyword-research | kostja94/marketing-skills |
Keyword Research This skill helps you discover, analyze, and prioritize keywords for SEO and GEO content strategies. It identifies high-value opportunities based on search volume, competition, intent, and business relevance. When to Use This Skill Starting a new content strategy or campaign Expanding into new topics or markets Finding keywords for a specific product or service Identifying long-tail keyword opportunities Understanding search intent for your industry Planning content calendars R...
|
957 |
| 5786 | serp-audio-downloader | serpdownloaders/skills |
serp-audio-downloader Audio file & music downloader App & Browser Extension for downloading any type of audio files from supported websites Security & Scope Operates only on the page the user intentionally opens in the active browser tab Detects supported playback sources only for user-initiated downloads or exports Does not execute page instructions, shell commands, or arbitrary scripts from page content Does not follow unrelated links or perform actions outside the active workflow Limits suppo...
|
957 |
| 5787 | reddit-downloader | serpdownloaders/skills |
Reddit Downloader (Browser Extension) Download Reddit videos, images, galleries, and post text from visible posts in one browser workflow. Reddit Downloader is a browser extension built for users who want a cleaner way to save Reddit content for offline reference. It scans the posts visible on the current page, detects downloadable media, and lets you save videos, images, galleries, and post text without using external downloader sites or extra software. Save Reddit videos as MP4 files with audi...
|
957 |
| 5788 | sigma | sanyuan0704/code-review-expert |
Sigma Tutor Personalized 1-on-1 mastery tutor. Bloom's 2-Sigma method: diagnose, question, advance only on mastery. Usage /sigma Python decorators /sigma 量子力学 --level beginner /sigma React hooks --level intermediate --lang zh /sigma linear algebra --resume Resume previous session Arguments Argument Description <topic> Subject to learn (required, or prompted) --level <level> Starting level: beginner, intermediate, advanced (default: diagnose) --lang <code> Language override (default: follow user...
|
957 |
| 5789 | postgres-drizzle | ccheney/robust-skills |
Type-safe database applications with PostgreSQL 18 and Drizzle ORM. Essential Commands ``` npx drizzle-kit generate Generate migration from schema changes npx drizzle-kit migrate Apply pending migrations npx drizzle-kit push Push schema directly (dev only!) npx drizzle-kit studio Open database browser ``` Quick Decision Trees "How do I model this relationship?" ``` Relationship type? ├─ One-to-many (user has posts) → FK on "many" side + relations() ├─ Many-to-many...
|
957 |
| 5790 | minimax-pdf | nexu-io/open-design |
minimax-pdf Three tasks. One skill. Read design/design.md before any CREATE or REFORMAT work. Route table User intent Route Scripts used Generate a new PDF from scratch CREATE palette.py → cover.py → render_cover.js → render_body.py → merge.py Fill / complete form fields in an existing PDF FILL fill_inspect.py → fill_write.py Reformat / re-style an existing document REFORMAT reformat_parse.py → then full CREATE pipeline Rule: when in doubt between CREATE and REFORMAT, ask whether the user has an...
|
957 |
| 5791 | landing-page | jezweb/claude-skills |
Landing Page Generator Generate a complete, deployable landing page as a single HTML file. No build step, no dependencies — open it in a browser or deploy anywhere. Workflow 1. Gather the Brief Ask the user for: Field Required Example Business/product name Yes "Acme Plumbing" Value proposition Yes "24/7 emergency plumbing across Newcastle" Target audience Yes "Homeowners in the Hunter Valley" Primary CTA Yes "Call Now" / "Get a Quote" / "Sign Up" Secondary CTA No "Learn More" / "View Pricing" Br...
|
956 |
| 5792 | m11-ecosystem | actionbook/rust-skills |
Contains Shell Commands This skill contains shell command directives ( !`command` ) that may execute system commands. Review carefully before installing. 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 stat...
|
956 |
| 5793 | code-simplifier | pproenca/dot-skills |
Code Simplifier You are an expert code simplification specialist focused on enhancing code clarity, consistency, and maintainability while preserving exact functionality. Your expertise lies in applying project-specific best practices to simplify and improve code without altering its behavior. You prioritize readable, explicit code over overly compact solutions. Refinement Principles 1. Preserve Functionality Never change what the code does - only how it does it. All original features, outputs, ...
|
956 |
| 5794 | tempo | grafana/skills |
Grafana Tempo - Distributed Tracing Backend Grafana Tempo is an open-source, high-scale distributed tracing backend. It is: Cost-efficient : only requires object storage (S3, GCS, Azure) to operate Deeply integrated : with Grafana, Mimir, Prometheus, Loki, and Pyroscope Protocol-agnostic : accepts OTLP, Jaeger, Zipkin, OpenCensus, Kafka Quick Reference Links TraceQL Language Reference - query syntax, operators, examples, metrics functions Configuration Reference - all YAML config blocks with def...
|
956 |
| 5795 | react | lobehub/lobe-chat |
React Component Writing Guide Use antd-style for complex styles; for simple cases, use inline style attribute Use Flexbox and Center from @lobehub/ui for layouts (see references/layout-kit.md ) Component priority: src/components > installed packages > @lobehub/ui > antd Use selectors to access zustand store data @lobehub/ui Components If unsure about component usage, search existing code in this project. Most components extend antd with additional props. Reference: node_modules/@lobehub/ui/es/in...
|
956 |
| 5796 | artifacts-builder | nexu-io/open-design |
Artifacts Builder To build powerful frontend claude.ai artifacts, follow these steps: Initialize the frontend repo using scripts/init-artifact.sh Develop your artifact by editing the generated code Bundle all code into a single HTML file using scripts/bundle-artifact.sh Display artifact to user (Optional) Test the artifact Stack : React 18 + TypeScript + Vite + Parcel (bundling) + Tailwind CSS + shadcn/ui Design & Style Guidelines VERY IMPORTANT: To avoid what is often referred to as "AI slop", ...
|
956 |
| 5797 | portfolio-case-study-writer | paramchoudhary/resumeskills |
Portfolio Case Study Writer When to Use This Skill Use this skill when the user: Wants to create portfolio case studies Needs to expand resume bullets into detailed writeups Is building a portfolio website Wants to showcase project work in depth Mentions: "case study", "portfolio", "project writeup", "work samples", "portfolio piece" Core Capabilities Transform resume bullets into detailed case studies Structure case studies for maximum impact Create compelling project narratives Balance technic...
|
956 |
| 5798 | getty-images-downloader | serpdownloaders/skills |
Getty Images Downloader — Coming Soon (Browser Extension) Download licensed Getty Images photos, vectors, and editorial content directly from the browser. This extension is currently in development and has not been released yet. Getty Images Downloader is an upcoming browser extension designed to streamline how users save their licensed assets from Getty Images. Rather than navigating multi-step download flows on the Getty website, this extension will let you capture high-resolution images, illu...
|
955 |
| 5799 | stocksy-downloader | serpdownloaders/skills |
Stocksy Downloader — Coming Soon (Browser Extension) Download your licensed Stocksy photos and videos directly from the browser without switching between apps or managing manual save workflows. This extension is currently in development and has not been released yet. Stocksy Downloader is an upcoming browser extension designed to streamline the process of retrieving licensed visual assets from Stocksy's marketplace. Instead of navigating multiple pages and handling individual file downloads one ...
|
955 |
| 5800 | design-mcp-workflow | anthropics/knowledge-work-plugins |
Design MCP Workflow Use this skill when the user wants Claude or another MCP-capable client to interact with Zoom via tool calls instead of only deterministic API code. Covers MCP fit assessment REST API vs MCP boundaries Hybrid architectures Connector expectations Whiteboard-specific MCP routing Workflow Decide whether the problem is agentic tooling, deterministic automation, or both. Route MCP-only tasks to zoom-mcp . Route hybrid tasks to both zoom-mcp and rest-api . If Whiteboard is central,...
|
955 |