Generates a new simple, logic-focused coding challenge and creates README.md + Challenge.java skeleton in src/main/java/challenges/.
Source text: Mixed languages
Menu
SkillsMP has collected 4 skills from eipastel/java-mastery-practice. Open a skill to review its source and details.
Showing 4 of 4 collected skills.
Generates a new simple, logic-focused coding challenge and creates README.md + Challenge.java skeleton in src/main/java/challenges/.
Source text: Mixed languages
Generates a variation of an existing exercise with a different domain and context, same structure and difficulty. Pass the topic path as argument.
Reviews the user's solution to an exercise. Analyzes correctness, functionality, and quality without rewriting the code. Pass the topic path as argument.
Acts as a Socratic tutor for an exercise. Reads the topic and current solution state, then guides without giving answers. Pass the topic path as argument.