This is a Spring AI Community project (
spring-ai-community/spring-testing-skills) and is not part of the AgentWorks platform. It uses its own repository and Maven coordinates (org.springaicommunity).Spring Testing Skills
The first production-ready SkillsJars collection β 7 skills that teach agents how to test Spring applications.Skill Structure
Each skill has aSKILL.md with metadata and routing rules, plus a references/ directory with detailed patterns:
Install
~/.claude/skills/ where any agentic CLI discovers them automatically.
Evidence
In the Code Coverage v2 experiment, adding testing skills:- Reduced JAR_INSPECT tool calls from 11.0% β 1.0% β the agent stopped inspecting dependencies because the skills already provided the knowledge
- Reduced expected steps by ~25% compared to baseline
Creating Custom Skills
Any Markdown file with YAML frontmatter can be a skill:.claude/skills/my-conventions/SKILL.md (project) or ~/.claude/skills/my-conventions/SKILL.md (global).
Documentation
Spring Testing Skills
7 skills with routing table and reference patterns
SkillsJars Spec
The SkillsJars format β portable domain knowledge for any agentic CLI