Render Icon Pipeline
Skill Verifiziert AktivRun the viz pipeline to render icons from existing glyphs. Entry point for the viz subproject covering palette generation, data building, manifest creation, and icon rendering for skills, agents, and teams. Always use build.sh as the pipeline entry point — never call Rscript directly.
To automate the generation of icons from existing glyphs for skills, agents, and teams, ensuring visual consistency and providing a clear entry point for the visualization subproject.
Funktionen
- Automated icon rendering pipeline
- Supports skills, agents, and teams
- Palette generation and management
- Manifest creation for icons
- Command-line interface for customization
Anwendungsfälle
- After creating or modifying glyph functions
- When adding new skills, agents, or teams to registries
- For a full pipeline rebuild after infrastructure changes
- To re-render icons for new or updated palettes
Nicht-Ziele
- Directly calling Rscript for build scripts
- Manual R binary path verification
- Running individual build steps manually
Workflow
- Verify prerequisites (build.sh, Node.js, config.yml)
- Run the pipeline using build.sh with optional flags
- Verify output by checking file counts and sizes
- Use related skills (audit-icon-pipeline, create-glyph) as needed
Voraussetzungen
- viz/build.sh script availability
- Node.js availability
- viz/config.yml availability
Code Execution
- info:LoggingThe SKILL.md mentions checking build logs for `[ERROR]` lines, implying some form of logging, but a dedicated audit file is not explicitly mentioned for destructive actions.
Installation
/plugin install agent-almanac@pjt222-agent-almanacQualitätspunktzahl
VerifiziertVertrauenssignale
Ähnliche Erweiterungen
Audit Icon Pipeline
95Detect missing glyphs, icons, and HD variants by comparing registries against glyph mapping files, icon directories, and manifests. Reports gaps for skills, agents, and teams across all palettes.
Cli Anything Blender
100Command-line interface for Blender - A stateful command-line interface for 3D scene editing, following the same patterns as the GIMP CLI ...
Render Publication Graphic
100Produce publication-ready 2D graphics with proper DPI, color profiles, typography, and export formats for print and digital media. Use when preparing figures for academic journal submission, creating graphics for print publications, ensuring graphics meet publisher technical specifications, exporting visualizations for web with proper optimization, or creating multi-format exports from a single source.
Create Spatial Visualization
100Create interactive maps, elevation profiles, and spatial visualizations from GPX tracks, waypoints, or route data using R (sf, leaflet, tmap) or Observable (D3, deck.gl). Covers data import, coordinate system handling, map styling, and export to HTML or image formats. Use when visualizing a planned or completed tour route on an interactive map, creating elevation profiles for hiking or cycling routes, overlaying waypoints and POIs on a basemap, or building a web-based trip dashboard.
Optimize Docker Build Cache
99Optimize Docker build times using layer caching, multi-stage builds, BuildKit features, and dependency-first copy patterns. Applicable to R, Node.js, and Python projects. Use when Docker builds are slow due to repeated package installations, when rebuilds reinstall all dependencies on every code change, when image sizes are unnecessarily large, or when CI/CD pipeline builds are a bottleneck.
Netlify Config
99Referenz für die Konfiguration von netlify.toml. Verwenden Sie diese Ressource für die Konfiguration von Build-Einstellungen, Weiterleitungen, Rewrite-Regeln, Headern, Deploy-Kontexten, Umgebungsvariablen oder anderen site-weiten Konfigurationen. Deckt die vollständige netlify.toml-Syntax ab, einschließlich Weiterleitungen mit Splats/Bedingungen, Headern, Deploy-Kontexten, Funktionskonfigurationen und Edge Functions-Konfigurationen.