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.
npx skills add ECNU-ICALK/AutoSkill --skill react-concept-hierarchy-display --agent claude-code
Same command for any agent — swap --agent for codex, cursor, copilot.
Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.
# 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` leve
- Prompt
- Triggers
What does the React Concept Hierarchy Display skill do?
Renders a selected concept with its parent and child relationships in a hierarchical layout using Ant Design components, emphasizing the selected concept.
How do I install it?
Run `npx skills add ECNU-ICALK/AutoSkill --skill react-concept-hierarchy-display --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.
Where does this skill come from?
From ECNU-ICALK/AutoSkill, a repository with 539 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.
Is a popular skill a good skill?
Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.
