CtrlK
BlogDocsLog inGet started
Tessl Logo

incremental-java-programmer

Incrementally implement new features in Java repositories from natural language descriptions. Use when adding functionality to existing Java codebases (Maven or Gradle projects). Takes a feature description as input and outputs modified repository with implementation code, corresponding JUnit tests, and verification that all tests pass. Supports method additions, new class creation, and method modifications with proper Java conventions.

Install with Tessl CLI

npx tessl i github:ArabelaTso/Skills-4-SE --skill incremental-java-programmer
What are skills?

89

Does it follow best practices?

Validation for skill structure

SKILL.md
Review
Evals

Discovery

100%

Based on the skill's description, can an agent find and select it at the right time? Clear, specific descriptions lead to better discovery.

This is a well-crafted skill description that excels across all dimensions. It clearly specifies the domain (Java/Maven/Gradle), concrete actions (method additions, class creation, test generation), and includes an explicit 'Use when...' clause with natural trigger terms. The description is appropriately scoped to avoid conflicts with other coding skills.

DimensionReasoningScore

Specificity

Lists multiple specific concrete actions: 'method additions, new class creation, and method modifications' plus outputs 'implementation code, corresponding JUnit tests, and verification that all tests pass'. Clear domain (Java repositories, Maven/Gradle).

3 / 3

Completeness

Clearly answers both what ('implement new features', 'outputs modified repository with implementation code, JUnit tests') AND when ('Use when adding functionality to existing Java codebases'). Has explicit 'Use when...' clause.

3 / 3

Trigger Term Quality

Good coverage of natural terms: 'Java', 'Maven', 'Gradle', 'feature', 'JUnit tests', 'new class', 'method'. Users asking to add features to Java projects would naturally use these terms.

3 / 3

Distinctiveness Conflict Risk

Clear niche targeting Java-specific feature implementation with Maven/Gradle projects and JUnit testing. Distinct from generic coding skills or other language-specific skills. Unlikely to conflict with non-Java or non-feature-addition tasks.

3 / 3

Total

12

/

12

Passed

Implementation

77%

Reviews the quality of instructions and guidance provided to agents. Good implementation is clear, handles edge cases, and produces reliable results.

This is a solid, actionable skill with clear workflow steps and executable code examples. The main weakness is verbosity - it explains concepts Claude already knows (basic Java patterns, what Javadoc is) and could be more concise. The implementation patterns section, while useful, adds significant length that could be externalized.

Suggestions

Remove explanatory text about basic Java concepts (Javadoc, class structure, SOLID principles) that Claude already knows

Move the 'Implementation Patterns' section to a separate PATTERNS.md file and reference it from the main skill

Condense the 'Tips' section - most items are general programming advice Claude already follows

DimensionReasoningScore

Conciseness

The skill contains some unnecessary verbosity, particularly in explaining basic Java concepts and patterns that Claude already knows (e.g., explaining what Javadoc is, basic class structure). The implementation patterns section repeats concepts already covered in the workflow.

2 / 3

Actionability

Provides fully executable Java code examples throughout, including complete test classes, implementation patterns, and specific Maven/Gradle commands. Code is copy-paste ready with proper imports and structure.

3 / 3

Workflow Clarity

Clear 8-step workflow with explicit validation checkpoints. Step 7 includes a feedback loop for test failures (read failure, identify cause, fix, re-run, repeat). Step 8 provides comprehensive validation checklists.

3 / 3

Progressive Disclosure

Content is well-organized with clear sections, but the skill is monolithic at ~300 lines. The implementation patterns section could be split into a separate reference file. No external file references are provided for advanced topics.

2 / 3

Total

10

/

12

Passed

Validation

100%

Checks the skill against the spec for correct structure and formatting. All validation checks must pass before discovery and implementation can be scored.

Validation11 / 11 Passed

Validation for skill structure

No warnings or errors.

Reviewed

Table of Contents

Is this your skill?

If you maintain this skill, you can claim it as your own. Once claimed, you can manage eval scenarios, bundle related skills, attach documentation or rules, and ensure cross-agent compatibility.