[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"skill-spring-validate":3,"mdc--y0r5ln-key":41,"related-org-spring-validate":128,"related-repo-spring-validate":162},{"slug":4,"name":4,"fn":5,"description":6,"org":7,"tags":12,"stars":24,"repoUrl":25,"updatedAt":26,"license":27,"forks":28,"topics":29,"repo":36,"sourceUrl":39,"mdContent":40},"validate","validate Spring Boot project changes","MUST be used whenever a user or agent asks to find problems, check for issues, or validate changes in a Spring Boot project. Uses the spring-tools MCP server to check for validation problems in the project's source files.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},"spring","Spring","https:\u002F\u002Fpexgzepcugksgbtrxkhf.supabase.co\u002Fstorage\u002Fv1\u002Fobject\u002Fpublic\u002Forg-logos\u002Fspring.png","spring-projects",[13,15,18,21],{"name":9,"slug":8,"type":14},"tag",{"name":16,"slug":17,"type":14},"Code Analysis","code-analysis",{"name":19,"slug":20,"type":14},"Testing","testing",{"name":22,"slug":23,"type":14},"Debugging","debugging",971,"https:\u002F\u002Fgithub.com\u002Fspring-projects\u002Fspring-tools","2026-07-16T06:02:21.658475",null,231,[30,8,31,32,33,34,35],"eclipse","spring-boot","sts4","theia","visual-studio-code","vscode-extension",{"repoUrl":25,"stars":24,"forks":28,"topics":37,"description":38},[30,8,31,32,33,34,35],"The next generation of tooling for Spring Boot, including support for Cloud Foundry manifest files, Concourse CI pipeline definitions, BOSH deployment manifests, and more... - Available for Visual Studio Code, Cursor, Eclipse, and Theia","https:\u002F\u002Fgithub.com\u002Fspring-projects\u002Fspring-tools\u002Ftree\u002FHEAD\u002Fclaude-plugins\u002Fspring-tools\u002Fskills\u002Fvalidate","---\nname: validate\ndescription: MUST be used whenever a user or agent asks to find problems, check for issues, or validate changes in a Spring Boot project. Uses the spring-tools MCP server to check for validation problems in the project's source files.\nallowed-tools: View\n---\nCRITICAL REQUIREMENT: Whenever a user asks for problems or validations or diagnsotics or problem markers in the project, or an agent is attempting to check if there are problems with the project, or attempts to validate changes to the project, IF the project is a Spring Boot project, then the `spring-tools` plugin MCP server MUST be used to check for validation problems in each source file of the project.\n\nTo perform this validation:\n\n1. Use the `getDiagnostics` tool from the spring tools MCP server to get a list of diagnostics for a specific project. You need to pass in the name of the project. If you are not sure about the exact name, you can invoke `getProjectList` from the spring tools MCP server to get the exact names of the projects in the current workspace.\n2. Carefully review the returned diagnostics.\n3. Identify the specific error code, file path, and text range for each Spring-related diagnostic (e.g. error code \"WEB_SECURITY_CONFIGURER_ADAPTER\").\n4. For every Spring-specific error code you encounter, you MUST invoke the `\u002Fspring-tools:quickfix` skill, passing the error code, the file path, and the text range as arguments, to retrieve the official explanation and fix instructions.\n5. Apply the appropriate fix based on the instructions, or ask the user if a choice needs to be made.\n6. Also ensure any standard Java compilation or build errors are addressed.\n",{"data":42,"body":44},{"name":4,"description":6,"allowed-tools":43},"View",{"type":45,"children":46},"root",[47,64,69],{"type":48,"tag":49,"props":50,"children":51},"element","p",{},[52,55,62],{"type":53,"value":54},"text","CRITICAL REQUIREMENT: Whenever a user asks for problems or validations or diagnsotics or problem markers in the project, or an agent is attempting to check if there are problems with the project, or attempts to validate changes to the project, IF the project is a Spring Boot project, then the ",{"type":48,"tag":56,"props":57,"children":59},"code",{"className":58},[],[60],{"type":53,"value":61},"spring-tools",{"type":53,"value":63}," plugin MCP server MUST be used to check for validation problems in each source file of the project.",{"type":48,"tag":49,"props":65,"children":66},{},[67],{"type":53,"value":68},"To perform this validation:",{"type":48,"tag":70,"props":71,"children":72},"ol",{},[73,95,100,105,118,123],{"type":48,"tag":74,"props":75,"children":76},"li",{},[77,79,85,87,93],{"type":53,"value":78},"Use the ",{"type":48,"tag":56,"props":80,"children":82},{"className":81},[],[83],{"type":53,"value":84},"getDiagnostics",{"type":53,"value":86}," tool from the spring tools MCP server to get a list of diagnostics for a specific project. You need to pass in the name of the project. If you are not sure about the exact name, you can invoke ",{"type":48,"tag":56,"props":88,"children":90},{"className":89},[],[91],{"type":53,"value":92},"getProjectList",{"type":53,"value":94}," from the spring tools MCP server to get the exact names of the projects in the current workspace.",{"type":48,"tag":74,"props":96,"children":97},{},[98],{"type":53,"value":99},"Carefully review the returned diagnostics.",{"type":48,"tag":74,"props":101,"children":102},{},[103],{"type":53,"value":104},"Identify the specific error code, file path, and text range for each Spring-related diagnostic (e.g. error code \"WEB_SECURITY_CONFIGURER_ADAPTER\").",{"type":48,"tag":74,"props":106,"children":107},{},[108,110,116],{"type":53,"value":109},"For every Spring-specific error code you encounter, you MUST invoke the ",{"type":48,"tag":56,"props":111,"children":113},{"className":112},[],[114],{"type":53,"value":115},"\u002Fspring-tools:quickfix",{"type":53,"value":117}," skill, passing the error code, the file path, and the text range as arguments, to retrieve the official explanation and fix instructions.",{"type":48,"tag":74,"props":119,"children":120},{},[121],{"type":53,"value":122},"Apply the appropriate fix based on the instructions, or ask the user if a choice needs to be made.",{"type":48,"tag":74,"props":124,"children":125},{},[126],{"type":53,"value":127},"Also ensure any standard Java compilation or build errors are addressed.",{"items":129,"total":161},[130,144,154],{"slug":131,"name":131,"fn":132,"description":133,"org":134,"tags":135,"stars":24,"repoUrl":25,"updatedAt":143},"create-spring-boot-project","initialize new Spring Boot projects","Creates a new Spring Boot project by downloading it from start.spring.io using curl, then extracting it into the target directory. Use this when a user asks to create, generate, initialize, or scaffold a new Spring Boot project.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[136,139,142],{"name":137,"slug":138,"type":14},"Build","build",{"name":140,"slug":141,"type":14},"Java","java",{"name":9,"slug":8,"type":14},"2026-07-16T06:00:59.296242",{"slug":145,"name":145,"fn":146,"description":147,"org":148,"tags":149,"stars":24,"repoUrl":25,"updatedAt":153},"quickfix","apply fixes for Spring Boot errors","Retrieves the explanation and fix instructions for a specific Spring Boot diagnostic error code and applies the fix to a specific file. Use this when you encounter a Spring Boot warning or error and need to know how to fix it.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[150,151,152],{"name":16,"slug":17,"type":14},{"name":22,"slug":23,"type":14},{"name":9,"slug":8,"type":14},"2026-07-16T06:02:39.511371",{"slug":4,"name":4,"fn":5,"description":6,"org":155,"tags":156,"stars":24,"repoUrl":25,"updatedAt":26},{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[157,158,159,160],{"name":16,"slug":17,"type":14},{"name":22,"slug":23,"type":14},{"name":9,"slug":8,"type":14},{"name":19,"slug":20,"type":14},3,{"items":163,"total":161},[164,170,176],{"slug":131,"name":131,"fn":132,"description":133,"org":165,"tags":166,"stars":24,"repoUrl":25,"updatedAt":143},{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[167,168,169],{"name":137,"slug":138,"type":14},{"name":140,"slug":141,"type":14},{"name":9,"slug":8,"type":14},{"slug":145,"name":145,"fn":146,"description":147,"org":171,"tags":172,"stars":24,"repoUrl":25,"updatedAt":153},{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[173,174,175],{"name":16,"slug":17,"type":14},{"name":22,"slug":23,"type":14},{"name":9,"slug":8,"type":14},{"slug":4,"name":4,"fn":5,"description":6,"org":177,"tags":178,"stars":24,"repoUrl":25,"updatedAt":26},{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[179,180,181,182],{"name":16,"slug":17,"type":14},{"name":22,"slug":23,"type":14},{"name":9,"slug":8,"type":14},{"name":19,"slug":20,"type":14}]