بنقرة واحدة
property-and-attribute-system
Design and implement a systematic framework for structured "Key: Value"
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
القائمة
Design and implement a systematic framework for structured "Key: Value"
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
استنادا إلى تصنيف SOC المهني
Design and implement a systematic framework for threaded conversations, managing nesting depths, action hierarchies, and community signaling to foster engagement and readability.
Audit and optimize the alignment between a user's stage in the buyer's journey (Awareness, Consideration, Decision) and the page's content, layout, and CTAs. Trigger this skill when high-traffic pages have high bounce rates or when conversion rates are low despite high-quality traffic.
Implement and debug robust sticky elements like headers, sidebars, and table headers while managing stacking contexts, overflow traps, and stuck-state detection.
Audit and optimize Secondary Calls-to-Action (SCTAs) to capture "Not Ready Yet" visitors, reducing bounce rates and building a long-term lead pipeline without cannibalizing primary conversions.
Implement and debug real-time input masking for structured data (phone, credit card, dates) while ensuring cursor stability and accessibility.
Design a systematic framework for site-level error states and system statuses (404, 500, Maintenance, Offline) to maintain user trust and provide clear recovery paths.
| name | property-and-attribute-system |
| description | Design and implement a systematic framework for structured "Key: Value" |
The Property and Attribute System provides a methodology for designing and
structuring "Key: Value" metadata pairs for a single entity (e.g., product
specifications, real estate features, user details). While data-table-ui-system
handles multi-item comparisons, this system focuses on the internal
hierarchy and spatial organization of attributes belonging to a single
object. It ensures that critical metadata is scannable, visually distinct from
narrative text, and maintains structural integrity across different viewport
widths.
data-table-ui-system.article-layout-system.site-navigation-system.form-design-system.<dl>) structure.For entities with more than 5-7 attributes, group them into logical categories (e.g., "Dimensions," "Performance," "Compliance"). This reduces cognitive load and allows users to jump to relevant details.
Select a pattern based on available horizontal space and attribute density:
Distinguish between the "Key" and the "Value":
--space-s to --space-m) to separate pairs.Attribute lists are the "shape-shifters" of the UI:
<dl> (Description List) element for
semantic correctness (<dt> for labels, <dd> for values). This ensures
screen readers communicate the relationship between the pairs.<table> for a single-object attribute list, which
adds unnecessary markup overhead and is harder to style responsively.<dl>, <dt>, and <dd>.