askill
media-management-and-annotation

media-management-and-annotationSafety 85Repository

Management of project photos, optimization, and on-image annotations for technicians.

0 stars
1.2k downloads
Updated 2/6/2026

Package Files

Loading files...
SKILL.md

Media Management & Annotation

Photos are the primary evidence and instruction tool for installers. This skill covers how to handle them efficiently.

Image Lifecycle

  1. Capture: Technician takes a photo via the mobile-first UI.
  2. Compression (Client-side): Reduce size before upload to save data and speed up sync (e.g., browser-image-compression).
  3. Upload: Store in S3-compatible storage (Hetzner Object Storage or similar).
  4. Display: Serve via CDN with appropriate caching.

Annotation Workflow

Technicians need to "point" at the placement on a photo.

  • Tools: Use react-konva or a simple HTML5 Canvas layer.
  • Markers:
    • Red circles for drilling points.
    • Arrows for pipe routes.
    • Text labels for heights/distances.
  • Persistence: Save annotations as JSON (layers) or flattened "baked" images.

Performance Optimization

  • Lazy Loading: Crucial for survey pages with dozens of photos.
  • Thumbnails: Generate low-res thumbnails for list views to minimize memory usage on mobile devices.
  • AVIF/WebP: Prefer modern formats for storage and delivery.

Security & Privacy

  • Watermarking: Optional branding on photos.
  • Access Control: Photos should only be accessible via signed URLs or authenticated sessions.

Install

Download ZIP
Requires askill CLI v1.0+

AI Quality Score

62/100Analyzed 2/16/2026

A well-structured technical reference for media management in a field service context. Covers image lifecycle, annotation workflows, and performance optimization at a conceptual level, but lacks concrete implementation details or code examples to be highly actionable.

85
80
55
60
50

Metadata

Licenseunknown
Version-
Updated2/6/2026
Publisherkjibba

Tags

github-actionspromptingsecurity