agentscope-ai

169 mods across 10 repositories, 82k stars between them.

github-operations

73

agentscope-ai/AgentTeams

Skill Claude CodeCodex

A tool for managing GitHub pull requests and issues. Pull requests are proposed code changes for review, while issues are GitHub's way to track bugs, tasks, and questions.

5.5k +28 11d ago A 50 tokens original Apache-2.0

agentteams-migrate

74

agentscope-ai/AgentTeams

Skill Claude CodeCodex

Analyze current OpenClaw setup and generate a migration package (ZIP) for importing into AgentTeams as a managed Worker.

5.5k +28 11d ago A 28 tokens original Apache-2.0

agentscope-ai/AgentTeams

Skill Claude CodeCodex

Use for TeamHarness room classification and Matrix task-room setup: roomflow describeroom, roomflow createtaskroom, source/requester room vs task room detection, project-scoped task-room reuse, and invite handling. Do not use for projectflow, taskflow, or message delivery.

5.5k +28 11d ago A 63 tokens original Apache-2.0

agentscope-ai/AgentTeams

Skill Claude CodeCodex

Use when a Leader turns ready Quick Task or Project Work state into Worker task instructions, sends assignment messages, checks submitted results, and defines completion/blocker report contracts. Do not use to create projects, create rooms, or execute Worker tasks.

5.5k +28 11d ago A 56 tokens original Apache-2.0

agentscope-ai/AgentTeams

Skill Claude CodeCodex

Use when a Worker receives TASKASSIGNED, acknowledges the task, works inside shared/tasks/{task-id}/, submits with taskflow submittask, publishes deliverables through submittask, and reports TASKCOMPLETED or blockers in the Task room.

5.5k +28 11d ago A 55 tokens original Apache-2.0

agentscope-ai/AgentTeams

Skill Claude CodeCodex

Use when a QwenPaw-backed Worker needs to decide whether to do work directly, use native subagents for internal parallelism, or create a temporary QwenPaw agent with a custom AGENTS.md and skills.

5.5k +28 11d ago A 52 tokens original Apache-2.0

agentteams-test

79

agentscope-ai/AgentTeams

Skill Claude CodeCodex

Complete AgentTeams test cycle including installation, uninstallation, running tests, and exporting debug logs for analysis. Use for (1) verifying AgentTeams functionality (2) CI/CD test validation (3) issue diagnosis and debugging (4) pre-merge testing. Trigger words: test AgentTeams, run AgentTeams tests, agentteams…

5.5k +28 11d ago C 80 tokens original Apache-2.0

agentscope-java

81

agentscope-ai/agentscope-java

Skill Claude CodeCodex

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…

5.4k +38 today A 91 tokens

data-report

82

agentscope-ai/agentscope-java

Skill Claude CodeCodex

Use this skill when the task involves analyzing data to compute statistics, aggregations, or summaries, and presenting the results as a report. Suitable for tasks like "summarize this dataset", "calculate averages and totals", "generate a weekly sales report", or "show me trends in this data". Do NOT use for simple…

5.4k +38 today A 74 tokens

data-transform

83

agentscope-ai/agentscope-java

Skill Claude CodeCodex

Use this skill when the task involves converting or reformatting structured data between file formats such as CSV, JSON, XML, or YAML. Suitable for tasks like "convert this CSV to JSON", "reformat my data file", or "change the file format of this dataset". Do NOT use for statistical analysis, aggregation, or report…

5.4k +38 today A 72 tokens

git-changelog

84

agentscope-ai/agentscope-java

Skill Claude CodeCodex

Use this skill when the task involves generating a changelog, release notes, or commit summary from a Git repository's history. Suitable for tasks like "generate a changelog for v2.0", "summarize what changed since last release", or "create release notes from git commits". Requires access to a Git repository.

5.4k +38 today A 70 tokens

image-resize

85

agentscope-ai/agentscope-java

Skill Claude CodeCodex

Use this skill when the task involves resizing, scaling, or compressing image files. Suitable for tasks like "resize these photos to 800px wide", "compress images to reduce file size", or "batch scale all JPEGs in a folder". Only relevant for image processing tasks — do NOT use for data files, text, or non-image tasks.

5.4k +38 today A 75 tokens

log-parser

86

agentscope-ai/agentscope-java

Skill Claude CodeCodex

Use this skill when the task involves inspecting, searching, or extracting information from application log files. Suitable for tasks like "my application is crashing and I need to find the errors", "scan these logs for warnings", "extract all exceptions from this log file", or "find slow requests in my server logs".…

5.4k +38 today A 78 tokens

apply-patch

89

agentscope-ai/agentscope-java

Skill Claude CodeCodex

Apply multi-file or tricky edits atomically with git apply instead of many fragile editfile calls. Use when changing several files at once or when editfile fails to match.

5.4k +38 today A 38 tokens

code-search

90

agentscope-ai/agentscope-java

Skill Claude CodeCodex

Search a codebase efficiently with ripgrep regular expressions, file globs, and git history search. Use to locate symbols, usages, and definitions instead of reading whole files.

5.4k +38 today A 38 tokens

git-checkpoint

91

agentscope-ai/agentscope-java

Skill Claude CodeCodex

Use git as a safety net - create a checkpoint commit before risky or large changes and roll back cleanly if a change makes things worse. Use before multi-file refactors.

5.4k +38 today A 39 tokens

verify-changes

92

agentscope-ai/agentscope-java

Skill Claude CodeCodex

Verify code changes by running the project's typecheck, build, lint, and targeted tests, then fix and re-run until clean. Use after editing any source file.

5.4k +38 today A 37 tokens

chart-rendering

93

agentscope-ai/agentscope-java

Skill Claude CodeCodex

Visualise the result of an analysis as a chart (line, bar, area, scatter, etc.). Use when the user asks to "plot...", "chart...", "show me the trend of...", "visualise...", or when a numerical result has more than 10 rows and would be easier to read as a picture. Produces an image file plus the script that generated…

5.4k +38 today A 81 tokens

sql-analysis

94

agentscope-ai/agentscope-java

Skill Claude CodeCodex

Answer a quantitative business question by writing a SQL query against the data warehouse, validating it, and presenting the result. Use when the user asks "how many...", "what's the trend of...", "compare X vs Y over...", "what's our top N...", or anything that resolves to a query against tabular data. Produces a…

5.4k +38 today A 79 tokens

example-skill

95

agentscope-ai/agentscope-java

Skill Claude CodeCodex

Starter skill template. Replace the body with your own playbook before relying on it; this stub exists only to teach the workspace layout.

5.4k +38 today A 31 tokens

triage-ticket

96

agentscope-ai/agentscope-java

Skill Claude CodeCodex

First-response playbook for an inbound customer message — classifies the ticket, restates the issue, gathers missing context, and routes the reply.

5.4k +38 today A 33 tokens