with one click
url-discovery
Valid app, gallery, and API URLs for the nhl-recap project.
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Menu
Valid app, gallery, and API URLs for the nhl-recap project.
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Based on SOC occupation classification
General code style, development workflow, and build/quality tools for nhl-recap.
Guidelines for git usage and commit messages in nhl-recap.
Guidelines for triggering and managing deployments using GitHub Actions and local scripts.
Guidelines for API integration, environment variables, mocking, and utilities in nhl-recap.
Guidelines for documentation standards and project-specific README files in nhl-recap.
Guidelines for Service Worker and PWA functionality in nhl-recap.
| name | url-discovery |
| description | Valid app, gallery, and API URLs for the nhl-recap project. |
Use these URLs for viewing the application and its component gallery in the browser.
http://localhost:8009/nhl-recap/http://localhost:8009/nhl-recap/gallery/componentshttp://localhost:8009/nhl-recap/gallery/team-logoshttp://localhost:8081VITE_SCORE_API_HOST=http://localhost:8080 to use a custom local API instead of the mock server.The application and gallery are served using Vite.
npm start to start the development server against the production API.npm run start:local to start the development server against the local mock API (requires npm run start:server).npm run start:server to start the local mock API server on port 8081.