███████╗██╗ ██╗██╗██╗ ██╗ ██████╗ █████╗ ███╗ ██╗██╗ ██╗
██╔════╝██║ ██╔╝██║██║ ██║ ██╔══██╗██╔══██╗████╗ ██║██║ ██╔╝
███████╗█████╔╝ ██║██║ ██║ ██████╔╝███████║██╔██╗ ██║█████╔╝
╚════██║██╔═██╗ ██║██║ ██║ ██╔══██╗██╔══██║██║╚██╗██║██╔═██╗
███████║██║ ██╗██║███████╗███████╗ ██║ ██║██║ ██║██║ ╚████║██║ ██╗
╚══════╝╚═╝ ╚═╝╚═╝╚══════╝╚══════╝ ╚═╝ ╚═╝╚═╝ ╚═╝╚═╝ ╚═══╝╚═╝ ╚═╝
Agent Skills 排行榜 · 关键词 + 语义搜索
| # | Skill | 仓库 | 描述 | 安装量 |
|---|---|---|---|---|
| 14501 | loading-states | owl-listener/designer-skills |
Loading States You are an expert in designing loading experiences that maintain user confidence and perceived performance. What You Do You design loading patterns that keep users informed and reduce perceived wait time. Loading Patterns Skeleton Screens Show the layout shape before content loads. Use for known content structure. Animate with subtle shimmer. Spinner/Progress Indeterminate spinner for unknown duration. Determinate progress bar when progress is measurable. Keep spinners small and u...
|
51 |
| 14502 | omni-vu | eddiebe147/claude-settings |
omni.vu - Visual Understanding & Automation Overview omni.vu gives you eyes and hands on the user's macOS screen. Use it to: See what the user sees (screen capture) Understand UI state with AI vision Detect changes and wait for events Act with mouse and keyboard automation When to Use This Skill Proactively Use omni.vu When: Debugging UI issues - "The button isn't working" → capture and analyze Verifying changes - After modifying UI code, check if it rendered correctly Waiting for operations -...
|
51 |
| 14503 | hipaa-compliance | erichowens/some_claude_skills |
HIPAA Compliance for Recovery Coach This skill helps you maintain HIPAA compliance when developing features that handle Protected Health Information (PHI). What is PHI in This Application? Data Type PHI Status Handling Check-in mood/cravings PHI Audit all access Journal entries PHI Audit all access Chat conversations PHI Audit all access User profile (name, email) PHI Audit modifications Sobriety date PHI Audit access Emergency contacts PHI Audit access Usage analytics (aggregated) NOT PHI No ...
|
51 |
| 14504 | gitlab stack validator | rknall/claude-skills |
This skill validates GitLab stack projects to ensure they follow proper architecture patterns and are ready for deployment. It focuses on detection and reporting of issues, working alongside companion skills (stack-creator, secrets-manager) for remediation. When to Use This Skill Activate this skill when the user requests: - Validate a GitLab stack project - Check stack configuration before deployment - Verify stack architecture and structure - Audit stack for best practices compliance -...
|
51 |
| 14505 | distributed-job-safety | terrylica/cc-skills |
Distributed Job Safety Patterns and anti-patterns for concurrent job management with pueue + mise + systemd-run, learned from production failures in distributed data pipeline orchestration. Scope : Universal principles for any pueue + mise workflow with concurrent parameterized jobs. Examples use illustrative names but the principles apply to any domain. Prerequisite skills : devops-tools:pueue-job-orchestration , itp:mise-tasks , itp:mise-configuration The Nine Invariants Non-negotiable rules f...
|
51 |
| 14506 | full-stack | srbhr/resume-matcher |
Full-Stack Development Use for features that span both FastAPI backend and Next.js frontend. Architecture Backend : FastAPI + Python 3.13+, TinyDB, LiteLLM Frontend : Next.js 16 + React 19, Tailwind CSS v4, Swiss International Style API : REST endpoints at /api/v1/* Workflow 1. Design the API contract first Route: POST /api/v1/my-feature Request: { field: string, ... } Response: { id: string, result: ... } 2. Backend implementation Schema in apps/backend/app/schemas/ Service in apps/backe...
|
51 |
| 14507 | godot-platform-mobile | thedivergentai/gd-agentic-skills |
Platform: Mobile Touch-first input, safe area handling, and battery optimization define mobile development. Available Scripts mobile_safe_area_handler.gd Expert safe area handling for notched screens using anchored margins. NEVER Do in Mobile Development NEVER use mouse events for touch — InputEventMouseButton on mobile? Unreliable. Use InputEventScreenTouch + InputEventScreenDrag for touch. NEVER ignore safe areas — UI behind iPhone notch = unusable. Call DisplayServer.get_display_safe_area() ,...
|
51 |
| 14508 | integration-hub | groeimetai/snow-flow |
IntegrationHub provides reusable integration components for Flow Designer and workflows. IntegrationHub Architecture ``` Spoke (sn_ih_spoke) ├── Actions (sn_ih_action) │ ├── Inputs │ ├── Steps │ └── Outputs ├── Connection Alias └── Credential Alias Flow Designer └── Uses Spoke Actions ``` Key Tables | `sn_ih_spoke` | Spoke definitions | `sn_ih_action` | Spoke actions | `sn_ih_step_config` | Action step configuration | `sys_alias` | Connection/c...
|
51 |
| 14509 | finops-workflows | laurigates/claude-plugins |
/finops:workflows Analyze GitHub Actions workflow runs for a repository - frequency, duration, success rates, and efficiency metrics. Context Current repo: ! gh repo view --json nameWithOwner --jq '.nameWithOwner' Parameters Parameter Description Default repo Repository in owner/name format Current repository --created Date range filter (e.g., >=2026-03-01 ) None (last 100 runs) org <name> Org-wide analysis (use instead of repo) - Execution Per-repo analysis (default) bash " ${SKILL_DIR} /script...
|
51 |
| 14510 | react-testing-library | pproenca/dot-skills |
React Testing Library Skill Quick Navigation Topic Link Queries references/queries.md User Events references/user-events.md API references/api.md Async references/async.md Debugging references/debugging.md Config references/config.md Installation Core (v16+: @testing-library/dom is peer dependency) npm install --save-dev @testing-library/react @testing-library/dom TypeScript support npm install --save-dev @types/react @types/react-dom Recommended: user-event for interactions npm install --s...
|
51 |
| 14511 | tapestry | michalparkola/tapestry-skills-for-claude-code |
Tapestry: Unified Content Extraction + Action Planning This is the master skill that orchestrates the entire Tapestry workflow: Detect content type from URL Extract content using appropriate skill Automatically create a Ship-Learn-Next action plan When to Use This Skill Activate when the user: Says "tapestry [URL]" Says "weave [URL]" Says "help me plan [URL]" Says "extract and plan [URL]" Says "make this actionable [URL]" Says "turn [URL] into a plan" Provides a URL and asks to "learn and im...
|
51 |
| 14512 | react-native | s-hiraoku/synapse-a2a |
React Native Skill Load with: base.md + typescript.md Project Structure project/ ├── src/ │ ├── core/ Pure business logic (no React) │ │ ├── types.ts │ │ └── services/ │ ├── components/ Reusable UI components │ │ ├── Button/ │ │ │ ├── Button.tsx │ │ │ ├── Button.test.tsx │ │ │ └── index.ts │ │ └── index.ts Barrel export │ ├── screens/ Screen components │ │ ├── Home/ │ │ │ ├── HomeScree...
|
51 |
| 14513 | configure-cache-busting | laurigates/claude-plugins |
When to Use This Skill Use this skill when... Use another approach when... Configuring content hashing for Next.js or Vite builds Optimizing server-side caching (nginx, CDN config directly) Setting up CDN cache headers for Vercel or Cloudflare Debugging build output issues (system-debugging agent) Verifying cache-busting compliance after a framework upgrade Configuring general CI/CD workflows ( /configure:workflows ) Adding build verification scripts for hashed assets Setting up container builds...
|
51 |
| 14514 | customs-trade-compliance | sickn33/antigravity-awesome-skills |
Customs & Trade Compliance Role and Context You are a senior trade compliance specialist with 15+ years managing customs operations across US, EU, UK, and Asia-Pacific jurisdictions. You sit at the intersection of importers, exporters, customs brokers, freight forwarders, government agencies, and legal counsel. Your systems include ACE (Automated Commercial Environment), CHIEF/CDS (UK), ATLAS (DE), customs broker portals, denied party screening platforms, and ERP trade management modules. Your j...
|
51 |
| 14515 | gesture-patterns | owl-listener/designer-skills |
Gesture Patterns You are an expert in designing intuitive gesture-based interactions. What You Do You design gesture interactions that feel natural and discoverable across touch and pointer devices. Core Gestures Tap : Select, activate, toggle Double tap : Zoom, like/favorite Long press : Context menu, reorder mode, preview Swipe : Navigate, dismiss, reveal actions Pinch : Zoom in/out Rotate : Rotate content (maps, images) Drag : Move, reorder, adjust values Pull : Refresh content (pull-to-refre...
|
51 |
| 14516 | campaign-analytics | borghei/claude-skills |
Campaign Analytics Production-grade campaign performance analysis with multi-touch attribution modeling, funnel conversion analysis, and ROI calculation. Three Python CLI tools provide deterministic, repeatable analytics using standard library only -- no external dependencies, no API calls, no ML models. Table of Contents Capabilities Input Requirements Output Formats How to Use Scripts Reference Guides Best Practices Limitations Capabilities Multi-Touch Attribution : Five attribution models (fi...
|
51 |
| 14517 | drug-discovery-search | yorkeccak/scientific-skills |
Drug Discovery Search Search across all major drug discovery databases (ChEMBL, DrugBank, FDA drug labels, Open Targets) simultaneously using natural language queries powered by Valyu's semantic search API. Why This Skill is Powerful No API Parameter Parsing: Just pass natural language queries directly - no need to construct complex search parameters Semantic Search: Understands the meaning of your query, not just keyword matching Full-Text Access: Returns complete compound, target, and drug i...
|
51 |
| 14518 | dumbwaiter-mcp | lambdamechanic/skills |
Dumbwaiter MCP: Wait-for-Change Goal: give Claude a single, stable way to “wait until X happens” on a code host (GitHub now; GitLab next). This skill teaches Claude when and how to use the Dumbwaiter MCP server’s tools. Prerequisites Server: this repo builds a stdio MCP server ( cargo build && target/debug/dumbwaiter-mcp ). Auth: export GITHUB_TOKEN=… (repo read permissions are sufficient for commit statuses). Persistence (optional): DUMBWAITER_DB to override ./state/dumbwaiter.sqlite . Await se...
|
51 |
| 14519 | rp-diet | borisghidaglia/science-based-lifter |
This skill provides evidence-based nutrition guidance, synthesized from The Renaissance Diet 2.0 by Dr. Mike Israetel, Melissa Davis, Jen Case, and James Hoffmann. Attribution: All knowledge in this skill is derived from *The Renaissance Diet 2.0* (Renaissance Periodization). As an Amazon Associate I earn from qualifying purchases. Book Link: [https://www.amazon.com/dp/1782551905/?tag=borisfyi0f-20](https://www.amazon.com/dp/1782551905/?tag=borisfyi0f-20) When to Use This Skill Activate whe...
|
51 |
| 14520 | consultancy-practices | proffesor-for-testing/agentic-qe |
<default_to_action> When consulting on quality: - LISTEN FIRST: Understand their context before prescribing solutions - DISCOVER: What's the pain? What have they tried? What are constraints? - PRIORITIZE: Impact/effort matrix - high impact, low effort first - TRANSFER KNOWLEDGE: Leave them better, not dependent on you - MEASURE: Define success metrics upfront, track weekly Engagement Types: - Assessment (1-4 weeks): Discover, analyze, recommend - Transformation (3-12 months): Implement n...
|
51 |
| 14521 | design-rationale | owl-listener/designer-skills |
Design Rationale You are an expert in articulating the reasoning behind design decisions. What You Do You write clear design rationale that connects decisions to evidence, principles, and goals. Rationale Structure 1. Decision What design decision was made? Be specific about what was chosen. 2. Context What problem or need prompted this decision? What constraints exist? 3. Options Considered What alternatives were explored? Brief description of each. 4. Evidence What informed the decision? User ...
|
51 |
| 14522 | freelance business manager | eddiebe147/claude-settings |
Freelance Business Manager Manage freelance business operations including clients, projects, and finances When to Use This Skill Use this skill when you need to: Improve business operations and strategy Make data-driven business decisions Optimize processes and outcomes Not recommended for: Tasks requiring creative design work technical coding Quick Reference Action Command/Trigger Create freelance business manager freelance business Review and optimize review freelance business manager Get best...
|
51 |
| 14523 | three-js | noklip-io/agent-skills |
Three.js Development You are an expert in React, Vite, Tailwind CSS, Three.js, React Three Fiber, and Next UI. Key Principles Write concise, technical responses with accurate React examples Use functional, declarative programming; avoid classes Prefer iteration and modularization over code duplication Use descriptive variable names with auxiliary verbs (e.g., isLoading, hasRendered) Use lowercase with dashes for directories (e.g., components/auth-wizard) Favor named exports for components JavaSc...
|
51 |
| 14524 | wireframe-spec | owl-listener/designer-skills |
Wireframe Spec You are an expert in creating annotated wireframe specifications. What You Do You specify wireframe layouts defining content priority, component placement, behavior annotations, and responsive considerations. Wireframe Components Content Blocks Headers and navigation Hero/feature areas Content sections (text, media, cards) Forms and input areas Footers and secondary navigation Annotations Content priority numbers (what loads/appears first) Interaction notes (what happens on click/...
|
51 |
| 14525 | field-service | groeimetai/snow-flow |
Field Service Management for ServiceNow Field Service Management (FSM) manages work orders, technician dispatch, and mobile field operations. FSM Architecture Work Order (wm_order) ├── Work Order Tasks (wm_task) │ ├── Time Entries │ └── Parts Used ├── Asset/CI └── Location Dispatch ├── Scheduling └── Route Optimization Key Tables Table Purpose wm_order Work orders wm_task Work order tasks wm_resource Field technicians wm_schedule_entry Schedule entries wm_territory Service territories Work O...
|
51 |
| 14526 | naming-convention | owl-listener/designer-skills |
Naming Convention You are an expert in creating clear, scalable naming systems for design assets, components, and tokens. What You Do You establish naming conventions that make design systems predictable, searchable, and maintainable. Principles Predictable 2. Consistent 3. Scalable 4. Scannable 5. Unambiguous Patterns Components : [category]/[name]/[variant]/[state] Tokens : {category}-{property}-{concept}-{variant}-{state} Files : [type]-[name]-[variant].[ext] Design files : Numbered + descrip...
|
51 |
| 14527 | hover-interactions | dylantarre/animation-principles |
Hover Interaction Animations Apply Disney's 12 principles to mouse hover states. Principle Application Squash & Stretch: Cards can subtly scale (1.02-1.05) on hover, creating "lift" effect. Anticipation: Hover IS anticipation for click. The hover state previews the interaction. Staging: Hover effects should highlight the interactive element, not distract from it. Straight Ahead vs Pose-to-Pose: Define rest and hover poses precisely. Transition smoothly between them. Follow Through & Overl...
|
51 |
| 14528 | vibefigma | vibeflowing-inc/vibe_figma |
Convert Figma designs into React components with Tailwind CSS using the `vibefigma` CLI. Usage Interactive Mode (Recommended for first-time users) ``` npx vibefigma --interactive ``` Prompts for Figma URL, access token, and output paths. Direct Command ``` npx vibefigma "https://www.figma.com/design/FILE_ID?node-id=X-Y" --token FIGMA_TOKEN ``` With Environment Variable ``` export FIGMA_TOKEN=your_token npx vibefigma "https://www.figma.com/design/FILE_ID?node-id=X-Y" ``` Using .e...
|
51 |
| 14529 | storybook-configuration | thebushidocollective/han |
Storybook - Configuration Configure Storybook for optimal development experience with the right addons, builders, and framework integrations. Key Concepts Main Configuration .storybook/main.ts is the primary configuration file: import type { StorybookConfig } from '@storybook/react-vite'; const config: StorybookConfig = { stories: ['../src//*.mdx', '../src//*.stories.@(js|jsx|mjs|ts|tsx)'], addons: [ '@storybook/addon-essentials', '@storybook/addon-interactions', '@storybook...
|
51 |
| 14530 | dark-mode-design | owl-listener/designer-skills |
Dark Mode Design You are an expert in designing dark mode interfaces that are comfortable, accessible, and polished. What You Do You design dark mode experiences that go beyond simple color inversion. Core Principles Reduce overall luminance to decrease eye strain Use surface elevation through lighter shades (not shadows) Desaturate bright colors for dark backgrounds Maintain sufficient contrast for readability Surface Hierarchy (Dark Mode) Background: darkest (e.g., 121212) Surface 1: slightly ...
|
51 |
| 14531 | brand-guidelines-anthropic | sickn33/antigravity-awesome-skills |
Anthropic Brand Styling Overview To access Anthropic's official brand identity and style resources, use this skill. Keywords : branding, corporate identity, visual identity, post-processing, styling, brand colors, typography, Anthropic brand, visual formatting, visual design Brand Guidelines Colors Main Colors: Dark: 141413 - Primary text and dark backgrounds Light: faf9f5 - Light backgrounds and text on dark Mid Gray: b0aea5 - Secondary elements Light Gray: e8e6dc - Subtle backgrounds Accent Co...
|
51 |
| 14532 | browserforce | ivalsaraj/browserforce |
BrowserForce — Your Real Chrome Browser BrowserForce gives you the user's actual Chrome browser — all their logins, cookies, and extensions already active. No headless browser, no fresh profiles. Prerequisites The user must have: BrowserForce Chrome extension installed and connected (green icon) The relay auto-starts on first command — no manual step needed Check with: browserforce status Quick Reference browserforce status Check relay + extension status browserforce tabs List open tabs browse...
|
51 |
| 14533 | figma-implement-design | tech-leads-club/agent-skills |
Implement Design Overview This skill provides a structured workflow for translating Figma designs into production-ready code with pixel-perfect accuracy. It ensures consistent integration with the Figma MCP server, proper use of design tokens, and 1:1 visual parity with designs. Prerequisites Figma MCP server must be connected and accessible User must provide a Figma URL in the format: https://figma.com/design/:fileKey/:fileName?node-id=1-2 :fileKey is the file key 1-2 is the node ID (the specif...
|
51 |
| 14534 | e2e-testing | sickn33/antigravity-awesome-skills |
E2E Testing When to Use Activate this skill when: Writing E2E tests for complete user workflows (login, CRUD operations, multi-page flows) Creating critical path regression tests that validate the full stack Testing cross-browser compatibility (Chromium, Firefox, WebKit) Validating authentication flows end-to-end Testing file upload/download workflows Writing smoke tests for deployment verification Do NOT use this skill for: React component unit tests (use react-testing-patterns ) Python backend...
|
51 |
| 14535 | context7 | connorads/dotfiles |
Context7 Overview This skill enables retrieval of current documentation for software libraries and components by querying the Context7 API via curl. Use it instead of relying on potentially outdated training data. Workflow Step 1: Search for the Library To find the Context7 library ID, query the search endpoint: curl -s "https://context7.com/api/v2/libs/search?libraryName=LIBRARY_NAME&query=TOPIC" | jq '.results[0]' Parameters: libraryName (required): The library name to search for (e.g., "react...
|
51 |
| 14536 | configuration-management | oimiragieo/agent-studio |
Configuration Management Overview Comprehensive guide to managing application configuration across environments, including environment variables, configuration files, secrets, feature flags, and following 12-factor app methodology. When to Use Setting up configuration for different environments Managing secrets and credentials Implementing feature flags Creating configuration hierarchies Following 12-factor app principles Migrating configuration to cloud services Implementing dynamic configura...
|
51 |
| 14537 | better-auth-components | andrelandgraf/fullstackrecipes |
Better Auth Components To set up Better Auth Components, refer to the fullstackrecipes MCP server resource: Resource URI: recipe://fullstackrecipes.com/better-auth-components If the MCP server is not configured, fetch the recipe directly: curl -H "Accept: text/plain" https://fullstackrecipes.com/api/recipes/better-auth-components
|
51 |
| 14538 | secure-coding-practices | nickcrew/claude-ctx-plugin |
Secure Coding Practices Comprehensive guidance for implementing security-first development patterns with defensive programming techniques and proactive threat mitigation strategies. When to Use This Skill Implementing authentication and authorization systems Processing user input or external data Handling sensitive data (PII, credentials, financial information) Building APIs and web services Managing cryptographic operations (hashing, encryption) Conducting security-focused code reviews Establ...
|
51 |
| 14539 | growth hacker | eddiebe147/claude-settings |
Growth Hacker Design and execute growth experiments using lean, data-driven tactics When to Use This Skill Use this skill when you need to: Improve business operations and strategy Make data-driven business decisions Optimize processes and outcomes Not recommended for: Tasks requiring creative design work technical coding Quick Reference Action Command/Trigger Create growth hacker growth hacking Review and optimize review growth hacker Get best practices growth hacker best practices Core Workflo...
|
51 |
| 14540 | timeline-creator | mhattingpete/claude-skills-marketplace |
Timeline Creator Create interactive HTML timelines and project roadmaps with Gantt charts and milestones. When to Use "Create timeline for [project]" "Generate roadmap for Q1-Q4" "Make Gantt chart for schedule" "Show project milestones" Components Timeline Header: project name, date range, completion % Phase Groups: Q1, Q2, Q3, Q4 or custom phases Timeline Items: tasks with start/end dates, progress, status Milestones: key deliverables with dates Gantt Visualization: horizontal bars showing du...
|
51 |
| 14541 | pr-draft-summary | openai/openai-agents-js |
PR Draft Summary Purpose Produce the PR-ready summary required in this repository after substantive code work is complete: a concise summary plus a PR-ready title and draft description that begins with "This pull request ...". The block should be ready to paste into a PR for openai-agents-python. When to Trigger The task for this repo is finished (or ready for review) and it touched runtime code, tests, examples, docs with behavior impact, or build/test configuration. You are about to send the...
|
51 |
| 14542 | azure-communication-sms-java | sickn33/antigravity-awesome-skills |
Azure Communication SMS (Java) Send SMS messages to single or multiple recipients with delivery reporting. Installation < dependency > < groupId > com.azure </ groupId > < artifactId > azure-communication-sms </ artifactId > < version > 1.2.0 </ version > </ dependency > Client Creation import com . azure . communication . sms . SmsClient ; import com . azure . communication . sms . SmsClientBuilder ; import com . azure . identity . DefaultAzureCredentialBuilder ; // With DefaultAzureCredential ...
|
51 |
| 14543 | youtube optimizer | eddiebe147/claude-settings |
YouTube Optimizer Optimize YouTube videos for SEO, thumbnails, descriptions, and audience retention When to Use This Skill Use this skill when you need to: Create compelling written content Develop clear messaging and communication Structure information effectively Not recommended for: Tasks requiring technical implementation complex data analysis Quick Reference Action Command/Trigger Create youtube optimizer youtube optimization Review and optimize review youtube optimizer Get best practices y...
|
51 |
| 14544 | moralis-data-api | moralisweb3/onchain-skills |
CRITICAL: Read Rule Files Before Implementing The 1 cause of bugs is not reading the endpoint rule file before writing code. For EVERY endpoint: Read rules/{EndpointName}.md Find "Example Response" section Copy the EXACT JSON structure Note field names (snake_case), data types, HTTP method, path, wrapper structure Reading Order: This SKILL.md (core patterns) Endpoint rule file in rules/ Pattern references in references/ (for edge cases only) Setup API Key (optional) Never ask the user to paste t...
|
51 |
| 14545 | career-biographer | erichowens/some_claude_skills |
Career Biographer An AI-powered professional biographer that conducts thoughtful, structured interviews about career journeys and transforms stories into actionable professional assets. Quick Start Minimal example to begin a career interview: User: "Help me document my career for a portfolio" Biographer: 1. "Let's start with your current role. How would you describe what you do to someone outside your field?" 2. [Listen and validate] 3. "What's the thread that connects your various roles an...
|
51 |
| 14546 | pricing strategist | eddiebe147/claude-settings |
Pricing Strategist Expert pricing strategy and optimization system that helps you develop pricing models, analyze willingness to pay, optimize revenue, and test pricing changes. This skill provides structured frameworks for pricing decisions based on economic principles, behavioral psychology, and revenue optimization best practices. Pricing is one of the most powerful levers for business growth. This skill helps you move beyond cost-plus pricing to value-based strategies, design pricing tiers t...
|
51 |
| 14547 | azure-ai-anomalydetector-java | sickn33/antigravity-awesome-skills |
Azure AI Anomaly Detector SDK for Java Build anomaly detection applications using the Azure AI Anomaly Detector SDK for Java. Installation < dependency > < groupId > com.azure </ groupId > < artifactId > azure-ai-anomalydetector </ artifactId > < version > 3.0.0-beta.6 </ version > </ dependency > Client Creation Sync and Async Clients import com . azure . ai . anomalydetector . AnomalyDetectorClientBuilder ; import com . azure . ai . anomalydetector . MultivariateClient ; import com . azure . a...
|
51 |
| 14548 | llm prompt optimizer | eddiebe147/claude-settings |
LLM Prompt Optimizer The LLM Prompt Optimizer skill systematically analyzes and refines prompts to maximize the quality, accuracy, and relevance of large language model outputs. It applies evidence-based optimization techniques including structural improvements, context enrichment, constraint calibration, and output format specification. This skill goes beyond basic prompt writing by leveraging understanding of how different LLMs process instructions, their attention patterns, and their response...
|
51 |
| 14549 | prowler-test-sdk | prowler-cloud/prowler |
Generic Patterns: For base pytest patterns (fixtures, mocking, parametrize, markers), see the pytest skill. This skill covers Prowler-specific conventions only. Full Documentation: docs/developer-guide/unit-testing.mdx CRITICAL: Provider-Specific Testing Provider Mocking Approach Decorator AWS moto library @mock_aws Azure, GCP, K8s, others MagicMock None NEVER use moto for non-AWS providers. NEVER use MagicMock for AWS. AWS Check Test Pattern from unittest import mock from boto3 import clien...
|
51 |
| 14550 | twitter thread builder | eddiebe147/claude-settings |
Twitter Thread Builder Craft engaging Twitter/X threads with strong hooks and optimal structure for engagement When to Use This Skill Use this skill when you need to: Create compelling written content Develop clear messaging and communication Structure information effectively Not recommended for: Tasks requiring technical implementation complex data analysis Quick Reference Action Command/Trigger Create twitter thread builder twitter thread Review and optimize review twitter thread builder Get b...
|
51 |