agentscope-ai

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

prompt-regression

121

agentscope-ai/OpenJudge

Skill Claude CodeCodex

Use when the user has changed a prompt (system prompt, RAG template, agent instruction, etc.) and wants to know whether the candidate is better or worse than the baseline. Also use when the user mentions prompt A/B testing, prompt comparison, prompt optimization validation, "did my prompt change help," or prompt…

809 +2 29d ago A 86 tokens original Apache-2.0

redteam

122

agentscope-ai/OpenJudge

Skill Claude CodeCodex

Use when the user wants to test their LLM/agent application for safety and security vulnerabilities — jailbreaks, prompt injection, PII extraction, harmful content generation, or evaluator gaming. Also use when the user mentions security testing, adversarial testing, red teaming, safety evaluation, ASR (Attack Success…

809 +2 29d ago A 89 tokens original Apache-2.0

bootstrap

123

agentscope-ai/OpenJudge

Skill Claude CodeCodex

Use when the user has nothing — no traces, no labels, no eval set — and needs to build a v0 evaluation from scratch. Also use when the user says "I need to start evaluating my app but don't know where to begin," "I want to set up eval for a new product," or has just identified failure modes and needs to turn them into…

809 +2 29d ago A 102 tokens original Apache-2.0

find-skills-combo

124

agentscope-ai/OpenJudge

Skill Claude CodeCodex

Discover and recommend combinations of agent skills to complete complex, multi-faceted tasks. Provides two recommendation strategies — Maximum Quality (best skill per subtask) and Minimum Dependencies (fewest installs). Use this skill whenever the user wants to find skills, asks "how do I do X", "find a skill for X"…

809 +2 29d ago C 145 tokens original Apache-2.0

mmx-cli

125

agentscope-ai/OpenJudge

Skill Claude CodeCodex

Generate text, images, video, speech, and music via the MiniMax AI platform. Covers text generation (MiniMax-M3 model), image generation (image-01), video generation (Hailuo-2.3), speech synthesis (speech-2.8-hd, 300+ voices), music generation (music-2.6 with lyrics, cover, and instrumental), and web search. Use when…

809 +2 29d ago A 117 tokens original Apache-2.0

openjudge

126

agentscope-ai/OpenJudge

Skill Claude CodeCodex

Build custom LLM evaluation pipelines using the OpenJudge framework. Covers selecting and configuring graders (LLM-based, function-based, agentic), running batch evaluations with GradingRunner, combining scores with aggregators, applying evaluation strategies (voting, average), auto-generating graders from data, and…

809 +2 29d ago A 101 tokens original Apache-2.0

paper-review

127

agentscope-ai/OpenJudge

Skill Claude CodeCodex

Review academic papers for correctness, quality, and novelty using OpenJudge's multi-stage pipeline. Supports PDF files and LaTeX source packages (.tar.gz/.zip). Covers 10 disciplines: cs, medicine, physics, chemistry, biology, economics, psychology, environmentalscience, mathematics, socialsciences. Use when the user…

809 +2 29d ago A 94 tokens original Apache-2.0

agentscope-ai/OpenJudge

Skill Claude CodeCodex

Benchmark LLM reference recommendation capabilities by verifying every cited paper against Crossref, PubMed, arXiv, and DBLP. Measures hallucination rate, per-field accuracy (title/author/year/DOI), discipline breakdown, and year constraint compliance. Supports tool-augmented (ReAct + web search) mode. Use when the…

809 +2 29d ago A 100 tokens original Apache-2.0

rl-reward

129

agentscope-ai/OpenJudge

Skill Claude CodeCodex

Build RL reward signals using the OpenJudge framework. Covers choosing between pointwise and pairwise reward strategies based on RL algorithm, task type, and cost; aggregating multi-dimensional pointwise scores into a scalar reward; pairwise tournament reward for GRPO on subjective tasks (net win rate across group…

809 +2 29d ago A 116 tokens original Apache-2.0

pr-diff-writer

130

agentscope-ai/agentscope-spark-design

Skill Claude CodeCodex

Generates English pull request titles and bodies by comparing the current branch with main. Use when the user asks to draft PR content, summarize branch changes, or produce a PR title/body from git diff.

444 9d ago A 46 tokens

agentscope-ai/agentscope-spark-design

Skill Claude CodeCodex

React and Next.js performance optimization guidelines from Vercel Engineering. This skill should be used when writing, reviewing, or refactoring React/Next.js code to ensure optimal performance patterns. Triggers on tasks involving React components, Next.js pages, data fetching, bundle optimization, or performance…

444 9d ago A 67 tokens

cursorrules

132

agentscope-ai/agentscope-spark-design

Cursor rule Cursor

A set of Cursor editor rules covering AI instructions, Git commit rules, and rules for AI conversations. Cursor is a code editor with built-in AI assistance.

444 9d ago A 130 tokens

mastergo

133

agentscope-ai/agentscope-spark-design

Cursor rule Cursor

A project rule showing a tree structure with node names and IDs. The supplied text does not explain a broader purpose.

444 9d ago A 5 tokens

project

134

agentscope-ai/agentscope-spark-design

Cursor rule Cursor

A project rule containing a short example of creating React components. The supplied text does not explain a broader purpose.

444 9d ago A 434 tokens

agentscope-skill

135

agentscope-ai/skills

Skill Claude CodeCodex

This guide covers the design philosophy, core concepts, and practical usage of the AgentScope framework. Use this skill whenever the user wants to do anything with the AgentScope (Python) library. This includes building agent applications using AgentScope, answering questions about AgentScope, looking for guidance on…

123 4mo ago A 79 tokens original Apache-2.0

nano-memory

136

agentscope-ai/skills

Skill Claude CodeCodex

Guidelines and workflows for the agent to maintain persistent memory using native file tools (readfile, writefile, editfile) and standard OS commands for searching.

123 4mo ago A 35 tokens original Apache-2.0

bi-adaptive-threshold

137

agentscope-ai/QwenPaw-Data

Skill Claude CodeCodex

A tool for calculating a change threshold from the natural variation in historical time-series data. A threshold is the boundary above which a change is treated as notable.

53 8d ago A 72 tokens original Apache-2.0

bi-anomaly-detection

138

agentscope-ai/QwenPaw-Data

Skill Claude CodeCodex

A tool for finding unusually large rises or falls in a time-based series, such as daily visitor counts. It compares values across days or weeks against chosen limits.

53 8d ago A 40 tokens original Apache-2.0

agentscope-ai/QwenPaw-Data

Skill Claude CodeCodex

A business-analysis skill that measures how much each group or dimension value contributed to a metric's change. It supports totals that can be added directly, rates such as conversion rate, and weighted averages such as average order value.

53 8d ago A 54 tokens original Apache-2.0

bi-causal-attribution

140

agentscope-ai/QwenPaw-Data

Skill Claude CodeCodex

A business-analysis skill that links business events in reports, plans, release notes, or conversations with an unusual metric change. It produces and ranks possible causes supported by the available evidence.

53 8d ago A 76 tokens original Apache-2.0

bi-clustering

141

agentscope-ai/QwenPaw-Data

Skill Claude CodeCodex

A business-analysis skill that places similar business objects—such as users, products, or shops—into groups. It can use a two-by-two matrix based on two measures or clustering based on several features.

53 8d ago A 107 tokens original Apache-2.0

agentscope-ai/QwenPaw-Data

Skill Claude CodeCodex

A business-analysis skill for quantitatively comparing metrics across times, groups, regions, channels, versions, targets, or competitors. It calculates absolute or percentage differences and can apply statistical tests when there are multiple samples.

53 8d ago A 84 tokens original Apache-2.0

bi-conversion-rate

143

agentscope-ai/QwenPaw-Data

Skill Claude CodeCodex

A tool for calculating the share of users who move from a starting action to a completed action. This share is called a conversion rate.

53 8d ago A 50 tokens original Apache-2.0

agentscope-ai/QwenPaw-Data

Skill Claude CodeCodex

A tool for turning business data analysis into an interactive HTML dashboard. The result is a single HTML file that can be opened offline and lets readers filter the data.

53 8d ago A 94 tokens original Apache-2.0