# Another Skill

> Demonstrates skill references in mermaid diagrams

- Skill: `tupe12334/another-skill` (Agent Skill)
- Install (CLI): `npx skillmds@latest add tupe12334/another-skill`
- Raw SKILL.md: https://api.skillmd.com/api/skills/tupe12334/another-skill/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- Author: tupe12334 (https://skillmd.com/u/tupe12334)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/tupe12334/another-skill

---


## 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.

```mermaid
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

