.fyi
SkillsMCPPluginsSubagents

Browse by category

DevOps & CI/CD SkillsProductivity & Workflow SkillsOther SkillsProduct & Project Management SkillsDocumentation & Knowledge SkillsCode Review & Refactor SkillsBackend & APIs SkillsAgent Meta & Communication SkillsResearch SkillsSecurity SkillsUX UI & Design SkillsTesting & QA SkillsSee all →

Every Claude Code skill, MCP server, plugin and subagent in one directory. Searchable, comparable, and one command from installed. Live stats from GitHub, npm and PyPI.

We're on Product HuntYour agent's app storeCheck it out →
Agent SkillsMCP ServersPluginsSubagentsCoding Agents
CollectionsOfficial publishersGlossaryFAQBlogSearchSavedFeedback
PrivacyTermsllms.txtSitemap

made with ♥ · © 2026 aaaa.fyi

Independent project · real data from public registries

…/agentscope-ai/agentscope-java
home/skills/agentscope-ai/agentscope-java
agentscope-ai avatar

agentscope-java

byagentscope-ai· 190 skills

Installs

74

Stars

4.7k

Forks

1.1k

Category

AI Agents & MCP

View on GitHub

TL;DR

Expert Java developer skill for AgentScope Java framework - a reactive, message-driven multi-agent system built on Project Reactor. Use when working with reactive programming, LLM integration, agent orchestration, multi-agent systems, or when the user mentions AgentScope, ReActAgent, Mono/Flux, Project Reactor, or Java agent development. Specializes in non-blocking code, tool integration, hooks, pipelines, and production-ready agent applications.

How to install agentscope-java?

agentscope-ai/agentscope-java
$npx -y skills add agentscope-ai/agentscope-java --skill agentscope-java

Installs into the current project.

›Prefer a prompt? Paste this to your agent

Use this skill

Run `npx skills use "https://github.com/agentscope-ai/agentscope-java" --skill "agentscope-ai/agentscope-java"` and follow the generated skill instructions now. Read its complete output, redirecting it to a temporary file first if necessary. Resolve relative paths from the supporting-files directory it provides.

Use the whole pack

Use the skills in "https://github.com/agentscope-ai/agentscope-java" that are relevant to the current task. Run `npx skills add "https://github.com/agentscope-ai/agentscope-java"` and select the relevant skills, then follow their instructions.

Files · 1

View on GitHub
SKILL.md
1<p align="center">
2 <img
3 src="https://img.alicdn.com/imgextra/i1/O1CN01nTg6w21NqT5qFKH1u_!!6000000001621-55-tps-550-550.svg"
4 alt="AgentScope Logo"
5 width="200"
6 />
7</p>
8 
9<span align="center">
10 
11[**中文主页**](https://github.com/agentscope-ai/agentscope-java/blob/main/README_zh.md) | [**Documentation**](https://java.agentscope.io/)
12 
13</span>
14 
15<p align="center">
16 <a href="https://discord.gg/eYMpfnkG8h">
17 <img
18 src="https://img.shields.io/badge/Discord-Join%20Us-5865F2?logo=discord&logoColor=white"
19 alt="discord"
20 />
21 </a>
22 <a href="https://java.agentscope.io/">
23 <img
24 src="https://img.shields.io/badge/Docs-English%7C%E4%B8%AD%E6%96%87-blue?logo=markdown"
25 alt="docs"
26 />
27 </a>
28 <a href="https://img.shields.io/maven-central/v/io.agentscope/agentscope">
29 <img
30 src="https://img.shields.io/maven-central/v/io.agentscope/agentscope?color=green"
31 alt="Maven Central"
32 />
33 </a>
34 <a href="#">
35 <img
36 src="https://img.shields.io/badge/JDK-17%2B-orange?logo=openjdk"
37 alt="JDK 17+"
38 />
39 </a>
40 <a href="./LICENSE">
41 <img
42 src="https://img.shields.io/badge/license-Apache--2.0-black"
43 alt="license"
44 />
45 </a>
46 <a href="https://deepwiki.com/agentscope-ai/agentscope-java">
47 <img
48 src="https://deepwiki.com/badge.svg"
49 alt="Ask DeepWiki"
50 />
51 </a>
52</p>
53 
54## What is AgentScope Java 2.0?
55 
56AgentScope Java 2.0 is a production-ready framework for building distributed, enterprise-grade agents, providing essential abstractions that work with rising model capability and built-in support for long-running, safely-controlled agent execution.
57 
58- [**Event System** →](https://java.agentscope.io/v2/en/docs/building-blocks/message-and-event.html) A unified event stream with 28 typed events for real-time frontend rendering and human-in-the-loop.
59- [**Permission System** →](https://java.agentscope.io/v2/en/docs/building-blocks/permission-system.html) Tool-call gating: allow / require user approval / deny.
60- [**Middleware** →](https://java.agentscope.io/v2/en/docs/building-blocks/middleware.html) AOP-style hook interception for flexibly extending the reasoning-acting loop.
61- [**Workspace & Sandbox** →](https://java.agentscope.io/v2/en/docs/harness/workspace.html) Run tools in isolated environments — local, Docker, Kubernetes, or AgentRun cloud sandbox.
62- [**Multi-Agent Orchestration** →](https://java.agentscope.io/v2/en/docs/harness/subagent.html) Multiple subagent definition patterns with `agent_spawn` / `agent_send` and real-time event forwarding.
63- [**Distributed Deployment** →](https://java.agentscope.io/v2/en/docs/others/going-to-production.html) True distributed session and memory management (Redis / MySQL / PostgreSQL / OSS / COS) with cross-replica session recovery.
64 
65<img src="./docs/imgs/landscape.png" alt="agentscope" width="100%"/>
66 
67## News
68<!-- BEGIN NEWS -->
69- **[2026-07] `v2.0.0 GA`:** First production-ready release! Dual-layer agent architecture, event stream, permission system, middleware, workspace sandbox, multi-agent orchestration, and distributed deployment all ready. [Docs](https://java.agentscope.io/) | [Release Notes](https://github.com/agentscope-ai/agentscope-java/releases/tag/v2.0.0)
70- **[2026-07] `v2.0.0-RC5`:** Model provider modularization; unified DataBlock multimodal support; native structured output; Channel IM integration; Tencent Cloud COS state persistence. [Release Notes](https://github.com/agentscope-ai/agentscope-java/releases/tag/v2.0.0-RC5)
71- **[2026-06] `v2.0.0-RC4`:** Async tool execution and scheduled wakeup dispatching; subagent cross-replica routing and session recovery. [Release Notes](https://github.com/agentscope-ai/agentscope-java/releases/tag/v2.0.0-RC4)
72- **[2026-06] `v2.0.0-RC3`:** Unified `call()` / `streamEvents()` execution core; `AgentResultEvent`, `CustomEvent`,

Preview

agentscope-ai/agentscope-javaagentscope-ai/agentscope-java

$ npx -y skills add agentscope-ai/agentscope-java --skill agentscope-java

▸ installing to .claude/skills…

✓ agentscope-java ready

Repoagentscope-ai/agentscope-java
TypeSkills
CategoryAI Agents & MCP
ForDeveloperArchitect
UpdatedJul 2026
License—
First seenJul 26, 2026

Tags

Skill

Related

6 picks
Type
  1. vercel-labs avatarfind-skillsHelps users discover and install agent skills when they ask questions like "how do I do X", "find a skill for X", "is there a skill that can...", or express…SkillsJul 20262.7M27k
  2. anthropics avatarmcp-builderGuide for creating high-quality MCP (Model Context Protocol) servers that enable LLMs to interact with external services through well-designed tools.SkillsJul 202695k164k
  3. google avatargoogle-agents-cli-adk-codeThis skill should be used when the user wants to "write agent code", "build an agent with ADK", "add a tool", "create a callback", "define an agent", "use…SkillsJul 202666k5.4k
  4. google avatargoogle-agents-cli-workflowThis skill should be used when the user wants to "develop an agent", "build an agent using ADK", "run the agent locally", "debug agent code", "test an agent",…SkillsJul 202665k5.4k
  5. google avatargoogle-agents-cli-evalThis skill should be used when the user wants to "run an evaluation", "evaluate my ADK agent", "write an eval dataset", "analyze eval failures", "compare eval…SkillsJul 202665k5.4k
  6. google avatargoogle-agents-cli-scaffoldThis skill should be used when the user wants to "create an agent project", "start a new ADK project", "build me a new agent", "add CI/CD to my project", "add…SkillsJul 202665k5.4k