Agent Skills by rinto
Showing 56 vetted skills indexed across 1 GitHub repositories.
plugin-authoring
Align Claude Code plugin roots with paired manifests, README, and used runtime components.
command-authoring
Create and refactor Claude Code commands with consistent frontmatter and bounded tool usage.
skill-authoring
Load offline Agent Skills defined by SKILL.md with required frontmatter fields.
agent-authoring
Creates and refactors offline Claude Code agent files with bounded tool access.
git-change-publication
Inspect repository state and draft Conventional Commit messages and PR/MR bodies.
jvm-runtime-diagnostics
Diagnose JVM runtime incidents using jcmd, jhsdb, and JFR.
jvm-tooling-workflows
Select the smallest official JDK tool for compilation, runtime, documentation, and packaging workflows.
jvm-gc-diagnostics
Analyzes JVM garbage-collection behavior and collector tradeoffs from GC logs and JFR data for Java LTS baselines 8-25.
java-dependency-versioning
Resolve Java dependency coordinates and emit version-neutral Maven or Gradle snippets.
java-language-design
Design and review Java APIs for immutability, contracts, and idiomatic use.
java-test
Guide test-first Java development by writing focused JUnit 5 tests before production code.
java-performance-concurrency
Classify Java performance bottlenecks using profiling evidence and concurrency analysis.
java-language-syntax
Compare Java syntax availability across LTS baselines for baseline-safe code changes.
kotlin-language-patterns
Generate idiomatic Kotlin code with null-safety and stdlib patterns.
kotlin-test
Automate deterministic Kotlin tests for JVM projects using kotlin.test and coroutine testing.
kotlin-coroutines-flows
Design Kotlin coroutine and Flow code with cancellation-safe behavior.
reactor-netty
Build reactive HTTP, TCP, and UDP servers and clients with Reactor Netty builders.
netty
Configure Netty bootstraps, pipelines, and ByteBuf ownership for TCP and UDP applications.
harness-engineering
Establish agent-first repositories with enforced architecture, progressive disclosure, and entropy control.
spec-driven-development
Validate SPEC.md artifacts and diagram the spec graph.
alertmanager
Validate and review Alertmanager configurations for routing, receivers, and templates.
prometheus-alert-rules
Design and validate Prometheus alerting and recording rules with promtool.
grafana-dashboards
Publish and review Grafana dashboards as version-controlled assets with stable UIDs.
dashboard-provisioning
Provision Grafana dashboards as code via provider YAML with drift control.