airails
Modern Java and web development conventions, builds, and legacy migrations
All Skills in This Repository (14)
Pure Emerald Level Indicatorsbce-diagrams
Generate Mermaid or draw.io architectural diagrams of business component interactions.
readme
Generate and refine README.md files for software projects.
drawio
Generate draw.io XML for system architecture diagrams with BCE styling.
mermaid
Generate architecture and component overview diagrams using Mermaid syntax.
web-static
Build static websites with semantic HTML and CSS without dependencies.
web-components
Develop single-page applications with web components, lit-html, Redux Toolkit, and Vaadin Router.
zb
Build single-module Java 21+ projects into executable JARs without external dependencies.
java-distiller
Refactor Java code to idiomatic Java 25 standards.
java-cli-script
Generate zero-dependency single-file Java scripts for PATH execution.
zcl
Integrate colored terminal output into Java applications using the zcl utility.
zargs
Implement zero-dependency enum-based argument parsing for Java CLI applications.
zcfg
Integrate the zero-dependency Java configuration utility into Java 21+ applications.
Frequently Asked Questions
FAQPage SchemaHow to install airails?โผ
Run `npx skills add AdamBien/airails --all -g -y` in your terminal to install all skills globally for your coding agent.
What does airails do for Java developers?โผ
It enforces modern Java 25 conventions, BCE architecture, zero-dependency builds with zb, and test workflows, so your agent generates clean, idiomatic code without Maven or Gradle overhead.
Can airails help migrate legacy enterprise systems?โผ
Yes. Its migration skills assess the legacy system, record its behavior as replayable tests, extract domain vocabulary, and carve it into business components step by step.
Does airails work with Claude Code and other agents?โผ
Yes. Every skill follows the standard SKILL.md format and installs into Claude Code, Codex, Copilot, Goose, Kiro, and Vibe skill directories.
Can I build web frontends with airails?โผ
Yes. It includes rules for static sites, progressive enhancement, and web component SPAs, all built on web standards with accessibility and browser-support checks.
Related Repositories in Software Engineering
View All in Software Engineeringโopenclaw
Run a personal AI assistant across your devices and chat apps
superpowers
Gives coding agents a disciplined workflow from idea to merged code
react
AI agent skills for building, testing, and porting React core