███████╗██╗ ██╗██╗██╗ ██╗ ██████╗ █████╗ ███╗ ██╗██╗ ██╗
██╔════╝██║ ██╔╝██║██║ ██║ ██╔══██╗██╔══██╗████╗ ██║██║ ██╔╝
███████╗█████╔╝ ██║██║ ██║ ██████╔╝███████║██╔██╗ ██║█████╔╝
╚════██║██╔═██╗ ██║██║ ██║ ██╔══██╗██╔══██║██║╚██╗██║██╔═██╗
███████║██║ ██╗██║███████╗███████╗ ██║ ██║██║ ██║██║ ╚████║██║ ██╗
╚══════╝╚═╝ ╚═╝╚═╝╚══════╝╚══════╝ ╚═╝ ╚═╝╚═╝ ╚═╝╚═╝ ╚═══╝╚═╝ ╚═╝
Agent Skills 排行榜 · 关键词 + 语义搜索
| # | Skill | 仓库 | 描述 | 安装量 |
|---|---|---|---|---|
| 7651 | 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...
|
436 |
| 7652 | 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...
|
436 |
| 7653 | free-code-claude-cli | aradotso/trending-skills |
free-code Claude CLI Skill by ara.so — Daily 2026 Skills collection. free-code is a buildable fork of Anthropic's Claude Code CLI — a terminal-native AI coding agent. It removes all telemetry and phone-home callbacks, strips Anthropic's injected system-prompt guardrails, and unlocks 54 experimental feature flags that are disabled in the public npm release. It supports five model providers: Anthropic, OpenAI Codex, AWS Bedrock, Google Vertex AI, and Anthropic Foundry. Installation One-liner (reco...
|
436 |
| 7654 | claude-code-source-study | aradotso/trending-skills |
Claude Code Source Study Skill by ara.so — Daily 2026 Skills collection. A 25-article deep-dive into Claude Code's ~1900-file source code, covering System Prompt engineering, multi-agent orchestration, tool systems, permission security, and terminal UI. Learn production-grade AI agent patterns from Anthropic's real CLI product. What This Project Is This is a Chinese-language source code analysis series that dissects Claude Code (Anthropic's AI CLI coding assistant) module by module — with exact ...
|
436 |
| 7655 | aws-s3-management | aj-geddes/useful-ai-prompts |
AWS S3 Management Overview Amazon S3 provides secure, durable, and highly scalable object storage. Manage buckets with encryption, versioning, access controls, lifecycle policies, and cross-region replication for reliable data storage and retrieval. When to Use Static website hosting Data backup and archival Media library and CDN origin Data lake and analytics Log storage and analysis Application asset storage Disaster recovery Data sharing and collaboration Implementation Examples 1. S3 Bucke...
|
436 |
| 7656 | 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 ...
|
436 |
| 7657 | speech-to-text | inference-sh/skills |
ElevenLabs Speech-to-Text Transcribe audio to text with Scribe v2 - supports 90+ languages, speaker diarization, and word-level timestamps. Setup: See Installation Guide . For JavaScript, use @elevenlabs/* packages only. Quick Start Python from elevenlabs import ElevenLabs client = ElevenLabs ( ) with open ( "audio.mp3" , "rb" ) as audio_file : result = client . speech_to_text . convert ( file = audio_file , model_id = "scribe_v2" ) print ( result . text ) JavaScript import { ElevenLabsClient } ...
|
435 |
| 7658 | docyrus-cli-app | docyrus/agent-skills |
Docyrus CLI Guide for using the docyrus CLI to interact with the Docyrus platform from the terminal. Command Overview Command Description docyrus Show active environment, current auth context, and help summary docyrus env list / env use Manage named environments docyrus auth login Authenticate via OAuth2 device flow or manual tokens docyrus auth logout Logout the active account for the current environment docyrus auth who Show the active user and tenant docyrus auth accounts list / use Manage sa...
|
435 |
| 7659 | 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...
|
435 |
| 7660 | agent-trading-predictor | ruvnet/ruflo |
name: trading-predictor description: Advanced financial trading agent that leverages temporal advantage calculations to predict and execute trades before market data arrives. Specializes in using sublinear algorithms for real-time market analysis, risk assessment, and high-frequency trading strategies with computational lead advantages. color: green You are a Trading Predictor Agent, a cutting-edge financial AI that exploits temporal computational advantages to predict market movements and execu...
|
435 |
| 7661 | component-spec | owl-listener/designer-skills |
Component Spec You are an expert in writing thorough, implementable component specifications for design systems. What You Do You create complete component specs covering anatomy, behavior, variants, states, accessibility, and usage. Specification Structure Overview — Name, description, when to use / not use Anatomy — Visual breakdown, required vs optional elements Variants — Size (sm/md/lg), style (primary/secondary/ghost), layout Props/API — Name, type, default, description, required status Sta...
|
435 |
| 7662 | warehouse-init | astronomer/agents |
Initialize Warehouse Schema Generate a comprehensive, user-editable schema reference file for the data warehouse. Scripts: ../analyzing-data/scripts/ — All CLI commands below are relative to the analyzing-data skill's directory. Before running any scripts/cli.py command, cd to ../analyzing-data/ relative to this file. What This Does Discovers all databases, schemas, tables, and columns from the warehouse Enriches with codebase context (dbt models, gusty SQL, schema docs) Records row counts and i...
|
435 |
| 7663 | docker | mindrally/skills |
Docker Containerization Skill Summary Docker provides containerization for packaging applications with their dependencies into isolated, portable units. Containers ensure consistency across development, testing, and production environments, eliminating "works on my machine" problems. When to Use Local Development: Consistent dev environments across team members CI/CD Pipelines: Reproducible build and test environments Microservices: Isolated services with independent scaling Production Deploym...
|
435 |
| 7664 | root-cause-analysis | aj-geddes/useful-ai-prompts |
Root Cause Analysis Overview Root cause analysis (RCA) identifies underlying reasons for failures, enabling permanent solutions rather than temporary fixes. When to Use Production incidents Customer-impacting issues Repeated problems Unexpected failures Performance degradation Instructions 1. The 5 Whys Technique Example: Website Down Symptom: Website returned 503 Service Unavailable Why 1: Why was website down? Answer: Database connection pool exhausted Why 2: Why was connection pool exh...
|
435 |
| 7665 | android-adb | httprunner/skills |
Android ADB Reference for controlling Android devices with raw adb commands. Execution Constraints Use adb -s <serial> whenever more than one device is connected. Confirm screen resolution before coordinate actions: adb -s SERIAL shell wm size . Ask for missing required inputs before executing (serial, package/activity, coordinates, APK path). Surface actionable stderr on failure (authorization, cable/network, tcpip state). Prefer ADB Keyboard broadcast for CJK and special character input when A...
|
435 |
| 7666 | kaizen:plan-do-check-act | neolabhq/context-engineering-kit |
Plan-Do-Check-Act (PDCA) Apply PDCA cycle for continuous improvement through iterative problem-solving and process optimization. Description Four-phase iterative cycle: Plan (identify and analyze), Do (implement changes), Check (measure results), Act (standardize or adjust). Enables systematic experimentation and improvement. Usage /plan-do-check-act [improvement_goal] Variables GOAL: Improvement target or problem to address (default: prompt for input) CYCLE_NUMBER: Which PDCA iteration (default...
|
434 |
| 7667 | customaize-agent:create-command | neolabhq/context-engineering-kit |
Command Creator Assistant This meta-command helps create other commands by: Understanding the command's purpose Determining its category and pattern Choosing command location (project vs user) Generating the command file Creating supporting resources Updating documentation <command_categories> Planning Commands (Specialized) Feature ideation, proposals, PRDs Complex workflows with distinct stages Interactive, conversational style Create documentation artifacts Examples: @/.claude/commands/01_bra...
|
434 |
| 7668 | ai-product-photography | inference-sh/skills |
AI Product Photography Generate professional product photography 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 product shot infsh app run falai/flux-dev --input '{ "prompt": "Professional product photo of wireless earbuds on white surface, soft studio lighting, commercial photography, high detail" }' Available Models Model App ID Best For FLUX Dev falai/flux-dev High quali...
|
434 |
| 7669 | icon-design | jezweb/claude-skills |
Icon Design Select the right icon for the job. Maps concepts to icons, provides templates, prevents common mistakes. Quick Reference (Top 20 Concepts) Concept Lucide Heroicons Phosphor Award/Quality Trophy trophy Trophy Price/Value Tag tag Tag Location MapPin map-pin MapPin Expertise GraduationCap academic-cap GraduationCap Support MessageCircle chat-bubble-left-right ChatCircle Security Shield shield-check Shield Speed Zap bolt Lightning Phone Phone phone Phone Email Mail envelope Envelope Us...
|
434 |
| 7670 | uni-helper | uni-helper/skills |
The skill is based on uni-helper documentation, generated at 2026-01-30. uni-helper is an ecosystem of AI-powered development tools for uni-app, providing Vite plugins, utility libraries, TypeScript support, and development tools to enhance the uni-app development experience. Vite Plugins Topic Description Reference vite-plugin-uni-pages File-based routing system for uni-app with auto page discovery plugin-pages vite-plugin-uni-layouts Nuxt-like layouts system for uni-app plugin-layouts vite-plu...
|
434 |
| 7671 | verification-before-completion | sickn33/antigravity-awesome-skills |
Verification Before Completion Overview Claiming work is complete without verification is dishonesty, not efficiency. Core principle: Evidence before claims, always. Violating the letter of this rule is violating the spirit of this rule. The Iron Law NO COMPLETION CLAIMS WITHOUT FRESH VERIFICATION EVIDENCE If you haven't run the verification command in this message, you cannot claim it passes. The Gate Function BEFORE claiming any status or expressing satisfaction: 1. IDENTIFY: What command prov...
|
434 |
| 7672 | page-cro | sickn33/antigravity-awesome-skills |
Page Conversion Rate Optimization (CRO) You are a conversion rate optimization expert. Your goal is to analyze marketing pages and provide actionable recommendations to improve conversion rates. 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 provi...
|
434 |
| 7673 | muapi-platform | samuraigpt/generative-media-skills |
⚙️ MuAPI Platform Utilities Setup and polling utilities for the muapi.ai platform. Configure your API key, verify connectivity, and poll for async generation results. Available Scripts Script Description setup.sh Configure API key, show config, test key validity check-result.sh Poll for async generation results by request ID Quick Start Save your API key bash setup.sh --add-key "YOUR_MUAPI_KEY" Show current configuration bash setup.sh --show-config Test API key validity bash setup.sh --test ...
|
434 |
| 7674 | session-report | anthropics/claude-plugins-official |
Session Report Produce a self-contained HTML report of Claude Code usage and save it to the current working directory. Steps Get data. Run the bundled analyzer (default window: last 7 days; honor a different range if the user passed one, e.g. 24h , 30d , or all ). The script analyze-sessions.mjs lives in the same directory as this SKILL.md — use its absolute path: node < skill-dir > /analyze-sessions.mjs --json --since 7d > /tmp/session-report.json For all-time, omit --since . Read /tmp/session-...
|
434 |
| 7675 | design-patterns-implementation | aj-geddes/useful-ai-prompts |
Design Patterns Implementation Overview Apply proven design patterns to create maintainable, extensible, and testable code architectures. When to Use Solving common architectural problems Making code more maintainable and testable Implementing extensible plugin systems Decoupling components Following SOLID principles Code reviews identifying architectural issues Common Design Patterns 1. Singleton Pattern Ensure a class has only one instance with global access. class DatabaseConnection { p...
|
434 |
| 7676 | rag-implementation | davila7/claude-code-templates |
RAG Implementation Master Retrieval-Augmented Generation (RAG) to build LLM applications that provide accurate, grounded responses using external knowledge sources. When to Use This Skill Building Q&A systems over proprietary documents Creating chatbots with current, factual information Implementing semantic search with natural language queries Reducing hallucinations with grounded responses Enabling LLMs to access domain-specific knowledge Building documentation assistants Creating research too...
|
434 |
| 7677 | tanstack-router | jezweb/claude-skills |
Overview TanStack Router is a fully type-safe router for React (and Solid) applications. It provides file-based routing, first-class search parameter management, built-in data loading, code splitting, and deep TypeScript integration. It serves as the routing foundation for TanStack Start (the full-stack framework). Package: @tanstack/react-router CLI: @tanstack/router-cli or @tanstack/router-plugin (Vite/Rspack/Webpack) Devtools: @tanstack/react-router-devtools Installation npm install @tanstack...
|
433 |
| 7678 | kaizen:cause-and-effect | neolabhq/context-engineering-kit |
Cause and Effect Analysis Apply Fishbone (Ishikawa) diagram analysis to systematically explore all potential causes of a problem across multiple categories. Description Systematically examine potential causes across six categories: People, Process, Technology, Environment, Methods, and Materials. Creates structured "fishbone" view identifying contributing factors. Usage /cause-and-effect [problem_description] Variables PROBLEM: Issue to analyze (default: prompt for input) CATEGORIES: Categories ...
|
433 |
| 7679 | sadd:multi-agent-patterns | neolabhq/context-engineering-kit |
Multi-Agent Architecture Patterns for Claude Code Multi-agent architectures distribute work across multiple agent invocations, each with its own focused context. When designed well, this distribution enables capabilities beyond single-agent limits. When designed poorly, it introduces coordination overhead that negates benefits. The critical insight is that sub-agents exist primarily to isolate context, not to anthropomorphize role division. Core Concepts Multi-agent systems address single-agent ...
|
433 |
| 7680 | sadd:do-and-judge | neolabhq/context-engineering-kit |
do-and-judge Key benefits: Fresh context - Implementation agent works with clean context window External verification - Judge catches blind spots self-critique misses Feedback loop - Retry with specific issues identified by judge Quality gate - Work doesn't ship until it meets threshold CRITICAL: You are the orchestrator - you MUST NOT perform the task yourself. Your role is to: Analyze the task and select optimal model Dispatch implementation sub-agent with structured prompt Dispatch judge sub-...
|
433 |
| 7681 | ai-marketing-videos | inference-sh/skills |
AI Marketing Videos Create professional marketing 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 product promo video infsh app run google/veo-3-1-fast --input '{ "prompt": "Sleek product reveal video, smartphone emerging from light particles, premium tech aesthetic, commercial quality" }' Video Ad Types Type Duration Platform Bumper Ad 6 seconds YouTube Short Ad 15...
|
433 |
| 7682 | supabase | alinaqi/claude-bootstrap |
Supabase Core Principles 1. Supabase changes frequently — verify against current docs before implementing. Do not rely on training data for Supabase features. Function signatures, config.toml settings, and API conventions change between versions. Before implementing, look up the relevant topic using the documentation access methods below. 2. Verify your work. After implementing any fix, run a test query to confirm the change works. A fix without verification is incomplete. 3. Recover from errors...
|
433 |
| 7683 | asc-cli-usage | rorkai/app-store-connect-cli-skills |
asc cli usage Use this skill when you need to run or design asc commands for App Store Connect. Command discovery Always use --help to discover commands and flags. asc --help asc builds --help asc builds list --help Flag conventions Use explicit long flags (e.g., --app , --output ). No interactive prompts; destructive operations require --confirm . Use --paginate when the user wants all pages. Output formats Default output is minified JSON. Use --output table or --output markdown only for human-...
|
433 |
| 7684 | grepai-storage-gob | yoanbernabeu/grepai-skills |
This skill covers using GOB (Go Binary) as the storage backend for GrepAI, the default and simplest option. When to Use This Skill - Single developer projects - Small to medium codebases - Simple setup without external dependencies - Local development environments What is GOB Storage? GOB is Go's native binary serialization format. GrepAI uses it to store: - Vector embeddings - File metadata - Chunk information Everything is stored in a single local file. Advantages | 🚀 Simple |...
|
433 |
| 7685 | handoff-spec | owl-listener/designer-skills |
Handoff Spec You are an expert in creating clear, complete developer handoff specifications. What You Do You create handoff documents that give developers everything needed to implement a design accurately. Handoff Contents Visual Specifications Spacing and sizing (exact pixel values or token references) Color values (token names, not hex codes) Typography (style name, size, weight, line-height) Border radius, shadows, opacity values Responsive breakpoint behavior Interaction Specifications Stat...
|
433 |
| 7686 | salesforce-development | sickn33/antigravity-awesome-skills |
Salesforce Development Patterns Lightning Web Component with Wire Service Use @wire decorator for reactive data binding with Lightning Data Service or Apex methods. @wire fits LWC's reactive architecture and enables Salesforce performance optimizations. Bulkified Apex Trigger with Handler Pattern Apex triggers must be bulkified to handle 200+ records per transaction. Use handler pattern for separation of concerns, testability, and recursion prevention. Queueable Apex for Async Processing Us...
|
433 |
| 7687 | skill-creator | freshtechbro/claudedesignskills |
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...
|
433 |
| 7688 | backend-dev-guidelines | davila7/claude-code-templates |
Backend Development Guidelines (Node.js · Express · TypeScript · Microservices) You are a senior backend engineer operating production-grade services under strict architectural and reliability constraints. Your goal is to build predictable, observable, and maintainable backend systems using: Layered architecture Explicit error boundaries Strong typing and validation Centralized configuration First-class observability This skill defines how backend code must be written, not merely suggestion...
|
433 |
| 7689 | react-render-optimization | patternsdev/skills |
React Render Optimization Table of Contents When to Use Instructions Details Source Practical patterns for eliminating unnecessary re-renders, reducing rendering cost, and keeping React UIs responsive. These patterns apply to any React application — whether you're using Vite, Next.js, Remix, or a custom setup. When to Use Reference these patterns when: Components re-render more often than expected UI feels sluggish during typing, scrolling, or interactions Profiler shows wasted renders in the co...
|
433 |
| 7690 | design-token | owl-listener/designer-skills |
Design Token You are an expert in design token architecture and systematic design foundations. What You Do You help define, organize, and document design tokens — the atomic values that drive visual consistency. You understand token taxonomies, naming hierarchies, and cross-platform mapping. Token Categories Color : Global palette, alias tokens (surface, text, border), component tokens Spacing : Base unit (4px/8px), scale (xs through 3xl), contextual (inset, stack, inline) Typography : Font fami...
|
433 |
| 7691 | accessibility-audit | owl-listener/designer-skills |
Accessibility Audit Comprehensive WCAG 2.1 accessibility audit for Webflow pages with detailed issue detection and actionable fixes. Important Note ALWAYS use Webflow MCP tools for all operations: Use Webflow MCP's webflow_guide_tool to get best practices before starting Use Webflow MCP's data_sites_tool with action list_sites to identify available sites Use Webflow MCP's data_sites_tool with action get_site to retrieve site details Use Webflow MCP's data_pages_tool with action list_pages to...
|
433 |
| 7692 | prompt-engineering | inference-sh/skills |
Prompt Engineering Overview Use this skill to design prompt systems that are clear, testable, and reusable. It covers prompt drafting, optimization, evaluation, and production-oriented patterns for few-shot prompting, reasoning workflows, templates, and system prompts. Keep the main workflow in this file and load the targeted reference files only for the pattern you are applying. When to Use Use this skill when: A user asks to write, rewrite, or improve a prompt A prompt needs better structure, ...
|
432 |
| 7693 | ce-compound-refresh | everyinc/compound-engineering-plugin |
Compound Refresh Maintain the quality of docs/solutions/ over time. This workflow reviews existing learnings against the current codebase, then refreshes any derived pattern docs that depend on them. Mode Detection Check if $ARGUMENTS contains mode:headless . If present, strip it from arguments (use the remainder as a scope hint) and run in headless mode . Mode When Behavior Interactive (default) User is present and can answer questions Ask for decisions on ambiguous cases, confirm actions Headl...
|
432 |
| 7694 | north-star-vision | owl-listener/designer-skills |
North Star Vision You are an expert in articulating inspiring product visions that unite teams and guide direction. What You Do You help teams define a north-star vision — a compelling future state that inspires alignment and guides trade-offs. Vision Components Vision Statement — Who, what experience, why it matters (one sentence) Design Pillars — 3-5 strategic focus areas defining differentiators Vision Scenarios — Concrete narrative stories of the future experience Success Criteria — Qualitat...
|
432 |
| 7695 | agent-payments | ruvnet/ruflo |
name: flow-nexus-payments description: Credit management and billing specialist. Handles payment processing, credit systems, tier management, and financial operations within Flow Nexus. color: pink You are a Flow Nexus Payments Agent, an expert in financial operations and credit management within the Flow Nexus ecosystem. Your expertise lies in seamless payment processing, intelligent credit management, and subscription optimization. Your core responsibilities: Manage rUv credit systems and bala...
|
432 |
| 7696 | agent-workflow-automation | ruvnet/ruflo |
name: workflow-automation description: GitHub Actions workflow automation agent that creates intelligent, self-organizing CI/CD pipelines with adaptive multi-agent coordination and automated optimization type: automation color: "E74C3C" tools: mcp__github__create_workflow mcp__github__update_workflow mcp__github__list_workflows mcp__github__get_workflow_runs mcp__github__create_workflow_dispatch mcp__claude-flow__swarm_init mcp__claude-flow__agent_spawn mcp__claude-flow__task_orchestrate mcp__cl...
|
432 |
| 7697 | pandas-best-practices | mindrally/skills |
Pandas Best Practices Expert guidelines for Pandas development, focusing on data manipulation, analysis, and efficient DataFrame operations. Code Style and Structure Write concise, technical responses with accurate Python examples Prioritize reproducibility in data analysis workflows Use functional programming; avoid unnecessary classes Prefer vectorized operations over explicit loops Use descriptive variable names reflecting data content Follow PEP 8 style guidelines DataFrame Creation and I/...
|
432 |
| 7698 | cheerio-parsing | mindrally/skills |
Cheerio HTML Parsing You are an expert in Cheerio, Node.js HTML parsing, DOM manipulation, and building efficient data extraction pipelines for web scraping. Core Expertise Cheerio API and jQuery-like syntax CSS selector optimization DOM traversal and manipulation HTML/XML parsing strategies Integration with HTTP clients (axios, got, node-fetch) Memory-efficient processing of large documents Data extraction patterns and best practices Key Principles Write clean, modular extraction functions Us...
|
432 |
| 7699 | numpy-best-practices | mindrally/skills |
NumPy Best Practices Expert guidelines for NumPy development, focusing on array programming, numerical computing, and performance optimization. Code Style and Structure Write concise, technical Python code with accurate NumPy examples Prefer vectorized operations over explicit loops for performance Use descriptive variable names reflecting data content (e.g., weights, gradients, input_array) Follow PEP 8 style guidelines for Python code Use functional programming patterns when appropriate Arra...
|
432 |
| 7700 | click-test-plan | owl-listener/designer-skills |
Click Test Plan You are an expert in designing click tests that evaluate findability and navigation clarity. What You Do You design first-click and click tests that measure whether users can find information and features. Test Types First-click test : Where do users click first for a given task? Click-path test : Full sequence of clicks to complete a task Navigation test : Can users find items using the nav structure? Five-second test : What do users remember after 5 seconds? Test Plan Structure...
|
432 |