/etendo:smartbuild

Compile and deploy Etendo ERP changes using Gradle tasks.

1|Updated Feb 25, 2026
One-click install
npx skills add https://github.com/etendosoftware/etendo_claude_marketplace --skill etendo-smartbuild
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: /etendo:smartbuild
Source: https://github.com/etendosoftware/etendo_claude_marketplace/tree/main/plugins/dev-assistant/skills/etendo-smartbuild
Command: npx skills add https://github.com/etendosoftware/etendo_claude_marketplace --skill etendo-smartbuild

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill automates the compilation and deployment of Etendo ERP project changes, streamlining the development workflow.

Core Features & Use Cases

  • Build Automation: Compiles Etendo ERP modules using Gradle.
  • Deployment: Deploys compiled code to the application server.
  • Error Handling: Provides detailed logs and guidance for troubleshooting build and deployment issues.
  • Use Case: After making changes to an Etendo module's Java code or database schema, use this skill to quickly compile, deploy, and test your modifications.

Quick Start

Run the smartbuild skill with the 'remote' argument to compile and deploy changes pulled from version control.

Frequently Asked Questions about /etendo:smartbuild

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I compile and deploy Etendo ERP changes using Gradle?

To compile and deploy Etendo ERP changes, this Skill automates Gradle tasks to build modules, update the database schema, and deploy compiled code to a local or Dockerized Tomcat environment. It validates resources and handles automated server restarts.

Why does my Etendo ERP build fail after pulling updates from version control?

An Etendo ERP build fails after pulling updates due to compilation errors, database update conflicts, or deployment issues. This Skill provides detailed error analysis and guidance for troubleshooting build, database, and deployment failures.

Can I use this to deploy Etendo ERP in a Dockerized Tomcat environment?

Yes, you can deploy Etendo ERP in a Dockerized Tomcat environment. This Skill manages Dockerized or local Tomcat environments during the Gradle build process, including automated restarts and manual intervention guidance for deployment.

What is the best way to perform a full recompilation of an Etendo ERP project?

The best way to perform a full recompilation is using this Skill to execute Gradle tasks. It supports local modifications, VCS-pulled updates, and full recompilations while validating resource availability and providing error analysis.

Do I need to manually restart Tomcat after deploying Etendo ERP modifications?

You do not need to manually restart Tomcat after deploying Etendo ERP modifications. This Skill manages automated server restarts for Dockerized or local Tomcat environments, but provides manual intervention guidance if deployment failures occur.

How do I troubleshoot database update failures during an Etendo ERP deployment?

To troubleshoot database update failures during an Etendo ERP deployment, this Skill provides detailed logs and error analysis. It validates resource availability and offers guidance for resolving compilation and database update issues.