(0)
۲۴۲
۵۵
۷۱
نصب مهارت
مهارتها کدهای شخص ثالث از مخازن عمومی GitHub هستند. SkillHub الگوهای مخرب شناختهشده را اسکن میکند اما نمیتواند امنیت را تضمین کند. قبل از نصب، کد منبع را بررسی کنید.
نصب سراسری (سطح کاربر):
npx skillhub install a5c-ai/babysitter/diagram-generatorنصب در پروژه فعلی:
npx skillhub install a5c-ai/babysitter/diagram-generator --projectمسیر پیشنهادی: ~/.claude/skills/diagram-generator/
بررسی هوش مصنوعی
رد شده
این مهارت معیارهای کیفیت را ندارد
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
---
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