원클릭으로
umb-tagcloud
Build a tag cloud on the blog list page based on blog post tag frequency. Use when asked for tag cloud functionality.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Build a tag cloud on the blog list page based on blog post tag frequency. Use when asked for tag cloud functionality.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Add hero images to blog posts and render image previews on list and detail pages. Use when asked to add blog media.
Ensure sufficient authored blog entries for the demo. Use when asked to generate or expand blog content.
Run the end-to-end Umbraco blogging-site demo as a Conductor multi-agent workflow. Use when asked to build the full demo site via Conductor (the orchestrated, workflow-driven variant of the umbraco-demo agent).
Create Blog List and Blog page document types and templates, plus exactly one starter blog post. Use when asked to set up blog pages in Umbraco.
Create the Umbraco home page structure, template, styling, and published root content. Use when asked to scaffold or build the home page.
Implement shared site navigation and validate rendering with Playwright. Use when asked to add or improve navigation.
| name | umb-tagcloud |
| description | Build a tag cloud on the blog list page based on blog post tag frequency. Use when asked for tag cloud functionality. |
Git: Before making changes, verify you are on a
develop/*branch (seegit.instructions.md).
For the Blog List page template, render a tag cloud that shows all tags used by blog posts, where each tag's visual size is determined by how many times the tag occurs.
Accessibility is validated later in the build, so keep the tag cloud markup accessible from the start:
<a>) with discernible text content (the tag name).Use Playwright to navigate to the Blog List page. Confirm:
After validation passes, commit all changes before considering this step done:
git add -A
git commit -m "Step 6: Tag cloud — <brief summary>"
This commit is mandatory. The step is not complete until the commit exists in the git log.