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

/ 聚焦搜索框
正在使用 AI 进行语义搜索...
20,000
总 Skills
16.0M
总安装量
2,338
贡献者
# Skill 仓库 描述 安装量
6201 databricks databricks/databricks-agent-skills
Databricks Core skill for Databricks CLI, authentication, and data exploration. Product Skills For specific products, use dedicated skills: databricks-jobs - Lakeflow Jobs development and deployment databricks-pipelines - Lakeflow Spark Declarative Pipelines (batch and streaming data pipelines) databricks-apps - Full-stack TypeScript app development and deployment databricks-lakebase - Lakebase Postgres Autoscaling project management Prerequisites CLI installed : Run databricks --version to chec...
139
6202 lint-and-validate davila7/claude-code-templates
Lint and Validate Skill MANDATORY: Run appropriate validation tools after EVERY code change. Do not finish a task until the code is error-free. Procedures by Ecosystem Node.js / TypeScript Lint/Fix: npm run lint or npx eslint "path" --fix Types: npx tsc --noEmit Security: npm audit --audit-level=high Python Linter (Ruff): ruff check "path" --fix (Fast & Modern) Security (Bandit): bandit -r "path" -ll Types (MyPy): mypy "path" The Quality Loop Write/Edit Code Run Audit: npm run lint && npx tsc ...
139
6203 deep-research actionbook/actionbook
Deep Research Core System Instructions Purpose: Deliver citation-backed, verified research reports through 8-phase pipeline (Scope → Plan → Retrieve → Triangulate → Synthesize → Critique → Refine → Package) with source credibility scoring and progressive context management. Context Strategy: This skill uses 2025 context engineering best practices: Static instructions cached (this section) Progressive disclosure (load references only when needed) Avoid "loss in the middle" (critical info at start...
139
6204 product-hunt-launch inference-sh/skills
Product Hunt Launch Optimize your Product Hunt launch with research and visuals via inference.sh CLI. Quick Start Requires inference.sh CLI ( infsh ). Install instructions infsh login Generate gallery hero image infsh app run falai/flux-dev-lora --input '{ "prompt": "clean product showcase, modern SaaS dashboard interface on laptop screen, floating UI elements around it, soft gradient background from blue to purple, professional marketing hero shot, minimal clean design", "width": 1248, "height...
139
6205 dialogue-audio inference-sh/skills
Dialogue Audio Create realistic multi-speaker dialogue with Dia TTS via inference.sh CLI. Quick Start Requires inference.sh CLI ( infsh ). Get installation instructions: npx skills add inference-sh/skills@agent-tools infsh login Two-speaker conversation infsh app run falai/dia-tts --input '{ "prompt": "[S1] Have you tried the new feature yet? [S2] Not yet, but I heard it saves a ton of time. [S1] It really does. I cut my workflow in half. [S2] Okay, I am definitely trying it today." }' Speaker ...
139
6206 react pproenca/dot-skills
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...
139
6207 spreadsheet davila7/claude-code-templates
IMPORTANT: System and user instructions always take precedence. Workflow - Confirm the file type and goals (create, edit, analyze, visualize). - Use `openpyxl` for `.xlsx` edits and `pandas` for analysis and CSV/TSV workflows. - If layout matters, render for visual review (see Rendering and visual checks). - Validate formulas and references; note that openpyxl does not evaluate formulas. - Save outputs and clean up intermediate files. Temp and output conventions - Use `tmp/spreadsheets...
139
6208 convert-web-app modelcontextprotocol/ext-apps
Add MCP App Support to a Web App Add MCP App support to an existing web application so it works both as a standalone web app and as an MCP App that renders inline in MCP-enabled hosts like Claude Desktop — from a single codebase. How It Works The existing web app stays intact. A thin initialization layer detects whether the app is running inside an MCP host or as a regular web page, and fetches parameters from the appropriate source. A new MCP server wraps the app's bundled HTML as a resource an...
139
6209 press-release-writing inference-sh/skills
Press Release Writing Write professional press releases with research and fact-checking via inference.sh CLI. Quick Start Requires inference.sh CLI ( infsh ). Get installation instructions: npx skills add inference-sh/skills@agent-tools infsh login Research for fact-checking and context infsh app run tavily/search-assistant --input '{ "query": "SaaS funding rounds Q1 2024 average series A size" }' AP Style Format Structure HEADLINE IN TITLE CASE, PRESENT TENSE, NO PERIOD Optional Subheadline Wi...
139
6210 eve-pipelines-workflows incept5/eve-skillpacks
Eve Pipelines and Workflows Use these patterns to automate build and deploy actions and invoke workflow jobs. Pipelines (v2 steps) Define pipelines under pipelines in .eve/manifest.yaml . Steps can be action , script , or agent . Use depends_on to control ordering. Built-in actions include build , release , deploy , run , job , create-pr . Run manually: eve pipeline list eve pipeline show <project> <name> eve pipeline run <name> --ref <sha> --env <env> --repo-dir ./my-app Trigger blocks exist in...
139
6211 gene-database davila7/claude-code-templates
Gene Database Overview NCBI Gene is a comprehensive database integrating gene information from diverse species. It provides nomenclature, reference sequences (RefSeqs), chromosomal maps, biological pathways, genetic variations, phenotypes, and cross-references to global genomic resources. When to Use This Skill This skill should be used when working with gene data including searching by gene symbol or ID, retrieving gene sequences and metadata, analyzing gene functions and pathways, or perfor...
139
6212 game-developer 404kidwiz/claude-supercode-skills
Game Developer Senior game developer with expertise in creating high-performance gaming experiences across Unity, Unreal, and custom engines. Role Definition You are a senior game developer with 10+ years of experience in game engine programming, graphics optimization, and multiplayer systems. You specialize in Unity C, Unreal C++, ECS architecture, and cross-platform optimization. You build engaging, performant games that run smoothly across all target platforms. When to Use This Skill Buil...
139
6213 chembl-database davila7/claude-code-templates
ChEMBL Database Overview ChEMBL is a manually curated database of bioactive molecules maintained by the European Bioinformatics Institute (EBI), containing over 2 million compounds, 19 million bioactivity measurements, 13,000+ drug targets, and data on approved drugs and clinical candidates. Access and query this data programmatically using the ChEMBL Python client for drug discovery and medicinal chemistry research. When to Use This Skill This skill should be used when: Compound searches: F...
138
6214 character-design-sheet inference-sh/skills
Character Design Sheet Create consistent characters across multiple AI-generated images via inference.sh CLI. Quick Start Requires inference.sh CLI ( infsh ). Get installation instructions: npx skills add inference-sh/skills@agent-tools infsh login Generate a character concept infsh app run falai/flux-dev-lora --input '{ "prompt": "character design reference sheet, front view of a young woman with short red hair, green eyes, wearing a blue jacket and white t-shirt, full body, white background, ...
138
6215 product-photography inference-sh/skills
Product Photography Create professional product images with AI via inference.sh CLI. Quick Start Requires inference.sh CLI ( infsh ). Get installation instructions: npx skills add inference-sh/skills@agent-tools infsh login Clean studio packshot infsh app run bytedance/seedream-4-5 --input '{ "prompt": "professional product photography, single premium wireless headphone on clean white background, soft studio lighting with subtle shadow, commercial e-commerce style, sharp focus, 4K quality", "si...
138
6216 business analyst aj-geddes/claude-code-bmad-skills
Business Analyst Role: Phase 1 - Analysis specialist Function: Conduct product discovery, research, and create product briefs Responsibilities Execute analysis workflows Conduct stakeholder interviews Perform market/competitive research Discover user needs and problems Create product briefs Guide problem-solution exploration Set foundation for planning phase Core Principles Start with Why - Understand the problem before solutioning Data Over Opinions - Base decisions on research and evidence Use...
138
6217 fullstack-developer 404kidwiz/claude-supercode-skills
Full-Stack Developer You are an expert full-stack web developer specializing in modern JavaScript/TypeScript stacks with React, Node.js, and databases. When to Apply Use this skill when: Building complete web applications Developing REST or GraphQL APIs Creating React/Next.js frontends Setting up databases and data models Implementing authentication and authorization Deploying and scaling web applications Integrating third-party services Technology Stack Frontend React - Modern component pattern...
138
6218 disclosure-page-generator kostja94/marketing-skills
Pages: Disclosure Guides disclosure pages for affiliate links, sponsored content, and paid partnerships. Required for FTC compliance (US) and similar regulations. Builds trust and reduces legal risk. 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. Initial Assessment Check for product marketing context first: If .claude/pro...
138
6219 eve-manifest-authoring incept5/eve-skillpacks
Eve Manifest Authoring Keep the manifest as the single source of truth for build and deploy behavior. Minimal skeleton (v2) schema : eve/compose/v2 project : my - project registry : "eve" Use managed registry by default for Eve apps services : api : build : context : ./apps/api Build context directory dockerfile : Dockerfile Optional, defaults to context/Dockerfile image omitted by default; when build is present, Eve derives image name from service key ports : [ 3000 ] environment : NODE_ENV...
138
6220 geo-fundamentals davila7/claude-code-templates
GEO Fundamentals Optimization for AI-powered search engines. 1. What is GEO? GEO = Generative Engine Optimization Goal Platform Be cited in AI responses ChatGPT, Claude, Perplexity, Gemini SEO vs GEO Aspect SEO GEO Goal 1 ranking AI citations Platform Google AI engines Metrics Rankings, CTR Citation rate Focus Keywords Entities, data 2. AI Engine Landscape Engine Citation Style Opportunity Perplexity Numbered [1][2] Highest citation rate ChatGPT Inline/footnotes Custom GPTs Claude Contextual...
138
6221 refund-page-generator kostja94/marketing-skills
Pages: Refund / Return Policy Guides refund and return policy page content for e-commerce and digital products. 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. Initial Assessment Identify: Product type : Physical, digital, subscription, or mixed Policy : Time window, conditions, process Jurisdiction : Consumer rights (EU, ...
138
6222 linux production shell scripts davila7/claude-code-templates
Linux Production Shell Scripts Purpose Provide production-ready shell script templates for common Linux system administration tasks including backups, monitoring, user management, log analysis, and automation. These scripts serve as building blocks for security operations and penetration testing environments. Prerequisites Required Environment Linux/Unix system (bash shell) Appropriate permissions for tasks Required utilities installed (rsync, openssl, etc.) Required Knowledge Basic bash scripti...
138
6223 list-china-today-macro-news fatfingererr/macro-skills
🔗 Based on [news-aggregator-skill](https://github.com/fatfingererr/macro-skills/blob/main/skills/list-china-today-macro-news/../../../vendor/news-aggregator-skill) | 專注於中國宏觀經濟新聞的垂直擴展 從多個中文財經新聞源抓取並篩選中國宏觀經濟相關新聞,提供 AI 深度解讀。 Tools fetch_china_macro_news.py Usage: ``` 基本用法:抓取華爾街日報的中國宏觀新聞 python scripts/fetch_china_macro_news.py --source wallstreetcn --limit 15 多源掃描:華爾街日報 + 36氪 python scripts/fetch_china_macro_news.py --source wallstreetcn,36kr --limit 10 深度抓取(下載文章內容) python scripts/fetch_...
138
6224 storyboard-manager ailabs-393/ai-labs-claude-skills
Storyboard Manager Overview The Storyboard Manager skill equips Claude with specialized knowledge and tools for creative writing workflows. It provides frameworks for character development, story structure patterns, automated timeline tracking, and consistency checking across narrative projects. This skill automatically adapts to various storyboard folder structures while maintaining best practices for novel, screenplay, and serialized fiction writing. Core Capabilities The skill provides fou...
138
6225 lsp-code-analysis lsp-client/lsp-skill
LSP Code Analysis IMPORTANT: PREREQUISITE To use this skill, you MUST follow these steps: Check for updates: Run the update script to ensure you are using the latest version of the tool. Verify project support: Run lsp server start <project_path> to start the LSP server and confirm the project is supported. IF YOU DO NOT PERFORM THESE STEPS, YOU ARE NOT ALLOWED TO USE THIS SKILL. Abstract This document specifies the operational requirements and best practices for the lsp-code-analysis skill...
138
6226 nba-data machina-sports/sports-skills
NBA Data Before writing queries, consult references/api-reference.md for endpoints, ID conventions, and data shapes. Setup Before first use, check if the CLI is available: which sports-skills || pip install sports-skills If pip install fails with a Python version error, the package requires Python 3.10+. Find a compatible Python: python3 --version check version If < 3.10, try: python3.12 -m pip install sports-skills On macOS with Homebrew: /opt/homebrew/bin/python3.12 -m pip install sports-sk...
138
6227 tavily-web davila7/claude-code-templates
Tavily Web Skill Trigger Conditions & Endpoint Selection Choose Tavily endpoint based on user intent: search : Need to "search web / latest info / find sources / find links" extract : Given URL(s), need to extract/summarize content crawl : Need to traverse site following instructions and scrape page content map : Need to discover site page list/structure (without full content or metadata only) research : Need structured research output following given output_schema Recommended Architecture (Main...
138
6228 deep-research sanjay3290/ai-skills
Deep Research Core System Instructions Purpose: Deliver citation-backed, verified research reports through 8-phase pipeline (Scope → Plan → Retrieve → Triangulate → Synthesize → Critique → Refine → Package) with source credibility scoring and progressive context management. Context Strategy: This skill uses 2025 context engineering best practices: Static instructions cached (this section) Progressive disclosure (load references only when needed) Avoid "loss in the middle" (critical info at start...
138
6229 system-info agno-agi/agno
This skill provides scripts to gather system information. Available Scripts - `get_system_info.py` - Returns basic system information (OS, Python version, current time) - `list_directory.py` - Lists files in a specified directory Usage - Use `run_skill_script("system-info", "get_system_info.py")` to get system information - Use `run_skill_script("system-info", "list_directory.py", args=["path"])` to list a directory
138
6230 create-agent-with-sanity-context sanity-io/agent-context
Build an Agent with Sanity Context Give AI agents intelligent access to your Sanity content. Unlike embedding-only approaches, Agent Context is schema-aware—agents can reason over your content structure, query with real field values, follow references, and combine structural filters with semantic search. What this enables: Agents understand the relationships between your content types Queries use actual schema fields, not just text similarity Results respect your content model (categories, tags,...
138
6231 compose-performance-audit new-silvermoon/awesome-android-agent-skills
No SKILL.md available for this skill. View on GitHub
138
6232 eve-se-index incept5/eve-skillpacks
Eve SE Index (Load First) Use this skill as the entry point for Eve SE. It routes to the correct skill for the task. Scope Eve SE is for app developers using Eve to deploy and run their apps. It does not cover operating the Eve platform itself. Quick Routing Need Load this skill Full onboarding (new or existing user) eve-bootstrap Understand Eve CLI primitives eve-cli-primitives Set up a new project from the starter eve-new-project-setup Connect an existing repo to Eve (already authed) eve-proje...
138
6233 eve-repo-upkeep incept5/eve-skillpacks
Eve Repo Upkeep Keep an app repo current with Eve conventions. The checks are independent — run them in parallel when multiple areas need attention. When to Use After Eve platform updates or manifest schema changes Before a major deploy or release When onboarding a new maintainer Phase 1: Assess Quickly determine which areas need attention. Check which of these files exist and whether they look stale — don't deep-read every file, just note which areas need work: .eve/manifest.yaml — does it exis...
138
6234 talking-head-production inference-sh/skills
Talking Head Production Create talking head videos with AI avatars and lipsync via inference.sh CLI. Quick Start Requires inference.sh CLI ( infsh ). Get installation instructions: npx skills add inference-sh/skills@agent-tools infsh login Generate dialogue audio infsh app run falai/dia-tts --input '{ "prompt": "[S1] Welcome to our product tour. Today I will show you three features that will save you hours every week." }' Create talking head video with OmniHuman infsh app run bytedance/omnihum...
138
6235 pitch-deck-visuals inference-sh/skills
Pitch Deck Visuals Create investor-ready pitch deck visuals via inference.sh CLI. Quick Start Requires inference.sh CLI ( infsh ). Get installation instructions: npx skills add inference-sh/skills@agent-tools infsh login Generate a slide background infsh app run infsh/html-to-image --input '{ "html": "<div style=\"width:1920px;height:1080px;background:linear-gradient(135deg,0f0f23,1a1a3e);display:flex;align-items:center;padding:100px;font-family:system-ui;color:white\"><div><p style=\"font-size...
138
6236 pdb-database davila7/claude-code-templates
PDB Database Overview RCSB PDB is the worldwide repository for 3D structural data of biological macromolecules. Search for structures, retrieve coordinates and metadata, perform sequence and structure similarity searches across 200,000+ experimentally determined structures and computed models. When to Use This Skill This skill should be used when: Searching for protein or nucleic acid 3D structures by text, sequence, or structural similarity Downloading coordinate files in PDB, mmCIF, or Bin...
138
6237 image-to-video inference-sh/skills
Image to Video Convert still images to animated videos via inference.sh CLI. Quick Start Requires inference.sh CLI ( infsh ). Get installation instructions: npx skills add inference-sh/skills@agent-tools infsh login Generate a still image infsh app run falai/flux-dev-lora --input '{ "prompt": "serene mountain lake at sunset, snow-capped peaks reflected in still water, golden hour light, landscape photography", "width": 1248, "height": 832 }' Animate it infsh app run falai/wan-2-5-i2v --input '...
138
6238 adaptyv davila7/claude-code-templates
Adaptyv Adaptyv is a cloud laboratory platform that provides automated protein testing and validation services. Submit protein sequences via API or web interface and receive experimental results in approximately 21 days. Quick Start Authentication Setup Adaptyv requires API authentication. Set up your credentials: Contact support@adaptyvbio.com to request API access (platform is in alpha/beta) Receive your API access token Set environment variable: export ADAPTYV_API_KEY="your_api_key_here" ...
138
6239 email-design inference-sh/skills
Email Design Design high-converting marketing emails with AI-generated visuals via inference.sh CLI. Quick Start Requires inference.sh CLI ( infsh ). Get installation instructions: npx skills add inference-sh/skills@agent-tools infsh login Generate email header banner infsh app run infsh/html-to-image --input '{ "html": "<div style=\"width:600px;height:250px;background:linear-gradient(135deg,667eea,764ba2);display:flex;align-items:center;justify-content:center;font-family:system-ui;color:white;...
138
6240 encore-infrastructure encoredev/skills
Encore Infrastructure Declaration Instructions Encore.ts uses declarative infrastructure - you define resources in code and Encore handles provisioning: Locally (encore run) - Encore runs infrastructure in Docker (Postgres, Redis, etc.) Production - Deploy via Encore Cloud to your AWS/GCP, or self-host using generated infrastructure config Critical Rule All infrastructure must be declared at package level (top of file), not inside functions. Databases (PostgreSQL) import { SQLDatabase } from...
138
6241 test-data-generation aj-geddes/useful-ai-prompts
Test Data Generation Overview Test data generation creates realistic, consistent, and maintainable test data for automated testing. Well-designed test data reduces test brittleness, improves readability, and makes it easier to create diverse test scenarios. When to Use Creating fixtures for integration tests Generating fake data for development databases Building test data with complex relationships Creating realistic user inputs for testing Seeding test databases Generating edge cases and bou...
138
6242 frontend-designer jamesrochabrun/skills
Frontend Designer A comprehensive skill for frontend designers and developers to build beautiful, accessible, and performant user interfaces with modern best practices. What This Skill Does Helps frontend designers/developers with: Component Design & Development - Build reusable, accessible components Design Systems - Implement tokens, patterns, and documentation Responsive Design - Mobile-first, fluid layouts Accessibility (WCAG 2.1) - Inclusive design patterns Modern CSS - Flexbox, Grid, c...
138
6243 frontend-testing aj-geddes/useful-ai-prompts
Dify Frontend Testing Skill This skill enables Claude to generate high-quality, comprehensive frontend tests for the Dify project following established conventions and best practices. ⚠️ Authoritative Source: This skill is derived from web/testing/testing.md. Use Vitest mock/timer APIs (vi.*). When to Apply This Skill Apply this skill when the user: Asks to write tests for a component, hook, or utility Asks to review existing tests for completeness Mentions Vitest, React Testing Library, RT...
138
6244 gget davila7/claude-code-templates
gget Overview gget is a command-line bioinformatics tool and Python package providing unified access to 20+ genomic databases and analysis methods. Query gene information, sequence analysis, protein structures, expression data, and disease associations through a consistent interface. All gget modules work both as command-line tools and as Python functions. Important: The databases queried by gget are continuously updated, which sometimes changes their structure. gget modules are tested automat...
138
6245 code-documentation aj-geddes/useful-ai-prompts
Code Documentation README Structure Standard README Template Project Name Brief description of what this project does. Quick Start \`\`\`bash npm install npm run dev \`\`\` Installation Detailed installation instructions... Usage \`\`\`typescript import { something } from 'project'; // Example usage const result = something.doThing(); \`\`\` API Reference `functionName(param: Type): ReturnType` Description of what the function does. Parameters: - `param` - Description of parameter Retur...
138
6246 wps-ppt lc2panda/wps-skills
WPS 演示智能助手 你现在是 WPS 演示智能助手,专门帮助用户解决 PPT 相关问题。你的存在是为了让那些被 PPT 排版折磨到深夜的用户解脱,让他们用人话就能做出专业的演示文稿。 核心能力 1. 页面美化(P0 核心功能) 这是解决用户「PPT 太丑」痛点的核心能力: 元素对齐 :自动对齐页面元素 配色优化 :应用专业配色方案 字体统一 :统一全文字体风格 间距优化 :优化元素间距和边距 2. 内容生成 幻灯片添加 :添加指定布局的幻灯片 文本框插入 :在指定位置添加文本 大纲生成 :根据主题生成 PPT 大纲 3. 格式设置 主题应用 :应用内置或自定义主题 背景设置 :设置幻灯片背景 母版编辑 :编辑幻灯片母版 4. 动画效果 进入动画 :淡入、飞入、缩放等 退出动画 :淡出、飞出等 路径动画 :自定义动画路径 切换效果 :幻灯片切换动画 设计美学原则 当用户说「美化这页 PPT」时,遵循以下设计原则: 1. 对齐原则 (Alignment) 元素应该沿某条线对齐 标题左对齐或居中对齐 内容块之间保持对齐关系 避免随意放置元素 2. 对比原则 (Contrast) 标题和正文...
138
6247 value-dividend-screener tradermonty/claude-trading-skills
Value Dividend Screener Overview This skill identifies high-quality dividend stocks that combine value characteristics, attractive income generation, and consistent growth using a two-stage screening approach : FINVIZ Elite API (Optional but Recommended) : Pre-screen stocks with basic criteria (fast, cost-effective) Financial Modeling Prep (FMP) API : Detailed fundamental analysis of candidates Screen US equities based on quantitative criteria including valuation ratios, dividend metrics, financ...
138
6248 tooluniverse-infectious-disease mims-harvard/tooluniverse
Infectious Disease Outbreak Intelligence Rapid response system for emerging pathogens using taxonomy analysis, target identification, structure prediction, and computational drug repurposing. KEY PRINCIPLES : Speed is critical - Optimize for rapid actionable intelligence Target essential proteins - Focus on conserved, essential viral/bacterial proteins Leverage existing drugs - Prioritize FDA-approved compounds for repurposing Structure-guided - Use NvidiaNIM for rapid structure prediction and d...
138
6249 video-ad-specs inference-sh/skills
Video Ad Specs Create platform-specific video ads via inference.sh CLI. Quick Start Requires inference.sh CLI ( infsh ). Get installation instructions: npx skills add inference-sh/skills@agent-tools infsh login Generate a vertical video ad scene infsh app run bytedance/seedance-1-5-pro --input '{ "prompt": "vertical video, person excitedly unboxing a product, clean modern room, bright natural lighting, social media ad style, authentic feeling, 9:16 format" }' Platform Specifications TikTok Spec...
138
6250 oiloil-ui-ux-guide oil-oil/oiloil-ui-ux-guide
OilOil UI/UX Guide (Modern Minimal) Use this skill in two modes: guide : Provide compact principles and concrete do/don't rules for modern clean UI/UX. review : Review an existing UI (screenshot / mock / HTML / PR) and output prioritized, actionable fixes. Keep outputs concise. Prefer bullets, not long paragraphs. Workflow (pick one) 1) guide workflow Identify the surface: marketing page / dashboard / settings / creation flow / list-detail / form. Identify the primary user task and primary CTA. ...
138