Starts the local SEA Street Guess application environment.

Install

mkdir -p .claude/skills/start-inder24 && curl -L -o skill.zip "https://agentskills.codes/api/skills/download/12588" && unzip -o skill.zip -d .claude/skills/start-inder24 && rm skill.zip

Installs to .claude/skills/start-inder24

Activation

This is the description your AI agent reads to decide when to run this skill — the better it matches your request, the more reliably it fires.

Start the SEA Street Guess local browser app end to end. Use when the user invokes /start, $start, asks to run the game, boot the repo, open the local app, or verify the app is serving from this repository.
206 chars✓ has a “when” trigger
Beginner

Key capabilities

  • Start the SEA Street Guess local browser app.
  • Run the `scripts/start.sh` script.
  • Reuse an existing server on `PORT` if available.
  • Read the GrabMaps key from `config.local.js`.
  • Create `config.local.js` from `GRABMAPS_API_KEY` environment variable if missing.
  • Report the URL and server status after starting.

How it works

The skill executes a start script from the repository root, manages local API key configuration, and serves the application on a specified port.

Inputs & outputs

You give it
user invocation like /start or $start
You get back
running SEA Street Guess app and its local URL

When to use start

  • Boot local game app
  • Verify app server status

About this skill

Start

Overview

Start the static SEA Street Guess app from this repository with the expected local config, port, and URL.

Workflow

  1. Work from the repository root.
  2. Run scripts/start.sh.
  3. Open or hand off the printed URL, usually http://localhost:5177/?v=game-v7.
.codex/skills/start/scripts/start.sh

Behavior

  • Reuse an existing server on PORT when one is already listening.
  • Default PORT to 5177.
  • Read the GrabMaps key from local-only config.local.js.
  • If config.local.js is missing and GRABMAPS_API_KEY is set in the environment, create config.local.js from that value.
  • If no local key is available, stop and explain that the app cannot fully initialize until config.local.js is created.
  • Keep config.local.js uncommitted.

After Starting

If the Browser plugin is available and the user wants the app opened, navigate the in-app browser to the printed URL. Otherwise, report the URL and server status.

When not to use it

  • When the user wants to start an application other than SEA Street Guess.
  • When the application is already running and no restart is needed.

Limitations

  • The skill is specific to the SEA Street Guess local browser app.
  • The skill requires a GrabMaps key for full initialization.

How it compares

This skill automates the specific startup process for the SEA Street Guess app, including configuration and port management, unlike a generic application launch.

Compared to similar skills

start side by side with the closest alternatives in the catalog.

SkillInstallsUpdatedSafetyDifficulty
start (this skill)03moReviewBeginner
pwa-development94moCautionIntermediate
add-cdn-bundle15moReviewIntermediate
oly-apps04moNo flagsBeginner

Try saying

Example prompts that trigger this skill in your AI assistant.

Search skills

Search the agent skills registry