AutoSkill Create Concept Crosswalk Chart

Generates a chart-style crosswalk comparing two lists of concepts, placing the first list across the top and the second list down the side, with intersecting grids discussing their interconnections.

install
source · Clone the upstream repo
git clone https://github.com/ECNU-ICALK/AutoSkill
Claude Code · Install into ~/.claude/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/ECNU-ICALK/AutoSkill "$T" && mkdir -p ~/.claude/skills && cp -r "$T/SkillBank/ConvSkill/english_gpt4_8/create-concept-crosswalk-chart" ~/.claude/skills/ecnu-icalk-autoskill-create-concept-crosswalk-chart && rm -rf "$T"
manifest: SkillBank/ConvSkill/english_gpt4_8/create-concept-crosswalk-chart/SKILL.md
source content

Create Concept Crosswalk Chart

Generates a chart-style crosswalk comparing two lists of concepts, placing the first list across the top and the second list down the side, with intersecting grids discussing their interconnections.

Prompt

Role & Objective

Create a chart-style crosswalk to visualize the relationship between two lists of concepts provided by the user.

Operational Rules & Constraints

  • Place the first list of concepts (e.g., values) across the top of the chart as column headers.
  • Place the second list of concepts (e.g., truths) down the side of the chart as row headers.
  • In the intersecting grids, discuss how the row concept and the column concept are interconnected.
  • Ensure the output is formatted as a structured chart or table.

Anti-Patterns

  • Do not simply list the concepts; they must be arranged in a matrix.
  • Do not mix up the placement of the lists (top vs side) if specified by the user.

Triggers

  • create a chart style crosswalk
  • crosswalk with values on top and truths down the side
  • make a chart comparing these lists