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

/ 聚焦搜索框
正在使用 AI 进行语义搜索...
27,443
总 Skills
161.7M
总安装量
2,742
贡献者
# Skill 仓库 描述 安装量
5601 unit-test-parameterized giuseppe-trisciuoglio/developer-kit
Parameterized Unit Tests with JUnit 5 Overview This skill provides patterns for writing efficient parameterized unit tests using JUnit 5's @ParameterizedTest. It covers @ValueSource, @CsvSource, @MethodSource, @EnumSource, @ArgumentsSource, and custom display names to run the same test logic with multiple input values, reducing test duplication and improving coverage. When to Use Use this skill when: Testing methods with multiple valid inputs Testing boundary values systematically Testing multip...
2.3K
5602 spring-boot-saga-pattern giuseppe-trisciuoglio/developer-kit
Spring Boot Saga Pattern When to Use Implement this skill when: Building distributed transactions across multiple microservices Needing to replace two-phase commit (2PC) with a more scalable solution Handling transaction rollback when a service fails in multi-service workflows Ensuring eventual consistency in microservices architecture Implementing compensating transactions for failed operations Coordinating complex business processes spanning multiple services Choosing between choreography-base...
2.3K
5603 unit-test-json-serialization giuseppe-trisciuoglio/developer-kit
Unit Testing JSON Serialization with @JsonTest Overview This skill provides patterns for unit testing JSON serialization and deserialization using Spring's @JsonTest and Jackson. It covers testing POJO mapping, custom serializers/deserializers, field name mappings, nested objects, date/time formatting, polymorphic types, and null handling without full Spring context. When to Use Use this skill when: Testing JSON serialization of DTOs Testing JSON deserialization to objects Testing custom Jackson...
2.3K
5604 spring-data-neo4j giuseppe-trisciuoglio/developer-kit
Spring Data Neo4j Integration Patterns When to Use This Skill To use this skill when you need to: Set up Spring Data Neo4j in a Spring Boot application Create and map graph node entities and relationships Implement Neo4j repositories with custom queries Write Cypher queries using @Query annotations Configure Neo4j connections and dialects Test Neo4j repositories with embedded databases Work with both imperative and reactive Neo4j operations Map complex graph relationships with bidirectional or u...
2.3K
5605 unit-test-security-authorization giuseppe-trisciuoglio/developer-kit
Unit Testing Security and Authorization Overview This skill provides patterns for unit testing Spring Security authorization logic using @PreAuthorize, @Secured, @RolesAllowed, and custom permission evaluators. It covers testing role-based access control (RBAC), expression-based authorization, custom permission evaluators, and verifying access denied scenarios without full Spring Security context. When to Use Use this skill when: Testing @PreAuthorize and @Secured method-level security Testing r...
2.3K
5606 web-renderer-test remotion-dev/remotion
The web renderer is in packages/web-renderer and the test suite is in packages/web-renderer/src/test. It uses visual snapshot testing using vitest. A test file can for example be executed using: bunx vitest src/test/video.test.tsx Example Each test is powered by a fixture in packages/web-renderer/src/test/fixtures. A fixture looks like this for example: import {AbsoluteFill} from 'remotion'; const Component: React.FC = () => { return ( <AbsoluteFill style={{ justifyCont...
2.3K
5607 rust-daily actionbook/rust-skills
Rust Daily Report Version: 2.1.0 | Last Updated: 2025-01-27 Fetch Rust community updates, filtered by time range. Data Sources Category Sources Ecosystem Reddit r/rust, This Week in Rust Official blog.rust-lang.org, Inside Rust Foundation rustfoundation.org (news, blog, events) Parameters time_range : day | week | month (default: week) category : all | ecosystem | official | foundation Show more
2.3K
5608 korean-cinema-search nomadamas/k-skill
Korean Cinema Search What this skill does upstream 원본 hmmhmmhm/daiso-mcp 와 npm package daiso 를 사용해 CGV, 메가박스, 롯데시네마 영화관 검색, 상영작, 시간표, 잔여석 조회 를 안내한다. 이 저장소는 upstream 코드를 vendoring 하지 않는다. 기본 경로는 MCP 서버를 직접 설치하지 않고 CLI로 먼저 확인하는 방식 이다. 핵심 조회 경로: CGV: /api/cgv/theaters , /api/cgv/movies , /api/cgv/timetable 메가박스: /api/megabox/theaters , /api/megabox/movies , /api/megabox/seats 롯데시네마: /api/lottecinema/theaters , /api/lottecinema/movies , /api/lottecinema/seats health check: npx --yes daiso health Whe...
2.3K
5609 nextjs-app-router giuseppe-trisciuoglio/developer-kit
Next.js App Router (Next.js 16+) Build modern React applications using Next.js 16+ with App Router architecture. Overview This skill provides patterns for: Server Components (default) and Client Components ("use client") Server Actions for mutations and form handling Route Handlers for API endpoints Explicit caching with "use cache" directive Parallel and intercepting routes Next.js 16 async APIs and proxy.ts When to Use Activate when user requests involve: "Create a Next.js 16 project", "Set up...
2.3K
5610 react-core copilotkit/copilotkit
CopilotKit React Core @copilotkit/react-core is the React frontend half of CopilotKit: it mounts a provider, speaks AG-UI over SSE to a runtime (or directly to CopilotKit Intelligence in SPA mode), and exposes hooks for every interaction surface. This SKILL.md is the index . Read the reference under references/ that matches your task — do not try to absorb the whole package from this file. Mental model — three shells you compose Show more Installs 522 Repository copilotkit/copilotkit GitHub Star...
2.3K
5611 notion-meeting-intelligence openai/skills
Meeting Intelligence Prep meetings by pulling Notion context, tailoring agendas/pre-reads, and enriching with Codex research. Quick start Confirm meeting goal, attendees, date/time, and decisions needed. Gather context: search with Notion:notion-search , then fetch with Notion:notion-fetch (prior notes, specs, OKRs, decisions). Pick the right template via reference/template-selection-guide.md (status, decision, planning, retro, 1:1, brainstorming). Draft agenda/pre-read in Notion with Notion:not...
2.3K
5612 signature-request anthropics/knowledge-work-plugins
/signature-request -- E-Signature Routing If you see unfamiliar placeholders or need to check which tools are connected, see CONNECTORS.md . Prepare a document for electronic signature — verify completeness, set signing order, and route for execution. Important : This command assists with legal workflows but does not provide legal advice. Verify documents are in final form before sending for signature. Usage /signature-request $ARGUMENTS Prepare for signature: @$1 Workflow Step 1: Accept the Doc...
2.3K
5613 market-sizing phuryn/pm-skills
Estimate Market Size (TAM, SAM, SOM) Purpose Estimate the Total Addressable Market (TAM), Serviceable Addressable Market (SAM), and Serviceable Obtainable Market (SOM) for a product. Includes both top-down and bottom-up estimation approaches, growth projections, and key assumptions to validate. Instructions You are a strategic market analyst specializing in market sizing, opportunity assessment, and growth forecasting. Input Your task is to estimate the market size for $ARGUMENTS within the spec...
2.3K
5614 ghost-bits-cast-attack yaklang/hack-skills
SKILL: Ghost Bits / Cast Attack — Java char to byte Narrowing Playbook AI LOAD INSTRUCTION : This is a Java-only injection-enabling primitive, not a standalone vulnerability class. Whenever you see (1) a Java backend, (2) a WAF/IDS in front of it, and (3) any of {SQLi, deser RCE, file upload, path traversal, CRLF, request smuggling, SMTP injection} on the menu, ALWAYS try Ghost Bits variants of the payload before declaring it "blocked". The root cause is the silent loss of the high 8 bits when J...
2.3K
5615 actionbook actionbook/actionbook
When the user needs to automate website tasks, use Actionbook to fetch complete action manuals instead of figuring out the steps yourself. When to Use This Skill Activate this skill when the user: Needs to complete a multi-step task ("Send a LinkedIn message", "Book an Airbnb") Asks how to interact with a website ("How do I post a tweet?") Builds browser-based AI agents or web scrapers Writes E2E tests for external websites What Actionbook Provides Action manuals include: Step-by-step instr...
2.3K
5616 langchain4j-tool-function-calling-patterns giuseppe-trisciuoglio/developer-kit
LangChain4j Tool & Function Calling Patterns Define tools and enable AI agents to interact with external systems, APIs, and services using LangChain4j's annotation-based and programmatic tool system. Overview LangChain4j's tool system enables AI agents to execute external functions through declarative annotations and programmatic interfaces. Tools are defined using the @Tool annotation and automatically registered with AI services, allowing LLMs to perform actions beyond text generation such as ...
2.3K
5617 langchain4j-rag-implementation-patterns giuseppe-trisciuoglio/developer-kit
LangChain4j RAG Implementation Patterns When to Use This Skill Use this skill when: Building knowledge-based AI applications requiring external document access Implementing question-answering systems over large document collections Creating AI assistants with access to company knowledge bases Building semantic search capabilities for document repositories Implementing chat systems that reference specific information sources Creating AI applications requiring source attribution Building domain-sp...
2.3K
5618 unit-test-utility-methods giuseppe-trisciuoglio/developer-kit
Unit Testing Utility Classes and Static Methods Overview This skill provides comprehensive patterns for testing utility classes and static methods using JUnit 5. It covers testing pure functions without side effects, edge case handling, boundary conditions, and common utility patterns like string manipulation, calculations, collections, and data validation. When to Use Use this skill when: Testing utility classes with static helper methods Testing pure functions with no state or side effects Tes...
2.3K
5619 knip brianlovin/agent-config
Knip Code Cleanup Run knip to find and remove unused files, dependencies, and exports from this codebase. Setup Check if knip is available: Run npx knip --version to test If it fails or is very slow, check if knip is in package.json devDependencies If not installed locally, install with npm install -D knip (or pnpm/yarn/bun equivalent based on lockfile present) Knip does NOT remove unused imports/variables inside files — that's a linter's job. Knip finds unused files, dependencies, and exports a...
2.3K
5620 copywriting-tone-of-voice-creator samber/cc-skills
Persona: You are a senior brand voice strategist. You treat tone of voice as operational infrastructure, not a deliverable PDF — discover deeply, define falsifiably, document for the writers (or bots) who will use it. Thinking mode: Use ultrathink for Phase 3 (voice definition) and category mapping. Synthesising stakeholder inputs, audience nuance, and cross-channel modulation rewards deep reasoning; shallow synthesis produces generic, derivative voices. Modes: Create — build TONE.md from scratc...
2.3K
5621 arxiv-search langchain-ai/deepagents
arXiv Search Skill Usage Run the bundled Python script using the absolute skills directory path from your system prompt: .venv/bin/python [ YOUR_SKILLS_DIR ] /arxiv-search/arxiv_search.py "your search query" [ --max-papers N ] query (required): Search query string --max-papers (optional): Maximum results to retrieve (default: 10) Example .venv/bin/python ~/.deepagents/agent/skills/arxiv-search/arxiv_search.py "deep learning drug discovery" --max-papers 5 Returns title and abstract for each match...
2.3K
5622 draft-offer anthropics/knowledge-work-plugins
/draft-offer If you see unfamiliar placeholders or need to check which tools are connected, see CONNECTORS.md . Draft a complete offer letter for a new hire. Usage /draft-offer $ARGUMENTS What I Need From You Role and title : What position? Level : Junior, Mid, Senior, Staff, etc. Location : Where will they be based? (affects comp and benefits) Compensation : Base salary, equity, signing bonus (if applicable) Start date : When should they start? Hiring manager : Who will they report to? If you d...
2.3K
5623 review-resume phuryn/pm-skills
Resume Review for Product Managers You are an expert resume reviewer specializing in Product Management careers. Your role is to provide comprehensive, personalized, and actionable feedback on PM resumes based on industry best practices. Purpose Conduct a thorough review of a PM resume against 10 best practices. Provide specific, constructive suggestions with examples directly from the resume being reviewed. Input Arguments $RESUME : The resume text or content to review $JOB_POSTING : (Optional)...
2.3K
5624 unit-test-exception-handler giuseppe-trisciuoglio/developer-kit
Unit Testing ExceptionHandler and ControllerAdvice Overview This skill provides patterns for unit testing @ExceptionHandler methods and @ControllerAdvice classes using MockMvc. It covers testing exception-to-error-response transformations, HTTP status codes, error message formatting, validation error handling, and custom permission evaluators without full integration test overhead. When to Use Use this skill when: Testing @ExceptionHandler methods in @ControllerAdvice Testing exception-to-error-...
2.3K
5625 langchain4j-spring-boot-integration giuseppe-trisciuoglio/developer-kit
LangChain4j Spring Boot Integration To accomplish integration of LangChain4j with Spring Boot applications, follow this comprehensive guidance covering auto-configuration, declarative AI Services, chat models, embedding stores, and production-ready patterns for building AI-powered applications. When to Use To accomplish integration of LangChain4j with Spring Boot when: Integrating LangChain4j into existing Spring Boot applications Building AI-powered microservices with Spring Boot Setting up aut...
2.3K
5626 typescript-security-review giuseppe-trisciuoglio/developer-kit
TypeScript Security Review Overview This skill provides structured, comprehensive security review for TypeScript and Node.js applications. It evaluates code against OWASP Top 10, framework-specific security best practices, and production-readiness security criteria. The review produces actionable findings classified by severity (Critical, High, Medium, Low) with concrete remediation examples. This skill delegates to the typescript-security-expert agent for deep security analysis when invoked thr...
2.3K
5627 copilotkit-agui copilotkit/copilotkit
AG-UI Protocol Skill Overview AG-UI (Agent-User Interaction) is CopilotKit's open event-based protocol for agent-to-UI communication. All agent-frontend interaction flows through typed events streamed over SSE (Server-Sent Events) or binary protobuf transport. Agents implement AbstractAgent.run() returning an RxJS Observable<BaseEvent> , and the client SDK handles event application, state management, and message history. When to Use Building a custom agent backend that needs to speak AG-UI Imple...
2.3K
5628 copilotkit-develop copilotkit/copilotkit
CopilotKit v2 Development Skill Live Documentation (MCP) This plugin includes an MCP server ( copilotkit-docs ) that provides search-docs and search-code tools for querying live CopilotKit documentation and source code. Claude Code: Auto-configured by the plugin's .mcp.json -- no setup needed. Codex: Requires manual configuration. See the copilotkit-debug skill for setup instructions. Architecture Overview CopilotKit v2 is built on the AG-UI protocol ( @ag-ui/client / @ag-ui/core ). The stack ha...
2.3K
5629 ml-adoption-playbook affaan-m/ecc
ML Adoption Playbook This skill provides an adaptive methodology for implementing machine learning models into existing software engineering projects. It bridges the gap between traditional SWE and MLOps by structuring how ML should be researched, decoupled, trained, and integrated. When to Activate A user asks to "add ML" or "add an algorithm" to their existing codebase. Planning the integration of a new model (e.g., recommendation, classification, forecasting) into a non-ML application. Struct...
2.3K
5630 session-report anthropics/claude-plugins-official
Session Report Produce a self-contained HTML report of Claude Code usage and save it to the current working directory. Steps Get data. Run the bundled analyzer (default window: last 7 days; honor a different range if the user passed one, e.g. 24h , 30d , or all ). The script analyze-sessions.mjs lives in the same directory as this SKILL.md — use its absolute path: node < skill-dir > /analyze-sessions.mjs --json --since 7d > /tmp/session-report.json For all-time, omit --since . Read /tmp/session-...
2.3K
5631 kstartup-search nomadamas/k-skill
창업진흥원 K-Startup 조회 What this skill does 공공데이터포털의 창업진흥원_K-Startup(사업소개,사업공고,콘텐츠 등)_조회서비스 ( kisedKstartupService01 , dataset 15125364 )를 k-skill-proxy 경유로 호출해 다음 4개 endpoint를 조회한다. business-info → getBusinessInformation01 : 통합공고 지원사업 정보 (예산, 규모, 수행기관, 사업소개) announcements → getAnnouncementInformation01 : 지원사업 공고 정보 (공고명, 접수기간, 지역, 신청대상, 모집진행여부 등 — 가장 활용도 높음 ) contents → getContentInformation01 : 창업관련 콘텐츠 (공지·뉴스·우수사례 등) statistics → getStatisticalInformation01 : 창업관련 통계보고서 조회 전용 스킬이다. 사업 신청·지원금 청구·콘...
2.3K
5632 unit-test-scheduled-async giuseppe-trisciuoglio/developer-kit
Unit Testing @Scheduled and @Async Methods Overview This skill provides patterns for unit testing @Scheduled and @Async methods using JUnit 5. It covers testing async logic without actual async executors, verifying CompletableFuture results, using Awaitility for async assertions, mocking scheduled task execution, and testing async error handling without waiting for real scheduling intervals. When to Use Use this skill when: Testing @Scheduled method logic Testing @Async method behavior Verifying...
2.3K
5633 unit-test-mapper-converter giuseppe-trisciuoglio/developer-kit
Unit Testing Mappers and Converters Overview This skill provides patterns for unit testing MapStruct mappers and custom converter classes. It covers testing field mapping accuracy, null handling, type conversions, nested object transformations, bidirectional mapping, enum mapping, and partial updates for comprehensive mapping test coverage. When to Use Use this skill when: Testing MapStruct mapper implementations Testing custom entity-to-DTO converters Testing nested object mapping Verifying nul...
2.3K
5634 unit-test-caching giuseppe-trisciuoglio/developer-kit
Unit Testing Spring Caching Overview This skill provides patterns for unit testing Spring caching annotations (@Cacheable, @CacheEvict, @CachePut) without full Spring context. It covers testing cache behavior, hits/misses, invalidation strategies, cache key generation, and conditional caching using in-memory cache managers. When to Use Use this skill when: Testing @Cacheable method caching Testing @CacheEvict cache invalidation Testing @CachePut cache updates Verifying cache key generation Testi...
2.3K
5635 langchain4j-ai-services-patterns giuseppe-trisciuoglio/developer-kit
LangChain4j AI Services Patterns This skill provides guidance for building declarative AI Services with LangChain4j using interface-based patterns, annotations for system and user messages, memory management, tools integration, and advanced AI application patterns that abstract away low-level LLM interactions. When to Use Use this skill when: Building declarative AI-powered interfaces with minimal boilerplate code Creating type-safe AI services with Java interfaces and annotations Implementing c...
2.3K
5636 unit-test-config-properties giuseppe-trisciuoglio/developer-kit
Unit Testing Configuration Properties and Profiles Overview This skill provides patterns for unit testing @ConfigurationProperties bindings, environment-specific configurations, and property validation using JUnit 5. It covers testing property name mapping, type conversions, validation constraints, nested structures, and profile-specific configurations without full Spring context startup. When to Use Use this skill when: Testing @ConfigurationProperties property binding Testing property name map...
2.3K
5637 nx-monorepo giuseppe-trisciuoglio/developer-kit
Nx Monorepo Overview Provides comprehensive guidance for working with Nx monorepos in TypeScript/JavaScript projects. Nx is a smart build system with advanced caching, affected command execution, and powerful generators for React, Next.js, NestJS, and more. This skill covers workspace creation, project generation, task execution, caching strategies, Module Federation, and CI/CD integration. When to Use Use this skill when: Creating a new Nx workspace or initializing Nx in an existing project Gen...
2.3K
5638 copilotkit-debug copilotkit/copilotkit
CopilotKit Debugging Skill When to Use Invoke this skill when: The CopilotKit runtime is unreachable or returning errors Agents fail to connect, respond, or stream events Frontend tools are not executing or returning results Transcription (voice) is failing Version mismatch errors appear between packages AG-UI SSE events are malformed or missing CORS errors block browser requests to the runtime Diagnostic Workflow Step 1: Gather Information Before proposing any fix, collect: Show more Installs 5...
2.3K
5639 runtime copilotkit/copilotkit
assistant-ui Runtime Always consult assistant-ui.com/llms.txt for latest API. References ./references/local-runtime.md -- useLocalRuntime deep dive ./references/external-store.md -- useExternalStoreRuntime deep dive ./references/thread-list.md -- Thread list management ./references/state-hooks.md -- State access hooks ./references/types.md -- Type definitions Runtime Hierarchy AssistantRuntime ├── ThreadListRuntime (thread management) │ ├── ThreadListItemRuntime (per-thread item) │ └── ......
2.3K
5640 aws-compute aws/agent-toolkit-for-aws
Amazon EC2 Compute Best experience with the AWS MCP server; also works with the AWS CLI alone — no hard dependency on either. Critical Warnings Launch configurations are deprecated and do not support current EC2 instance types; new accounts cannot create them. Use launch templates for every new Auto Scaling group. See auto-scaling.md . ASGs ignore ELB health checks by default : An Auto Scaling group only uses EC2 status checks unless you set --health-check-type ELB . Without it, instances failin...
2.3K
5641 groundcover-cli paymog/groundcover-cli
Groundcover CLI Invoke the groundcover binary (install via brew install paymog/tap/groundcover ). Source of truth is paymog/groundcover-cli . Auth (required before any command) export GROUNDCOVER_API_KEY = gcsa_ .. . must be a service-account key The key must be a service-account key: prefix gcsa_ , exactly 40 chars. Anything else is rejected with a clear message — Invalid token prefix. Expected 'gcsa_' or Invalid token length (N, expected 40) . Don't confuse key types: gcsa_… — service-account...
2.3K
5642 nuxt-content onmax/nuxt-skills
Nuxt Content v3 Progressive guidance for content-driven Nuxt apps with typed collections and SQL-backed queries. When to Use Working with: Content collections (content.config.ts, defineCollection) Remote sources (GitHub repos, external APIs via defineCollectionSource) Content queries (queryCollection, navigation, search) MDC rendering (<ContentRenderer>, prose components) Database configuration (SQLite, PostgreSQL, D1, LibSQL) Content hooks (content:file:beforeParse, content:file:afterParse)...
2.3K
5643 positioning-ideas phuryn/pm-skills
Positioning Ideas Brainstorm product positioning ideas differentiated from competitors. Identifies top competitors and generates positioning statements with strategic rationale. Use when developing product positioning, differentiating from competitors, or crafting brand positioning strategy. When to Use Developing product positioning strategy Differentiating from competitors Crafting brand positioning statements Identifying market positioning gaps Triggers: positioning, brand positioning, differ...
2.3K
5644 remotion nexu-io/open-design
Stitch to Remotion Walkthrough Videos You are a video production specialist focused on creating engaging walkthrough videos from app designs. You combine Stitch's screen retrieval capabilities with Remotion's programmatic video generation to produce smooth, professional presentations. Overview This skill enables you to create walkthrough videos that showcase app screens with professional transitions, zoom effects, and contextual text overlays. The workflow retrieves screens from Stitch projects ...
2.3K
5645 journal-abbrev agents365-ai/365-skills
Journal Abbreviation Lookup Look up journal/magazine name abbreviations using a multi-source cascade: JabRef database (~25K journals) → AbbrevISO API (ISO 4) → NLM Catalog (MEDLINE). Critical rule: Always use jabbrv.py for lookups. Never guess abbreviations — even common journals have non-obvious abbreviations. Quick Reference Show more Installs 518 Repository agents365-ai/365-skills GitHub Stars 10 First Seen May 19, 2026 Security Audits Gen Agent Trust Hub Pass Socket Pass Snyk Warn
2.3K
5646 superwall-editor superwall/skills
Superwall Paywall Editor Paywalls are built in a browser editor that exposes its tools over an authenticated relay. This skill drives that relay from the CLI — the exact same surface the MCP gateway uses — so every tool you invoke runs inside the live browser session the user has open. When to use The user wants to build, edit, or review a Superwall paywall, onboarding, or web2app flow. The user pastes a pairing code and asks you to take over editing. The user asks "what tools can you run right ...
2.3K
5647 unit-test-application-events giuseppe-trisciuoglio/developer-kit
Unit Testing Application Events Overview This skill provides comprehensive patterns for testing Spring ApplicationEvent publishers and event listeners using JUnit 5. It covers testing event publishing, listener execution, event propagation, and both synchronous and asynchronous event handling without requiring full Spring context startup. When to Use Use this skill when: Testing ApplicationEventPublisher event publishing Testing @EventListener method invocation Verifying event listener logic and...
2.3K
5648 langchain4j-vector-stores-configuration giuseppe-trisciuoglio/developer-kit
LangChain4J Vector Stores Configuration Configure vector stores for Retrieval-Augmented Generation applications with LangChain4J. Overview Vector stores are essential components for RAG (Retrieval-Augmented Generation) systems, enabling efficient storage and retrieval of document embeddings for semantic search. LangChain4J provides a unified abstraction over multiple vector database backends including PostgreSQL/pgvector, Pinecone, MongoDB Atlas, Milvus, Neo4j, and in-memory stores for developme...
2.3K
5649 qdrant giuseppe-trisciuoglio/developer-kit
Qdrant Vector Database Integration Overview Qdrant is an AI-native vector database for semantic search and similarity retrieval. This skill provides patterns for integrating Qdrant with Java applications, focusing on Spring Boot integration and LangChain4j framework support. Enable efficient vector search capabilities for RAG systems, recommendation engines, and semantic search applications. When to Use Use this skill when implementing: Semantic search or recommendation systems in Spring Boot ap...
2.3K
5650 langchain4j-mcp-server-patterns giuseppe-trisciuoglio/developer-kit
LangChain4j MCP Server Implementation Patterns Implement Model Context Protocol (MCP) servers with LangChain4j to extend AI capabilities with standardized tools, resources, and prompt templates. Overview The Model Context Protocol (MCP) is a standardized protocol for connecting AI applications to external data sources and tools. LangChain4j provides MCP server implementation patterns that enable AI systems to dynamically discover and execute tools, access resources, and use prompt templates thro...
2.3K