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

/ 聚焦搜索框
正在使用 AI 进行语义搜索...
27,609
总 Skills
166.4M
总安装量
2,750
贡献者
# Skill 仓库 描述 安装量
7451 aws-solution-architect alirezarezvani/claude-skills
AWS Solution Architect for Startups This skill provides comprehensive AWS architecture design expertise for startup companies, emphasizing serverless technologies, scalability, cost optimization, and modern cloud-native patterns. Capabilities Serverless Architecture Design: Lambda, API Gateway, DynamoDB, EventBridge, Step Functions, AppSync Infrastructure as Code: CloudFormation, CDK (Cloud Development Kit), Terraform templates Scalable Application Architecture: Auto-scaling, load balancing, m...
1.6K
7452 gtm-enterprise-onboarding github/awesome-copilot
Enterprise Onboarding Four-phase framework for onboarding enterprise customers from contract to value realization. The goal isn't just go-live — it's sustained adoption that doesn't cliff at Week 12. When to Use Triggers: "How do we onboard this enterprise customer?" "Customer went live but adoption is weak" "We keep losing customers 3 months after go-live" "POC to production transition" "How do I prevent Week 4 ghosting?" "Customer success onboarding framework" Context: Enterprise or mid-market...
1.6K
7453 odoo-19 unclecatvn/agent-skills
Odoo 19 Skill - Master Index Master index for all Odoo 19 development guides. Read the appropriate guide from references/ based on your task. Quick Reference Topic File When to Use Actions references/odoo-19-actions-guide.md Creating actions, menus, scheduled jobs, server actions API Decorators references/odoo-19-decorator-guide.md Using @api decorators, compute fields, validation Controllers references/odoo-19-controller-guide.md Writing HTTP endpoints, routes, web controllers Data Files refere...
1.6K
7454 mongodb hoodini/ai-agents-skills
MongoDB & Mongoose Build and query MongoDB databases with best practices. Quick Start npm install mongodb mongoose Native Driver import { MongoClient, ObjectId } from 'mongodb'; const client = new MongoClient(process.env.MONGODB_URI!); const db = client.db('myapp'); const users = db.collection('users'); // Connect await client.connect(); // CRUD Operations await users.insertOne({ name: 'Alice', email: 'alice@example.com' }); const user = await users.findOne({ email: 'alice@example.com' });...
1.6K
7455 prompt-optimizer daymade/claude-code-skills
Prompt Optimizer Analyze a draft prompt, critique it, match it to ECC ecosystem components, and output a complete optimized prompt the user can paste and run. When to Use User says "optimize this prompt", "improve my prompt", "rewrite this prompt" User says "help me write a better prompt for..." User says "what's the best way to ask Claude Code to..." User says "优化prompt", "改进prompt", "怎么写prompt", "帮我优化这个指令" User pastes a draft prompt and asks for feedback or enhancement User says "I don't know ...
1.6K
7456 sentry-tanstack-start-sdk getsentry/sentry-for-ai
All Skills > SDK Setup > TanStack Start React SDK Sentry TanStack Start React SDK Opinionated wizard that scans your TanStack Start React project and guides you through complete Sentry setup for browser and server runtimes. Invoke This Skill When User asks to "add Sentry to TanStack Start" or "set up Sentry" in a TanStack Start React app User wants to install or configure @sentry/tanstackstart-react User wants error monitoring, tracing, session replay, logs, or user feedback for TanStack Start R...
1.6K
7457 plugin-creator openai/skills
Plugin Creator Quick Start Run the scaffold script: Plugin names are normalized to lower-case hyphen-case and must be <= 64 chars. The generated folder and plugin.json name are always the same. Run from repo root (or replace .agents/... with the absolute path to this SKILL). By default creates in <repo_root>/plugins/<plugin-name>. python3 .agents/skills/plugin-creator/scripts/create_basic_plugin.py < plugin-name > Open <plugin-path>/.codex-plugin/plugin.json and replace [TODO: ...] placehold...
1.6K
7458 develop-ai-functions-example vercel/ai
AI Functions Examples The examples/ai-functions/ directory contains scripts for validating, testing, and iterating on AI SDK functions across providers. Example Categories Examples are organized by AI SDK function in examples/ai-functions/src/: Directory Purpose generate-text/ Non-streaming text generation with generateText() stream-text/ Streaming text generation with streamText() generate-object/ Structured output generation with generateObject() stream-object/ Streaming structured output ...
1.6K
7459 where-was-this-taken useosint/osint-skills
Where was this taken Input: an image or video file, or a URL to one. Output: a location with a confidence radius, a time window, an authenticity assessment, and the evidence chain for each. This workflow orchestrates. The technique detail lives in secrets-in-file-metadata , find-the-original-image , geolocate-from-pixels and is-this-photo-real — run those, don't reimplement them here. The order matters more than anything else in this file. Metadata before analysis, because analysis destroys meta...
1.6K
7460 who-really-owns-it useosint/osint-skills
Who really owns it Registries turn a brand into a legal entity with a number, dates, addresses, and named people. The thing nobody tells you first: registry structure varies enormously by jurisdiction, and that variance is the entire game. One country publishes full accounts, share registers, and directors' birth dates for free. Its neighbour publishes a name and a status code and charges for the rest. Your research strategy is not "look up the company" — it is "work out what this jurisdiction l...
1.6K
7461 postgresql-database-engineering manutej/luxor-claude-marketplace
PostgreSQL Database Engineering A comprehensive skill for professional PostgreSQL database engineering, covering everything from query optimization and indexing strategies to high availability, replication, and production database management. This skill enables you to design, optimize, and maintain high-performance PostgreSQL databases at scale. When to Use This Skill Use this skill when: Designing database schemas for high-performance applications Optimizing slow queries and improving datab...
1.6K
7462 huggingface-llm-trainer huggingface/skills
TRL Training on Hugging Face Jobs Overview Train language models using TRL (Transformer Reinforcement Learning) on fully managed Hugging Face infrastructure. No local GPU setup required—models train on cloud GPUs and results are automatically saved to the Hugging Face Hub. TRL provides multiple training methods: SFT (Supervised Fine-Tuning) - Standard instruction tuning DPO (Direct Preference Optimization) - Alignment from preference data GRPO (Group Relative Policy Optimization) - Online RL tra...
1.6K
7463 obsidian bitbonsai/mcpvault
Obsidian Obsidian vault = a normal folder on disk. Vault structure (typical) Notes: *.md (plain text Markdown; edit with any editor) Config: .obsidian/ (workspace + plugin settings; usually don’t touch from scripts) Canvases: *.canvas (JSON) Attachments: whatever folder you chose in Obsidian settings (images/PDFs/etc.) Find the active vault(s) Obsidian desktop tracks vaults here (source of truth): ~/Library/Application Support/obsidian/obsidian.json obsidian-cli resolves vaults from that file; v...
1.6K
7464 mapbox-cartography mapbox/mapbox-agent-skills
Mapbox Cartography Skill This skill provides expert cartographic knowledge to help you design effective, beautiful, and functional maps using Mapbox. Core Cartographic Principles Visual Hierarchy Maps must guide the viewer's attention to what matters most: Most important : POIs, user location, route highlights Secondary : Major roads, city labels, landmarks Tertiary : Minor streets, administrative boundaries Background : Water, land use, terrain Implementation: Use size, color intensity, and con...
1.6K
7465 find-leaks-in-the-wild useosint/osint-skills
Find leaks in the wild This is where data surfaces before anything indexes it, and where most of what you find is a recombination of things that leaked years ago. Two mistakes cost people most: assuming a paste host's own search will find pastes, and reporting a combolist as a breach. The first wastes a day; the second is a factual error in a deliverable and it will be found. Where to start with what you're holding You have Start with Why An email or username A curated breach service first Cheap...
1.6K
7466 markitdown julianobarbosa/claude-code-skills
MarkItDown - File to Markdown Conversion Overview MarkItDown is a Python tool developed by Microsoft for converting various file formats to Markdown. It's particularly useful for converting documents into LLM-friendly text format, as Markdown is token-efficient and well-understood by modern language models. Key Benefits: Convert documents to clean, structured Markdown Token-efficient format for LLM processing Supports 15+ file formats Optional AI-enhanced image descriptions OCR for images and...
1.6K
7467 podcast-marketing kostja94/marketing-skills
Content: Podcast Guides podcast strategy, content creation, distribution, marketing, and SEO. Podcasts compete in a crowded space (3M+ active shows, 500M+ listeners globally); discoverability is the primary challenge. Discovery channels: ~32% search engines, ~28% podcast apps, ~24% social media, ~16% word-of-mouth. 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 ...
1.6K
7468 ugc-ads pika-labs/pika-plugins
/pika:ugc-ads Parameters Param Default Notes url required product URL — drives category detection and beat substitution avatar_url built-in fallback persona portrait URL; fed as @Image1 reference. When omitted, the skill uses a pre-generated Pixar-style female creator portrait provider seedance seedance: strong at UGC selfie / talking-head POV with native lip-sync, multi-segment in single prompt, supports 3:4. kling: explicit shots[] , 9:16/16:9 only aspect_ratio 9:16 3:4 is seedance-only (kling...
1.6K
7469 lbo-model anthropics/financial-services
TEMPLATE REQUIREMENT This skill uses templates for LBO models. Always check for an attached template file first. Before starting any LBO model: If a template file is attached/provided : Use that template's structure exactly - copy it and populate with the user's data If no template is attached : Ask the user: "Do you have a specific LBO template you'd like me to use? If not, I can use the standard template which includes Sources & Uses, Operating Model, Debt Schedule, and Returns Analysis." If u...
1.6K
7470 fixed-income-portfolio anthropics/financial-services
Fixed Income Portfolio Analysis You are an expert fixed income portfolio analyst. Combine bond pricing, reference data, cashflow projections, and scenario stress testing from MCP tools into comprehensive portfolio reviews. Focus on aggregating tool outputs into portfolio-level metrics and risk exposures — let the tools compute bond-level analytics, you aggregate and present. Core Principles Always compute portfolio-level metrics as market-value weighted averages (yield, duration, convexity). Pri...
1.6K
7471 huggingface-papers huggingface/skills
Hugging Face Paper Pages Hugging Face Paper pages (hf.co/papers) is a platform built on top of arXiv (arxiv.org), specifically for research papers in the field of artificial intelligence (AI) and computer science. Hugging Face users can submit their paper at hf.co/papers/submit, which features it on the Daily Papers feed (hf.co/papers). Each day, users can upvote papers and comment on papers. Each paper page allows authors to: claim their paper (by clicking their name on the authors field). This...
1.6K
7472 skill-creator himself65/finance-skills
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...
1.6K
7473 faster-whisper theplasmak/faster-whisper
Faster Whisper Local speech-to-text using faster-whisper — a CTranslate2 reimplementation of OpenAI's Whisper that runs 4-6x faster with identical accuracy. With GPU acceleration, expect ~20x realtime transcription (a 10-minute audio file in ~30 seconds). When to Use Use this skill when you need to: Transcribe audio/video files — meetings, interviews, podcasts, lectures, YouTube videos Generate subtitles — SRT, VTT, ASS, LRC, or TTML broadcast-standard subtitles Identify speakers — diarization l...
1.6K
7474 wechat-article-search wuchubuzai2018/expert-skills-hub
微信公众号文章搜索说明 适用场景 用户说“帮我搜某个关键词的公众号文章/最近文章” 需要快速拿到:标题、摘要、发布时间、公众号名称、可访问链接 工作流程 步骤1: 确认已安装依赖包 该脚本依赖NodeJS依赖包 cheerio ,建议先执行全局安装或在项目中安装: npm install -g cheerio 步骤2: 确认搜索词语数量 1、 确认关键词与数量 步骤3: 执行搜索命令 1、执行常规搜索命令 node scripts/search_wechat.js "关键词" 特殊流程(可选) 执行包含数量限制的搜索命令 node scripts/search_wechat.js "关键词" -n 15 如果用户需要保存结果到文件,执行命令 node scripts/search_wechat.js "关键词" -n 20 -o result.json 若想要获取微信文章域名的真实链接”,执行如下命令 node scripts/search_wechat.js "关键词" -n 5 -r 参数说明 query :搜索关键词(必填) -n, --num :返回数量(默认 10,最大 50...
1.6K
7475 build-a-brand pika-labs/pika-plugins
Build a Brand Take any input — an idea, a website, a list of reference brands, product photos, or an existing brand to refresh — and produce a complete brand identity, ending in a 15-page brand guidelines PDF. This is a standalone brand-building workflow focused on strategy, identity, design, and copy. Output is one brand guidelines PDF for the chosen identity. Full Workflow Stage 0 — Intake (empty-args menu) If invoked with no input (no idea, no URL, no photos, no reference brands, and no relev...
1.6K
7476 migrate-to-codex openai/skills
Migrate to Codex Autonomy Keep going until the selected migration is completely done: run the migrator, inspect the report, fix migrated Codex instructions/skills/agents/MCP config, and re-run checks without stopping to ask for confirmation of the next step. If the user has selected a target, do not ask before creating, editing, replacing, or deleting generated Codex artifacts in that target ( AGENTS.md , .codex/ , .agents/ , or ~/.codex/ ). Preserve unrelated existing Codex config entries in .c...
1.6K
7477 clojure-review metabase/metabase
Clojure Code Review Skill @./../_shared/clojure-style-guide.md @./../_shared/clojure-commands.md Review guidelines What to flag: Check compliance with the Metabase Clojure style guide (included above) If CLOJURE_STYLE_GUIDE.adoc exists in the working directory, also check compliance with the community Clojure style guide Flag all style guide violations What NOT to post: Do not post comments congratulating someone for trivial changes or for following style guidelines Do not post comments co...
1.6K
7478 dt-obs-aws dynatrace/dynatrace-for-ai
AWS Cloud Infrastructure Monitor and analyze AWS resources using Dynatrace Smartscape and DQL. Query AWS services, optimize costs, manage security, and plan capacity across your AWS infrastructure. When to Use This Skill Use this skill when the user needs to work with AWS resources in Dynatrace. Load the reference file for the task type: Task File to load Inventory and topology queries (no additional file — use core patterns above) Query AWS metric timeseries (CPU, errors, latency) Load referenc...
1.6K
7479 gitlab-cli-skills vince-winkintel/gitlab-cli-skills
GitLab CLI Skills Comprehensive GitLab CLI (glab) command reference and workflows. Quick start First time setup glab auth login Common operations glab mr create --fill Create MR from current branch glab issue create Create issue glab ci view View pipeline status glab repo view --web Open repo in browser Skill organization This skill routes to specialized sub-skills by GitLab domain: Core Workflows: glab-mr - Merge requests: create, review, approve, merge glab-issue - Issues: create, list, ...
1.6K
7480 code-quality tursodatabase/turso
Code Quality Review Review $ARGUMENTS (or the whole app if no argument is given) for code quality issues. Work through every step below in order and report all findings with file paths and line numbers. Step 1 — Run the linter first Before reading any code manually, get a baseline from the automated tools: pnpm run lint List every error and warning. Fix all errors before proceeding — lint errors are not negotiable. Warnings should be reviewed and resolved unless there is a documented exception. ...
1.6K
7481 doc-coauthoring getsentry/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...
1.6K
7482 earnings-preview-single anthropics/financial-services
Single-Company Earnings Preview Generate a concise, professional equity research earnings preview for a single company. The output is a self-contained HTML file targeting 4-5 printed pages. The report is dense with figures and data, with tight narrative that gets straight to the point. Data Sources (ZERO EXCEPTIONS): The ONLY permitted data sources are Kensho Grounding MCP ( search ) and S&P Global MCP ( kfinance ). Absolutely NO other tools, data sources, or web access of any kind. Specifically...
1.6K
7483 elevenlabs-agents jezweb/claude-skills
ElevenLabs Agents Platform Overview ElevenLabs Agents Platform is a comprehensive solution for building production-ready conversational AI voice agents. The platform coordinates four core components: ASR (Automatic Speech Recognition) - Converts speech to text (32+ languages, sub-second latency) LLM (Large Language Model) - Reasoning and response generation (GPT, Claude, Gemini, custom models) TTS (Text-to-Speech) - Converts text to speech (5000+ voices, 31 languages, low latency) Turn-Taking ...
1.6K
7484 founder-product-video pika-labs/pika-plugins
founder-product-video You generate a 65-second founder-style product video from a product URL plus user-provided imagery: 60 seconds of talking-founder body video plus a 5-second branded end card. The user's images (product photos / website screenshots / app screenshots) flow into the SeeDance acts as reference images, so the actual product appears in reveal shots instead of being imagined. No cutaways. No website CSS extraction. AI generation, deterministic render, captions, concat, and music m...
1.6K
7485 analytics-events metabase/metabase
Frontend Analytics Events Skill This skill helps you add product analytics (Snowplow) events to track user interactions in the Metabase frontend codebase. Quick Reference Analytics events in Metabase use Snowplow with typed event schemas. All events must be defined in TypeScript types before use. Key Files: frontend/src/metabase-types/analytics/event.ts - Event type definitions frontend/src/metabase-types/analytics/schema.ts - Schema registry frontend/src/metabase/lib/analytics.ts - Core tr...
1.6K
7486 app-sizzle pika-labs/pika-plugins
App Sizzle — GPT-Image-2 Enhanced iOS App Teaser Generate a polished 15-second app teaser from real app screens. Each selected screen is passed through GPT-image-2 before Seedance so compressed captures become cleaner references without inventing UI. Generation contract: use resolution="1080p" , duration=15 , and sound=True . Skip fast=true because it caps Seedance at 720p. The skill owns duration and sound so the user only has to supply app identity, screens, logo, and aspect ratio. The visual ...
1.6K
7487 app-store-screens pika-labs/pika-plugins
Contains Shell Commands This skill contains shell command directives ( !`command` ) that may execute system commands. Review carefully before installing. App Store Screens Take a brand plus real product screens and produce a 5–6 screen App Store campaign at iPhone 6.9" size (1290×2796). The product screens can come from raw exports, Figma/source files, or a public App Store listing fetched through Pika MCP. Story-driven, splashy, strict to the brand. This is a sister skill to build-a-brand — it ...
1.6K
7488 dd-logs datadog-labs/agent-skills
Datadog Logs Search, process, and archive logs with cost awareness. Prerequisites Datadog Pup (dd-pup/pup) should already be installed: go install github.com/datadog-labs/pup@latest Quick Start pup auth login Search Logs Basic search pup logs search --query = "status:error" --from = "1h" With filters pup logs search --query = "service:api status:error" --from = "1h" --limit 100 JSON output pup logs search --query = "@http.status_code:>=500" --from = "1h" --json Search Syntax Query Meaning err...
1.6K
7489 d1-drizzle-schema jezweb/claude-skills
D1 Drizzle Schema Generate correct Drizzle ORM schemas for Cloudflare D1. D1 is SQLite-based but has important differences that cause subtle bugs if you use standard SQLite patterns. This skill produces schemas that work correctly with D1's constraints. Critical D1 Differences Feature Standard SQLite D1 Foreign keys OFF by default Always ON (cannot disable) Boolean type No No — use integer({ mode: 'boolean' }) Datetime type No No — use integer({ mode: 'timestamp' }) Max bound params ~999 100 (af...
1.6K
7490 github kostja94/marketing-skills
GitHub Patterns Tools Use gh CLI for all GitHub operations. Prefer CLI over GitHub MCP servers for lower context usage. Quick Commands Create a PR from the current branch gh pr create --title "feat: add feature" --body "Description" Squash-merge a PR gh pr merge < PR_NUMBER > --squash --title "feat: add feature (<PR_NUMBER>)" View PR status and checks gh pr status gh pr checks < PR_NUMBER > Stacked PR Workflow Summary When merging a chain of stacked PRs (each targeting the previous branch): M...
1.6K
7491 explainer pika-labs/pika-plugins
/pika:explainer Generate a ~60–80s URL explainer video: drive a real browser through the URL along a beat-sheet timeline, generate an avatar lipsync of the narration, and composite it all in a 1280×800 macOS Sonoma frame with a 240-pixel inner avatar (246-pixel outer including 3px white stroke ring) at canvas (20, 476) and element-targeted zoom on every mid-section beat. Works on any URL — product pages, docs sites, blog posts, launches. GitHub URLs activate a repo-aware mode (README scan + live...
1.6K
7492 add-malli-schemas metabase/metabase
Add Malli Schemas to API Endpoints This skill helps you efficiently and uniformly add Malli schemas to API endpoints in the Metabase codebase. Reference Files (Best Examples) src/metabase/warehouses/api.clj - Most comprehensive schemas, custom error messages src/metabase/api_keys/api.clj - Excellent response schemas src/metabase/collections/api.clj - Great named schema patterns src/metabase/timeline/api/timeline.clj - Clean, simple examples Quick Checklist When adding Malli schemas to an endp...
1.6K
7493 mapbox-data-visualization-patterns mapbox/mapbox-agent-skills
Data Visualization Patterns Skill Comprehensive patterns for visualizing data on Mapbox maps. Covers choropleth maps, heat maps, 3D extrusions, data-driven styling, animated visualizations, and performance optimization for data-heavy applications. When to Use This Skill Use this skill when: Visualizing statistical data on maps (population, sales, demographics) Creating choropleth maps with color-coded regions Building heat maps or clustering for density visualization Adding 3D visualizations (bu...
1.6K
7494 podcast pika-labs/pika-plugins
/pika:podcast 4 acts × 15s each = 60s. Host A always LEFT, Host B always RIGHT. Accepts a URL or a free-form topic / brief. Parameters Param Default Notes input required URL to review or free-form topic / brief (e.g. "I and Elon Musk talk about Mars") bg_img auto-generated Podcast studio background host_a_img auto-generated Host A portrait — see Real-person handling below host_b_img auto-generated Host B portrait — see Real-person handling below voice_a 876341503281471517 Kling preset or cloned ...
1.6K
7495 repomix-explorer yamadashy/repomix
You are an expert code analyst specializing in repository exploration using Repomix CLI. Your role is to help users understand codebases by running repomix commands, then reading and analyzing the generated output files. User Intent Examples The user might ask in various ways: Remote Repository Analysis "Analyze the yamadashy/repomix repository" "What's the structure of facebook/react?" "Explore https://github.com/microsoft/vscode" "Find all TypeScript files in the Next.js repo" "Show me the ...
1.6K
7496 extract actionbook/actionbook
Identify reusable patterns, components, and design tokens, then extract and consolidate them into the design system for systematic reuse. Discover Analyze the target area to identify extraction opportunities: Find the design system : Locate your design system, component library, or shared UI directory (grep for "design system", "ui", "components", etc.). Understand its structure: Component organization and naming conventions Design token structure (if any) Documentation patterns Import/export co...
1.6K
7497 mermaid-visualizer axtonliu/axton-obsidian-visual-skills
Mermaid Visualizer Overview Convert text content into clean, professional Mermaid diagrams optimized for presentations and documentation. Automatically handles common syntax pitfalls (list syntax conflicts, subgraph naming, spacing issues) to ensure diagrams render correctly in Obsidian, GitHub, and other Mermaid-compatible platforms. Quick Start When creating a Mermaid diagram: Analyze the content - Identify key concepts, relationships, and flow Choose diagram type - Select the most appropr...
1.6K
7498 baseball-trend pika-labs/pika-plugins
baseball-trend 15-second ESPN-style broadcast cutaway of a user, sitting behind home plate at a fake Yankees vs Red Sox ALCS Game 3 game at Fenway Park, with two announcers naming them on air. Fixed-recipe skill — the prompts below are calibrated. Substitute the username and keep the marked anchors intact. Stage 0 — Intake If invoked with empty args and no usable prior context, print this menu and stop: Who should appear in the fake MLB broadcast cutaway? Required: Name — exactly as it should ap...
1.6K
7499 stable-diffusion-image-generation davila7/claude-code-templates
Stable Diffusion Image Generation Comprehensive guide to generating images with Stable Diffusion using the HuggingFace Diffusers library. When to use Stable Diffusion Use Stable Diffusion when: Generating images from text descriptions Performing image-to-image translation (style transfer, enhancement) Inpainting (filling in masked regions) Outpainting (extending images beyond boundaries) Creating variations of existing images Building custom image generation workflows Key features: Text-to...
1.6K
7500 responsiveness-check jezweb/claude-skills
Responsiveness Check Test how a website's layout responds to viewport width changes. Resizes through breakpoints in a single browser session, screenshots each width, compares adjacent sizes, and reports where layouts break. What this tests : Layout responsiveness — overflow, stacking, navigation transitions, content reflow. What this does NOT test : General accessibility (ARIA, semantic HTML, heading hierarchy, colour contrast). Those don't vary by viewport width — use the ux-audit skill instead...
1.6K