Sxuan-Coder/alibaba-java-development-guide
Skill Claude CodeCodex
A routed reference guide for Alibaba's Java coding standards. It covers code style, exceptions and logs, unit tests, security, MySQL, project structure, and design rules.
849 tagged java, measured the same way as everything else here.
Browse within: spring-boot 106kotlin 85angular 67jvm 62python 54code-quality 52claude-code-skills 46blueking 42continuous-integrations 42golang 42microservices-architecture 42bce-design 40microservices 40plugin 38
Sxuan-Coder/alibaba-java-development-guide
Skill Claude CodeCodex
A routed reference guide for Alibaba's Java coding standards. It covers code style, exceptions and logs, unit tests, security, MySQL, project structure, and design rules.
Skill Claude CodeCodex
Apply Tachyon MCP project rules when designing, implementing, reviewing, or testing Java and Kotlin server code, MCP protocol behavior, E2E fixtures, concurrency, JSON, and schemas.
Skill Claude CodeCodex
Read fictional Elvish star patterns for gentle guidance and omens.
Skill Claude CodeCodex
Carve fictional Elvish charms and trinkets from storywood.
Skill Claude CodeCodex
Use when cutting a new release of the jdwp-debugging plugin — bumping the user-facing version, writing a CHANGELOG entry, committing, tagging, and pushing. Triggers — "do a release", "ship X.Y.Z", "release the last commits", "bump the version", "tag a release".
Skill Claude CodeCodex
Debug a live Java application via the jdwp-inspector MCP server — breakpoints, runtime state, expression eval, variable mutation, exception-throw-site catches, non-intrusive line/exception logpoints, and field watchpoints (suspend or log on every read/write of a specific field).
Skill Claude CodeCodex
Build Android APK without Android Studio, Gradle, or internet.
Skill Claude CodeCodex
Run R8/ProGuard on Android APK without Gradle — shrink, obfuscate and minify DEX using R8 that's already inside d8.jar.
Skill Claude CodeCodex
Build a minimal Android game APK (like Tetris) from scratch using only Java, Canvas, and android.jar — no Gradle, no Kotlin, no libraries. Result: 16KB APK.
AuroraProudmoore/java-audit-skill
Skill Claude CodeCodex
A code-security auditing method for Java, Kotlin, JavaScript, and TypeScript projects, including Spring, React, Vue, and related frameworks. It scans code for common security weaknesses and produces audit findings.
Skill Claude CodeCodex
Use when the user asks to inspect a Java, Kotlin, or Kotlin Multiplatform (KMP) library API, verify if a method or class exists in the installed dependency version, compare or migrate between library versions, audit deprecated APIs, or check Gradle dependency graphs. Triggers: check library API, search class/method…
Skill Claude CodeCodex
Use only for an ambiguous product request; ask one plain-language question before proposing a brief.
Skill Claude CodeCodex
Pressure-test a concrete decision, design, or plan only when the user asks to examine assumptions, alternatives, risks, or trade-offs.
Skill Claude CodeCodex
Use only when the user explicitly asks to change, review, or persist reusable development philosophy.
Skill Claude CodeCodex
Maintain Ekbatan example applications. Use when adding, updating, auditing, or verifying examples under ekbatan-examples across Spring Boot, Quarkus, Micronaut, Gradle, Maven, PostgreSQL, MySQL, MariaDB, native-image, sharded, saga, and job-worker variants.
Skill Claude CodeCodex
Maintain and evolve the Ekbatan Java persistence/action framework. Use for implementing or reviewing changes to Ekbatan core, repositories, actions, event outbox behavior, sharding, keyed locks, distributed jobs, DI integrations, database migrations, docs that describe framework semantics, or release-facing library…
Skill Claude CodeCodex
Choose and run Ekbatan verification suites. Use when asked to test, validate, run CI-equivalent checks, run JVM examples, run native/heavy verification, inspect GitHub Actions verification workflows, or decide which Gradle/Maven/Testcontainers commands prove a change.
Skill Claude CodeCodex
5 async/concurrent patterns with full Java implementations for high-performance systems.
Skill Claude CodeCodex
A Java bytecode analysis tool for examining compiled Java, JVM, and Android files when the original source code is unavailable. It can decompile files such as JARs, APKs, and class files into readable source-like code.
Skill Claude CodeCodex
Add a new @AI... guardrail annotation to VibeTags — register it in GuardrailAnnotations, then wire it through every platform renderer, GranularRenderer, BuildFingerprint, and AnnotationValidator, and update all four docs. Use when the user says "add annotation", "new @AI annotation", "add a new guardrail annotation"…
Skill Claude CodeCodex
Add support for a new AI coding tool, IDE, PR-reviewer, or context-packer to VibeTags — wire a new generated output file through ServiceRegistry, Platform, the renderer registry, and (if granular) GranularRulesWriter. Use when the user says "add platform support", "support ", "generate a new output file for X", "new…
Skill Claude CodeCodex
This skill should be used when the user asks how to "use VibeTags", "add VibeTags annotations", "set up AI guardrails", "protect code from AI", "configure AI platforms", asks about @AILocked, @AIContext, @AIDraft, @AIAudit, @AIIgnore, @AIPrivacy, @AICore, @AIPerformance, @AIContract, @AITestDriven, @AIThreadSafe…
Skill Claude CodeCodex
Use when navigating code, understanding unfamiliar functions, finding definitions or references, tracing call hierarchies, preparing for refactoring, or analyzing code impact. Enforces LSP-first semantic code intelligence with mandatory pre-edit checks, impact analysis before refactoring, and post-edit diagnostics.…
Skill Claude CodeCodex
Work on the adopt module — the ordered pipeline that adopts Claude Code into a GitHub repo (toolchain, clone, branch, trust, init, conform, enforcer, verify, push, PR), its step contract, CLI flags and credential masking. Use when adding or changing an adoption step, debugging a run, or when the user says "adopt"…