From dev-assistant
Etendo git workflow conventions — background knowledge for all Etendo development. Loads automatically when working in Etendo repositories (etendosoftware org, com.etendo*/com.smf* modules, projects with gradle.properties containing etendo dependencies). Provides commit message formats, branch naming rules, and PR conventions enforced by Git Police.
npx claudepluginhub etendosoftware/etendo_claude_marketplace --plugin dev-assistantThis skill uses the workspace's default tool permissions.
This is NOT a user-facing command. It provides background knowledge so that ALL git operations
Searches, retrieves, and installs Agent Skills from prompts.chat registry using MCP tools like search_skills and get_skill. Activates for finding skills, browsing catalogs, or extending Claude.
Searches prompts.chat for AI prompt templates by keyword or category, retrieves by ID with variable handling, and improves prompts via AI. Use for discovering or enhancing prompts.
Guides agent creation for Claude Code plugins with file templates, frontmatter specs (name, description, model), triggering examples, system prompts, and best practices.
This is NOT a user-facing command. It provides background knowledge so that ALL git operations in Etendo projects follow the correct conventions, even when the full workflow manager skill is not explicitly invoked.
Any project that matches ONE or more of these signals is an Etendo project:
etendosoftwarecom.etendo or com.smfgradle.properties containing bbdd.sid, bbdd.user, or etendo dependenciesmodules/, modules_core/, or src-db/database/sourcedata/ directoriesIf the project is Etendo, ALL git operations MUST follow these conventions.
| Type | Pattern | Example |
|---|---|---|
| Feature | feature/{JIRA-KEY} | feature/ETP-3400 |
| Hotfix | hotfix/#{GH}-{JIRA-KEY} | hotfix/#42-ETP-3400 |
| Epic | epic/{JIRA-KEY} | epic/ETP-3400 |
| Backport | append -Y{yy} | feature/ETP-3400-Y26 |
First line maximum 80 characters. Always validate length before committing.
| Type | Format | Example |
|---|---|---|
| Feature | Feature {JIRA-KEY}: description | Feature ETP-3400: Add OAuth2 support |
| Hotfix | Issue #{GH}: description + 2nd -m "{JIRA-KEY}" | Issue #42: Fix NPE on session expiry |
| Epic | Epic {JIRA-KEY}: description | Epic ETP-3400: Refactor auth module |
Never add Co-Authored-By — Git Police rejects it.
For creating Jira/GitHub issues, managing PRs, reviewing Auto Reviewer feedback, or handling Jenkins test failures, invoke the etendo-workflow-manager skill which contains the complete workflow documentation.