Agent skill · Data & Analytics

langchain4j-spring-boot-integration

Provides integration patterns for LangChain4j with Spring Boot. Configures AI model beans, sets up chat memory with Spring context, integrates RAG pipelines with Spring Data, and handles auto-configuration, dependency injection, and Spring ecosystem integration. Use when embedding LangChain4j into Spring Boot applications, building Java LLM applications with @Bean configuration, or setting up Spring AI patterns.

majiayu000github.com/majiayu000GitHub ↗
claude-codecan modify filesMIT
Install
npx skills add majiayu000/claude-skill-registry --skill langchain4j-spring-boot-integration-giuseppe-trisciuogli-develop-giuseppe-trisciuogli-developer-kit --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 2
SKILL.md size: 9 KB
Bundled scripts: none
Allowed tools: ReadWriteEditBashGlobGrep
Path: skills/ai-llm/langchain4j-spring-boot-integration-giuseppe-trisciuogli-develop-giuseppe-trisciuogli-developer-kit/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 534
Language: HTML

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# LangChain4j Spring Boot Integration Integrate LangChain4j with Spring Boot using declarative AI Services, auto-configuration, and Spring Boot starters. Configure AI model beans, set up chat memory, implement RAG pipelines with Spring Data, and build production-ready AI applications. ## When to Use Use this skill when: - Integrating LangChain4j into existing Spring Boot applications - Building AI-powered microservices with Spring Boot - Configuring AI model beans with `@Bean` annotations - Setting up auto-configuration for AI models and services - Creating declarative AI Services with Spring dependency injection - Implementing RAG systems with Spring Data integrations - Setting up chat memory with Spring context management - Configuring multiple AI providers (OpenAI, Azure, Ollama, Anthropic) - Building production-ready AI applications with Spring Boot ## Overview LangChain4j Spring Boot integration provides declarative AI Services through Spring Boot starters, enabling automatic configuration of AI components based on properties. Combine Spring dependency injection with LangChain4j's AI capabilities using interface-based definitions with annotations. ## Instructions ### 1. Add De

What's inside
Steps it walks through
  1. When to Use
  2. Overview
  3. Instructions
  4. 1. Add Dependencies
  5. 2. Configure Application Properties
  6. 3. Create Declarative AI Service
  7. 4. Enable Component Scanning
  8. 5. Inject and Use the AI Service
  9. 6. Verify the Integration
  10. Configuration
  11. Declarative AI Services
  12. RAG Implementation
  13. Tool Integration
  14. Examples
Ships with 1 file
  • metadata.json
More from claude-skill-registry
All skills →
About this skill
What does the langchain4j-spring-boot-integration skill do?

Provides integration patterns for LangChain4j with Spring Boot. Configures AI model beans, sets up chat memory with Spring context, integrates RAG pipelines with Spring Data, and handles auto-configuration, dependency injection, and Spring ecosystem integration. Use when embedding LangChain4j into Spring Boot applications, building Java LLM applications with @Bean configuration, or setting up Spring AI patterns.

How do I install it?

Run `npx skills add majiayu000/claude-skill-registry --skill langchain4j-spring-boot-integration-giuseppe-trisciuogli-develop-giuseppe-trisciuogli-developer-kit --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.

Where does this skill come from?

From majiayu000/claude-skill-registry, a repository with 534 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.

Is a popular skill a good skill?

Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.

Keep going