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.zipInstalls 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.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
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
- Work from the repository root.
- Run
scripts/start.sh. - 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
PORTwhen one is already listening. - Default
PORTto5177. - Read the GrabMaps key from local-only
config.local.js. - If
config.local.jsis missing andGRABMAPS_API_KEYis set in the environment, createconfig.local.jsfrom that value. - If no local key is available, stop and explain that the app cannot fully initialize until
config.local.jsis created. - Keep
config.local.jsuncommitted.
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.
| Skill | Installs | Updated | Safety | Difficulty |
|---|---|---|---|---|
| start (this skill) | 0 | 3mo | Review | Beginner |
| pwa-development | 9 | 4mo | Caution | Intermediate |
| add-cdn-bundle | 1 | 5mo | Review | Intermediate |
| oly-apps | 0 | 4mo | No flags | Beginner |
Try saying
Example prompts that trigger this skill in your AI assistant.
You might also like
pwa-development
alinaqi
Progressive Web Apps - service workers, caching strategies, offline, Workbox
add-cdn-bundle
getsentry
Create a new CDN bundle for the browser package with specified features
oly-apps
slaveOftime
Use when building a web app/api to present rich output or interactive experiences to users.
vite-patterns
Fmarzochi
Vite build tool patterns including config, plugins, HMR, env variables, proxy setup, SSR, library mode, dependency pre-bundling, and build optimization. Activate when working with vite.config.ts, Vite plugins, or Vite-based projects.
progressive-centralization-starter
Swader
Bootstrap Bun-based single-file frontends with Filebase/IPFS, ENS, and Arweave/ArNS deploy tooling. Use when creating a progressive centralization starter project, setting up .env-driven deploys, or when the user asks to "just do it" for IPFS/ENS/Arweave hosting.
drn-buildwww-vite
duranserkan
DRN buildwww Vite build system - multi-build configuration, TypeScript aliases, wwwroot output, appPreload/appPostload, and Vite manifest discovery. Keywords: drn, buildwww, vite, typescript, bundling, asset-compilation, npm, javascript, css, scss, build-pipeline, entry-points, manifest