CtrlK
BlogDocsLog inGet started
Tessl Logo

giuseppe-trisciuoglio/developer-kit

Comprehensive developer toolkit providing reusable skills for Java/Spring Boot, TypeScript/NestJS/React/Next.js, Python, PHP, AWS CloudFormation, AI/RAG, DevOps, and more.

90

Quality

90%

Does it follow best practices?

Impact

Pending

No eval scenarios have been run

SecuritybySnyk

Risky

Do not use without reviewing

This version of the tile failed moderation
Moderation pipeline encountered an internal error
Overview
Quality
Evals
Security
Files

language-patterns.mdplugins/developer-kit-specs/skills/specs-code-cleanup/references/

Language-Specific Cleanup Patterns

Reference for language-specific formatter commands, import ordering, and search patterns.

Formatters & Linters

LanguageFormatLint
Java./mvnw spotless:apply./mvnw checkstyle:check spotless:check
TypeScriptnpm run format / npx prettier --writenpm run lint / npx eslint --fix
Pythonblack . / ruff formatruff check . && black --check .

Import Ordering

Java: java.*jakarta.*/javax.* → third-party → project imports
TypeScript: external libraries → internal absolute (@/...) → internal relative (./...)

Common Search Patterns

Use Grep to find technical debt:

# JavaScript/TypeScript
grep -rn "console.log" --include="*.ts" --include="*.tsx" [files]
grep -rn "// DEBUG:" --include="*.ts" [files]

# Java
grep -rn "System.out.println" --include="*.java" [files]

# Python
grep -rn "print(" --include="*.py" [files]

plugins

CHANGELOG.md

context7.json

CONTRIBUTING.md

README_CN.md

README_ES.md

README_IT.md

README.md

tessl.json

tile.json