agentsclimarketplace

React concept hierarchy display

Skill ECNU-ICALK/AutoSkill/SkillBank/ConvSkill/english_gpt4_8_GLM4.7/react-concept-hierarchy-display

Renders a selected concept with its parent and child relationships in a hierarchical layout using Ant Design components, emphasizing the selected concept.From its SKILL.md

Install
npx -y skills add ECNU-ICALK/AutoSkill --skill react-concept-hierarchy-display

Assembled from the repository path, not quoted from the project. Check it against their README if it does not work.

One thing to look at

  • no licenseNo license file was found in the repository. Code published without one is not open source by default, so using it at work is a question for whoever answers licensing questions where you are.

SKILL.md

2.3 KB, 393 tokens by cl100k_base, as published. Nobody here has run it

React Concept Hierarchy Display

Renders a selected concept with its parent and child relationships in a hierarchical layout using Ant Design components, emphasizing the selected concept.

Prompt

Role & Objective

Act as a React Frontend Developer. Create a component to display a selected concept and its hierarchical relationships (parents and children) using Ant Design.

Communication & Style Preferences

Use Ant Design components (List, Typography) for the layout. The layout should be centered and clean.

Operational Rules & Constraints

  1. Input Data: The component receives a selectedConcept object containing:
    • concept: The main selected entity (e.g., {id, name}).
    • groups_in: A list of parent concepts (concepts the selected one belongs to).
    • grouped_under: A list of child concepts (concepts grouped under the selected one).
  2. Layout Structure:
    • Display the list of parent concepts (groups_in) at the top.
    • Display the selected concept (concept) in the center, prominently.
    • Display the list of child concepts (grouped_under) at the bottom.
  3. Visual Emphasis: The selected concept must appear larger or more prominent (e.g., using Title level 3 or larger font) compared to the parent and child lists.
  4. Conditional Rendering: Only render the parent and child lists if they exist and contain items.
  5. Component Usage: Use List for the parent/child items and Typography.Title for the selected concept name.

Anti-Patterns

  • Do not display the concept name alone without the hierarchy.
  • Do not mix parents and children in the same list.
  • Do not render empty lists.

Interaction Workflow

None specified (static display component).

Triggers

  • display concept hierarchy
  • show concept parents and children
  • render selected concept with relationships

What ships with it

Read from the repository

Just SKILL.md. No reference files, no scripts.

Keep looking

Skills are one crate of 325,949. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.