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

/ 聚焦搜索框
正在使用 AI 进行语义搜索...
21,475
总 Skills
36.2M
总安装量
2,446
贡献者
# Skill 仓库 描述 安装量
8301 refactor accesslint/claude-marketplace
Refactor Overview Improve code structure and readability without changing external behavior. Refactoring is gradual evolution, not revolution. Use this for improving existing code, not rewriting from scratch. When to Use Use this skill when: Code is hard to understand or maintain Functions/classes are too large Code smells need addressing Adding features is difficult due to code structure User asks "clean up this code", "refactor this", "improve this" Refactoring Principles The Golden Rules ...
249
8302 page-cro davila7/claude-code-templates
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...
249
8303 logistics-expert personamanagmentlayer/pcl
Expert guidance for supply chain management, logistics optimization, warehouse management systems, and transportation planning. Core Concepts Supply Chain Management - Inventory management - Demand forecasting - Procurement and sourcing - Warehouse management (WMS) - Transportation management (TMS) - Order fulfillment - Last-mile delivery Optimization - Route optimization - Load planning - Inventory optimization - Network design - Cost minimization - Delivery scheduling Tech...
249
8304 paper-polish eyh0602/skillshub
Polishing and reviewing research papers in LaTeX On writing Contents Your paper should be easily comprehensible by its reviewers. They are far less familiar with your work than you. They may not be an expert on the topic and may not be able to afford much time on your paper. The introduction should convey curiosity or excitement (new problem, new solution, improved solution, impressive results, or high impact), the design novelty, substantiality, and correctness, and the evaluation relevancy and...
249
8305 clean-architecture mindrally/skills
Clean Architecture Best Practices Comprehensive guide to Clean Architecture principles for designing maintainable, testable software systems. Based on Robert C. Martin's "Clean Architecture: A Craftsman's Guide to Software Structure and Design." Contains 42 rules across 8 categories, prioritized by architectural impact. When to Apply Reference these guidelines when: Designing new software systems or modules Structuring dependencies between layers Defining boundaries between business logic an...
249
8306 general-best-practices mindrally/skills
General Best Practices A comprehensive collection of software development best practices applicable across various technology stacks and project types. Code Quality Readability and Maintainability Write short, focused functions with a single responsibility. Use clear, descriptive names for variables, functions, and classes. Avoid deep nesting; prefer early returns and guard clauses. Keep functions and methods to a reasonable length (typically under 30 lines). Error Handling Always handle...
249
8307 storybook mindrally/skills
Storybook 모범 관례 1. CSF 3.0 형식 사용 최신 Component Story Format 3.0 사용. 더 간결하고 타입 안전. // ❌ CSF 2.0 (구형) export default { title: 'Components/Button', component: Button, }; export const Primary = () => <Button variant="primary">Click me</Button>; // ✅ CSF 3.0 (권장) import type { Meta, StoryObj } from '@storybook/react'; import { Button } from './Button'; const meta = { title: 'Components/Button', component: Button, tags: ['autodocs'], // 자동 문서 생성 } satisfies Meta<typeof Button>; export d...
249
8308 unity mindrally/skills
Unity You are an expert in Unity game development and C with deep knowledge of game architecture and performance optimization. Core Principles Write clear, technical responses with precise C and Unity examples Leverage built-in features and prioritize maintainability following C conventions Structure projects modularly using component-based architecture Prioritize performance, scalability, and maintainability in architecture C Standards Employ MonoBehaviour for GameObject components Use Script...
249
8309 hono-typescript mindrally/skills
Hono TypeScript Development You are an expert in Hono and TypeScript development with deep knowledge of building ultrafast, edge-first APIs that run on Cloudflare Workers, Deno, Bun, and Node.js. TypeScript General Guidelines Basic Principles Use English for all code and documentation Always declare types for variables and functions (parameters and return values) Avoid using any type - create necessary types instead Use JSDoc to document public classes and methods Write concise, maintainable, ...
249
8310 gsap mindrally/skills
GSAP Core Tween Methods gsap.to(targets, vars) — animate from current state to vars . Most common. gsap.from(targets, vars) — animate from vars to current state (entrances). gsap.fromTo(targets, fromVars, toVars) — explicit start and end. gsap.set(targets, vars) — apply immediately (duration 0). Always use camelCase property names (e.g. backgroundColor , rotationX ). Common vars duration — seconds (default 0.5). delay — seconds before start. ease — "power1.out" (default), "power3.inOut" , "back....
249
8311 bug-fix bobmatnyc/claude-mpm-skills
Bug Fix Verification Systematic workflow for verifying bug fixes to ensure quality and prevent regressions. When to Use This Skill Use this skill when: Fixing a reported bug Creating PR for bug fix Need to document bug fix verification Want to ensure fix doesn't introduce regressions Need structured approach to bug resolution Why Bug Fix Verification Matters Problems It Solves ❌ Fixing symptoms instead of root cause ❌ Introducing new bugs while fixing old ones ❌ Incomplete testing of edge ca...
248
8312 wechat-converter z0gsh1u/oh-my-writing-skill
公众号平台转换 Skill 你是一个内容编辑,专门将通用文章转换为适合微信公众号平台的格式和风格。 公众号平台特征 用户画像 用户群广泛:覆盖各年龄段,以25-50岁为主 阅读场景:碎片时间、通勤路上、睡前 内容偏好:深度文章、干货分享、观点输出 互动习惯:转发有共鸣的内容、在看、评论 内容调性 正式感:比社交媒体正式,比论文亲切 深度感:有观点、有论据、有思考 排版感:注重视觉效果和阅读体验 品牌感:统一的风格和调性 转换规则 0. 内容保留原则 在开始任何转换之前,必须完整保留原内容中的: 所有图片:保留原图片的 Markdown 语法和路径 图片说明文字:保留图片下方或上方的说明文字 1. 标题优化 公众号标题特点: 信息完整,不玩悬念 可以较长(不超过64字符) 体现文章价值 可用分隔符号 转换示例: 原标题 公众号标题 AI写作工具评测 深度测评:2026年最值得用的5款AI写作工具 程序员效率方法 十年老程序员的效率心得:这些方法帮我每天早下班2小时 Python入门指南 写给零基础的Python学习路线(附完整资源) 常用标题格式: 深度/干货/实操 ...
248
8313 api-security-review bobmatnyc/claude-mpm-skills
API Security Review Skill Summary Comprehensive security checklist for API endpoint development. Ensures proper authentication, authorization, input validation, output safety, and security logging are implemented before deployment. When to Use Before merging any PR with API changes When creating new API endpoints When modifying authentication/authorization logic During security audits Code review of API routes Quick Checklist Pre-Deployment Security Audit Authentication: Route requires valid ...
248
8314 seo-content-optimizer onewave-ai/claude-skills
SEO Content Optimizer Comprehensive SEO analysis and optimization for content creators and marketers. When a user asks you to optimize content for SEO, provide a detailed analysis covering keywords, readability, technical SEO, and actionable recommendations. Instructions 1. Analyze Target Keywords Examine keyword usage and placement: Identify primary keyword(s) from user input or content Check keyword placement (title, H1, first 100 words, subheadings) Calculate keyword density (aim for 1-2...
248
8315 vue-application-structure aj-geddes/useful-ai-prompts
Vue Application Structure Overview Build well-organized Vue 3 applications using Composition API, proper file organization, and TypeScript for type safety and maintainability. When to Use Large-scale Vue applications Component library development Reusable composable hooks Complex state management Performance optimization Implementation Examples 1. Vue 3 Composition API Component // useCounter.ts (Composable) import { ref, computed } from 'vue'; export function useCounter(initialValue = 0) { ...
248
8316 statistical hypothesis testing aj-geddes/useful-ai-prompts
Statistical Hypothesis Testing Overview Hypothesis testing provides a framework for making data-driven decisions by testing whether observed differences are statistically significant or due to chance. Testing Framework Null Hypothesis (H0) : No effect or difference exists Alternative Hypothesis (H1) : Effect or difference exists Significance Level (α) : Threshold for rejecting H0 (typically 0.05) P-value : Probability of observing data if H0 is true Common Tests T-test : Compare means between tw...
248
8317 idempotency-handling aj-geddes/useful-ai-prompts
Idempotency Handling Overview Implement idempotency to ensure operations produce the same result regardless of how many times they're executed. When to Use Payment processing API endpoints with retries Webhooks and callbacks Message queue consumers Distributed transactions Bank transfers Order creation Email sending Resource creation Implementation Examples 1. Express Idempotency Middleware import express from 'express'; import Redis from 'ioredis'; import crypto from 'crypto'; interface Idem...
248
8318 scenario-analyzer tradermonty/claude-trading-skills
Headline Scenario Analyzer Overview このスキルは、ニュースヘッドラインを起点として中長期(18ヶ月)の投資シナリオを分析します。 2つの専門エージェント( scenario-analyst と strategy-reviewer )を順次呼び出し、 多角的な分析と批判的レビューを統合した包括的なレポートを生成します。 When to Use This Skill 以下の場合にこのスキルを使用してください: ニュースヘッドラインから中長期の投資影響を分析したい 18ヶ月後のシナリオを複数構築したい セクター・銘柄への影響を1次/2次/3次で整理したい セカンドオピニオンを含む包括的な分析が必要 日本語でのレポート出力が必要 使用例: /headline-scenario-analyzer "Fed raises interest rates by 50bp, signals more hikes ahead" /headline-scenario-analyzer "China announces new tariffs on US semicondu...
248
8319 ln-221-story-creator levnikolaevich/claude-code-skills
Universal factory worker for creating Stories. Supports two modes: - CREATE MODE: Epic has no Stories → create from IDEAL plan (5-10 Stories) - ADD MODE: Epic has Stories → append new Story(s) from user request Invoked by ln-220-story-coordinator (Phase 5a for CREATE, Phase 5c for ADD). When Invoked 1. ln-220-story-coordinator CREATE MODE (Phase 5a): - Epic has NO existing Stories (Linear query count = 0) - IDEAL plan generated (Phase 3) - Standards Research completed by ln-001 (Phase 2...
248
8320 malware-analyst sickn33/antigravity-awesome-skills
File identification file sample.exe sha256sum sample.exe String extraction strings -a sample.exe | head -100 FLOSS sample.exe Obfuscated strings Packer detection diec sample.exe Detect It Easy exeinfope sample.exe Import analysis rabin2 -i sample.exe dumpbin /imports sample.exe Phase 3: Static Analysis 1. Load in disassembler: IDA Pro, Ghidra, or Binary Ninja 2. Identify main functionality: Entry point, WinMain, DllMain 3. Map execution flow: Key decision points, loops 4. Identify capabili...
248
8321 use-template opusgamelabs/game-creator
Use Template Clone a game template from the gallery into a new project. This is a fast copy — working code in seconds, not an AI pipeline. Behavior Parse arguments : <template-id> [project-name] If no arguments provided, read site/manifest.json , display a numbered list of all templates with their engine/complexity/description, and ask the user to pick one. template-id is required. project-name defaults to template-id . Look up template in site/manifest.json by id . If not found, show available ...
248
8322 web-artifacts-builder davila7/claude-code-templates
Web Artifacts Builder To build powerful frontend claude.ai artifacts, follow these steps: Initialize the frontend repo using scripts/init-artifact.sh Develop your artifact by editing the generated code Bundle all code into a single HTML file using scripts/bundle-artifact.sh Display artifact to user (Optional) Test the artifact Stack : React 18 + TypeScript + Vite + Parcel (bundling) + Tailwind CSS + shadcn/ui Design & Style Guidelines VERY IMPORTANT: To avoid what is often referred to as "AI slo...
248
8323 voice-agents davila7/claude-code-templates
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...
248
8324 pyhealth davila7/claude-code-templates
PyHealth: Healthcare AI Toolkit Overview PyHealth is a comprehensive Python library for healthcare AI that provides specialized tools, models, and datasets for clinical machine learning. Use this skill when developing healthcare prediction models, processing clinical data, working with medical coding systems, or deploying AI solutions in healthcare settings. When to Use This Skill Invoke this skill when: Working with healthcare datasets: MIMIC-III, MIMIC-IV, eICU, OMOP, sleep EEG data, medic...
248
8325 uspto-database davila7/claude-code-templates
USPTO Database Overview USPTO provides specialized APIs for patent and trademark data. Search patents by keywords/inventors/assignees, retrieve examination history via PEDS, track assignments, analyze citations and office actions, access TSDR for trademarks, for IP analysis and prior art searches. When to Use This Skill This skill should be used when: Patent Search: Finding patents by keywords, inventors, assignees, classifications, or dates Patent Details: Retrieving full patent data includ...
248
8326 cc-skill-backend-patterns sickn33/antigravity-awesome-skills
Backend Development Patterns Backend architecture patterns and best practices for scalable server-side applications. API Design Patterns RESTful API Structure // ✅ Resource-based URLs GET / api / markets List resources GET / api / markets / : id Get single resource POST / api / markets Create resource PUT / api / markets / : id Replace resource PATCH / api / markets / : id Update resource DELETE / api / markets / : id ...
248
8327 fal-audio fal-ai-community/skills
fal.ai Audio Text-to-speech and speech-to-text using state-of-the-art audio models on fal.ai. How It Works User provides text (for TTS) or audio URL (for STT) Script selects appropriate model Sends request to fal.ai API Returns audio URL (TTS) or transcription text (STT) Finding Models To discover the best and latest audio models, use the search API: Search for text-to-speech models bash /mnt/skills/user/fal-generate/scripts/search-models.sh --category "text-to-speech" Search for speech-to-tex...
248
8328 good-thinking jwynia/agent-skills
Core Principle Good thinking is an active achievement, not a default state. Operations without orientation produce sophisticated wrong answers; orientation without operations produces good intentions with no traction. Two structurally different things must work together: operations (cognitive verbs that transform representations) and orientations (what the operations are in service of). Every thinking failure can be located as an operation failing, an orientation captured, or — most commonly and...
248
8329 outline-collaborator jwynia/agent-skills
Outline Collaborator: Active Structural Partner Skill You are an outline collaborator. You actively develop story structure—generating scene beats, character arc mappings, plot alternatives, and exploratory samples while working alongside the human writer. The Collaboration Mindset You believe: The writer is the primary creative voice; you amplify, don't replace Offering structural options is better than singular solutions Your contributions should feel like their story's skeleton, not a fin...
248
8330 graphite withgraphite/agent-skills
Graphite Skill Work with Graphite ( gt ) for creating, navigating, and managing stacked pull requests. Quick Reference I want to... Command Create a new branch/PR gt create branch-name -m "message" Amend current branch gt modify -m "message" Navigate up the stack gt up Navigate down the stack gt down Jump to top of stack gt top Jump to bottom of stack gt bottom View stack structure gt ls Submit stack for review gt submit --no-interactive Rebase stack on trunk gt restack Change branch parent gt t...
248
8331 bash-scripting mindrally/skills
Bash Scripting Workflow Overview Specialized workflow for creating robust, production-ready bash scripts with defensive programming patterns, comprehensive error handling, and automated testing. When to Use This Workflow Use this workflow when: Creating automation scripts Writing system administration tools Building deployment scripts Developing backup solutions Creating CI/CD scripts Workflow Phases Phase 1: Script Design Skills to Invoke bash-pro - Professional scripting bash-defensive-pattern...
248
8332 writing-style different-ai/agent-bank
Core Philosophy Your job is to clean up text, not rewrite it. Keep the writer's voice intact. Fix grammar, flow, clarity—don't restructure, don't add formatting, don't make it sound "professional." Make it sound like them , just better. What to Fix Grammar and spelling Run-on sentences or confusing structure Missing words or typos Repetition (same thing said twice) Awkward phrasing that blocks clarity What to Keep Their phrasing and word choice Their tone (casual, direct, however they speak) The...
247
8333 seo-cannibalization-detector sickn33/antigravity-awesome-skills
Use this skill when Working on seo cannibalization detector tasks or workflows Needing guidance, best practices, or checklists for seo cannibalization detector Do not use this skill when The task is unrelated to seo cannibalization detector 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 resour...
247
8334 frontend-react-router-best-practices sergiodxa/agent-skills
Performance optimization and architecture patterns for React Router applications. Contains 55 rules across 11 categories focused on data loading, actions, forms, streaming, and route organization. When to Apply Reference these guidelines when: - Writing new React Router routes (loaders, actions) - Handling forms and mutations - Implementing streaming with Single Fetch - Organizing route files and colocating queries - Setting up authentication patterns - Adding SEO/meta tags Rules Summ...
247
8335 xero membranedev/application-skills
Xero Xero is a cloud-based accounting software platform. It's primarily used by small businesses and their accountants to manage bookkeeping, invoicing, payroll, and other financial tasks. Official docs: https://developer.xero.com/ Xero Overview Invoice Line Item Contact Credit Note Bank Transaction Bank Account Organisation Payment User Tax Rate Tracking Category Journal Entry Report Bill Line Item Currency Expense Claim Expense Receipt Item Manual Journal Use action names and parameters as nee...
247
8336 load-balancer-setup aj-geddes/useful-ai-prompts
Load Balancer Setup Overview Deploy and configure load balancers to distribute traffic across multiple backend servers, ensuring high availability, fault tolerance, and optimal resource utilization across your infrastructure. When to Use Multi-server traffic distribution High availability and failover Session persistence and sticky sessions Health checking and auto-recovery SSL/TLS termination Cross-region load balancing API rate limiting at load balancer DDoS mitigation Implementation Example...
247
8337 alert-management aj-geddes/useful-ai-prompts
Alert Management Overview Design and implement sophisticated alert management systems with PagerDuty integration, escalation policies, alert routing, and incident coordination. When to Use Setting up alert routing Managing on-call schedules Coordinating incident response Creating escalation policies Integrating alerting systems Instructions 1. PagerDuty Client Integration // pagerduty-client.js const axios = require('axios'); class PagerDutyClient { constructor(apiToken) { this.apiToken...
247
8338 technical-blog-writing inference-sh/skills
Technical Blog Writing Write developer-focused technical blog posts via inference.sh CLI. Quick Start Requires inference.sh CLI ( infsh ). Get installation instructions: npx skills add inference-sh/skills@agent-tools infsh login Research topic depth infsh app run exa/search --input '{ "query": "building REST API Node.js best practices 2024 tutorial" }' Generate header image infsh app run infsh/html-to-image --input '{ "html": "<div style=\"width:1200px;height:630px;background:linear-gradient(1...
247
8339 strategy-and-competitive-analysis lyndonkl/claude
Develop robust strategies grounded in rigorous competitive and market analysis, using proven frameworks to diagnose challenges, formulate guiding policies, and specify coherent actions. When to Use Business Strategy Development: - Market entry strategy (new product, geography, segment) - Strategic planning (annual plans, 3-year vision, OKRs) - Strategic decisions (build vs buy, pricing, positioning, business model) - Growth strategy (organic, M&A, partnerships, platform) Competitive Anal...
247
8340 claude-opus-4-5-migration davila7/claude-code-templates
Opus 4.5 Migration Guide One-shot migration from Sonnet 4.0, Sonnet 4.5, or Opus 4.1 to Opus 4.5. Migration Workflow Search codebase for model strings and API calls Update model strings to Opus 4.5 (see platform-specific strings below) Remove unsupported beta headers Add effort parameter set to "high" (see references/effort.md) Summarize all changes made Tell the user: "If you encounter any issues with Opus 4.5, let me know and I can help adjust your prompts." Model String Updates Identify wh...
247
8341 biorxiv-database davila7/claude-code-templates
bioRxiv Database Overview This skill provides efficient Python-based tools for searching and retrieving preprints from the bioRxiv database. It enables comprehensive searches by keywords, authors, date ranges, and categories, returning structured JSON metadata that includes titles, abstracts, DOIs, and citation information. The skill also supports PDF downloads for full-text analysis. When to Use This Skill Use this skill when: Searching for recent preprints in specific research areas Tracki...
247
8342 bullmq-specialist davila7/claude-code-templates
BullMQ Specialist You are a BullMQ expert who has processed billions of jobs in production. You understand that queues are the backbone of scalable applications - they decouple services, smooth traffic spikes, and enable reliable async processing. You've debugged stuck jobs at 3am, optimized worker concurrency for maximum throughput, and designed job flows that handle complex multi-step processes. You know that most queue problems are actually Redis problems or application design problems. Yo...
247
8343 raindrop-api intellectronica/agent-skills
This skill enables interaction with the Raindrop.io bookmarks service through its REST API. Use `curl` and `jq` for direct REST calls. Official API documentation: [https://developer.raindrop.io/](https://developer.raindrop.io/) Authentication Token Resolution Resolve the API token in this order: - Check environment variable `RAINDROP_TOKEN` - Check if the user has provided a token in the conversation context - If neither is available, use AskUserQuestion to request the token from the us...
247
8344 learning-path-builder rysweet/amplihack
This skill creates personalized, structured learning paths that guide users through mastering new technologies, frameworks, or concepts. It combines skill assessment, goal definition, resource curation, and progress tracking to enable efficient learning and measurable progress. When to Use This Skill - New Technology Adoption: Learning a new framework, language, or tool - Onboarding: Bringing team members up to speed on project technologies - Hackathon Preparation: Building required skills ...
247
8345 document-pdf vasilyu1983/ai-agents-public
Document PDF Skill — Quick Reference This skill enables PDF creation, extraction, manipulation, and analysis. Claude should apply these patterns when users need to generate invoices, reports, extract data from PDFs, merge documents, or work with PDF forms. Modern Best Practices (Jan 2026): PDF is a release artifact, not the editable source of truth. Validate export fidelity (fonts, images, links) and accessibility where required. Accessibility: if compliance matters, target a tagged/structure...
247
8346 weibo_hotspot_analyzer violin86318/weibo-hotspot-analyzer
[技能说明] 自动化分析微博热搜并转化为产品创意的智能助手。通过实时抓取微博热搜榜单,深度挖掘每个热点的背景信息和事件脉络,利用AI从"有趣度80%+有用度20%"的角度提取产品创意,最终生成可视化的HTML分析报告。帮助产品经理、创业者、开发者快速发现市场机会,将热点转化为可执行的产品方案。 [核心能力] - 实时热搜抓取 :通过天聚数行API自动获取微博热搜TOP50榜单,包含热搜词、热度指数、标签 - 智能背景搜索 :对每个热搜话题使用Web Search工具搜索相关新闻、事件脉络、社会背景 - AI创意分析 :基于热点信息,从"有趣度80分+有用度20分"的多维度评分体系提取产品创意 - 多创意生成 :为每个热搜生成多个产品创意方案,包含名称、核心功能、目标用户描述 - 可视化报告 :生成响应式HTML报告,活力橙主题,支持手机/平板查看,高亮展示高分创意 - 智能评分分级 :自动计算综合评分,>80分标注为优秀,60-80分标注为良好 [执行流程] 第一步:抓取微博热搜榜单 - 运行 python scripts/fetch_weibo_hot.py 调用天聚数行API - ...
247
8347 paddleocr-text-recognition paddlepaddle/paddleocr
PaddleOCR Text Recognition Skill When to Use This Skill Invoke this skill in the following situations: Extract text from images (screenshots, photos, scans, charts) Read text from PDFs or document images Extract text from structured documents (invoices, receipts, forms) Extract text from URLs or local files pointing to images/PDFs Do not use this skill in the following situations: Plain text files that can be read directly with the Read tool Code files or markdown documents Tasks that do not inv...
247
8348 lp-agent hummingbot/skills
lp-agent This skill helps you run automated liquidity provision strategies on concentrated liquidity (CLMM) DEXs using Hummingbot API. Commands (run as /lp-agent <command> ): Command Description start Onboarding wizard — check setup status and get started deploy-hummingbot-api Deploy Hummingbot API trading infrastructure setup-gateway Start Gateway, configure network RPC endpoints add-wallet Add or import a Solana wallet explore-pools Find and explore Meteora DLMM pools select-strategy Choose LP...
247
8349 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...
247
8350 ads-photoshoot agricidaniel/claude-ads
Ads Photoshoot: AI Product Photography Transforms a product image or description into professional ad-ready photography in 5 distinct visual styles. Each style generates at two sizes: 1:1 (Meta/LinkedIn) and 9:16 (TikTok/Reels/Stories). Quick Reference Command What it does /ads photoshoot Interactive: ask for product + styles /ads photoshoot --styles studio floating Generate only selected styles /ads photoshoot --product shoe.jpg Start with a product image file /ads photoshoot --all-platforms Ge...
247