Zum Hauptinhalt springen
Dieser Inhalt ist noch nicht in Ihrer Sprache verfügbar und wird auf Englisch angezeigt.

Render Icon Pipeline

Skill Verifiziert Aktiv
Teil von:Agent Almanac

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

Zweck

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

  1. Verify prerequisites (build.sh, Node.js, config.yml)
  2. Run the pipeline using build.sh with optional flags
  3. Verify output by checking file counts and sizes
  4. 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-almanac

Qualitätspunktzahl

Verifiziert
96 /100
Analysiert about 21 hours ago

Vertrauenssignale

Letzter Commit1 day ago
Sterne14
LizenzMIT
Status
Quellcode ansehen

Ähnliche Erweiterungen

Audit Icon Pipeline

95

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

Skill
pjt222

Cli Anything Blender

100

Command-line interface for Blender - A stateful command-line interface for 3D scene editing, following the same patterns as the GIMP CLI ...

Skill
hkuds

Render Publication Graphic

100

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

Skill
pjt222

Create Spatial Visualization

100

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

Skill
pjt222

Optimize Docker Build Cache

99

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

Skill
pjt222

Netlify Config

99

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

Skill
netlify