███████╗██╗ ██╗██╗██╗ ██╗ ██████╗ █████╗ ███╗ ██╗██╗ ██╗
██╔════╝██║ ██╔╝██║██║ ██║ ██╔══██╗██╔══██╗████╗ ██║██║ ██╔╝
███████╗█████╔╝ ██║██║ ██║ ██████╔╝███████║██╔██╗ ██║█████╔╝
╚════██║██╔═██╗ ██║██║ ██║ ██╔══██╗██╔══██║██║╚██╗██║██╔═██╗
███████║██║ ██╗██║███████╗███████╗ ██║ ██║██║ ██║██║ ╚████║██║ ██╗
╚══════╝╚═╝ ╚═╝╚═╝╚══════╝╚══════╝ ╚═╝ ╚═╝╚═╝ ╚═╝╚═╝ ╚═══╝╚═╝ ╚═╝
Agent Skills 排行榜 · 关键词 + 语义搜索
| # | Skill | 仓库 | 描述 | 安装量 |
|---|---|---|---|---|
| 6951 | skill-reviewer | daymade/claude-code-skills |
Skill Reviewer Review and improve Claude Code skills against official best practices. Setup (Auto-Install Dependencies) Before using this skill, ensure skill-creator is installed for automated validation. Auto-install sequence: 1. Check if skill-creator exists SKILL_CREATOR=$(find ~/.claude/plugins/cache -name "skill-creator" -type d 2>/dev/null | head -1) 2. If not found, install it if [ -z "$SKILL_CREATOR" ]; then claude plugin marketplace add https://github.com/daymade/claude-code-s...
|
123 |
| 6952 | tailwindcss-framework-integration | josiahsiegel/claude-plugin-marketplace |
Tailwind CSS Framework Integration React with Vite Setup Create React + Vite project npm create vite@latest my-app -- --template react-ts cd my-app Install Tailwind CSS npm install -D tailwindcss @tailwindcss/vite Configuration // vite.config.ts import { defineConfig } from 'vite' import react from '@vitejs/plugin-react' import tailwindcss from '@tailwindcss/vite' export default defineConfig({ plugins: [react(), tailwindcss()] }) /* src/index.css */ @import "tailwindcss"; // src/main.ts...
|
123 |
| 6953 | cpu-profiling | aj-geddes/useful-ai-prompts |
CPU Profiling Overview CPU profiling identifies which functions consume most CPU time, enabling targeted optimization of expensive code paths. When to Use High CPU usage Slow execution Performance regression Before optimization Production monitoring Instructions 1. Profiling Tools Browser Profiling: Chrome DevTools: Steps: 1. DevTools → Performance 2. Click record 3. Perform action 4. Stop recording 5. Analyze flame chart Metrics: - Function call duration - Cal...
|
123 |
| 6954 | beautifulsoup-parsing | mindrally/skills |
BeautifulSoup HTML Parsing You are an expert in BeautifulSoup, Python HTML/XML parsing, DOM navigation, and building efficient data extraction pipelines for web scraping. Core Expertise BeautifulSoup API and parsing methods CSS selectors and find methods DOM traversal and navigation HTML/XML parsing with different parsers Integration with requests library Handling malformed HTML gracefully Data extraction patterns and best practices Memory-efficient processing Key Principles Write concise, tec...
|
123 |
| 6955 | ln-634-test-coverage-auditor | levnikolaevich/claude-code-skills |
Specialized worker identifying missing tests for critical business logic. Purpose & Scope - Worker in ln-630 coordinator pipeline - Audit Coverage Gaps (Category 4: High Priority) - Identify untested critical paths - Classify by category (Money, Security, Data, Core Flows) - Calculate compliance score (X/10) Inputs (from Coordinator) Receives `contextStore` with critical paths classification, codebase structure, test file list. Domain-aware fields (NEW): - `domain_mode`: `"domain-awa...
|
123 |
| 6956 | axiom-ios-ai | charleswiltgen/axiom |
iOS Apple Intelligence Router You MUST use this skill for ANY Apple Intelligence or Foundation Models work. When to Use Use this router when: Implementing Apple Intelligence features Using Foundation Models Working with LanguageModelSession Generating structured output with @Generable Debugging AI generation issues iOS 26 on-device AI Routing Logic Foundation Models Work Implementation patterns → /skill axiom-foundation-models LanguageModelSession basics @Generable structured output Tool p...
|
123 |
| 6957 | visual-explainer | nicobailon/visual-explainer |
Visual Explainer Generate self-contained HTML files for technical diagrams, visualizations, and data tables. Always open the result in the browser. Never fall back to ASCII art when this skill is loaded. Proactive table rendering. When you're about to present tabular data as an ASCII box-drawing table in the terminal (comparisons, audits, feature matrices, status reports, any structured rows/columns), generate an HTML page instead. The threshold: if the table has 4+ rows or 3+ columns, it belong...
|
123 |
| 6958 | supabase-pentest | yoanbernabeu/supabase-pentest-skills |
Supabase Security Audit Orchestrator 🔵 RECOMMENDED: USE PLAN MODE FOR COMPLEX AUDITS When your environment supports Plan Mode , it is strongly recommended to activate it before starting the audit: Use the EnterPlanMode tool at the start of the orchestration Plan Mode enables better organization of multi-phase audits It allows the user to validate the approach before execution If Plan Mode is not available, proceed directly with execution Plan Mode provides better traceability and user control ov...
|
123 |
| 6959 | tmux | mitsuhiko/agent-stuff |
tmux Session Control Control tmux sessions by sending keystrokes and reading output. Essential for managing Claude Code sessions. When to Use ✅ USE this skill when: Monitoring Claude/Codex sessions in tmux Sending input to interactive terminal applications Scraping output from long-running processes in tmux Navigating tmux panes/windows programmatically Checking on background work in existing sessions When NOT to Use ❌ DON'T use this skill when: Running one-off shell commands → use exec tool dir...
|
123 |
| 6960 | 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...
|
123 |
| 6961 | interactive-fiction | jwynia/agent-skills |
Interactive Fiction: Diagnostic Skill You diagnose problems in branching narratives and player-driven stories. Your role is to help writers balance meaningful player agency with coherent narrative. Core Principle Agency and authorship coexist. The tension between player freedom and narrative coherence is a false dilemma. The best interactive fiction provides meaningful choices, authored emotional payoff, and constrained agency within a designed possibility space. Interactive Fiction Types T...
|
123 |
| 6962 | axiom-camera-capture-diag | charleswiltgen/axiom |
Camera Capture Diagnostics Systematic troubleshooting for AVFoundation camera issues: frozen preview, wrong rotation, slow capture, session interruptions, and permission problems. Overview Core Principle: When camera doesn't work, the problem is usually: Threading (session work on main thread) - 35% Session lifecycle (not started, interrupted, not configured) - 25% Rotation (deprecated APIs, missing coordinator) - 20% Permissions (denied, not requested) - 15% Configuration (wrong preset, mis...
|
123 |
| 6963 | axiom-build-debugging | charleswiltgen/axiom |
Build Debugging Overview Check dependencies BEFORE blaming code. Core principle 80% of persistent build failures are dependency resolution issues (CocoaPods, SPM, framework conflicts), not code bugs. Example Prompts These are real questions developers ask that this skill is designed to answer: 1. "I added a Swift Package but I'm getting 'No such module' errors. The package is in my Xcode project but won't compile." → The skill covers SPM resolution workflows, package cache clearing, and fra...
|
123 |
| 6964 | x-article-publisher | wshuyi/x-article-publisher-skill |
X Article Publisher Publish Markdown content to X (Twitter) Articles editor, preserving formatting with rich text conversion. Prerequisites Playwright MCP for browser automation User logged into X with Premium Plus subscription Python 3.9+ with dependencies: macOS: pip install Pillow pyobjc-framework-Cocoa Windows: pip install Pillow pywin32 clip-util For Mermaid diagrams: npm install -g @mermaid-js/mermaid-cli Scripts Located in ~/.claude/skills/x-article-publisher/scripts/: parse_markdown....
|
123 |
| 6965 | ask | buiducnhat/agent-skills |
Ask Purpose Gather the information needed to proceed with a task through structured, focused dialogue. This skill is for asking only . Do not plan, implement, or produce any artifacts. Scope Gate (Required Before Starting) Use this skill only when: The task is underspecified — key requirements, constraints, or decisions are missing User input is required — the task cannot proceed without answers from the user No assumptions are safe — guessing would risk wasted effort or wrong direction If the t...
|
123 |
| 6966 | correlation-tracing | aj-geddes/useful-ai-prompts |
Correlation & Distributed Tracing Overview Implement correlation IDs and distributed tracing to track requests across multiple services and understand system behavior. When to Use Microservices architectures Debugging distributed systems Performance monitoring Request flow visualization Error tracking across services Dependency analysis Latency optimization Implementation Examples 1. Correlation ID Middleware (Express) import express from 'express'; import { v4 as uuidv4 } from 'uuid'; // Asy...
|
123 |
| 6967 | axiom-grdb | charleswiltgen/axiom |
GRDB Overview Direct SQLite access using GRDB.swift — a toolkit for SQLite databases with type-safe queries, migrations, and reactive observation. Core principle Type-safe Swift wrapper around raw SQL with full SQLite power when you need it. Requires iOS 13+, Swift 5.7+ License MIT (free and open source) When to Use GRDB Use raw GRDB when you need ✅ Complex SQL joins across 4+ tables ✅ Window functions (ROW_NUMBER, RANK, LAG/LEAD) ✅ Reactive queries with ValueObservation ✅ Full control over ...
|
123 |
| 6968 | nestjs-clean-typescript | mindrally/skills |
NestJS Clean TypeScript Guidelines by Alberto Basalo for developing clean NestJS APIs using TypeScript. These rules emphasize strong typing, clean code principles, and architectural best practices. TypeScript General Principles Always declare the type of each variable and function (parameters and return value) Avoid using any; create necessary types instead Use JSDoc for public classes and methods One export per file Naming Conventions PascalCase for classes camelCase for variables and functio...
|
123 |
| 6969 | svg-precision | dkyazzentwatwa/chatgpt-skills |
svg-precision Generate structurally correct SVGs from a strict JSON spec (scene graph), then validate and optionally render a PNG preview. Fast path Turn the user request into a Spec JSON (use templates in references/spec.md). Build the SVG: python scripts/svg_cli.py build spec.json out.svg Validate: python scripts/svg_cli.py validate out.svg (Optional) Render a PNG preview (requires CairoSVG): python scripts/svg_cli.py render out.svg out.png --scale 2 Spec design rules (for accuracy) Always s...
|
123 |
| 6970 | x-twitter-api | tato418/x-twitter-api |
X (Twitter) API v2 skill using the authenticated user's own developer credentials (OAuth 1.0a, pay-per-use). All commands go through a single entry point: node x.js <command> [flags] . Each command has its its own doc file with the full reference for flags and behavior. [!SETUP] Before first use, check whether ./node_modules exists. If it does NOT exist, run npm install . Then check whether ./dist/x.js exists. If it does NOT exist, run npm run build . NEVER cd into the skill directory; use relat...
|
123 |
| 6971 | kaizen:root-cause-tracing | neolabhq/context-engineering-kit |
Root Cause Tracing Overview Bugs often manifest deep in the call stack (git init in wrong directory, file created in wrong location, database opened with wrong path). Your instinct is to fix where the error appears, but that's treating a symptom. Core principle: Trace backward through the call chain until you find the original trigger, then fix at the source. When to Use digraph when_to_use { "Bug appears deep in stack?" [ shape = diamond ] ; "Can trace backwards?" [ shape = diamond ] ; "Fix at ...
|
123 |
| 6972 | cloudbase | tencentcloudbase/skills |
CloudBase Development Guidelines 📁 Reference Files Location All reference documentation files are located in the references/ directory relative to this file. File Structure: cloudbase/ ├── SKILL.md This file (main entry) └── references/ All reference documentation ├── auth-web/ Web authentication guide ├── auth-wechat/ WeChat authentication guide ├── no-sql-web-sdk/ NoSQL database for Web ├── ui-design/ UI design guidelines └── ... ...
|
123 |
| 6973 | java-pro | sickn33/antigravity-awesome-skills |
Use this skill when Working on java pro tasks or workflows Needing guidance, best practices, or checklists for java pro Do not use this skill when The task is unrelated to java pro You need a different domain or tool outside this scope Instructions Clarify goals, constraints, and required inputs. Apply relevant best practices and validate outcomes. Provide actionable steps and verification. If detailed examples are required, open resources/implementation-playbook.md. You are a Java expert speci...
|
123 |
| 6974 | microcopy | lobehub/lobe-chat |
LobeHub UI Microcopy Guidelines Brand: Where Agents Collaborate - Focus on collaborative agent system, not just "generation". Fixed Terminology Chinese English 空间 Workspace 助理 Agent 群组 Group 上下文 Context 记忆 Memory 连接器 Integration 技能 Skill 助理档案 Agent Profile 话题 Topic 文稿 Page 社区 Community 资源 Resource 库 Library 模型服务商 Provider 评测 Evaluation 基准 Benchmark 数据集 Dataset 用例 Test Case Brand Principles Create : One sentence → usable Agent; clear next step Collaborate : Multi-agent; shared Context; controlled...
|
123 |
| 6975 | voice-agents | casper-studios/casper-marketplace |
Voice Agents You are a voice AI architect who has shipped production voice agents handling millions of calls. You understand the physics of latency - every component adds milliseconds, and the sum determines whether conversations feel natural or awkward. Your core insight: Two architectures exist. Speech-to-speech (S2S) models like OpenAI Realtime API preserve emotion and achieve lowest latency but are less controllable. Pipeline architectures (STT→LLM→TTS) give you control at each step but ad...
|
123 |
| 6976 | macos-developer | 404kidwiz/claude-supercode-skills |
macOS Developer Purpose Provides native macOS application development expertise specializing in AppKit, SwiftUI for Mac, and system integration. Builds native desktop applications with XPC services, menu bar apps, and deep OS capabilities for the Apple ecosystem. When to Use Building native macOS apps (DMG/App Store) Developing Menu Bar apps (NSStatusItem) Implementing XPC Services for privilege separation Creating System Extensions (Endpoint Security, Network Extension) Porting iPad apps to M...
|
123 |
| 6977 | ctv-ads | kostja94/marketing-skills |
Paid Ads: CTV / Streaming TV Guides Connected TV (CTV) and OTT advertising: ads on streaming platforms (Hulu, Roku, YouTube TV, etc.). Use when targeting viewers who watch streaming content; CTV achieves ~95% ad completion, higher than mobile/desktop. When invoking : On first use , if helpful, open with 1–2 sentences on what this skill covers and why it matters, then provide the main output. On subsequent use or when the user asks to skip, go directly to the main output. What Is CTV / OTT CTV (C...
|
123 |
| 6978 | youtube-search | zeropointrepo/youtube-skills |
YouTube Search Search YouTube and fetch transcripts via TranscriptAPI.com . Setup If $TRANSCRIPT_API_KEY is not set, help the user create an account (100 free credits, no card): Step 1 — Register: Ask user for their email. node ./scripts/tapi-auth.js register --email USER_EMAIL → OTP sent to email. Ask user: "Check your email for a 6-digit verification code." Step 2 — Verify: Once user provides the OTP: node ./scripts/tapi-auth.js verify --token TOKEN_FROM_STEP_1 --otp CODE API key saved to your...
|
123 |
| 6979 | git-pr-workflows-git-workflow | sickn33/antigravity-awesome-skills |
Complete Git Workflow with Multi-Agent Orchestration Orchestrate a comprehensive git workflow from code review through PR creation, leveraging specialized agents for quality assurance, testing, and deployment readiness. This workflow implements modern git best practices including Conventional Commits, automated testing, and structured PR creation. [Extended thinking: This workflow coordinates multiple specialized agents to ensure code quality before commits are made. The code-reviewer agent perf...
|
123 |
| 6980 | skill-creator | daymade/claude-code-skills |
Skill Creator A skill for creating new skills and iteratively improving them. At a high level, the process of creating a skill goes like this: Decide what you want the skill to do and roughly how it should do it Write a draft of the skill Create a few test prompts and run claude-with-access-to-the-skill on them Help the user evaluate the results both qualitatively and quantitatively While the runs happen in the background, draft some quantitative evals if there aren't any (if there are some, you...
|
123 |
| 6981 | pgvector-semantic-search | timescale/pg-aiguide |
Semantic search finds content by meaning rather than exact keywords. An embedding model converts text into high-dimensional vectors, where similar meanings map to nearby points. pgvector stores these vectors in PostgreSQL and uses approximate nearest neighbor (ANN) indexes to find the closest matches quickly—scaling to millions of rows without leaving the database. Store your text alongside its embedding, then query by converting your search text to a vector and returning the rows with the small...
|
123 |
| 6982 | form-cro | davila7/claude-code-templates |
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...
|
123 |
| 6983 | sql-pro | sickn33/antigravity-awesome-skills |
SQL Pro Senior SQL developer with mastery across major database systems, specializing in complex query design, performance optimization, and database architecture. Role Definition You are a senior SQL developer with 10+ years of experience across PostgreSQL, MySQL, SQL Server, and Oracle. You specialize in complex query optimization, advanced SQL patterns (CTEs, window functions, recursive queries), indexing strategies, and performance tuning. You build efficient, scalable database solutions ...
|
123 |
| 6984 | distribution-channels | kostja94/marketing-skills |
Channels: Distribution Channels Guides product distribution via third-party marketplaces and app stores. Distinct from directory-submission (curated lists, Product Hunt, Taaft)—marketplaces are storefronts where customers discover and purchase apps, plugins, or integrations. Hyperscaler marketplaces (AWS, Azure, GCP) alone are projected to process $85B+ in software sales by 2028. When invoking : On first use , if helpful, open with 1–2 sentences on what this skill covers and why it matters, then...
|
123 |
| 6985 | multimodal-analysis | 404kidwiz/claude-supercode-skills |
You are an expert at analyzing and interpreting diverse media formats, extracting meaningful insights from visual content, technical diagrams, documents, and complex visual information that goes beyond simple text extraction. Purpose Provide sophisticated analysis of media files by understanding visual context, recognizing patterns, interpreting diagrams, and extracting structured information from unstructured visual content. You excel at transforming visual media into actionable, interpreted...
|
123 |
| 6986 | use-modern-go | jetbrains/go-modern-guidelines |
Modern Go Guidelines Detected Go Version ! grep -rh "^go " --include="go.mod" . 2>/dev/null | cut -d' ' -f2 | sort | uniq -c | sort -nr | head -1 | xargs | cut -d' ' -f2 | grep . || echo unknown How to Use This Skill DO NOT search for go.mod files or try to detect the version yourself. Use ONLY the version shown above. If version detected (not "unknown"): Say: "This project is using Go X.XX, so I’ll stick to modern Go best practices and freely use language features up to and including this versi...
|
123 |
| 6987 | axiom-sqlitedata-migration | charleswiltgen/axiom |
Migrating from SwiftData to SQLiteData When to Switch ┌─────────────────────────────────────────────────────────┐ │ Should I switch from SwiftData to SQLiteData? │ ├─────────────────────────────────────────────────────────┤ │ │ │ Performance problems with 10k+ records? │ │ YES → SQLiteData (10-50x faster for large datasets) │ │ │ │ Need CloudKit record SH...
|
123 |
| 6988 | operations-manager | borghei/claude-skills |
Operations Manager Expert-level operations management for organizational efficiency. Core Competencies Process optimization Resource management Workflow design Performance management Vendor management Capacity planning Quality assurance Cost optimization Operations Framework Operations Model STRATEGY → PLANNING → EXECUTION → MONITORING → IMPROVEMENT │ │ │ │ │ ▼ ▼ ▼ ▼ ▼ Define Resource Daily ...
|
123 |
| 6989 | flowio | davila7/claude-code-templates |
FlowIO: Flow Cytometry Standard File Handler Overview FlowIO is a lightweight Python library for reading and writing Flow Cytometry Standard (FCS) files. Parse FCS metadata, extract event data, and create new FCS files with minimal dependencies. The library supports FCS versions 2.0, 3.0, and 3.1, making it ideal for backend services, data pipelines, and basic cytometry file operations. When to Use This Skill This skill should be used when: FCS files requiring parsing or metadata extraction ...
|
123 |
| 6990 | qa-testing-android | vasilyu1983/ai-agents-public |
QA Testing (Android) Android testing automation with Espresso, UIAutomator, and Compose Testing. Core References: Android Testing Docs, Espresso, Compose Testing Quick Reference Task Command List emulators emulator -list-avds Start emulator emulator @<avd_name> List devices adb devices Install APK adb install -r <path-to-apk> Run unit tests ./gradlew test Run instrumented tests (connected) ./gradlew connectedAndroidTest Run instrumented tests (GMD) ./gradlew <device><variant>AndroidTest List ...
|
123 |
| 6991 | intelligent-prompt-generator | huangserva/skill-prompt-generator |
Intelligent Prompt Generator Skill v2.0 你是一个智能提示词生成专家,拥有语义理解、常识推理和一致性检查能力。 🎉 v2.0 新功能 系统已升级到v2.0!现在支持3种生成模式: 1️⃣ Portrait(人像)- 向后兼容 适用:纯人像摄影 示例:"生成一个年轻女性肖像" 使用:portrait domain (502个元素) 2️⃣ Cross-Domain(跨域)- 🆕 新功能 适用:复杂场景,需要多domain组合 示例:"龙珠悟空打出龟派气功的蜡像3D感" 使用:自动识别需要的domains(portrait + video + art + common) 优势:充分利用1,246个元素,利用率从40%提升到80% 3️⃣ Design(设计)- 🆕 新功能 适用:设计海报、卡片,需要专业设计规范 示例:"温馨可爱风格的儿童教育海报" 使用:SQLite元素 + YAML变量(配色、边框、装饰) 优势:20万+种配色组合 🚀 如何使用v2.0 重要:系统会自动识别用户需求类型并选择最佳生成模式! 调用方式 当用户请求生成提示...
|
123 |
| 6992 | find-bugs | sickn33/antigravity-awesome-skills |
Find Bugs Review changes on this branch for bugs, security vulnerabilities, and code quality issues. Phase 1: Complete Input Gathering Get the FULL diff: git diff $(gh repo view --json defaultBranchRef --jq '.defaultBranchRef.name')...HEAD If output is truncated, read each changed file individually until you have seen every changed line List all files modified in this branch before proceeding Phase 2: Attack Surface Mapping For each changed file, identify and list: All user inputs (request param...
|
123 |
| 6993 | solidity-development | pluginagentmarketplace/custom-plugin-blockchain |
Solidity Development Skill Master Solidity smart contract development with design patterns, testing strategies, and production best practices. Quick Start Invoke this skill for Solidity development Skill("solidity-development", topic="patterns", solidity_version="0.8.24") Topics Covered 1. Language Features (0.8.x) Modern Solidity essentials: Data Types: Value, reference, mappings Functions: Visibility, modifiers, overloading Inheritance: Diamond problem, C3 linearization Custom Errors: Ga...
|
123 |
| 6994 | research-sources | kostja94/marketing-skills |
Strategies: Research Sources Guides selecting and organizing information sources for marketing research: content ideation, competitor monitoring, and industry tracking. Use this skill when planning where to gather signals for content, competitive intelligence, or market trends. When invoking : On first use , if helpful, open with 1–2 sentences on what this skill covers and why it matters, then provide the main output. On subsequent use or when the user asks to skip, go directly to the main outpu...
|
123 |
| 6995 | deep-reading-analyst | ovachiever/droid-tings |
Deep Reading Analyst Transforms surface-level reading into deep learning through systematic analysis using 10+ proven thinking frameworks. Guides users from understanding to application through structured workflows. Framework Arsenal Quick Analysis (15min) 📋 SCQA - Structure thinking (Situation-Complication-Question-Answer) 🔍 5W2H - Completeness check (What, Why, Who, When, Where, How, How much) Standard Analysis (30min) 🎯 Critical Thinking - Argument evaluation 🔄 Inversion Thinking - Risk ide...
|
123 |
| 6996 | continuous-testing | aj-geddes/useful-ai-prompts |
Continuous Testing Overview Continuous testing integrates automated testing throughout the software development lifecycle, providing rapid feedback on quality at every stage. It shifts testing left in the development process and ensures that code changes are validated automatically before reaching production. When to Use Setting up CI/CD pipelines Automating test execution on commits Implementing shift-left testing Running tests in parallel Creating test gates for deployments Monitoring test h...
|
123 |
| 6997 | tooluniverse-chemical-safety | mims-harvard/tooluniverse |
Chemical Safety & Toxicology Assessment Comprehensive chemical safety analysis integrating predictive AI models, curated toxicogenomics databases, regulatory safety data, and chemical-biological interaction networks. When to Use This Skill Triggers : "Is this chemical toxic?" / "Assess the safety profile of [drug/chemical]" "What are the ADMET properties of [SMILES]?" "What genes does [chemical] interact with?" / "What diseases are linked to [chemical] exposure?" "Drug safety assessment" / "Envi...
|
123 |
| 6998 | autoscaling-configuration | aj-geddes/useful-ai-prompts |
Autoscaling Configuration Overview Implement autoscaling strategies to automatically adjust resource capacity based on demand, ensuring cost efficiency while maintaining performance and availability. When to Use Traffic-driven workload scaling Time-based scheduled scaling Resource utilization optimization Cost reduction High-traffic event handling Batch processing optimization Database connection pooling Implementation Examples 1. Kubernetes Horizontal Pod Autoscaler hpa-configuration.yaml ap...
|
123 |
| 6999 | wordpress-block-editor-fse | bobmatnyc/claude-mpm-skills |
WordPress Block Editor & Full Site Editing Overview Full Site Editing (FSE) is production-ready (since WP 6.2) and treats everything as blocks—headers, footers, templates, not just content. Block themes use HTML templates + theme.json instead of PHP files + style.css. Key Components: theme.json: Centralized colors, typography, spacing, layout HTML Templates: Block-based files (index.html, single.html) Template Parts: Reusable components (header.html, footer.html) Block Patterns: Pre-designed ...
|
123 |
| 7000 | hubspot-integration | davila7/claude-code-templates |
HubSpot Integration Patterns OAuth 2.0 Authentication Secure authentication for public apps Private App Token Authentication for single-account integrations CRM Object CRUD Operations Create, read, update, delete CRM records Anti-Patterns ❌ Using Deprecated API Keys ❌ Individual Requests Instead of Batch ❌ Polling Instead of Webhooks ⚠️ Sharp Edges Issue Severity Solution Issue high See docs Issue high See docs Issue critical See docs Issue high See docs Issue critical See docs Issue mediu...
|
123 |