Another Skill

Demonstrates skill references in mermaid diagrams

tupe12334 a678c52 612 B Updated

File contents

Process

This skill calls /test-skill to do the actual work. Notice how the mermaid diagram below references test-skill by its ID - toolsview will highlight it with a green color to show it's a known skill in the graph.

graph LR
  A[Input] --> test-skill["Execute test-skill"]
  test-skill --> C[Output]
  C --> D[Complete]

Features

  • Demonstrates skill-to-skill references
  • Mermaid nodes matching skill IDs are automatically highlighted
  • Great for visualizing skill dependencies and workflows

tupe12334/tools-view/tree/main/examples/.claude/skills/another-skill commit a678c529b6

Frequently asked questions

npx skillmds@latest add tupe12334/another-skill