/etendo:install

Install Etendo ERP by executing Gradle setup, database, and build tasks.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill automates the installation and setup of Etendo ERP on an existing project directory, ensuring a smooth and consistent deployment process.

Core Features & Use Cases

  • Automated Installation: Runs ./gradlew setup, expandCore, resources.up, install, and smartbuild in the correct sequence.
  • Environment Detection: Intelligently detects the project's core and infrastructure modes (Source vs JAR, Docker vs local DB).
  • Use Case: You've cloned an Etendo project repository and need to set up the development environment for the first time, including database schema installation and application deployment.

Quick Start

Run the etendo install skill to set up Etendo on this project.

Frequently Asked Questions about /etendo:install

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

FAQPage Schema
How do I install Etendo ERP on an existing project repository?

Installing Etendo ERP involves executing a sequence of Gradle tasks including setup, expandCore, resources.up, install, and smartbuild. This automates the database schema installation and application deployment on your existing project directory.

What Gradle tasks are required to set up Etendo for the first time?

Setting up Etendo requires running the Gradle tasks setup, expandCore, resources.up, install, and smartbuild in the correct sequence. This ensures proper core expansion, database installation, and application compilation.

Does Etendo installation support Docker database infrastructure?

Yes, Etendo installation supports Docker database infrastructure configurations. It intelligently detects the project's infrastructure mode to apply the correct setup for either Docker or local database environments.

Can I install Etendo using a JAR-based core instead of source?

Yes, you can install Etendo using a JAR-based core. The installation process intelligently detects the project's core mode and supports both Source and JAR-based core configurations for deployment.

What prerequisites are validated before executing the Etendo setup tasks?

Before executing Etendo setup tasks, the system validates prerequisites like database connectivity and GitHub credentials. This ensures a smooth and consistent deployment process without authentication or connection failures.

Why does my Etendo Gradle setup task fail during database installation?

Etendo Gradle setup tasks may fail during database installation if prerequisites are unmet. The system validates database connectivity and GitHub credentials before execution to prevent these deployment failures.