Claude Skill
spring-ai-community/spring-ai-agent-utils
一个Spring AI库,提供Claude Skill启发的工具和智能体技能,为您的基于Java的AI应用增强智能能力。
概览
仓库信息
安装这个 Skill
git clone https://github.com/spring-ai-community/spring-ai-agent-utils.gitRegistry 信息
项目简介
一个Spring AI库,为您的AI应用带来Claude Skill启发的工具与智能体能力。
A Spring AI library that brings Claude Code-inspired tools and agent skills to your AI applications.
要点
- Spring AI集成
- Claude Skill启发的工具
- 智能体能力
- 基于Java的库
使用场景
- 通过智能体技能增强AI应用
- 为Spring AI项目添加Claude启发的工具
- 构建智能体系统
README 摘要
# Spring AI Agent Utils [](https://opensource.org/licenses/Apache-2.0) [](https://central.sonatype.com/artifact/org.springaicommunity/spring-ai-agent-utils) [](https://www.oracle.com/java/technologies/javase/jdk17-archive-downloads.html) A [Spring AI](https://docs.spring.io/spring-ai/reference/2.0-SNAPSHOT/index.html) library that brings [Claude Code](https://code.claude.com/docs/en/settings#tools-available-to-claude)-inspired tools and agent skills to your AI applications. ## Overview <img style="display: block; margin: auto;" align="left" src="./spring-ai-agent-utils/docs/spring-ai-agent-utils-logo.png" width="250" /> Spring AI Agent Utils reimplements core Claude Code capabilities as Spring AI tools, enabling sophisticated agentic workflows with file operations, shell execution, web access, task management, and extensible agent skills. This project demonstrates how to reverse-engineer and reimplement Claude Code's powerful features within the Spring AI ecosystem, making them available to Java developers building AI agents. ## Project Structure ``` spring-ai-agent-utils/ ├── spring-ai-agent-utils-common/ # Shared subagent SPI (interfaces & records) ├── spring-ai-agent-utils/ # Core library (tools, advisors, skills, Claude subagents) ├── spring-ai-agent-utils-a2a/ # A2A protocol subagent implementation ├── spring-ai-agent-utils-bom/ # Bill of Materials for version management │ └── examples/ ├── code-agent-demo/ # Full-featured AI coding assistant