agentscope-examples/agents/agentscope-codingagent/src/main/resources/workspace-templates/skills/code-search/SKILL.md
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.
npx skillsauth add agentscope-ai/agentscope-java code-searchInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
The built-in grep tool matches LITERAL text only. For real regular-expression search and
history-aware lookups, drive ripgrep and git through execute.
rg -n "fn\s+\w+\(" src/, rg -n --type java "class \w+Service".rg -n "\bmyFunction\b".rg -n --type ts "useEffect\(".rg -l "TODO"; find files by name: rg --files | rg <name> or use glob.git log -S "<string>" --oneline.git blame -L <start>,<end> <file>.git grep -n "<regex>".-F to ripgrep.tools
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.
documentation
四层技能合成、技能市场、自学习闭环
documentation
Four-layer skill composition, skill marketplaces, the self-learning loop
content-media
Use when the user asks for a summary, TL;DR, or condensed version of any content.