feat(ui5): Add table best practices skill#78
Open
FelixSchubert-001 wants to merge 3 commits into
Open
Conversation
Converts the table-specific guidelines from CPOUIFTEAMB-2584 (Gerrit 7245230) into a skill following the progressive-disclosure structure recommended by Anthropic's skill guide. SKILL.md is a short hub (144 lines) covering core rules, the control selection matrix, common errors, and container structures. Per-control detail lives in eight reference files loaded on demand: sap-m-table, grid-table, tree-table, smart-table, mdc-table, drag-and-drop, personalization, cell-templates.
flovogt
requested changes
Jun 22, 2026
flovogt
left a comment
Member
There was a problem hiding this comment.
- Please adjust also https://github.com/UI5/plugins-coding-agents/tree/main/plugins/ui5 to mention the new skill.
- Update the PR description to more readable format
- Mention the corresponding JIRA item via "JIRA: XXXX" in the PR description
- Request a review by a team member
SKILL.md is a short hub covering core rules, the control selection matrix, common errors, and container structures. Per-control detail lives in eight reference files loaded on demand: sap-m-table, grid-table, tree-table, smart-table, mdc-table, drag-and-drop, personalization, cell-templates. Also adds the skill entry to plugins/ui5/README.md. JIRA: CPOUIFTEAMB-2652
flovogt
reviewed
Jun 22, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Adds a new
ui5-best-practices-tablesskill covering all UI5 table controls.The skill follows a progressive-disclosure structure:
SKILL.mdis a short hub that Claude loads first, and per-control detail lives in reference files that are loaded only when relevant.SKILL.mdcovers:Reference files (loaded on demand):
references/sap-m-table.mdreferences/grid-table.mdreferences/tree-table.mdreferences/smart-table.mdreferences/mdc-table.mdreferences/drag-and-drop.mdreferences/personalization.mdreferences/cell-templates.mdAlso updates
plugins/ui5/README.mdto document the new skill alongside the existing ones.JIRA: CPOUIFTEAMB-2652