feat(rmi): add curated Roads Management Insights (RMI) agentic skills suite - #84
Merged
Conversation
…tegies and runtime skills
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
This PR introduces the curated Roads Management Insights (RMI) Agentic Skills Suite (v1.0.0) under
roads_management_insights/.agents/skills/.This suite equips AI developer agents (such as Jetski, Antigravity, Claude Code, etc.) with grounded domain intelligence, API wrappers, BigQuery SQL libraries, visualization tools, and route setting strategies to architect and operate RMI solutions.
Curated Skills Included (13 Skills)
1. Foundations & Routing
api-roads-v1: Roads API v1 client for snapping coordinates to Google road segments and speed limits.api-routes: Routes API v2 client withTRAFFIC_UNAWAREbaseline calculations and polyline extraction.api-roadsselection: Roads Selection API client forSelectedRoutecreation, listing, updating, and deletion.api-analyticshub: Analytics Hub API client for discovering and subscribing to shared RMI datasets.2. RMI Specifications & Contracts
rmi-data-foundation-bigquery: Schema definitions, DDLs, and partition strategies for foundation BigQuery tables (routes_status,historical_travel_time).rmi-data-realtime-bigquery: Schema contracts and stream translation patterns for real-time telemetry tables (recent_roads_data).rmi-data-realtime-pubsub: Pub/Sub streaming message contracts and ingestion architectures.3. Analytics, Route Setting & Operations
rmi-routesetting: Canonical route setting strategies:SIMPLE_ORIGIN_DESTINATION: Dynamic baseline setting viaTRAFFIC_UNAWARE.SINGLE_ROUTE_UNIFORM_INTERMEDIATES: Purebash+jqadaptive existing-vertex selection with distance-aware spacing (MATCH_AND_SPLIT_BY_ROAD: Purebash+jqroad-segment midpoint pinning viasnapToRoadsclusters and adaptive 25-waypoint limit capping.BUS_ROUTE_MONITORING: Stop-to-stop transit hop sequencing with BigQuery window function analytics.BYO_POLYLINE: Open GIS vector ingestion with pre-flight geometric overlay feasibility assessment and intent-based recreation guidance.rmi-sampledatasets: Sample dataset catalog, schema extraction patterns, and string-only attribute casting guidelines.rmi-sql: Parameterized BigQuery SQL query library with Job ID headers, partition bounding, and window analytics.bigquery-geospatial: Geospatial analytics, geometry functions (ST_INTERSECTS,ST_CENTROID), and GeoJSON converters.bigquery-practices: Best practices for cost estimation, partition pruning, and schema optimization.rmi-dataviz: Visual layout guidelines and dashboarding patterns.Manifest & Documentation
.bundle-manifest.jsondeclaring skill versions and checksums.README.mdand high-contrast architectural dependency diagram underdiagrams/rmi-core_dependency_graph.png.Verification
tests/test_unit.sh) and agent evaluations (evals.json).