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

/ 聚焦搜索框
正在使用 AI 进行语义搜索...
20,000
总 Skills
16.0M
总安装量
2,338
贡献者
# Skill 仓库 描述 安装量
14151 form-cro kimny1143/claude-code-template
Form CRO You are an expert in form optimization. Your goal is to maximize form completion rates while capturing the data that matters. Initial Assessment Check for product marketing context first: If .agents/product-marketing-context.md exists (or .claude/product-marketing-context.md in older setups), read it before asking questions. Use that context and only ask for information not already covered or specific to this task. Before providing recommendations, identify: Form Type Lead capture (gate...
52
14152 project-brainstorming athola/claude-night-market
Table of Contents When to Use Integration Brainstorming Framework Phase 1: Problem Definition Problem Statement Phase 2: Constraint Discovery Constraints Technical Resources Integration Compliance Success Criteria Phase 3: Approach Generation Approach [N]: [Name] Phase 3.5: War Room Deliberation (REQUIRED) Phase 4: Approach Comparison Phase 5: Decision & Rationale Selected Approach: [Approach Name] ⭐ Rationale Trade-offs Accepted Rejected Approaches Output: Project Brief Problem Statement Goals ...
52
14153 gitlab stack config generator rknall/claude-skills
This skill generates and manages service-specific configuration files for GitLab stack projects, ensuring configurations follow proper patterns, use .env for all variables, and never contain secrets. When to Use This Skill Activate this skill when the user requests: - Generate configuration files for services (nginx, PostgreSQL, Redis, etc.) - Create config templates for new services - Set up ./config directory structure - Validate existing configuration files - Ensure configs use .env v...
52
14154 primevue-skilld harlan-zw/vue-ecosystem-skills
primefaces/primevue primevue PrimeVue is an open source UI library for Vue featuring a rich set of 80+ components, a theme designer, various theme alternatives such as Material, Bootstrap, Tailwind, premium templates and professional support. In addition, it integrates with PrimeBlock, which has 370+ ready to use UI blocks to build spectacular applications in no time. Version: 4.5.4 (Dec 2025) Deps: @primeuix/styled@^0.7.4, @primeuix/utils@^0.6.2, @primeuix/styles@^2.0.2, @primevue/core@4.5.4, @...
52
14155 linux-commands-guide jeremylongshore/claude-code-plugins-plus-skills
Linux Commands Guide Purpose This skill provides automated assistance for linux commands guide tasks within the DevOps Basics domain. When to Use This skill activates automatically when you: Mention "linux commands guide" in your request Ask about linux commands guide patterns or best practices Need help with foundational devops skills covering version control, containerization, basic ci/cd, and infrastructure fundamentals. Capabilities Provides step-by-step guidance for linux commands guide...
52
14156 analyze-rust-ffi-crate-surface redisearch/redisearch
Analyze Rust FFI Crate Surface Compile a list of all C-visible symbols defined in a given Rust FFI crate or file (e.g. an extern "C" fn annotated with [unsafe(no_mangle)] or a type definition). Then determine which parts of the C codebase use these symbols. Arguments <path> : Path to the Rust crate or file. <path 1> <path 2> : Multiple Rust crates/files. If the path doesn't start with src/ , assume it to be in the src/redisearch_rs/c_entrypoint directory. E.g. numeric_range_tree_ffi becomes src/...
52
14157 git-workflow-designer eddiebe147/claude-settings
Git Workflow Designer Skill Overview This skill helps you design and implement effective Git branching strategies for teams of any size. Covers Git Flow, GitHub Flow, trunk-based development, release management, and branch protection policies. Workflow Selection Philosophy Key Factors Team size: Solo vs. small team vs. large organization Release frequency: Continuous vs. scheduled releases Environment complexity: Single vs. multiple deployment targets Risk tolerance: Move fast vs. stability fi...
52
14158 writing-playwright-tests open-metadata/openmetadata
Writing Playwright Tests Skill This skill guides you through writing Playwright E2E tests following OpenMetadata standards. Reference : @openmetadata-ui/src/main/resources/ui/playwright/PLAYWRIGHT_DEVELOPER_HANDBOOK.md
52
14159 wordpress-plugin-development sickn33/antigravity-awesome-skills
WordPress Plugin Development Workflow Overview Specialized workflow for creating WordPress plugins with proper architecture, hooks system, admin interfaces, REST API endpoints, and security practices. When to Use This Workflow Use this workflow when: Creating custom WordPress plugins Extending WordPress functionality Building admin interfaces Adding REST API endpoints Integrating third-party services Workflow Phases Phase 1: Plugin Setup Skills to Invoke app-builder - Project scaffolding backend...
52
14160 typography-scale owl-listener/designer-skills
Typography Scale You are an expert in typographic systems for digital interfaces. What You Do You create modular typography scales that ensure readable, harmonious, and consistent text across a product. Scale Components Size Scale Based on a ratio (e.g., 1.25 major third, 1.333 perfect fourth): Caption: 12px Body small: 14px Body: 16px (base) Subheading: 20px Heading 3: 24px Heading 2: 32px Heading 1: 40px Display: 48-64px Weight Scale Regular (400), Medium (500), Semibold (600), Bold (700). Lin...
52
14161 skill-creator s-hiraoku/synapse-a2a
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...
52
14162 tailwind-gradient-builder patricio0312rev/skills
Tailwind Gradient Builder Create stunning modern gradients with Tailwind CSS for backgrounds, text, borders, and animations. Core Workflow Choose gradient type: Linear, radial, conic, or mesh Select color palette: Define color stops and positions Add direction/angle: Configure gradient orientation Apply effects: Blur, animation, glassmorphism Optimize: Ensure performance and accessibility Basic Linear Gradients Simple Two-Color Gradient <!-- Left to Right --> <div class="bg-gradient-to-r from-...
52
14163 post-to-xhs xpzouying/xiaohongshu-mcp
小红书内容发布 根据用户输入自动判断发布方式和发布模式,简化发布流程。 发布模式 上传图文 (默认):图片 + 短文,适合日常分享 写长文 :长篇文章 + 排版模板选择,适合深度内容。用户明确说"发长文"时使用 工作流程 用户输入 │ ├─ 完整内容 + 图片/图片URL → 判断模式 → 发布流程 │ └─ 网页 URL → WebFetch 提取内容和图片 │ ├─ 有图片 → 适当总结内容 → 判断模式 → 发布流程 │ └─ 无图片 → 提示用户手动下载图片 │ └─ 用户提供图片后 → 发布流程 Step 1: 判断输入类型 根据用户输入判断: 完整内容模式 :用户提供了标题、正文内容、以及图片(本地路径或URL) URL 提取模式 :用户只提供了一个网页 URL 如果不确定,询问用户。 Step 2: 处理内容 完整内容模式 直接使用用户提供的标题和正文,跳到 Step 3。 URL 提取模式 使用 WebFetch 提取网页内容 提取关键信息:标题、正文、图片URL 适当总结内容,保持: 关键信息完整 语言自然流畅 适合小红书阅读习惯 图片提取失败处理 如果从网页中提取不...
52
14164 docx jackiexiao/jackie-skills-starter
DOCX creation, editing, and analysis Overview A .docx file is a ZIP archive containing XML files. Quick Reference Task Approach Read/analyze content pandoc or unpack for raw XML Create new document Use docx-js - see Creating New Documents below Edit existing document Unpack → edit XML → repack - see Editing Existing Documents below Converting .doc to .docx Legacy .doc files must be converted before editing: python scripts/office/soffice.py --headless --convert-to docx document.doc Reading Conten...
52
14165 advanced-features-2025 josiahsiegel/claude-plugin-marketplace
Advanced Plugin Features (2025) Quick Reference Feature Location Purpose Agent Skills skills/*/SKILL.md Dynamic knowledge loading Hooks hooks/hooks.json Event automation MCP Servers .mcp.json External integrations Team Config .claude/settings.json Repository plugins Hook Event When Fired Use Case PreToolUse Before tool Validation PostToolUse After tool Testing, linting SessionStart Session begins Logging, setup SessionEnd Session ends Cleanup UserPromptSubmit Prompt submitted Preprocessing PreCo...
52
14166 m01-ownership actionbook/rust-skills
Ownership & Lifetimes Layer 1: Language Mechanics Core Question Who should own this data, and for how long? Before fixing ownership errors, understand the data's role: Is it shared or exclusive? Is it short-lived or long-lived? Is it transformed or just read? Error → Design Question Error Don't Just Say Ask Instead E0382 "Clone it" Who should own this data? E0597 "Extend lifetime" Is the scope boundary correct? E0506 "End borrow first" Should mutation happen elsewhere? E0507 "Clone before m...
52
14167 conversation-analyzer mhattingpete/claude-skills-marketplace
Conversation Analyzer Analyzes your Claude Code conversation history to identify patterns, common mistakes, and workflow improvement opportunities. When to Use "analyze my conversations" "review my Claude Code history" "what patterns do you see in my usage" "how can I improve my workflow" "am I using Claude Code effectively" What It Analyzes Request type distribution (bug fixes, features, refactoring, queries, testing) Most active projects Common error keywords Time-of-day patterns Repetitive ...
52
14168 cicd-pipeline-qe-orchestrator proffesor-for-testing/agentic-qe
CI/CD Pipeline QE Orchestrator <default_to_action> When orchestrating quality across CI/CD pipeline: ANALYZE pipeline phases: commit, build, test, staging, production SELECT optimal skills and agents for each phase CONFIGURE quality gates with measurable thresholds EXECUTE with parallel agent coordination ADAPT strategy based on risk, complexity, and environment Quick Phase Selection: Commit (Shift-Left) → TDD, code review, unit tests Build → Coverage analysis, mutation testing, flaky detect...
52
14169 idea capturer eddiebe147/claude-settings
Idea Capturer The Idea Capturer skill provides a structured system for capturing fleeting thoughts, developing raw ideas into actionable concepts, and organizing your creative thinking. Rather than losing good ideas to forgetting or scattered notes, this skill creates a reliable "second brain" for ideation and creative work. This skill applies principles from Zettelkasten note-taking, David Allen's GTD capture system, and creative thinking methodologies to help you externalize thoughts quickly, ...
52
14170 m05-type-driven actionbook/rust-skills
Type-Driven Design Layer 1: Language Mechanics Core Question How can the type system prevent invalid states? Before reaching for runtime checks: Can the compiler catch this error? Can invalid states be unrepresentable? Can the type encode the invariant? Error → Design Question Pattern Don't Just Say Ask Instead Primitive obsession "It's just a string" What does this value represent? Boolean flags "Add an is_valid flag" Can states be types? Optional everywhere "Check for None" Is absence rea...
52
14171 security-headers-configuration secondsky/claude-skills
Security Headers Configuration Overview Implement comprehensive HTTP security headers to protect web applications from XSS, clickjacking, MIME sniffing, and other browser-based attacks. When to Use New web application deployment Security audit remediation Compliance requirements Browser security hardening API security Static site protection Implementation Examples 1. Node.js/Express Security Headers // security-headers.js const helmet = require('helmet'); function configureSecurityHeaders(app...
52
14172 agent-capabilities jgtolentino/insightpulse-odoo
Agent Capabilities - Visual Regression Testing This document outlines Claude's comprehensive capabilities for implementing and managing visual regression testing infrastructure in web applications. Core Competencies 1. Visual Regression Testing Infrastructure Claude can set up complete visual regression testing infrastructure following industry best practices from Ant Design, Argos CI, and other leading organizations. Capabilities: ✅ Configure Playwright for visual testing ✅ Implement jest-...
52
14173 prowler-pr prowler-cloud/prowler
PR Creation Process Analyze changes: git diff main...HEAD to understand ALL commits Determine affected components: SDK, API, UI, MCP, Docs Fill template sections based on changes Create PR with gh pr create PR Template Structure Context {Why this change? Link issues with `Fix XXXX`} Description {Summary of changes and dependencies} Steps to review {How to test/verify the changes} Checklist <details> <summary><b>Community Checklist</b></summary> - [ ] This feature/issue is listed in ...
52
14174 orchestrator erichowens/some_claude_skills
Orchestrator Skill You are the Orchestrator (coordinator). You do NOT execute tasks yourself. Delegate execution to Worker/Subagent. NOTE: postman daemon handles all message delivery automatically. Role constraints and communication paths are defined in postman config. 1. Immediate Actions When orchestrator skill is invoked: Detect task type from user message Start appropriate workflow Keyword Workflow plan, design Plan review Review code, implement Code pr, pull request PR 2. Subagent Execution...
52
14175 packaging-design-generation eachlabs/skills
Packaging Design Generation Generate professional product packaging designs using each::sense. This skill creates high-quality packaging mockups and designs for various product categories, from food and beverages to cosmetics and retail. Features Product Box Design : Electronics, toys, software, and general product boxes Food Packaging : Snacks, frozen foods, bakery items, and meal kits Cosmetic/Beauty Packaging : Skincare, makeup, haircare, and wellness products Beverage Labels : Wine, beer, ju...
52
14176 knowledge graph builder eddiebe147/claude-settings
Knowledge Graph Builder Build structured knowledge graphs for enhanced AI system performance through relational knowledge. Core Principle Knowledge graphs make implicit relationships explicit , enabling AI systems to reason about connections, verify facts, and avoid hallucinations. When to Use Knowledge Graphs Use Knowledge Graphs When: ✅ Complex entity relationships are central to your domain ✅ Need to verify AI-generated facts against structured knowledge ✅ Semantic search and relationship tra...
52
14177 legal assistant eddiebe147/claude-settings
Legal Assistant Expert legal document analysis and contract review system designed for business professionals, entrepreneurs, and individuals navigating legal documentation. This skill provides structured analysis of contracts, identifies potential risks, ensures compliance with common legal standards, and helps draft clear, protective legal language. The Legal Assistant excels at breaking down complex legal jargon into plain English, highlighting key obligations and rights, flagging unusual or ...
52
14178 creative-copywriter dengineproblem/agents-monorepo
Ты - копирайтер AI-агентства Performante, специализирующийся на создании высококонверсионных рекламных текстов. Workflow (ОБЯЗАТЕЛЬНО) Шаг 1: Определи аккаунт Спроси пользователя для какого аккаунта нужен текст. Проверь список аккаунтов в `.claude/ads-agent/config/ad_accounts.md` Шаг 2: Прочитай бриф КРИТИЧНО: Прочитай `.claude/ads-agent/config/briefs/{account}.md` Шаг 3: Извлеки контекст Из брифа используй: - Бизнес: название, ниша, регион, услуги - Конкурентные преимущества: что о...
52
14179 controller-backend cartridge-gg/docs
Controller Backend Integration Integrate Controller into server-side applications and automated systems. Sessions enable pre-approved transactions without manual user approval, making them ideal for automated backends. Node.js Uses SessionProvider with file-based session storage. Installation pnpm add @cartridge/controller starknet Setup import SessionProvider , { ControllerError , } from "@cartridge/controller/session/node" ; import { constants } from "starknet" ; import path from "path" ; cons...
52
14180 advanced-array-patterns 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 (/). Advanced Bash Array Patterns (2025) Overview Comprehensive guide to bash arrays including indexed arrays, associative arrays, mapfile/readarray, and advanced manipulation patterns following 2025 best practices. Indexed Arrays Declaration and Initialization !/usr/bin/env b...
52
14181 protobuf bufbuild/claude-plugins
Protocol Buffers When You Need This Skill Creating or editing .proto files Setting up buf.yaml or buf.gen.yaml Designing gRPC or Connect services Adding protovalidate constraints Troubleshooting buf lint or breaking change errors Core Workflow 1. Match Project Style Before writing proto code, review existing .proto files in the project. Match conventions for naming, field ordering, structural patterns, validation, and documentation style. If none exists, ask the user what style should be used or...
52
14182 diagnostics-development biomejs/biome
Purpose Use this skill when creating diagnostics - the error messages, warnings, and hints shown to users. Covers the Diagnostic trait, advice types, and best practices for clear, actionable messages. Prerequisites Read crates/biome_diagnostics/CONTRIBUTING.md for concepts Understand Biome's Technical Principles Follow the "show don't tell" philosophy Diagnostic Principles Explain what - State what the error is (diagnostic message) Explain why - Explain why it's an error (advice notes) Tell how ...
52
14183 illustration-style owl-listener/designer-skills
Illustration Style You are an expert in defining illustration systems that support product communication and brand identity. What You Do You create illustration style guides ensuring consistent visual storytelling across a product. Style Definition Geometric vs organic : Angular/structured or flowing/natural Flat vs dimensional : 2D flat, 2.5D isometric, or 3D Detailed vs minimal : Level of detail and complexity Abstract vs representational : Symbolic or realistic Line style : Stroke weight, cor...
52
14184 ln-830-code-modernization-coordinator levnikolaevich/claude-code-skills
Paths: File paths ( shared/ , references/ , ../ln-* ) are relative to skills repo root. If not found at CWD, locate this SKILL.md directory and go up one level for repo root. ln-830-code-modernization-coordinator Type: L2 Domain Coordinator Category: 8XX Optimization Coordinates code modernization by delegating to L3 workers: ln-831 (OSS replacer) and ln-832 (bundle optimizer). Executes migration plans from 6XX audit findings. Overview Aspect Details Input Audit report (ln-645 migration plan) OR...
52
14185 bump-deps paulrberg/agent-skills
Bump Dependencies Analyze outdated dependencies and safely upgrade them with breaking change detection. Workflow Detect package manager based on current directory: If in frontend/ directory or working with TypeScript/JavaScript: use pnpm reference If in backend/ directory or working with Python: use uv reference List outdated dependencies using the package manager-specific command from the reference Spawn background analysis tasks for EACH notable upgrade: CRITICAL : You MUST spawn the package-u...
52
14186 plan-verify xiaolai/vmark
Plan Verify Overview Runs the plan’s required tests/gates and validates acceptance criteria, producing a pass/fail verification report. Workflow (Verify) Locate the plan Prefer docs/codex-plans/<plan>.md (local, not in repo). If unclear, ask for the plan path. Extract verification checklist For each WI, list: Acceptance criteria Required tests Manual checks (if any) Run gates Use repo-specific gates from .claude/commands/feature-workflow.md or plan “Testing Procedures”. If tests are not runnable...
52
14187 detox-mobile-test dengineproblem/agents-monorepo
Detox Mobile Testing Expert Эксперт по E2E тестированию React Native приложений с Detox. Core Testing Principles Synchronization Автоматическая синхронизация с React Native bridge Синхронизация с анимациями и сетевыми запросами waitFor() для явных ожиданий toBeVisible() вместо toExist() для стабильности Test Organization AAA pattern (Arrange, Act, Assert) Изоляция через beforeEach() и afterEach() describe() для группировки Page Object pattern для сложного UI Configuration .detoxrc.json { "testRu...
52
14188 use-of-color accesslint/claude-marketplace
You are an expert accessibility analyzer specializing in WCAG 1.4.1 Use of Color (Level A) compliance. Your Role You analyze code to identify instances where color is used as the only visual means of conveying information, indicating an action, prompting a response, or distinguishing a visual element. WCAG 1.4.1 Use of Color - Level A Requirement : Color is not used as the only visual means of conveying information, indicating an action, prompting a response, or distinguishing a visual element. ...
52
14189 prowler prowler-cloud/prowler
Components Component Stack Location SDK Python 3.9+, Poetry prowler/ API Django 5.1, DRF, Celery api/ UI Next.js 15, React 19, Tailwind 4 ui/ MCP FastMCP 2.13.1 mcp_server/ Quick Commands SDK poetry install --with dev poetry run python prowler-cli.py aws --check check_name poetry run pytest tests/ API cd api && poetry run python src/backend/manage.py runserver cd api && poetry run pytest UI cd ui && pnpm run dev cd ui && pnpm run healthcheck MCP cd mcp_server && uv run prowler-mcp Full Stac...
52
14190 api-tests laurigates/claude-plugins
/configure:api-tests Check and configure API contract testing infrastructure for validating API contracts, schemas, and consumer-provider agreements. When to Use This Skill Use this skill when... Use another approach when... Setting up API contract testing (Pact, OpenAPI, schema) Running existing API tests (use bun test or test runner directly) Validating OpenAPI specification compliance Editing OpenAPI spec content (use editor directly) Adding breaking change detection to CI General CI workflow...
52
14191 real estate analyst eddiebe147/claude-settings
Real Estate Analyst Comprehensive real estate analysis system designed for investors, agents, property managers, and developers evaluating residential and commercial properties. This skill provides detailed financial modeling, market analysis, property valuation, investment return calculations, and risk assessment to support informed real estate decisions. The Real Estate Analyst excels at analyzing rental properties for cash flow and appreciation potential, comparing investment opportunities, e...
52
14192 recommendation-system secondsky/claude-skills
Recommendation System Production-ready architecture for scalable recommendation systems with feature stores, multi-tier caching, A/B testing, and comprehensive monitoring. When to Use This Skill Load this skill when: Building Recommendation APIs : Serving personalized recommendations at scale Implementing Caching : Multi-tier caching for sub-millisecond latency Running A/B Tests : Experimenting with recommendation algorithms Monitoring Quality : Tracking CTR, conversion, diversity, coverage Opti...
52
14193 rust-refactor-helper actionbook/rust-skills
Rust Refactor Helper Perform safe refactoring with comprehensive impact analysis. Usage /rust-refactor-helper <action> <target> [--dry-run] Actions: rename <old> <new> - Rename symbol extract-fn <selection> - Extract to function inline <fn> - Inline function move <symbol> <dest> - Move to module Examples: /rust-refactor-helper rename parse_config load_config /rust-refactor-helper extract-fn src/main.rs:20-35 /rust-refactor-helper move UserService src/services/ LSP Operations Used Pre-Refa...
52
14194 marketing-strategy-pmm borghei/claude-skills
Marketing Strategy & Product Marketing Expert Product Marketing playbook for Series A+ startups expanding internationally with hybrid PLG/Sales-Led motion. Keywords product marketing, positioning, GTM, go-to-market strategy, competitive analysis, competitive intelligence, battlecards, ICP, ideal customer profile, messaging, value proposition, product launch, market entry, international expansion, sales enablement, win loss analysis, PMM, product marketing manager, market positioning, competit...
52
14195 mastra-docs mastra-ai/mastra
Mastra Documentation Guidelines Instructions and styleguides for writing and maintaining Mastra documentation. This skill should be used whenever creating or updating documentation for Mastra to ensure consistency, clarity, and quality across all docs. Scope @docs/ - This folder contains the source code and contents of the documentation site. All documentation for Mastra should be created and maintained here. @docs/src/content/en/ - This subfolder contains the actual markdown files for the docum...
52
14196 release-check drillan/speckit-gates
Validates release readiness before creating a release. Purpose This skill validates that all artifacts are complete and consistent for release: - Spec kit artifacts: spec.md, plan.md, tasks.md exist and are complete - Documentation: README.md, CHANGELOG.md have required sections - Versioning: Version numbers are consistent across package.json and CHANGELOG - API docs: API documentation matches contract specifications Output The skill outputs a ReleaseChecklist with: - Overall readines...
52
14197 mf-context module-federation/core
Collect the following information step by step from $ARGUMENTS (defaults to the current working directory if empty), then output the aggregated MFContext. 1. Basic Info Read {projectRoot}/package.json and extract: name : project name Merge dependencies + devDependencies into a full dependency map Detect the package manager (check files in order): pnpm-lock.yaml → pnpm yarn.lock → yarn package-lock.json → npm 2. Bundler & MF Config Find config files in the following priority order ( .ts / .mts ta...
52
14198 playwright-expert cin12211/orca-q
Playwright Expert Senior E2E testing specialist with deep expertise in Playwright for robust, maintainable browser automation. Role Definition You are a senior QA automation engineer with 8+ years of browser testing experience. You specialize in Playwright test architecture, Page Object Model, and debugging flaky tests. You write reliable, fast tests that run in CI/CD. When to Use This Skill Writing E2E tests with Playwright Setting up Playwright test infrastructure Debugging flaky browser t...
52
14199 playfulness-fun dylantarre/animation-principles
Create animations that entertain, surprise, and make interactions genuinely enjoyable. Emotional Goal Playfulness invites interaction through unexpected, whimsical motion. Fun comes from animations that have personality, respond expressively, and make users smile. Disney Principles for Playfulness Squash & Stretch Generous, exaggerated (25-40%). Rubbery, cartoon physics. Objects should feel alive and reactive. Bounce like a beach ball. Anticipation Exaggerated wind-ups (150-250ms). Co...
52
14200 testability-scoring proffesor-for-testing/agentic-qe
<default_to_action> When assessing testability: - RUN assessment against target URL - ANALYZE all 10 principles automatically - GENERATE HTML report with radar chart - PRIORITIZE improvements by impact/effort - INTEGRATE with QX Partner for holistic view Quick Assessment: ``` Run assessment on any URL TEST_URL='https://example.com/' npx playwright test tests/testability-scoring/testability-scoring.spec.js --project=chromium --workers=1 Or use shell script wrapper .claude/skills/testabi...
52