diagram-generator

Pass

Mathematical diagram and visualization generation

@a5c-ai
MIT2/22/2026
Rejected
(0)
242
55
70

Install Skill

Skills are third-party code from public GitHub repositories. SkillHub scans for known malicious patterns but cannot guarantee safety. Review the source code before installing.

Install globally (user-level):

npx skillhub install a5c-ai/babysitter/diagram-generator

Install in current project:

npx skillhub install a5c-ai/babysitter/diagram-generator --project

Suggested path: ~/.claude/skills/diagram-generator/

AI Review

Rejected
Does not meet quality standards

Passes the 200-char threshold but fails the trivially-obvious test. 'Choose appropriate visualization type' and 'Maintain consistent styling' are instructions Claude already knows without any skill.

SKILL.md Content

---
name: diagram-generator
description: Mathematical diagram and visualization generation
allowed-tools:
  - Bash
  - Read
  - Write
  - Edit
  - Glob
  - Grep
metadata:
  specialization: mathematics
  domain: science
  category: documentation
  phase: 6
---

# Diagram Generator

## Purpose

Provides mathematical diagram and visualization generation for clear communication of mathematical concepts.

## Capabilities

- Commutative diagrams (tikz-cd)
- Function plots (pgfplots)
- Graph drawings (tikz)
- 3D surface plots
- Phase portraits
- Geometric constructions

## Usage Guidelines

1. **Diagram Type**: Choose appropriate visualization type
2. **Style Consistency**: Maintain consistent styling
3. **Labels**: Clear and informative labeling
4. **Export Format**: Generate vector graphics when possible

## Tools/Libraries

- TikZ
- PGFPlots
- Asymptote
- matplotlib