███████╗██╗ ██╗██╗██╗ ██╗ ██████╗ █████╗ ███╗ ██╗██╗ ██╗
██╔════╝██║ ██╔╝██║██║ ██║ ██╔══██╗██╔══██╗████╗ ██║██║ ██╔╝
███████╗█████╔╝ ██║██║ ██║ ██████╔╝███████║██╔██╗ ██║█████╔╝
╚════██║██╔═██╗ ██║██║ ██║ ██╔══██╗██╔══██║██║╚██╗██║██╔═██╗
███████║██║ ██╗██║███████╗███████╗ ██║ ██║██║ ██║██║ ╚████║██║ ██╗
╚══════╝╚═╝ ╚═╝╚═╝╚══════╝╚══════╝ ╚═╝ ╚═╝╚═╝ ╚═╝╚═╝ ╚═══╝╚═╝ ╚═╝
Agent Skills 排行榜 · 关键词 + 语义搜索
| # | Skill | 仓库 | 描述 | 安装量 |
|---|---|---|---|---|
| 11401 | fastapi-microservices-serverless | mindrally/skills |
FastAPI Microservices Serverless You are an expert in building FastAPI microservices for serverless and cloud-native environments. Core Principles Design stateless services with Redis caching Implement API Gateway integration (Kong, AWS API Gateway) Follow serverless and cloud-native patterns Use security middleware (OAuth2, OpenTelemetry) Optimize performance with async capabilities Stateless Design Store session data in Redis or external stores Design idempotent endpoints Use environment var...
|
332 |
| 11402 | computer vision | aj-geddes/useful-ai-prompts |
Computer Vision Overview Computer vision enables machines to understand visual information from images and videos, powering applications like autonomous driving, medical imaging, and surveillance. When to Use Image classification and object recognition tasks Object detection and localization in images Semantic or instance segmentation projects Pose estimation and human activity recognition Face recognition and biometric systems Medical imaging analysis and diagnostics Computer Vision Tasks Image...
|
332 |
| 11403 | transaction-management | aj-geddes/useful-ai-prompts |
Transaction Management Overview Implement robust transaction management with ACID compliance, concurrency control, and error handling. Covers isolation levels, locking strategies, and deadlock resolution. When to Use ACID transaction implementation Concurrent data modification handling Isolation level selection Deadlock prevention and resolution Transaction timeout configuration Distributed transaction coordination Financial transaction safety Transaction Basics PostgreSQL Transactions Simple...
|
332 |
| 11404 | reader-recap | readwiseio/readwise-skills |
You are summarizing the user's recent reading activity from Readwise Reader. Follow this process carefully. Readwise Access Check if Readwise MCP tools are available (e.g. mcp__readwise__reader_list_documents ). If they are, use them throughout. If not, use the equivalent readwise CLI commands instead (e.g. readwise list , readwise read <id> , readwise highlights <id> ). The instructions below reference MCP tool names — translate to CLI equivalents as needed. Setup Check for persona file. Read r...
|
332 |
| 11405 | talk-normal-llm-prompt | aradotso/trending-skills |
talk-normal Skill by ara.so — Daily 2026 Skills collection. talk-normal is a system prompt (plus a shell-script helper) that strips AI slop — bullet-point padding, hollow affirmations, corporate filler — from any LLM while preserving all useful information. Tested at ~73% character reduction on GPT-4o-mini and GPT-5.4 with no information loss. How it works The project is a single prompt.md file (the system prompt) plus optional shell helpers. You copy the prompt text into the "System" field of a...
|
332 |
| 11406 | diffity-learn | kamranahmedse/diffity |
Diffity Learn Skill You are a tutor. You teach any technical topic — programming languages, tools, frameworks, or concepts — interactively through conversation, backed by small runnable projects. Agent projects are presented as Diffity tours in the browser. You delegate heavy work to subagents to keep your context clean and focused on the learner. Arguments topic (required): What to teach. Can be a programming language, tool, framework, or any technical topic that can be taught through hands-on ...
|
332 |
| 11407 | linear | davila7/claude-code-templates |
Linear Overview This skill provides a structured workflow for managing issues, projects & team workflows in Linear. It ensures consistent integration with the Linear MCP server, which offers natural-language project management for issues, projects, documentation, and team collaboration. Prerequisites Linear MCP server must be connected and accessible via OAuth Confirm access to the relevant Linear workspace, teams, and projects Required Workflow Follow these steps in order. Do not skip steps. St...
|
332 |
| 11408 | security-scanning-security-sast | sickn33/antigravity-awesome-skills |
SAST Security Plugin Static Application Security Testing (SAST) for comprehensive code vulnerability detection across multiple languages, frameworks, and security patterns. Capabilities Multi-language SAST : Python, JavaScript/TypeScript, Java, Ruby, PHP, Go, Rust Tool integration : Bandit, Semgrep, ESLint Security, SonarQube, CodeQL, PMD, SpotBugs, Brakeman, gosec, cargo-clippy Vulnerability patterns : SQL injection, XSS, hardcoded secrets, path traversal, IDOR, CSRF, insecure deserialization F...
|
332 |
| 11409 | loogle-search | parcadei/continuous-claude-v3 |
Loogle Search - Mathlib Type Signature Search Search Mathlib for lemmas by type signature pattern. When to Use Finding a lemma when you know the type shape but not the name Discovering what's available for a type (e.g., all Nontrivial ↔ _ lemmas) Type-directed proof search Commands Search by pattern (uses server if running, else direct) loogle-search "Nontrivial _ ↔ _" loogle-search "(?a → ?b) → List ?a → List ?b" loogle-search "IsCyclic, center" JSON output loogle-search "List.map" --json ...
|
332 |
| 11410 | content-calendar | openclaudia/openclaudia-skills |
Content Calendar Skill You are a content calendar strategist. Your job is to build structured, sustainable publishing plans that maintain consistency, balance content types, and maximize reach across platforms. Gathering Requirements Before building any calendar, collect these inputs: Platforms - Which platforms? Twitter/X, LinkedIn, Instagram, TikTok, blog, newsletter, YouTube. Publishing capacity - How many posts per week can the team realistically produce? Team size - Solo creator, small team...
|
332 |
| 11411 | ln-774-healthcheck-setup | levnikolaevich/claude-code-skills |
Type: L3 Worker Category: 7XX Project Bootstrap Parent: ln-770-crosscutting-setup Configures health check endpoints for Kubernetes probes and monitoring. Overview | Input | Context Store from ln-770 | Output | Health check endpoints and Kubernetes probe configuration | Stacks | .NET (AspNetCore.Diagnostics.HealthChecks), Python (FastAPI routes) Phase 1: Receive Context + Identify Dependencies Accept Context Store and scan for dependencies to monitor. Required Context: - `STACK`:...
|
332 |
| 11412 | svg-illustration | narumiruna/agent-skills |
SVG Illustration Entry Overview Thin entry skill for SVG diagrams. Core principle: go straight to SVG rules and patterns rather than scanning slide authoring or color modules. When to Use Creating slide-ready SVG diagrams or illustrations Choosing SVG sizing, spacing, and embedding rules Troubleshooting SVG export/embedding issues Quick Reference Goal Read Core rules references/core-rules.md Pattern examples references/pattern-examples.md Embedding in slides references/embedding.md Troubleshoo...
|
332 |
| 11413 | ak-rss-digest | rookie-ricardo/erduo-skills |
AK RSS Digest Overview Use this skill to build a current reading list from the feed bundle in references/feeds.opml . Default to the most recent 7 days ending on the current date in Asia/Shanghai , and narrow to a single day only when the user explicitly asks for it. Workflow Run python3 scripts/fetch_today_feed_items.py --format json to collect entries from the configured feeds. This defaults to the most recent 7 days. Treat feed-level network failures as non-fatal. Continue with the feeds that...
|
332 |
| 11414 | google-gemini-embeddings | jezweb/claude-skills |
Google Gemini Embeddings Complete production-ready guide for Google Gemini embeddings API This skill provides comprehensive coverage of the gemini-embedding-001 model for generating text embeddings, including SDK usage, REST API patterns, batch processing, RAG integration with Cloudflare Vectorize, and advanced use cases like semantic search and document clustering. Table of Contents Quick Start gemini-embedding-001 Model Basic Embeddings Batch Embeddings Task Types RAG Patterns Error Handlin...
|
331 |
| 11415 | snowflake-platform | jezweb/claude-skills |
Snowflake Platform Skill Build and deploy applications on Snowflake's AI Data Cloud using the snow CLI, Cortex AI functions, Native Apps, and Snowpark. Quick Start Install Snowflake CLI pip install snowflake-cli snow --version Should show 3.14.0+ Configure Connection Interactive setup snow connection add Or create ~/.snowflake/config.toml manually [ connections.default ] account = "orgname-accountname" user = "USERNAME" authenticator = "SNOWFLAKE_JWT" private_key_path = "~/.snowflake/rs...
|
331 |
| 11416 | claude-api | jezweb/claude-skills |
Building LLM-Powered Applications with Claude This skill helps you build LLM-powered applications with Claude. Choose the right surface based on your needs, detect the project language, then read the relevant language-specific documentation. Before You Start Scan the target file (or, if no target file, the prompt and project) for non-Anthropic provider markers — import openai , from openai , langchain_openai , OpenAI( , gpt-4 , gpt-5 , file names like agent-openai.py or *-generic.py , or any exp...
|
331 |
| 11417 | xhs-publisher | byheaven/byheaven-skills |
本技能文档包含小红书创作者平台的详细发布流程、DOM选择器和操作步骤。 平台概述 平台: 小红书创作者平台 (Xiaohongshu Creator Platform) 域名: `creator.xiaohongshu.com` 发布形式选择 根据内容长度选择不同的发布入口: | < 140字 | 文字配图 | `https://creator.xiaohongshu.com/publish/publish?target=image` | ≥ 140字 | 图文笔记 | `https://creator.xiaohongshu.com/publish/publish?target=article` 一、文字配图流程 (< 140字) 流程概览 ``` 1. 导航到文字配图入口 2. 点击"文字配图"按钮 3. 输入第一张图片内容(标题) 4. 添加第二张图片并输入正文内容 5. 一次性生成全部图片 6. 选择模板样式并下一步 7. 填写发布信息(标题、正文、标签) 8. 用户确认后发布 ``` [!IMPORTANT] 核心流程: 先输入所有内...
|
331 |
| 11418 | mutation-testing | aj-geddes/useful-ai-prompts |
Mutation Testing — Campaign Configuration (mewt/muton) Note : muton and mewt share identical interfaces but target different languages — mewt for general-purpose languages (Rust, Solidity, Go, TypeScript, JavaScript), muton for TON smart contracts (Tact, Tolk, FunC). All examples use mewt commands, but they work exactly the same with muton . File names change accordingly: mewt.toml → muton.toml , mewt.sqlite → muton.sqlite . When to Use Use this skill when the user: Mentions "mewt", "muton", or ...
|
331 |
| 11419 | review-swarm | dimillian/skills |
Review Swarm Review a diff with four read-only sub-agents in parallel, then have the main agent filter, order, and summarize only the issues that matter. This skill is review-only: sub-agents do not edit files, and the main agent does not apply fixes as part of this workflow. Step 1: Determine Scope and Intent Prefer this scope order: Files or paths explicitly named by the user Current git changes An explicit branch, commit, or PR diff requested by the user Most recently modified tracked files, ...
|
331 |
| 11420 | lesson | win4r/memory-lancedb-pro |
Lesson Extraction & Storage When triggered, extract and store lessons from the recent conversation context . Steps Scan recent context — identify the pitfall, bug fix, or key insight just discussed Store technical layer (category: fact, importance ≥ 0.8): Pitfall: [symptom]. Cause: [root cause]. Fix: [solution]. Prevention: [how to avoid]. Store principle layer (category: decision, importance ≥ 0.85): Decision principle ([tag]): [behavioral rule]. Trigger: [when]. Action: [what to do]. Verify — ...
|
331 |
| 11421 | ln-115-devops-docs-creator | levnikolaevich/claude-code-skills |
L3 Worker that creates runbook.md. CONDITIONAL - only invoked when project has Docker or deployment config. Purpose & Scope - Creates runbook.md (if hasDocker) - Receives Context Store from ln-110-project-docs-coordinator - Step-by-step setup and deployment instructions - Troubleshooting guide - Never gathers context itself; uses coordinator input Invocation (who/when) - ln-110-project-docs-coordinator: CONDITIONALLY invoked when: `hasDocker=true` (Dockerfile or docker-compose.yml det...
|
331 |
| 11422 | ln-301-task-creator | levnikolaevich/claude-code-skills |
Worker that generates task documents and creates Linear issues for implementation, refactoring, or test tasks as instructed by orchestrators. Purpose & Scope - Owns all task templates and creation logic (Linear + kanban updates) - Generates full task documents per type (implementation/refactoring/test) - Enforces type-specific hard rules (no new tests in impl, regression strategy for refactoring, risk matrix and limits for test) - Drops NFR bullets if supplied; only functional scope become...
|
331 |
| 11423 | ln-302-task-replanner | levnikolaevich/claude-code-skills |
Worker that re-syncs existing tasks to the latest requirements for any task type. Purpose & Scope - Load full existing task descriptions from Linear - Compare them with orchestrator-provided IDEAL plan (implementation/refactoring/test) - Decide operations (KEEP/UPDATE/OBSOLETE/CREATE) and execute - Drop NFR items; only functional scope remains - Update Linear issues and kanban_board.md accordingly Task Storage Mode | Load existing | `get_issue(task_id)` per task | `Read("docs/tasks/e...
|
331 |
| 11424 | canghe-image-gen | freestylefly/canghe-skills |
Image Generation (AI SDK) Official API-based image generation. Supports OpenAI, Google, DashScope (阿里通义万象), and Canghe providers. Script Directory Agent Execution : SKILL_DIR = this SKILL.md file's directory Script path = ${SKILL_DIR}/scripts/main.ts Preferences (EXTEND.md) Use Bash to check EXTEND.md existence (priority order): Check project-level first test -f .canghe-skills/canghe-image-gen/EXTEND.md && echo "project" Then user-level (cross-platform: $HOME works on macOS/Linux/WSL) test -f ...
|
331 |
| 11425 | microservices | mindrally/skills |
Microservices Development You are an expert in microservices architecture with FastAPI/Python and Go. Core Principles Design stateless services with external storage and caches (Redis) Implement API gateway patterns using NGINX, Traefik, or Kong Use circuit breakers and retry patterns for resilience Optimize for serverless deployment on AWS Lambda and Azure Functions FastAPI Python Microservices Asynchronous Processing Handle asynchronous tasks with Celery or RQ Implement proper task queuing and...
|
331 |
| 11426 | session-management | aj-geddes/useful-ai-prompts |
Session Management Overview Implement comprehensive session management systems with secure token handling, session persistence, token refresh mechanisms, proper logout procedures, and CSRF protection across different backend frameworks. When to Use Implementing user authentication systems Managing session state and user context Handling JWT token refresh cycles Implementing logout functionality Protecting against CSRF attacks Managing session expiration and cleanup Instructions 1. JWT Token Ge...
|
331 |
| 11427 | stakeholder-communication | aj-geddes/useful-ai-prompts |
Stakeholder Communication Overview Effective stakeholder communication ensures alignment, manages expectations, builds trust, and keeps projects on track by addressing concerns proactively. When to Use Project kickoff and initiation Weekly/monthly status updates Major milestone achievements Changes to scope, timeline, or budget Risks or issues requiring escalation Stakeholder onboarding Handling difficult conversations Instructions 1. Stakeholder Analysis Stakeholder identification and engage...
|
331 |
| 11428 | angular-module-design | aj-geddes/useful-ai-prompts |
Angular Module Design Overview Architect scalable Angular applications using feature modules, lazy loading, services, and RxJS for reactive programming patterns. When to Use Large Angular applications Feature-based organization Lazy loading optimization Dependency injection patterns Reactive state management Implementation Examples 1. Feature Module Structure // users.module.ts import { NgModule } from '@angular/core'; import { CommonModule } from '@angular/common'; import { ReactiveFormsModul...
|
331 |
| 11429 | query-caching-strategies | aj-geddes/useful-ai-prompts |
Query Caching Strategies Overview Implement multi-level caching strategies using Redis, Memcached, and database-level caching. Covers cache invalidation, TTL strategies, and cache warming patterns. When to Use Query result caching High-read workload optimization Reducing database load Improving response time Cache layer selection Cache invalidation patterns Distributed cache setup Application-Level Caching Redis Caching with PostgreSQL Setup Redis Cache Layer: // Node.js example with Redis c...
|
331 |
| 11430 | aws-rds-database | aj-geddes/useful-ai-prompts |
AWS RDS Database Overview Amazon RDS simplifies relational database deployment and operations. Support multiple database engines with automated backups, replication, encryption, and high availability through Multi-AZ deployments. When to Use PostgreSQL and MySQL applications Transactional databases and OLTP Oracle and Microsoft SQL Server workloads Read-heavy applications with replicas Development and staging environments Data requiring ACID compliance Applications needing automatic backups Di...
|
331 |
| 11431 | app-store-aso | timbroddin/app-store-aso-skill |
Apple App Store ASO Optimization Overview This skill enables comprehensive Apple App Store Optimization (ASO) analysis and metadata generation. Analyze existing app listings, generate optimized metadata following Apple's guidelines and character limits, provide competitive insights, and recommend screenshot storyboard strategies. Core Workflow When a user requests ASO optimization or metadata review: Analyze the App Context Understand the app's purpose, features, and target audience Identify uni...
|
331 |
| 11432 | vulnerability-scanner | davila7/claude-code-templates |
Vulnerability Scanner Think like an attacker, defend like an expert. 2025 threat landscape awareness. 🔧 Runtime Scripts Execute for automated validation: Script Purpose Usage scripts/security_scan.py Validate security principles applied python scripts/security_scan.py <project_path> 📋 Reference Files File Purpose checklists.md OWASP Top 10, Auth, API, Data protection checklists 1. Security Expert Mindset Core Principles Principle Application Assume Breach Design as if attacker already inside...
|
331 |
| 11433 | langsmith-observability | davila7/claude-code-templates |
LangSmith - LLM Observability Platform Development platform for debugging, evaluating, and monitoring language models and AI applications. When to use LangSmith Use LangSmith when: Debugging LLM application issues (prompts, chains, agents) Evaluating model outputs systematically against datasets Monitoring production LLM systems Building regression testing for AI features Analyzing latency, token usage, and costs Collaborating on prompt engineering Key features: Tracing : Capture inputs, outputs...
|
331 |
| 11434 | blip-2-vision-language | davila7/claude-code-templates |
BLIP-2: Vision-Language Pre-training Comprehensive guide to using Salesforce's BLIP-2 for vision-language tasks with frozen image encoders and large language models. When to use BLIP-2 Use BLIP-2 when: Need high-quality image captioning with natural descriptions Building visual question answering (VQA) systems Require zero-shot image-text understanding without task-specific training Want to leverage LLM reasoning for visual tasks Building multimodal conversational AI Need image-text retrieva...
|
331 |
| 11435 | tensorrt-llm | davila7/claude-code-templates |
TensorRT-LLM NVIDIA's open-source library for optimizing LLM inference with state-of-the-art performance on NVIDIA GPUs. When to use TensorRT-LLM Use TensorRT-LLM when: Deploying on NVIDIA GPUs (A100, H100, GB200) Need maximum throughput (24,000+ tokens/sec on Llama 3) Require low latency for real-time applications Working with quantized models (FP8, INT4, FP4) Scaling across multiple GPUs or nodes Use vLLM instead when: Need simpler setup and Python-first API Want PagedAttention without T...
|
331 |
| 11436 | javascript-typescript-typescript-scaffold | sickn33/antigravity-awesome-skills |
TypeScript Project Scaffolding You are a TypeScript project architecture expert specializing in scaffolding production-ready Node.js and frontend applications. Generate complete project structures with modern tooling (pnpm, Vite, Next.js), type safety, testing setup, and configuration following current best practices. Use this skill when Working on typescript project scaffolding tasks or workflows Needing guidance, best practices, or checklists for typescript project scaffolding Do not use this ...
|
331 |
| 11437 | salesforce-dx | mindrally/skills |
Salesforce DX Development You are an expert in Salesforce DX (SFDX) development, including modern Salesforce development workflows, scratch orgs, and source-driven development. Apex Code Standards Implement proper separation of concerns, suggesting to move reusable functions into a Utility class Leverage efficient SOQL queries and prevent queries within loops Implement error handling and create custom exception classes if necessary Apply Salesforce security best practices with CRUD and FLS val...
|
331 |
| 11438 | terraform-specialist | sickn33/antigravity-awesome-skills |
You are a Terraform/OpenTofu specialist focused on advanced infrastructure automation, state management, and modern IaC practices. Use this skill when Designing Terraform/OpenTofu modules or environments Managing state backends, workspaces, or multi-cloud stacks Implementing policy-as-code and CI/CD automation for IaC Do not use this skill when You only need a one-off manual infrastructure change You are locked to a different IaC tool or platform You cannot store or secure state remotely Instruc...
|
331 |
| 11439 | llm-application-dev-prompt-optimize | sickn33/antigravity-awesome-skills |
Prompt Optimization You are an expert prompt engineer specializing in crafting effective prompts for LLMs through advanced techniques including constitutional AI, chain-of-thought reasoning, and model-specific optimization. Use this skill when Working on prompt optimization tasks or workflows Needing guidance, best practices, or checklists for prompt optimization Do not use this skill when The task is unrelated to prompt optimization You need a different domain or tool outside this scope Context...
|
331 |
| 11440 | hyva-cms-components-dump | hyva-themes/hyva-ai-tools |
Hyvä CMS Component Dump Locates all components.json files from Hyvä CMS modules and outputs a merged JSON object containing all component definitions from active modules. Usage Important: Execute this script from the Magento project root directory. Run the dump script: php <skill_path>/scripts/dump_cms_components.php Where <skill_path> is the directory containing this SKILL.md file (e.g., .claude/skills/hyva-cms-components-dump). Output format: A single JSON object containing all merged ...
|
331 |
| 11441 | python-logging-best-practices | terrylica/cc-skills |
Unified reference for Python logging patterns optimized for machine readability (Claude Code analysis) and operational reliability. MANDATORY Best Practices 1. Log Rotation (ALWAYS CONFIGURE) Prevent unbounded log growth - configure rotation for ALL log files: ``` Loguru pattern (recommended for modern scripts) from loguru import logger logger.add( log_path, rotation="10 MB", Rotate at 10MB retention="7 days", Keep 7 days compression="gz" Compress old log...
|
330 |
| 11442 | threejs-game | natea/fitfinder |
Three.js Game Development You are an expert Three.js game developer. Follow these opinionated patterns when building 3D browser games. Reference : See reference/llms.txt (quick guide) and reference/llms-full.txt (full API + TSL) for official Three.js LLM documentation. Prefer patterns from those files when they conflict with this skill. Performance Notes Take your time with each step. Quality is more important than speed. Do not skip validation steps — they catch issues early. Read the full cont...
|
330 |
| 11443 | cloudflare-hyperdrive | jezweb/claude-skills |
Cloudflare Hyperdrive Status: Production Ready ✅ Last Updated: 2026-01-09 Dependencies: cloudflare-worker-base (recommended for Worker setup) Latest Versions: wrangler@4.58.0, pg@8.16.3+ (minimum), postgres@3.4.8, mysql2@3.16.0 Recent Updates (2025): July 2025: Configurable connection counts (min 5, max ~20 Free/~100 Paid) May 2025: 5x faster cache hits (regional prepared statement caching), FedRAMP Moderate authorization April 2025: Free plan availability (10 configs), MySQL GA support March...
|
330 |
| 11444 | ln-401-task-executor | levnikolaevich/claude-code-skills |
Executes a single implementation (or refactor) task from Todo to To Review using the task description and linked guides. Purpose & Scope - Handle one selected task only; never touch other tasks. - Follow task Technical Approach/plan/AC; apply KISS/YAGNI and guide patterns. - Update Linear/kanban for this task: Todo -> In Progress -> To Review. - Run typecheck/lint; update docs/tests/config per task instructions. - Not for test tasks (label "tests" goes to ln-404-test-executor). Task Sto...
|
330 |
| 11445 | container-debugging | aj-geddes/useful-ai-prompts |
Container Debugging Overview Container debugging focuses on issues within Docker/Kubernetes environments including resource constraints, networking, and application runtime problems. When to Use Container won't start Application crashes in container Resource limits exceeded Network connectivity issues Performance problems in containers Instructions 1. Docker Debugging Basics Check container status docker ps -a docker inspect <container-id> docker stats <container-id> View container logs doc...
|
330 |
| 11446 | neural network design | aj-geddes/useful-ai-prompts |
Neural Network Design Overview This skill covers designing and implementing neural network architectures including CNNs, RNNs, Transformers, and ResNets using PyTorch and TensorFlow, with focus on architecture selection, layer composition, and optimization techniques. When to Use Designing custom neural network architectures for computer vision tasks like image classification or object detection Building sequence models for time series forecasting, natural language processing, or video analysis ...
|
330 |
| 11447 | code-metrics-analysis | aj-geddes/useful-ai-prompts |
Code Metrics Analysis Overview Measure and analyze code quality metrics to identify complexity, maintainability issues, and areas for improvement. When to Use Code quality assessment Identifying refactoring candidates Technical debt monitoring Code review automation CI/CD quality gates Team performance tracking Legacy code analysis Key Metrics Metric Description Good Range Cyclomatic Complexity Number of linearly independent paths 1-10 Cognitive Complexity Measure of code understandability <15...
|
330 |
| 11448 | statistics-math | pluginagentmarketplace/custom-plugin-data-engineer |
Statistics & Mathematics Mathematical foundations for data science, machine learning, and statistical analysis. Quick Start import numpy as np import scipy.stats as stats from sklearn.linear_model import LinearRegression Descriptive Statistics data = np.array([23, 45, 67, 32, 45, 67, 89, 12, 34, 56]) print(f"Mean: {np.mean(data):.2f}") print(f"Median: {np.median(data):.2f}") print(f"Std Dev: {np.std(data, ddof=1):.2f}") print(f"IQR: {np.percentile(data, 75) - np.percentile(data, 25):.2f}") ...
|
330 |
| 11449 | debugging | mrgoonie/claudekit-skills |
Debugging When to use this skill Encountering runtime errors or exceptions Code produces unexpected output or behavior Performance degradation or memory issues Intermittent or hard-to-reproduce bugs Understanding unfamiliar error messages Post-incident analysis and prevention Instructions Step 1: Gather Information Collect all relevant context about the issue: Error details : Full error message and stack trace Error type (syntax, runtime, logic, etc.) When did it start occurring? Is it reproduci...
|
330 |
| 11450 | pay-with-any-token | uniswap/uniswap-ai |
Pay With Tokens Use the Tempo CLI to call paid APIs and handle 402 challenges automatically. When the Tempo wallet has insufficient balance, fund it by swapping and bridging tokens from any EVM chain using the Uniswap Trading API . Tempo CLI Setup Run these commands in order. Do not skip steps. Step 1 — Install: mkdir -p " $HOME /.local/bin" \ && curl -fsSL https://tempo.xyz/install -o /tmp/tempo_install.sh \ && TEMPO_BIN_DIR = " $HOME /.local/bin" bash /tmp/tempo_install.sh Step 2 — Login (requ...
|
330 |