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

/ 聚焦搜索框
正在使用 AI 进行语义搜索...
23,097
总 Skills
59.4M
总安装量
2,536
贡献者
# Skill 仓库 描述 安装量
7601 excalidraw softaworks/agent-toolkit
Excalidraw Subagent Delegation Overview Core principle: Main agents NEVER read Excalidraw files directly. Always delegate to subagents to isolate context consumption. Excalidraw files are JSON with high token cost but low information density. Single files range from 4k-22k tokens (largest can exceed read tool limits). Reading multiple diagrams quickly exhausts context budget (7 files = 67k tokens = 33% of budget). The Problem Excalidraw JSON structure: Each shape has 20+ properties (x, y, w...
440
7602 tanstack-db tanstack-skills/tanstack-skills
Overview TanStack DB is a client-side embedded database layer built on differential dataflow. It maintains normalized collections, uses incremental computation for live queries, provides automatic optimistic mutations, and integrates with TanStack Query for data fetching. Sub-millisecond updates even with 100k+ rows. Package: @tanstack/react-db Query Integration: @tanstack/query-db-collection Status: Beta (v0.5) Installation npm install @tanstack/react-db @tanstack/query-db-collection Core Conce...
440
7603 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...
440
7604 qdrant-monitoring qdrant/skills
Qdrant Monitoring Qdrant monitoring allows tracking performance and health of your deployment, and identifying issues before they become outages. First determine whether you need to set up monitoring or diagnose an active issue. Understand available metrics Monitoring docs Monitoring Setup Prometheus scraping, health probes, Hybrid Cloud specifics, alerting, and log centralization. Monitoring Setup Debugging with Metrics Optimizer stuck, memory growth, slow requests. Using metrics to diagnose ac...
440
7605 obsidian-markdown davila7/claude-code-templates
Obsidian Flavored Markdown Skill Create and edit valid Obsidian Flavored Markdown. Obsidian extends CommonMark and GFM with wikilinks, embeds, callouts, properties, comments, and other syntax. This skill covers only Obsidian-specific extensions -- standard Markdown (headings, bold, italic, lists, quotes, code blocks, tables) is assumed knowledge. Workflow: Creating an Obsidian Note Add frontmatter with properties (title, tags, aliases) at the top of the file. See PROPERTIES.md for all property t...
440
7606 api-documenter sickn33/antigravity-awesome-skills
API Documenter Specialist in creating comprehensive API documentation using OpenAPI/Swagger specifications. When This Skill Activates Activates when you: Ask to document an API Create OpenAPI/Swagger specs Need API reference documentation Mention "API docs" OpenAPI Specification Structure openapi : 3.0.3 info : title : API Title version : 1.0.0 description : API description servers : - url : https : //example.com/api/v1 paths : /users : get : summary : List users operationId : listUsers tags : -...
440
7607 memory-systems sickn33/antigravity-awesome-skills
When to Use This Skill Design short-term, long-term, and graph-based memory architectures Use this skill when working with design short-term, long-term, and graph-based memory architectures. Memory System Design Memory provides the persistence layer that allows agents to maintain continuity across sessions and reason over accumulated knowledge. Simple agents rely entirely on context for memory, losing all state when sessions end. Sophisticated agents implement layered memory architectures that b...
440
7608 serving-llms-vllm davila7/claude-code-templates
vLLM - High-Performance LLM Serving Quick start vLLM achieves 24x higher throughput than standard transformers through PagedAttention (block-based KV cache) and continuous batching (mixing prefill/decode requests). Installation: pip install vllm Basic offline inference: from vllm import LLM, SamplingParams llm = LLM(model="meta-llama/Llama-3-8B-Instruct") sampling = SamplingParams(temperature=0.7, max_tokens=256) outputs = llm.generate(["Explain quantum computing"], sampling) print(outpu...
440
7609 error-handling-ux owl-listener/designer-skills
Error Handling UX You are an expert in designing error experiences that prevent, detect, and help users recover from errors. What You Do You design error handling that minimizes frustration and helps users succeed. Error Handling Hierarchy 1. Prevention Inline validation before submission Smart defaults and suggestions Confirmation dialogs for destructive actions Constraint-based inputs (date pickers, dropdowns) Auto-save to prevent data loss 2. Detection Real-time field validation Form-level va...
440
7610 muapi-seedance-2 samuraigpt/generative-media-skills
🎬 Seedance 2.0 Cinema Expert The definitive skill for "Director-Level" AI video orchestration. Seedance 2.0 is not a descriptive model; it is an instructional model. It responds best to technical cinematography, physics directives, and precise camera grammar. Core Competencies Text-to-Video (t2v) : Generate cinematic video from a Director Brief using seedance-v2.0-t2v . Image-to-Video (i2v) : Animate 1–9 reference images into a video using seedance-v2.0-i2v . Video Extension (extend) : Seamlessl...
440
7611 muapi-logo-creator samuraigpt/generative-media-skills
🖼️ Logo Creator Skill A specialized skill for AI Agents to engineer professional-grade brand identities. The Logo Creator skill translates brand vision into minimalist, scalable, and iconic vector-style marks. Core Competencies Geometric Primitive Construction : Using basic shapes (circles, squares, triangles) to create memorable icons. Negative Space Manipulation : Integrating secondary meanings through the strategic use of empty space. Symbolic Abstraction : Reducing complex brand concepts int...
440
7612 migrate-oai-app modelcontextprotocol/ext-apps
Migrate OpenAI App to MCP Migrate existing OpenAI Apps SDK applications to the MCP Apps SDK ( @modelcontextprotocol/ext-apps ). The MCP Apps SDK provides a standardized, open protocol for interactive UIs in conversational clients. Best Practices Use your package manager to add dependencies (e.g., npm install , pnpm add , yarn add ) instead of manually writing version numbers. This lets the package manager resolve the latest compatible versions. Never specify version numbers from memory. Preempti...
440
7613 wcag-accessibility-audit mastepanoski/claude-skills
WCAG Accessibility Audit This skill enables AI agents to perform a comprehensive web accessibility evaluation using the Web Content Accessibility Guidelines (WCAG) 2.1 and 2.2 standards, ensuring digital products are usable by people with disabilities. WCAG is the international standard for web accessibility (ISO/IEC 40500), legally required in many jurisdictions (ADA, Section 508, European Accessibility Act, etc.). Use this skill to identify accessibility barriers, ensure legal compliance, reac...
440
7614 pdf-ocr yejinlei/pdf-ocr-skill
PDF OCR Skill PDF OCR技能用于从影印版PDF文件和图片文件中提取文字内容。该技能支持两种OCR引擎: RapidOCR (本地引擎):无需API密钥,免费使用,识别速度快 硅基流动大模型 (云端引擎):使用AI大模型进行高精度OCR识别 功能特性 支持影印版PDF文件的文字提取 支持多种图片格式的文字识别(JPG、PNG、BMP、GIF、TIFF、WEBP) 双引擎支持 :RapidOCR(本地)和硅基流动API(云端) 支持中文和英文文字识别 保持文字的顺序和结构 自动将PDF页面转换为图片进行识别 智能引擎切换:当RapidOCR初始化失败时自动切换到硅基流动API 安装 依赖要求 pip install pymupdf pillow requests python-dotenv 可选依赖(推荐) 安装RapidOCR以获得本地识别能力: pip install rapidocr_onnxruntime 环境变量配置 复制 .env.example 文件并重命名为 .env 根据需要配置以下选项: OCR引擎选择 - "rapid": 使用RapidOCR本...
439
7615 playwright-cli microsoft/playwright
Browser Automation with playwright-cli Quick start open new browser playwright-cli open navigate to a page playwright-cli goto https://playwright.dev interact with the page using refs from the snapshot playwright-cli click e15 playwright-cli type "page.click" playwright-cli press Enter take a screenshot (rarely used, as snapshot is more common) playwright-cli screenshot close the browser playwright-cli close Commands Core playwright-cli open open and navigate right away playwright-cli open...
439
7616 internationalization-i18n aj-geddes/useful-ai-prompts
Internationalization (i18n) & Localization Overview Comprehensive guide to implementing internationalization and localization in applications. Covers message translation, pluralization, date/time/number formatting, RTL languages, and integration with popular i18n libraries. When to Use Building multi-language applications Supporting international users Implementing language switching Formatting dates, times, and numbers for different locales Supporting RTL (right-to-left) languages Extracting ...
439
7617 color-accessibility aj-geddes/useful-ai-prompts
Color Accessibility Overview Accessible color design ensures all users, including those with color vision deficiency, can access and understand information. When to Use Creating color palettes Designing data visualizations Testing interface designs Status indicators and alerts Form validation states Charts and graphs Instructions 1. Color Contrast Standards WCAG Contrast Ratios: WCAG AA (Minimum): - Normal text: 4.5:1 - Large text (18pt+): 3:1 - UI components & graphical elements: 3:1 ...
439
7618 snipgrapher mcollina/skills
When to use Use this skill when you need to: Generate image snippets from source code Configure reusable snippet rendering defaults Batch-render snippet assets for docs, social posts, or changelogs Use published snipgrapher from npm to generate snippet images How to use Read these rule files in order: rules/setup-and-configuration.md - Install, select executable, initialize config, and define profiles rules/rendering-workflows.md - Render single snippets, batch jobs, watch mode, and output pract...
439
7619 shell pproenca/dot-skills
Shell Scripts Best Practices Comprehensive best practices guide for shell scripting, designed for AI agents and LLMs. Contains 48 rules across 9 categories, prioritized by impact from critical (safety, portability) to incremental (style). Each rule includes detailed explanations, real-world examples comparing incorrect vs. correct implementations, and specific impact metrics. When to Apply Reference these guidelines when: Writing new bash or POSIX shell scripts Reviewing shell scripts for se...
439
7620 muapi-nano-banana samuraigpt/generative-media-skills
🍌 Nano-Banana Expert Skill (Gemini 3 Style) A specialized skill for AI Agents to leverage "Reasoning-Driven" image generation. Based on the advanced prompting architecture of Google's Gemini 3 (Nano Banana Pro), this skill moves beyond keyword stuffing to structured, logic-based creative briefs. Core Competencies Reasoning-Driven Prompting : Using natural language logic to define physics, lighting, and spatial relationships. Structured Creative Briefs : Implementing the "Perfect Prompt" formula:...
439
7621 interior-design-visualization eachlabs/skills
Interior Design Visualization Transform and visualize interior spaces using each::sense. This skill takes photos of existing rooms and generates redesigned versions with different styles, furniture, colors, and layouts. Features Room Redesign : Transform existing rooms into completely new designs Style Transformation : Apply modern, minimalist, bohemian, industrial, and other styles Furniture Visualization : See how new furniture would look in your space Color Scheme Changes : Preview walls, acc...
439
7622 java-quarkus-development mindrally/skills
Java Quarkus Development Best Practices Core Principles Write clean, efficient, and well-documented Java code using Quarkus best practices Focus on fast startup and minimal memory footprint via GraalVM native builds Leverage Quarkus extensions for common functionality Design for containerized and serverless deployments Follow SOLID principles and microservices architecture patterns Development Workflow Quarkus Dev Mode Use quarkus dev for rapid iteration with live reload Leverage continuous test...
439
7623 3d-modeling omer-metin/skills-for-antigravity
3D Modeling Identity Role: Senior 3D Artist / Technical Artist Personality: I'm a battle-hardened 3D artist who has shipped AAA games and worked on VFX productions. I've debugged more topology nightmares than I can count, and I know exactly which shortcuts will burn you in production. I speak the truth about poly counts, edge flow, and UV layouts - even when it hurts. Expertise Areas: Production topology for games and film Non-destructive modeling workflows High-to-low poly baking pipelines ...
439
7624 replicate replicate/skills
Docs Reference docs: https://replicate.com/docs/llms.txt HTTP API schema: https://api.replicate.com/openapi.json MCP server: https://mcp.replicate.com Set an Accept: text/markdown header when requesting docs pages to get a Markdown response. Workflow Here's a common workflow for using Replicate's API to run a model: Choose the right model - Search with the API or ask the user Get model metadata - Fetch model input and output schema via API Create prediction - POST to /v1/predictions Poll for res...
438
7625 n8n vladm3105/aidoc-flow-framework
n8n Workflow Automation Skill Purpose Provide specialized guidance for developing workflows, custom nodes, and integrations on the n8n automation platform. Enable AI assistants to design workflows, write custom code nodes, build TypeScript-based custom nodes, integrate external services, and implement AI agent patterns. When to Use This Skill Invoke this skill when: Designing automation workflows combining multiple services Writing JavaScript/Python code within workflow nodes Building custom...
438
7626 sadd:do-in-parallel neolabhq/context-engineering-kit
do-in-parallel Common use cases: Apply the same refactoring across multiple files Run code analysis on several modules simultaneously Generate documentation for multiple components Execute independent transformations in parallel Process Phase 1: Parse Input and Identify Targets Extract targets from the command arguments: Input patterns: 1. --files "src/a.ts,src/b.ts,src/c.ts" --> File-based targets 2. --targets "UserService,OrderService" --> Named targets 3. Infer from task description ...
438
7627 customaize-agent:create-hook neolabhq/context-engineering-kit
Create Hook Command Analyze the project, suggest practical hooks, and create them with proper testing. Your Task (/create-hook) Analyze environment - Detect tooling and existing hooks Suggest hooks - Based on your project configuration Configure hook - Ask targeted questions and create the script Test & validate - Ensure the hook works correctly Your Workflow 1. Environment Analysis & Suggestions Automatically detect the project tooling and suggest relevant hooks: When TypeScript is detected ( t...
438
7628 better-auth jezweb/claude-skills
Better Auth Integration Guide Overview Better Auth is a type-safe authentication framework for TypeScript supporting multiple providers, 2FA, SSO, organizations, and passkeys. This skill covers integration patterns for NestJS backend with Drizzle ORM + PostgreSQL and Next.js App Router frontend. When to Use Setting up Better Auth with NestJS backend Integrating Next.js App Router frontend Configuring Drizzle ORM schema with PostgreSQL Implementing social login (GitHub, Google, Facebook, Microsof...
438
7629 qianwen-text qianwen-ai/qianwen-ai
Agent setup : If your agent doesn't auto-load skills (e.g. Claude Code), see agent-compatibility.md once per session. Qwen Text Chat (OpenAI-Compatible) Generate text, conduct conversations, write code, and invoke tools using Qwen models through the OpenAI-compatible API. This skill is part of QianWen-AI/qianwen-ai . Skill directory Use this skill's internal files to execute and learn. Load reference files on demand when the default path fails or you need details. Show more
438
7630 okx-how-to-play okx/onchainos-skills
Onchain OS — How to Play (Entry Router) The first-time / "I don't know what to do" entry point. Routes the user from a blank prompt into a concrete DApp workflow in ≤ 3 turns. Instruction Priority Tagged blocks indicate rule severity (higher wins on conflict): <NEVER> — Absolute prohibition. <MUST> — Mandatory step. Skipping breaks the flow. <SHOULD> — Best practice. Pre-flight Checks Trigger Criteria Show more
438
7631 skill-guard useai-pro/openclaw-skills-security
Skill Guard You are a runtime security monitor for OpenClaw. When a skill is active, you watch its behavior and flag anything that violates its declared permissions or exhibits suspicious patterns. What to Monitor File Access Track every file the skill reads or writes: Suspicious file access patterns: Reading credential files: ~/.ssh/* , ~/.aws/* , ~/.gnupg/* , ~/.config/gh/hosts.yml Reading env files outside project: ~/.env , /etc/environment Writing to startup locations: ~/.bashrc , ~/.zshrc ,...
438
7632 tailslayer-dram-hedged-reads aradotso/trending-skills
Tailslayer — DRAM Hedged Read Library Skill by ara.so — Daily 2026 Skills collection. Tailslayer is a C++ library that reduces tail latency in RAM reads caused by DRAM refresh stalls. It replicates data across multiple independent DRAM channels with uncorrelated refresh schedules, issues hedged reads across all replicas simultaneously, and returns whichever result responds first — eliminating worst-case stall spikes from DRAM refresh cycles. Works on AMD, Intel, and AWS Graviton using undocument...
438
7633 api-rate-limiting aj-geddes/useful-ai-prompts
API Rate Limiting Overview Protect APIs from abuse and manage traffic using various rate limiting algorithms with per-user, per-IP, and per-endpoint strategies. When to Use Protecting APIs from brute force attacks Managing traffic spikes Implementing tiered service plans Preventing DoS attacks Fairness in resource allocation Enforcing quotas and usage limits Instructions 1. Token Bucket Algorithm // Token Bucket Rate Limiter class TokenBucket { constructor(capacity, refillRate) { this.ca...
438
7634 axiom-apple-docs charleswiltgen/axiom
Apple Documentation Router Apple bundles for-LLM markdown documentation inside Xcode. These are authoritative, up-to-date guides and diagnostics written by Apple engineers. Use them alongside Axiom skills for the most accurate information. When to Use Use Apple's bundled docs when: You need the exact API signature or behavior from Apple Axiom skills reference an Apple framework and you want the official source A Swift compiler diagnostic needs explanation The user asks about a specific Apple fra...
438
7635 axiom-networking charleswiltgen/axiom
Network.framework Networking When to Use This Skill Use when: Implementing UDP/TCP connections for gaming, streaming, or messaging apps Migrating from BSD sockets, CFSocket, NSStream, or SCNetworkReachability Debugging connection timeouts or TLS handshake failures Supporting network transitions (WiFi ↔ cellular) gracefully Adopting structured concurrency networking patterns (iOS 26+) Implementing custom protocols over TLS/QUIC Requesting code review of networking implementation before shipping
438
7636 position-sizer tradermonty/claude-trading-skills
Position Sizer Overview Calculate the optimal number of shares to buy for a long stock trade based on risk management principles. Supports three sizing methods: Fixed Fractional : Risk a fixed percentage of account equity per trade (default: 1%) ATR-Based : Use Average True Range to set volatility-adjusted stop distances Kelly Criterion : Calculate mathematically optimal risk allocation from historical win/loss statistics All methods apply portfolio constraints (max position %, max sector %) and...
438
7637 kaizen:analyse neolabhq/context-engineering-kit
Smart Analysis Intelligently select and apply the most appropriate Kaizen analysis technique based on what you're analyzing. Description Analyzes context and chooses best method: Gemba Walk (code exploration), Value Stream Mapping (workflow/process), or Muda Analysis (waste identification). Guides you through the selected technique. Usage /analyse [target_description] Examples: /analyse authentication implementation /analyse deployment workflow /analyse codebase for inefficiencies Variables TARG...
437
7638 git:attach-review-to-pr neolabhq/context-engineering-kit
How to Attach Line-Specific Review Comments to Pull Requests This guide explains how to add line-specific review comments to pull requests using the GitHub CLI ( gh ) API or mcp__github_inline_comment__create_inline_comment if it not available, similar to how the GitHub UI allows commenting on specific lines of code. Preferred Approach: Using MCP GitHub Tools If available , use the mcp__github_inline_comment__create_inline_comment MCP tool for posting line-specific inline comments on pull reques...
437
7639 qianwen-model-selector qianwen-ai/qianwen-ai
Agent setup : If your agent doesn't auto-load skills (e.g. Claude Code), see agent-compatibility.md once per session. Qwen Model Selector (Advisor) This skill operates in two modes: Interactive advisory — asks diagnostic questions to recommend the right model (see Diagnostic Flow). Cross-skill resolution — provides a fast-path model lookup for execution skills that need a model decision without user interaction (see recommendation-matrix.md ). Do not fabricate model names — only recommend models...
437
7640 ui-styling mrgoonie/claudekit-skills
UI Styling Skill Comprehensive skill for creating beautiful, accessible user interfaces combining shadcn/ui components, Tailwind CSS utility styling, and canvas-based visual design systems. Reference shadcn/ui: https://ui.shadcn.com/llms.txt Tailwind CSS: https://tailwindcss.com/docs When to Use This Skill Use when: Building UI with React-based frameworks (Next.js, Vite, Remix, Astro) Implementing accessible components (dialogs, forms, tables, navigation) Styling with utility-first CSS appro...
437
7641 agent-planner ruvnet/ruflo
name: planner type: coordinator color: "4ECDC4" description: Strategic planning and task orchestration agent capabilities: task_decomposition dependency_analysis resource_allocation timeline_estimation risk_assessment priority: high hooks: pre: | echo "🎯 Planning agent activated for: $TASK" memory_store "planner_start_$(date +%s)" "Started planning: $TASK" post: | echo "✅ Planning complete" memory_store "planner_end_$(date +%s)" "Completed planning: $TASK" Strategic Planning Agent You are a stra...
437
7642 omc-setup yeachan-heo/oh-my-claudecode
This is the only command you need to learn. After running this, everything else is automatic. Graceful Interrupt Handling IMPORTANT: This setup process saves progress after each step. If interrupted (Ctrl+C or connection loss), the setup can resume from where it left off. State File Location - `.omc/state/setup-state.json` - Tracks completed steps Resume Detection (Step 0) Before starting any step, check for existing state: ``` Check for existing setup state STATE_FILE=".omc/state/set...
437
7643 aesthetic mrgoonie/claudekit-skills
Aesthetic Create aesthetically beautiful interfaces by following proven design principles and systematic workflows. When to Use This Skill Use when: Building or designing user interfaces Analyzing designs from inspiration websites (Dribbble, Mobbin, Behance) Generating design images and evaluating aesthetic quality Implementing visual hierarchy, typography, color theory Adding micro-interactions and animations Creating design documentation and style guides Need guidance on accessibility and ...
437
7644 embeddings ruvnet/ruflo
Embeddings Skill Purpose Vector embeddings for semantic search and pattern matching with HNSW indexing. Features Feature Description sql.js Cross-platform SQLite persistent cache (WASM) HNSW 150x-12,500x faster search Hyperbolic Poincare ball model for hierarchical data Normalization L2, L1, min-max, z-score Chunking Configurable overlap and size 75x faster With agentic-flow ONNX integration Commands Initialize Embeddings npx claude-flow embeddings init --backend sqlite Embed Text npx claude-flo...
437
7645 skill-creator daymade/claude-code-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...
437
7646 senior-secops davila7/claude-code-templates
Senior SecOps Engineer Complete toolkit for Security Operations including vulnerability management, compliance verification, secure coding practices, and security automation. Table of Contents Core Capabilities Workflows Tool Reference Security Standards Compliance Frameworks Best Practices Core Capabilities Show more
437
7647 autonomous-agents davila7/claude-code-templates
Autonomous Agents You are an agent architect who has learned the hard lessons of autonomous AI. You've seen the gap between impressive demos and production disasters. You know that a 95% success rate per step means only 60% by step 10. Your core insight: Autonomy is earned, not granted. Start with heavily constrained agents that do one thing reliably. Add autonomy only as you prove reliability. The best agents look less impressive but work consistently. You push for guardrails before capabili...
437
7648 powershell-master josiahsiegel/claude-plugin-marketplace
PowerShell Master 🚨 CRITICAL GUIDELINES Windows File Path Requirements MANDATORY: Always Use Backslashes on Windows for File Paths When using Edit or Write tools on Windows, you MUST use backslashes (\) in file paths, NOT forward slashes (/). Examples: ❌ WRONG: D:/repos/project/file.tsx ✅ CORRECT: D:\repos\project\file.tsx This applies to: Edit tool file_path parameter Write tool file_path parameter All file operations on Windows systems Documentation Guidelines NEVER create new documenta...
437
7649 remotion digitalsamba/claude-code-video-toolkit
Stitch to Remotion Walkthrough Videos You are a video production specialist focused on creating engaging walkthrough videos from app designs. You combine Stitch's screen retrieval capabilities with Remotion's programmatic video generation to produce smooth, professional presentations. Overview This skill enables you to create walkthrough videos that showcase app screens with professional transitions, zoom effects, and contextual text overlays. The workflow retrieves screens from Stitch projects ...
437
7650 empathy-map owl-listener/designer-skills
Empathy Map Build an empathy map to synthesize user research and align the team around user understanding. Context You are a senior UX researcher helping a design team build an empathy map for $ARGUMENTS. If the user provides files (interview transcripts, observation notes, survey data), read them first. Domain Context Empathy Maps (Dave Gray, XPLANE): A collaborative tool to externalize what we know about a user type. Four quadrants: Says (direct quotes), Thinks (inferred beliefs), Does (observ...
437