Agent skill
transit-project-ideas
Install this agent skill to your Project
npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/development/transit-project-ideas
SKILL.md
Smart Speaker Skill for "When's the next X bus"
Author
Description
With more homes having a smart speaker, people are accustomed to asking the speaker questions such as "how many ounces are three tablespoons" or "is it going to rain today." To make public transit part of this ecosystem, it would be valuable to provide a speaker skill to answer questions like "when is the next 39 bus" with a human description of the prediction arrival times: "the next inbound 39 buses arrive in 8 minutes and 20 minutes. the next outbound buses arrive in 6 minutes and 15 minutes."
Data Sources
The MBTA's V3 API provides the relevant data: Predictions for upcoming vehicles can be queried around a location (given the latitude/longitude) Static information about the stop and route are available through the Stops and Routes endpoints
Both Google and Amazon provide APIs to build skills for their speakers.
Level
Intermediate
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
Didn't find tool you were looking for?