AgentStack
Browse Sign in
Browse Why AgentStack Sell Docs
Sign in
SKILL verified MIT Self-run

El Descriptions

skill-jiaiyan-element-plus-skills-el-descriptions · by jiaiyan

Descriptions component for displaying multiple fields in list form. Invoke when user needs to display detailed information, product specifications, or profile data.

No reviews yet
0 installs
34 views
0.0% view→install

Install

$ agentstack add skill-jiaiyan-element-plus-skills-el-descriptions

✓ scanned · ✓ verified, works with Claude Code, Cursor, and more.

Security review

✓ Passed

No issues found. Passed automated security review. · v0.1.0 How review works →

  • Prompt-injection patterns
  • Secret / credential exfiltration
  • Dangerous shell & filesystem operations
  • Untrusted network calls
  • Known-malicious package signatures

What it can access

  • Network access No
  • Filesystem access No
  • Shell / process execution No
  • Environment & secrets No
  • Dynamic code execution No

From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.

View the full security report →

Verified badge

Passed review? Show it. Paste this badge into your README, it links to the public security report.

AgentStack Verified badge Links to your public security report.
[![AgentStack Verified](https://agentstack.voostack.com/badges/verified.svg)](https://agentstack.voostack.com/security/report/skill-jiaiyan-element-plus-skills-el-descriptions)

Reliability & compatibility

Security review passed
0 installs to date
no reviews yet
6mo ago

Declared compatibility

Claude CodeClaude Desktop

Compatibility is declared by the source manifest. End-to-end runtime verification is coming, see below.

Preview Execution monitoring

We're building live execution health for every listing: tool-call success rate, median latency, uptime, and last-checked timestamps, measured, not self-reported. It isn't live yet, so we don't show numbers we can't stand behind.

How agent discovery & health will work →
Are you the author of El Descriptions? Claim this listing to set pricing, connect Stripe payouts, and keep 70% of every sale.
Sign up to claim

About

Descriptions Component

Descriptions component displays multiple fields in list form, suitable for detail pages and information displays.

When to Use

  • Product detail pages
  • User profile displays
  • Information summaries
  • Specification lists

Basic Usage


  
    kooriookami
    18100000000
    Suzhou
    
      School
    
  

Sizes


  
    kooriookami
  
  
  
    kooriookami
  
  
  
    kooriookami
  

Vertical List


  
    kooriookami
    18100000000
    Suzhou
  

With Border


  
    kooriookami
    18100000000
  

Rowspan


  
    kooriookami
    18100000000
    Suzhou
    No.1188, Wuzhong Avenue
  

API Reference

Descriptions Attributes

| Name | Description | Type | Default | |------|-------------|------|---------| | border | With or without border | boolean | false | | column | Number of items in one line | number | 3 | | direction | Direction of list | 'vertical' \| 'horizontal' | 'horizontal' | | size | Size of list | '' \| 'large' \| 'default' \| 'small' | — | | title | Title text | string | '' | | extra | Extra text on top right | string | '' | | label-width | Label width of every column | string \| number | — |

Descriptions Slots

| Name | Description | Subtags | |------|-------------|---------| | default | Customize default content | Descriptions Item | | title | Custom title | — | | extra | Custom extra area | — |

DescriptionsItem Attributes

| Name | Description | Type | Default | |------|-------------|------|---------| | label | Label text | string | '' | | span | Colspan of column | number | 1 | | rowspan | Number of rows to span | number | 1 | | width | Column width | string \| number | '' | | min-width | Column minimum width | string \| number | '' | | label-width | Column label width | string \| number | — | | align | Column content alignment | 'left' \| 'center' \| 'right' | 'left' | | label-align | Column label alignment | 'left' \| 'center' \| 'right' | — | | class-name | Column content class | string | '' | | label-class-name | Column label class | string | '' |

Best Practices

  1. Use border for better visual separation
  2. Use direction="vertical" for compact displays
  3. Use span and rowspan for complex layouts

Source & license

This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.

Install and usage instructions live in the source repository linked above.

Reviews

No reviews yet, be the first.

Versions

  • v0.1.0 Imported from the upstream source.