원클릭으로
form-components-listing
Use when asked for a detailed summary, listing, or overview of form components or form dialogs in the project.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Use when asked for a detailed summary, listing, or overview of form components or form dialogs in the project.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Generate docs listings for Axon Ivy CALLABLE_SUB process files and connector-tagged CallSubStart entries, including signature, parameter, and result details. Use when process JSON changes and docs need refresh.
give me a marketing summary. what features can I expect from these callable subs?.
Generate a product README for an Axon Ivy project. Use when asked to create, generate, or update a README.md or README_DE.md for an Axon Ivy product module.
Extract maven artifacts from an Axon Ivy product.json file and generate a clean list with sequential numbering and Maven dependency XML snippets.
Discover and catalog all images (screenshots, diagrams, GIFs) that could be used in readme documentation, generate auto-suggested alt-text, and create markdown snippets ready for readme integration. Use when asked to find, list, or summarize product images or screenshots for documentation.
Use when asked to translate a README to German, create README_DE.md, or produce a German version of product documentation.
| name | form-components-listing |
| description | Use when asked for a detailed summary, listing, or overview of form components or form dialogs in the project. |
| argument-hint | [optional: path to main module src_hd directory, e.g. my-connector/src_hd] |
| user-invocable | true |
Generate a concise, marketing-oriented summary of available form dialog and form components from main module(s) in an Axon Ivy project.
src_hd directory of the main module (e.g. my-connector/src_hd). Defaults to scanning the current workspace.Before running, check the current OS. If on Windows, git bash or WSL is recommended to use for best compatibility.
bash ./.github/skills/form-components-listing/scripts/form-components-listing.sh '<src_hd path>'
bash ./.github/skills/form-components-listing/scripts/form-components-listing.sh '<src_hd path>' 'docs/form-components.md'
The scanner is module-agnostic; pass any src_hd directory or top-level UI folder.
The skill returns a concise dialogs-only markdown summary. The exact output schema is defined in the reference file:
Notes:
main feature/logic:main feature/logic field should describe user-facing actions or interactions available in the dialog (for example: "allows filtering by date and exporting CSV", "opens process viewer and lets user navigate task timeline").