frontend-detail-page-builder — for Claude Code frontend-detail-page-builder, runbook, community, for Claude Code, ide skills, agentic-development, ai-coding-agent, claude-code, code-review, developer-tools

v1.0.0

Об этом навыке

Подходящий сценарий: Ideal for AI agents that need frontend detail page builder. Локализованное описание: Operational memory and execution discipline for AI coding agents. It covers agentic-development, ai-coding-agent, claude-code workflows. This AI agent skill supports Claude Code, Cursor, and Windsurf workflows.

Возможности

Frontend Detail Page Builder
Confirm the task is primarily a detail surface, drill-down view, or record-specific page.
Audit the existing page shell, section wrappers, metadata patterns, and FRONTEND-DNA.md.
Read references/detail-surface-contract.md.
Read references/summary-and-action-hierarchy.md.

# Ключевые темы

Matsumiko Matsumiko
[0]
[0]
Обновлено: 4/24/2026

Skill Overview

Start with fit, limitations, and setup before diving into the repository.

Подходящий сценарий: Ideal for AI agents that need frontend detail page builder. Локализованное описание: Operational memory and execution discipline for AI coding agents. It covers agentic-development, ai-coding-agent, claude-code workflows. This AI agent skill supports Claude Code, Cursor, and Windsurf workflows.

Зачем использовать этот навык

Рекомендация: frontend-detail-page-builder helps agents frontend detail page builder. Operational memory and execution discipline for AI coding agents. This AI agent skill supports Claude Code, Cursor, and Windsurf

Подходит лучше всего

Подходящий сценарий: Ideal for AI agents that need frontend detail page builder.

Реализуемые кейсы использования for frontend-detail-page-builder

Сценарий использования: Frontend Detail Page Builder
Сценарий использования: Confirm the task is primarily a detail surface, drill-down view, or record-specific page
Сценарий использования: Audit the existing page shell, section wrappers, metadata patterns, and FRONTEND-DNA.md

! Безопасность и ограничения

  • Ограничение: Do not call a detail page done if it only renders fields but ignores loading, missing, or unavailable states.
  • Ограничение: what must be understood immediately in the first viewport
  • Ограничение: Do not call a detail page done if it only renders fields but ignores loading, missing, or unavailable states

About The Source

The section below is adapted from the upstream repository. Use it as supporting material alongside the fit, use-case, and installation summary on this page.

Labs-демо

Browser Sandbox Environment

⚡️ Ready to unleash?

Experience this Agent in a zero-setup browser environment powered by WebContainers. No installation required.

Boot Container Sandbox

FAQ и шаги установки

These questions and steps mirror the structured data on this page for better search understanding.

? Частые вопросы

Что такое frontend-detail-page-builder?

Подходящий сценарий: Ideal for AI agents that need frontend detail page builder. Локализованное описание: Operational memory and execution discipline for AI coding agents. It covers agentic-development, ai-coding-agent, claude-code workflows. This AI agent skill supports Claude Code, Cursor, and Windsurf workflows.

Как установить frontend-detail-page-builder?

Выполните команду: npx killer-skills add Matsumiko/runbook. Она работает с Cursor, Windsurf, VS Code, Claude Code и более чем 19 другими IDE.

Для чего можно использовать frontend-detail-page-builder?

Ключевые сценарии использования: Сценарий использования: Frontend Detail Page Builder, Сценарий использования: Confirm the task is primarily a detail surface, drill-down view, or record-specific page, Сценарий использования: Audit the existing page shell, section wrappers, metadata patterns, and FRONTEND-DNA.md.

Какие IDE совместимы с frontend-detail-page-builder?

Этот навык совместим с Cursor, Windsurf, VS Code, Trae, Claude Code, OpenClaw, Aider, Codex, OpenCode, Goose, Cline, Roo Code, Kiro, Augment Code, Continue, GitHub Copilot, Sourcegraph Cody, and Amazon Q Developer. Для единой установки используйте CLI Killer-Skills.

Есть ли ограничения у frontend-detail-page-builder?

Ограничение: Do not call a detail page done if it only renders fields but ignores loading, missing, or unavailable states.. Ограничение: what must be understood immediately in the first viewport. Ограничение: Do not call a detail page done if it only renders fields but ignores loading, missing, or unavailable states.

Как установить этот skill

  1. 1. Откройте терминал

    Откройте терминал или командную строку в директории проекта.

  2. 2. Запустите команду установки

    Выполните: npx killer-skills add Matsumiko/runbook. CLI автоматически определит вашу IDE или агента и настроит навык.

  3. 3. Начните использовать skill

    Skill уже активен. Ваш AI-агент может сразу использовать frontend-detail-page-builder в текущем проекте.

! Source Notes

This page is still useful for installation and source reference. Before using it, compare the fit, limitations, and upstream repository notes above.

Upstream Repository Material

The section below is adapted from the upstream repository. Use it as supporting material alongside the fit, use-case, and installation summary on this page.

Upstream Source

frontend-detail-page-builder

Operational memory and execution discipline for AI coding agents. It covers agentic-development, ai-coding-agent, claude-code workflows. This AI agent skill

SKILL.md
Readonly
Upstream Repository Material
The section below is adapted from the upstream repository. Use it as supporting material alongside the fit, use-case, and installation summary on this page.
Upstream Source

Frontend Detail Page Builder

Quick Start

  1. Confirm the task is primarily a detail surface, drill-down view, or record-specific page.
  2. Audit the existing page shell, section wrappers, metadata patterns, and FRONTEND-DNA.md.
  3. Read references/detail-surface-contract.md.
  4. Read references/summary-and-action-hierarchy.md.
  5. Read references/related-sections-and-empty-states.md.
  6. Build the smallest complete detail page that still handles summary, related sections, and non-happy-path states honestly.

Core Rules

  • Reuse the existing page shell, card family, metadata treatment, and action language.
  • Define the detail surface contract before composing sections.
  • Make the first viewport answer what this record is, what state it is in, and what the user can do next.
  • Keep primary actions close to the summary they affect.
  • Treat related sections, history, and supporting data as subordinate to the main record summary.
  • Do not call a detail page done if it only renders fields but ignores loading, missing, or unavailable states.

What This Skill Should Produce

When used well, the output usually includes:

  • a clear detail surface contract
  • a summary header with strong hierarchy and obvious primary action
  • related sections that support the main record without competing with it
  • explicit loading, empty, error, or unavailable states
  • responsive treatment that preserves scan order
  • at least one realistic proof surface
  • verification notes that mention actual checks performed

Workflow

1. Audit before building

  • Inspect nearby detail routes, record pages, or admin drill-down surfaces already in the repo.
  • Identify whether the request is a product detail page, user detail page, order/invoice detail, case/ticket detail, project detail, or another entity-specific drill-down.
  • Check whether there are existing summary headers, status chips, action bars, breadcrumb patterns, metadata rows, tabs, timelines, or side panels in use.

If a local detail pattern already exists, extend it instead of introducing a parallel detail language.

2. Define the detail surface contract

Clarify:

  • which entity or record this page represents
  • what must be understood immediately in the first viewport
  • what the primary action or primary read should be
  • which metadata is essential versus secondary
  • which related sections matter: activity, attachments, members, notes, purchases, logs, or related items
  • whether tabs, side panels, or inline sections are needed
  • loading, empty, error, missing-record, and permission behavior

If the request is underspecified, infer the smallest sensible contract and flag the assumption.

3. Build summary and action hierarchy deliberately

  • Establish the route header and summary block first.
  • Keep title, status, identity clues, and primary action visible without forcing a deep scroll.
  • Use metadata rows, badges, or stat blocks to support understanding, not to create noise.
  • Keep destructive or secondary actions visibly subordinate.
  • Avoid turning the top of the page into a wall of equally weighted data points.
  • Make related sections clearly subordinate to the summary surface.
  • Show honest zero-data treatment when related items or histories are empty.
  • Handle missing record, access-limited, or unavailable states explicitly.
  • Preserve orientation when the page uses tabs, anchor links, or side panels.
  • Ensure mobile stacking still keeps the identity and primary action obvious.

5. Verify honestly

  • Run the checks the repo already supports.
  • Verify at least one summary state and one non-happy-path state where practical.
  • Verify at least one narrower layout where practical.
  • If the page was only validated structurally and not against a real route or data contract, state that clearly.

Decision Boundary

Use this skill when:

  • the task is clearly about a detail page or drill-down route
  • summary, metadata, and action hierarchy matter
  • related sections or history must support one main record cleanly

Do not use this skill when:

  • the main task is stack selection
  • the theme still needs to be derived from design references
  • the task is a generic multi-section page rather than a record-specific detail surface
  • the task is specifically a master-detail or inbox-style list-detail workspace
  • the task is specifically breadcrumb, ancestry-path, or route-trail work
  • the task is specifically a timeline, milestone rail, or chronology feed surface
  • the task is specifically an audit-log or change-history surface
  • the task is specifically a review panel, approval pane, or moderation-decision surface
  • the task is specifically a diff viewer, revision-compare surface, or before-after change viewer
  • the task is specifically an inspector, property side panel, or metadata drawer
  • the task is specifically an org chart, reporting hierarchy, or department-structure surface
  • the task is clearly a dashboard or analytics overview
  • the task is specifically an auth entry or access-state flow
  • the task is specifically a public-facing marketing or conversion page
  • the task is specifically a checkout, billing, or purchase flow
  • the task is specifically a settings or preferences surface
  • the task is specifically a focused modal, dialog, drawer, or overlay flow
  • the task is specifically a dedicated tabbed subview or tab-surface implementation
  • the task is mostly one component, one form, or one table
  • the work is purely a tiny copy or spacing tweak on an existing detail page

Output Shape

Prefer a structure like:

  1. Detail surface contract and assumptions
  2. Summary hierarchy, sections, and states covered
  3. Files added or changed
  4. Verification performed
  5. Remaining gaps or follow-up work

Связанные навыки

Looking for an alternative to frontend-detail-page-builder or another community skill for your workflow? Explore these related open-source skills.

Показать все

openclaw-release-maintainer

Logo of openclaw
openclaw

Локализованное описание: 🦞 # OpenClaw Release Maintainer Use this skill for release and publish-time workflow. It covers ai, assistant, crustacean workflows. This AI agent skill supports Claude Code, Cursor, and Windsurf workflows.

widget-generator

Logo of f
f

Локализованное описание: Generate customizable widget plugins for the prompts.chat feed system # Widget Generator Skill This skill guides creation of widget plugins for prompts.chat. It covers ai, artificial-intelligence, awesome-list workflows. This AI agent skill supports Claude Code, Cursor

flags

Logo of vercel
vercel

Локализованное описание: The React Framework # Feature Flags Use this skill when adding or changing framework feature flags in Next.js internals. It covers blog, browser, compiler workflows. This AI agent skill supports Claude Code, Cursor, and Windsurf workflows.

138.4k
0
Браузер

pr-review

Logo of pytorch
pytorch

Локализованное описание: Usage Modes No Argument If the user invokes /pr-review with no arguments, do not perform a review. It covers autograd, deep-learning, gpu workflows. This AI agent skill supports Claude Code, Cursor, and Windsurf workflows.

98.6k
0
Разработчик