Traction scoreGitHub stars can be faked, so popularity alone can be misleading. Traction Score looks for broader signs of recent attention, adoption, and active maintenance.
This skill automates the creation of Java and Spring Boot projects, ranging from standalone microservices to full-stack web applications. It provides a structured starting point for developers building REST APIs with PostgreSQL and Docker integration.
By offering predefined configurations for Vue.js, React, Angular, or vanilla JavaScript front-ends, it streamlines the initial setup of enterprise-grade backends and their corresponding user interfaces.
WHO IT'S FOR
Java / Spring Boot developers
bootstrap enterprise applications with best practices
Full-stack engineers
setup Spring Boot backends with modern JS frameworks
Backend / infrastructure engineers
configure containerized Java microservices with PostgreSQL
Technical leads / architects
standardize project scaffolding across development teams
Compatible AgentsThe repository documents support for these agents. The skills may also work with other agents that can load SKILL.md files, but they may need some setup or small changes.
Clone the skill into that directory. Replace `<repository-url>` with the URL of this repository or your fork; keep the destination unchanged so the skill is placed under `dr-jskill`.
Open VS Code Settings (`Cmd+,` on macOS or `Ctrl+,` on Windows/Linux), search for `github.copilot.chat.codeGeneration.instructions`, and edit `settings.json`. Add a skill entry whose `file` value is `/absolute/path/to/dr-jskill/SKILL.md`, replacing that sample path with the absolute path to `SKILL.md` in your checkout.
Replace [PROJECT_NAME] with the desired project name.
Replace [PACKAGE_NAME] with the desired Java package, such as a package owned by your organization.
Replace [ABSOLUTE_WORKSPACE_PATH] with the absolute path of the current user workspace.
Use the dr-jskill skill to create a small Spring Boot web project named [PROJECT_NAME], using Java 25 and package [PACKAGE_NAME], with REST API capabilities. Create it under [ABSOLUTE_WORKSPACE_PATH].