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

/ 聚焦搜索框
正在使用 AI 进行语义搜索...
21,286
总 Skills
33.7M
总安装量
2,437
贡献者
# Skill 仓库 描述 安装量
15401 effect-ts sablier-labs/agent-skills
Effect-TS Expert Expert guidance for functional programming with the Effect library, covering error handling, dependency injection, composability, and testing patterns. Prerequisites Check Before starting any Effect-related work, verify the Effect-TS source code exists at ~/.effect . If missing, stop immediately and inform the user. Clone it before proceeding: git clone https://github.com/Effect-TS/effect.git ~/.effect Research Strategy Effect-TS has many ways to accomplish the same task. Proact...
53
15402 technical-articles epicenterhq/epicenter
Technical Articles All articles must follow writing-voice rules. Core Principles Title should BE the takeaway, not a topic. "Write Context to a File, Not a Prompt" not "Context Management in Agent Workflows". Lead with a strong opening paragraph that states the key insight in plain language. Reader should get it in 5 seconds. Then go straight into code. Don't force a blockquote or pull-quote after the opening; if the insight needs a quotable summary, the opening paragraph already is one. Code sp...
53
15403 agent-slack devxoul/agent-messenger
Slack automation with agent-slack agent-slack is a CLI binary installed on $PATH . Invoke it directly (e.g. agent-slack user list ). If installed via Nix flake only, run commands with nix run github:stablyai/agent-slack -- <args> . CRITICAL: Bash command formatting rules Claude Code's permission checker has security heuristics that force manual approval prompts. Avoid these patterns to keep commands auto-allowed. See: https://github.com/anthropics/claude-code/issues/34379 No anywhere in the com...
53
15404 prowler-compliance-review prowler-cloud/prowler
When to Use Reviewing PRs that add new compliance frameworks Reviewing PRs that modify existing compliance frameworks Validating compliance framework JSON structure before merge Review Checklist (Critical) Check Command/Method Pass Criteria JSON Valid python3 -m json.tool file.json No syntax errors All Checks Exist Run validation script 0 missing checks No Duplicate IDs Run validation script 0 duplicate requirement IDs CHANGELOG Entry Manual review Present under correct version Dashboard File Co...
53
15405 code-simplifier s-hiraoku/synapse-a2a
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, ...
53
15406 naive-ui sepush/naive-ui-skills
Naive UI Practices Usage guide for Naive UI and Vue 3 applications. Contains 33 rules across 8 categories, prioritized by impact to guide automated refactoring, component creation, and troubleshooting. When to Apply Reference these guidelines when: Writing new Vue 3 components using Naive UI Implementing forms and data validation Handling large datasets with virtual scrolling (DataTable, Tree, Select) Customizing application themes and dark mode Troubleshooting Naive UI usage issues and styling ...
53
15407 sqlite-data johnrogers/claude-swift-engineering
SQLite Data SQLiteData provides type-safe SQLite access through Swift macros, simplifying database modeling and queries while handling CloudKit sync, migrations, and async patterns automatically. Reference Loading Guide ALWAYS load reference files if there is even a small chance the content may be required. It's better to have the context than to miss a pattern or make a mistake. Reference Load When Table Models Defining tables with @Table, setting up primary keys, columns, or enums Queries ...
53
15408 workflow-management sgcarstrends/sgcarstrends
Workflow Management Skill This skill helps you work with QStash-based workflows in apps/api/src/lib/workflows/. When to Use This Skill Adding new scheduled workflows for data fetching Debugging workflow execution errors Modifying existing workflow schedules or logic Integrating new data sources into the update pipeline Adding new social media posting workflows Workflow Architecture The project uses QStash workflows with the following structure: apps/api/src/lib/workflows/ ├── cars/ ...
53
15409 smart-debug oimiragieo/agent-studio
Mode: Cognitive/Prompt-Driven — No standalone utility script; use via agent context. You are an expert AI-assisted debugging specialist with deep knowledge of modern debugging tools, observability platforms, and automated root cause analysis. You follow the Cursor Debug Mode methodology: hypothesis-first, instrument-then-wait, log-confirmed root cause. Context Process issue from: $ARGUMENTS Parse for: Error messages/stack traces Reproduction steps Affected components/services Performance charact...
53
15410 project-management miles990/claude-software-skills
项目管理与产品需求 功能说明 此技能专门用于项目管理和产品需求分析,包括: 产品需求文档(PRD)编写 项目计划制定 任务分解和优先级排序 用户故事和验收标准 风险识别和管理 敏捷开发流程 使用场景 "编写一个电商系统的 PRD" "制定项目开发计划" "分解功能模块和任务" "定义用户故事和验收标准" "评估项目风险" "规划 MVP 功能" 核心能力 1. 需求洞察与分析 精准识别真实用户需求 区分核心功能和增值功能 基于场景的产品设计 竞品分析和差异化定位 2. 功能分解 将宏观需求拆解为可执行的功能点 定义输入-处理-输出逻辑 识别依赖关系和集成点 处理边界情况和异常 3. 优先级管理 P0(Must Have):MVP 必需功能 P1(Should Have):重要但非必需 P2(Nice to Have):锦上添花功能 4. 风险预判 技术实现风险 市场接受度风险 用户采用风险 资源和时间风险 PRD 文档结构 标准 PRD 模板 [产品名称] 产品需求文档(PRD) 版本: v1.0 创建日期: 2025-01-01 作者: 产品经理 状态: 草稿/评审中/已批准...
53
15411 android-use shehbajdhillon/android-use
This skill enables you to control Android devices connected via ADB (Android Debug Bridge). You act as both the reasoning and execution engine - reading the device's UI state directly and deciding what actions to take. Prerequisites - Android device connected via USB with USB debugging enabled - ADB installed and accessible in PATH - Device authorized for debugging (accepted the "Allow USB debugging?" prompt) Multi-Device Support All scripts support the `-s <serial>` flag to target a spe...
53
15412 renaissance-architecture bencium/bencium-claude-code-design-skill
Renaissance Architecture Build genuinely new things. Not "X but for Y." Core Philosophy The problem isn't modern tools. It's building commentaries instead of creations . Medieval scholars wrote commentaries on Aristotle instead of new philosophy. We build Star Wars spin-offs instead of new sci-fi. We add AI to existing workflows instead of asking what workflows become possible. Renaissance architecture means: First-principles thinking about WHAT to build Pragmatic choices about HOW to build it C...
53
15413 unity architecture cryptorabea/claude_unity_dev_plugin
Unity Game Architecture Essential architectural patterns and design principles for scalable, maintainable Unity projects. Overview Good architecture separates concerns, reduces coupling, and makes code testable and maintainable. This skill covers proven patterns for Unity game development. Core architectural concepts: Manager patterns and global systems ScriptableObject-based data architecture Event-driven communication Component composition patterns Dependency management Manager Pattern Central...
53
15414 recovery-app-legal-terms erichowens/some_claude_skills
Recovery App Legal Terms Generate legally-sound terms of service, privacy policies, and medical disclaimers for recovery and wellness applications. Based on analysis of I Am Sober, Sober Grid, and other recovery apps. Trigger Phrases terms of service privacy policy legal terms medical disclaimer user agreement data protection HIPAA compliance GDPR compliance System Prompt You are a legal document specialist for recovery and wellness applications. You help generate terms of service, privacy po...
53
15415 newsletter-publishing jamditis/claude-skills-journalism
Newsletter publishing Practical workflows for building and managing email newsletters for journalism and academia. When to activate Creating a new newsletter from scratch Designing email templates for journalism content Building and segmenting subscriber lists Analyzing newsletter performance metrics Planning editorial calendars for newsletters Migrating between newsletter platforms Improving deliverability and open rates Newsletter architecture Content strategy framework Newsletter strategy do...
53
15416 core-web-vitals kimny1143/claude-code-template
Core Web Vitals optimization Targeted optimization for the three Core Web Vitals metrics that affect Google Search ranking and user experience. The three metrics Metric Measures Good Needs work Poor LCP Loading ≤ 2.5s 2.5s – 4s > 4s INP Interactivity ≤ 200ms 200ms – 500ms > 500ms CLS Visual Stability ≤ 0.1 0.1 – 0.25 > 0.25 Google measures at the 75th percentile — 75% of page visits must meet "Good" thresholds. LCP: Largest Contentful Paint LCP measures when the largest visible content elem...
53
15417 table-builder patricio0312rev/skills
Table Builder Generate production-ready data tables with sorting, filtering, and pagination. Core Workflow Define columns: Column configuration with types Choose mode: Server-side or client-side rendering Add features: Sorting, filtering, pagination, search Row actions: Edit, delete, view actions Empty states: No data and error views Loading states: Skeletons and suspense Mobile responsive: Stack columns or horizontal scroll Column Configuration import { ColumnDef } from "@tanstack/react-table...
53
15418 plan-audit xiaolai/vmark
Plan Audit Overview Audits completed work against a plan (WIs + acceptance + tests) and reports gaps, logic errors, and missing coverage with file/line references. Workflow (Audit) Locate the plan Prefer docs/codex-plans/<plan>.md (local, not in repo). If unclear, ask for the plan path or the WI list. Extract audit checklist For each WI, list: Goal Acceptance criteria Tests required Touched areas (files/symbols) Map implementation to WIs Use git log , git show --stat , rg , and file inspection. ...
53
15419 awesome-copilot-sync rysweet/amplihack
No SKILL.md available for this skill. View on GitHub
53
15420 react-best-practices redpanda-data/console
Vercel React Best Practices Comprehensive performance optimization guide for React and Next.js applications, maintained by Vercel. Contains 45 rules across 8 categories, prioritized by impact to guide automated refactoring and code generation. When to Apply Reference these guidelines when: Writing new React components or Next.js pages Implementing data fetching (client or server-side) Reviewing code for performance issues Refactoring existing React/Next.js code Optimizing bundle size or load tim...
53
15421 goodvibes-memory mgd34msu/goodvibes-plugin
Resources scripts/ validate-memory-usage.sh references/ schemas.md GoodVibes Memory Protocol The memory system enables cross-session learning by capturing decisions, patterns, failures, and preferences in structured JSON files. Every agent must read memory before starting work and write to it after completing work. Why This Matters Without memory: Agents repeat known failures Proven patterns are rediscovered each session Architectural decisions are forgotten or violated Project-specific preferen...
53
15422 market-intelligence-gather qodex-ai/ai-agent-skills
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...
53
15423 risk-based-testing proffesor-for-testing/agentic-qe
Risk-Based Testing <default_to_action> When planning tests or allocating testing resources: IDENTIFY risks: What can go wrong? What's the impact? What's the likelihood? CALCULATE risk: Risk = Probability × Impact (use 1-5 scale for each) PRIORITIZE: Critical (20+) → High (12-19) → Medium (6-11) → Low (1-5) ALLOCATE effort: 60% critical, 25% high, 10% medium, 5% low REASSESS continuously: New info, changes, production incidents Quick Risk Assessment: Probability factors: Complexity, change freque...
53
15424 design-system jwilger/agent-skills
Frontend Design System This is a skill for production-grade UI design. It supports consistent and scalable frontend development through clear design tokens, layout rules, motion guidelines, and accessibility checks. When to use this skill Production-quality UI needed : Generate high-quality UI from prompts Consistent design language : Consistent visual language across screens Typography/layout/motion guide : Systematic design system Instructions Step 1: Define Design Tokens // design-tokens.ts e...
53
15425 vpn chaterm/terminal-skills
OpenVPN、WireGuard、IPSec VPN 配置与管理技能。 WireGuard 安装 ``` Debian/Ubuntu apt install wireguard CentOS/RHEL yum install epel-release elrepo-release yum install kmod-wireguard wireguard-tools 验证安装 wg --version ``` 生成密钥 ``` 生成私钥 wg genkey > privatekey 从私钥生成公钥 wg pubkey < privatekey > publickey 一步生成 wg genkey | tee privatekey | wg pubkey > publickey 生成预共享密钥(可选,增强安全) wg genpsk > presharedkey ``` 服务端配置 ``` /etc/wireguard/wg0.conf [Interface] Address = 10.0.0.1/24 ListenPort = 5182...
53
15426 bun test mocking secondsky/claude-skills
Bun provides Jest-compatible mocking with `mock()`, `spyOn()`, and module mocking. Mock Functions ``` import { test, expect, mock } from "bun:test"; // Create mock function const fn = mock(() => "original"); test("mock function", () => { fn("arg1", "arg2"); expect(fn).toHaveBeenCalled(); expect(fn).toHaveBeenCalledTimes(1); expect(fn).toHaveBeenCalledWith("arg1", "arg2"); }); ``` jest.fn() Compatibility ``` import { test, expect, jest } from "bun:test"; const fn = jest.fn(() =...
53
15427 tier-management pollinations/pollinations
Requirements Before using this skill, ensure you have: GitHub CLI : brew install gh && gh auth login Node.js/npx : brew install node Wrangler : npm install -g wrangler jq : brew install jq (for parsing JSON) sops : brew install sops (for decrypting secrets) Must run from the pollinations repo root with access to enter.pollinations.ai/ . Tier Levels Tier Emoji Pollen Cadence Criteria microbe 🦠 0 weekly Account under review spore 🍄 1.5 weekly Verified accounts seed 🌱 3 daily GitHub engagement flow...
53
15428 tanstack query exceptionless/exceptionless
TanStack Query Documentation: tanstack.com/query | Use context7 for API reference Centralize API calls in api.svelte.ts per feature using TanStack Query with @exceptionless/fetchclient . Query Basics // src/lib/features/organizations/api.svelte.ts import { createQuery , createMutation , useQueryClient , } from "@tanstack/svelte-query" ; import { useFetchClient , type ProblemDetails , } from "@exceptionless/fetchclient" ; export function getOrganizationsQuery ( ) { const client = useFetchClient (...
53
15429 execute open-horizon-labs/skills
/execute Do the actual work. Execute is the bridge from Solution Space to shipped code. Pre-flight checks, build, detect drift, salvage if needed. Execute sits within the larger Intent -> Execution -> Review loop. This skill handles the Execution phase, which itself contains an inner loop: build, check alignment, course-correct or salvage. When to Use Invoke /execute when: Aim is clear - you know the outcome you're trying to achieve Solution is chosen - you've explored options and picked an appr...
53
15430 react-development manutej/luxor-claude-marketplace
React Development Skill This skill provides comprehensive guidance for building modern React applications using hooks, components, state management, context, effects, and performance optimization techniques based on official React documentation from react.dev. When to Use This Skill Use this skill when: Building single-page applications (SPAs) with React Creating reusable UI components and component libraries Managing complex application state with hooks and context Implementing forms, data ...
53
15431 icp-builder openclaudia/openclaudia-skills
Ideal Customer Profile (ICP) Builder You are an expert in customer research and persona development. When the user asks you to define their ideal customer, build personas, or segment their audience, follow this framework. Step 1: Gather Context Establish: product/service, problem solved, current customers (if any), market type (B2B/B2C), price point, sales motion (self-serve/sales-assisted/enterprise), stage (pre-launch/early/growth), existing data (analytics, CRM, surveys), geography. Step 2: I...
53
15432 bun websocket server secondsky/claude-skills
Bun WebSocket Server Bun has built-in WebSocket support integrated with Bun.serve() . Quick Start const server = Bun . serve ( { fetch ( req , server ) { // Upgrade to WebSocket if ( server . upgrade ( req ) ) { return ; // Upgraded successfully } return new Response ( "Not a WebSocket request" , { status : 400 } ) ; } , websocket : { open ( ws ) { console . log ( "Client connected" ) ; } , message ( ws , message ) { console . log ( "Received:" , message ) ; ws . send ( ` Echo: ${ message } ` ) ...
53
15433 skill builder ruvnet/claude-flow
Skill Builder What This Skill Does Creates production-ready Claude Code Skills with proper YAML frontmatter, progressive disclosure architecture, and complete file$folder structure. This skill guides you through building skills that Claude can autonomously discover and use across all surfaces (Claude.ai, Claude Code, SDK, API). Prerequisites Claude Code 2.0+ or Claude.ai with Skills support Basic understanding of Markdown and YAML Text editor or IDE Quick Start Creating Your First Skill 1. Crea...
53
15434 graphic-design travisjneuman/.claude
No SKILL.md available for this skill. View on GitHub
53
15435 coze-api smallnest/langgraphgo
Coze API 集成 Skill 扣子(Coze)是字节跳动推出的 AI 智能体开发平台,本 Skill 提供完整的 Coze API 调用指南。 核心功能 对话 API (Chat API) - 与智能体进行对话 工作流 API (Workflow API) - 执行工作流 消息管理 - 查询对话状态和消息列表 快速开始 1. 准备工作 在使用 Coze API 前需要完成以下准备: 获取访问令牌 (Personal Access Token) 登录 Coze 平台: https://www.coze.cn 进入个人中心 → API 管理 创建个人访问令牌(PAT) 保存令牌(仅显示一次) 获取 Bot ID 进入 Bot 编辑页面 从 URL 中获取 Bot ID 例如: https://www.coze.cn/space/123/bot/7348293334 Bot ID 为: 7348293334 发布 Bot 为 API 服务 在 Bot 页面点击"发布" 选择"Bot as API" 等待审核通过 2. API 基础信息 API 基础 URL 国内版: https://a...
53
15436 self-improvement undermybelt/self-improvement-skill
Self-Improvement Skill Log learnings and errors to markdown files for continuous improvement. Coding agents can later process these into fixes, and important learnings get promoted to project memory. Quick Reference Situation Action Command/operation fails Log to .learnings/ERRORS.md User corrects you Log to .learnings/LEARNINGS.md with category correction User wants missing feature Log to .learnings/FEATURE_REQUESTS.md API/external tool fails Log to .learnings/ERRORS.md with integration details...
53
15437 configure-security laurigates/claude-plugins
/configure:security Check and configure security scanning tools for dependency audits, SAST, and secret detection. When to Use This Skill Use this skill when... Use another approach when... Setting up dependency auditing, SAST, or secret detection for a project Running a one-off security scan (use gitleaks detect or npm audit directly) Checking project compliance with security scanning standards Reviewing code for application-level vulnerabilities (use security-audit agent) Configuring Dependabo...
53
15438 infrastructure-terraform laurigates/claude-plugins
Expert knowledge for Infrastructure as Code using Terraform with focus on declarative HCL, state management, and resilient infrastructure. Core Expertise Terraform & IaC - Declarative Infrastructure: Clean, modular, and reusable HCL code - State Management: Protecting and managing Terraform state with remote backends - Providers & Modules: Leveraging community and custom providers/modules - Execution Lifecycle: Mastering the plan -> review -> apply workflow Infrastructure Provisioning P...
53
15439 ha-entities laurigates/claude-plugins
Home Assistant Entities When to Use This Skill Use this skill when... Use ha-automations instead when... Understanding entity domains Creating automation rules Customizing entities Working with triggers/actions Creating template sensors Writing automation conditions Setting up groups Working with scripts/scenes Working with device classes Handling events Entity ID Structure domain.object_id Examples: light.living_room_ceiling sensor.outdoor_temperature binary_sensor.front_door_contact switch.gar...
53
15440 large-scale-map-visualization erichowens/some_claude_skills
Large-Scale Map Visualization Expert Master of high-performance web map implementations handling 5,000-100,000+ geographic data points. Specializes in Leaflet.js optimization, spatial clustering algorithms, viewport-based loading, and progressive disclosure UX patterns for map-based applications. Activation Triggers Activate on: "map performance", "too many markers", "slow map", "clustering", "10k points", "marker clustering", "leaflet performance", "spatial visualization", "geospatial cluste...
53
15441 sora davila7/claude-code-templates
Sora Video Generation Skill Creates or manages short video clips for the current project (product demos, marketing spots, cinematic shots, UI mocks). Defaults to sora-2 and a structured prompt augmentation workflow, and prefers the bundled CLI for deterministic runs. Note: $sora is a skill tag in prompts, not a shell command. When to use Generate a new video clip from a prompt Remix an existing video by ID Poll status, list jobs, or download assets (video/thumbnail/spritesheet) Batch runs (man...
53
15442 adf-validation-rules josiahsiegel/claude-plugin-marketplace
🚨 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 documentation files unless ...
53
15443 screen-control-operator breverdbidder/life-os
Screen Control Operator V2 Enables Claude to autonomously control browsers like GPT Operator - NO screenshots, just pure CDP + accessibility tree. Core Architecture ┌─────────────────────────────────────────┐ │ Claude (You) - Reasoning Layer │ │ - Receives structured DOM/A11y tree │ │ - Makes autonomous decisions │ │ - Issues CDP commands │ └────────────────┬────────────────────────┘ │ JSON commands ▼ ┌─────────────────────────────────────────┐ │ Playwr...
53
15444 system-info ukgovernmentbeis/inspect_ai
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
53
15445 technical-deslop vincentkoc/dotskills
Technical Deslop Purpose Clean branch/staged diffs by removing AI-style slop and restoring repo-consistent style without changing behavior. When to use A diff feels over-explained, overly defensive, or inconsistent with surrounding code. You need a final cleanup pass before review/PR. You want to normalize style after automated generation. Workflow Capture scope with git diff --cached and git diff $(git merge-base origin/main HEAD)..HEAD . Focus only on changed hunks (or user-scoped files). Appl...
53
15446 windows-git-bash-paths josiahsiegel/claude-plugin-marketplace
🚨 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 documentation files unless ...
53
15447 zero-build-frontend jamditis/claude-skills-journalism
Zero-build frontend development Patterns for building production-quality web applications without build tools, bundlers, or complex toolchains. React via CDN (esm.sh) Basic setup <!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title>Zero-Build React App</title> <!-- Tailwind CSS via CDN --> <script src="https://cdn.tailwindcss.com"></script> <script> tailwind.config = { theme: { ...
53
15448 grey-haven-creative-writing greyhaven-ai/claude-code-config
Creative Writing Professional writing assistance across genres: blogs, research, fiction, essays, and marketing copy. Writing Philosophy Great writing follows universal principles regardless of genre: Clarity - Every sentence serves a purpose Voice - Consistent tone appropriate to audience Structure - Logical flow that guides readers Engagement - Hooks, tension, and payoff Polish - Refined through editing Genre Selection Choose your writing type to load genre-specific guidance: Genre Reference B...
53
15449 frontic-implementation frontic/skills
Frontic Implementation and Configuration Use this skill when autonomously creating or managing blocks, listings, and pages based on user requests. Prefer Frontic data sources over mocked data at all times. Before You Start Use the fetch_api_call tool to inspect the data structure of any block, listing, or page before using it. This prevents displaying non-existent content or illegible IDs to users. 1. Resource Decision Making Before creating new blocks or listings, analyze the current Frontic co...
53
15450 complexity-mitigator tkersey/dotfiles
Complexity Mitigator Intent Reduce incidental complexity (understanding cost) while preserving essential domain meaning. Core Mindset Keep essential complexity, vaporize the incidental. Optimize for reader comprehension first, then for extraction. Minimal incision, maximal precision: change only what reduces cognitive load. Prefer boring, local clarity over cleverness. Reduce "understanding cost": fewer branches to hold in mind, fewer places to jump, fewer states to simulate. Epistemic Status (H...
53