fix: resolve all validation errors for 128 skills

- Fix YAML frontmatter issues (missing names, malformed frontmatter)
- Fix oversized descriptions (truncated to 280 chars max)
- Fix dangling links (removed references to non-existent files)
- Fix name mismatches between folder and frontmatter
- Automated fixes applied to 128 skills

Validation now passes with 0 critical errors.
This commit is contained in:
sck_0
2026-03-06 09:18:57 +01:00
parent e1b071dfd9
commit 93d6badcee
128 changed files with 557 additions and 347 deletions

View File

@@ -1,6 +1,6 @@
---
name: matplotlib
description: Low-level plotting library for full customization. Use when you need fine-grained control over every plot element, creating novel plot types, or integrating with specific scientific workflows. Export to PNG/PDF/SVG for publication. For quick statistical plots use seaborn; for interactive plots use plotly; for publication-ready multi-panel figures with journal styling, use scientific-visualization.
description: Low-level plotting library for full customization. Use when you need fine-grained control over every plot element, creating novel plot types, or integrating with specific scientific workflows. Export to PNG/PDF/SVG for publication. For quick...
license: https://github.com/matplotlib/matplotlib/tree/main/LICENSE
metadata:
skill-author: K-Dense Inc.